/*
Theme Name: VRN
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: vrn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
background:url('../../images/siteback.jpg') #090912 no-repeat;
background-position: center top;
}
#topbar{
width:830px;
margin:auto;
}
#listennowbutton{
width:130px;
height:100px;
margin:-10px 0px 10px 700px;
}
#listennowbutton a{
background:url('../../images/listen_now_hover.png') no-repeat;
display: block;
width:130px;
height:100px;
}
#listennowbutton a:hover {
background:url("../../images/listen_now_hover.png") 0px -108px no-repeat;
}
#mainbox{
width:810px;
margin:5px auto;
padding:5px;
font-family: 'Open Sans', sans-serif;
background: #fff;
-moz-box-shadow:    0px 0px 15px 0px #000;
-webkit-box-shadow: 0px 0px 15px 0px #000;
box-shadow:         0px 0px 15px 0px #000;
}
#mainmenu{
width:830px;
margin:auto;
padding-left:15px;
padding-top:5px;
color:#fff;
font-family: 'Open Sans', sans-serif;
font-size:12pt;
text-shadow: 0.1em 0.1em #333;
}
#mainmenu a{
text-decoration:none;
color:#fff;
}
#mainmenu a:hover{
color:#fff;
text-shadow: 0px 0px 5px #fff;
}

#footer{
width:830px;
margin:auto;
color:#fff;
font-family: 'Open Sans', sans-serif;
font-size:8pt;
text-align:center;
}
#homepage_main{
background:url('../../images/homepage_image.jpg') no-repeat;
width:808px;
min-height:400px;
}
#homepage_sidepanel{
float:right;
width:360px;

}
#homepage_sidepanel_titlebar{
background-color:#506C8B;
padding:5px;
color:#fff;
text-align:left;
font-weight:bold;
}
#homepage_sidepanel_text{
padding:10px;
color:#fff;
text-align:center;
font-size:13px;
}
.homepage_sidepanel_link{
text-decoration:none;
padding:0px 0px 0px 3px;
color:#000;
text-align:left;
font-size:14px;
margin:2px;
border-left:3px solid #506C8B;
}
.homepage_sidepanel_link a{
text-decoration:none;
color:#000;
}
.homepage_sidepanel_link a:hover{
color:#506C8B;
}
#tweets{
background:url('../../images/tweetback.png') no-repeat;
background-position: right top;
}
.home_linkbox{
width:198px;
height:80px;
background-color:#D2E1E8;
margin:0px;
float:left;
padding:0px;
border:2px solid #fff;
}
a:hover .home_linkbox, a:hover .home_linkbox_title, a:hover .home_linkbox_description{
background-color:#506C8B;
color:#fff;
}
.home_linkbox_title{
padding:0px 5px;
font-size:30px;
color:#506C8B;
text-decoration:none;
}
.home_linkbox_description{
padding:0px 5px;
font-size:14px;
color:#000;
text-decoration:none;
}
h1 {
font-size: 42px;
margin: 0px;
padding: 0px 10px;
color: #506C8B;
background-color: #D2E1E8;
font-weight:normal;
}
.entry-content{
padding:10px;
}