/*
Description: Wordpress custom theme
Version: 1.0
Author: Sound Strategies, Inc.
Author URI: http://www.soundst.com/

*/

html {
overflow-y: scroll;
}
*{
padding: 0;
margin: 0;
}

p {
padding:5px;
}

h2 {
color:#0a99d5;
}

h3 {
color:#ffa006;
}

a {
color:#666;	
}

a:hover {
color:#999;
}


body {
background-color:#dec582;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
}

#MainHeader {
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 15px;
	color: #FC0;
}

#MainConteiner {
background:url(images/top-img.png) no-repeat top center;
width: 1080px;
margin-left: auto ;
margin-right: auto ;
}

#ImageLogo {
background:url(images/VBVlogo.png) no-repeat top center;
margin-left: auto ;
margin-right: auto ;	
}

#ContentM {
width:960px;
margin-left: auto ;
margin-right: auto ;
height:600px;
}

#left {
clear: both;
float: left;
width: 146px;
}

#right{
width: 684px;
float:left;
}

#Content {
background:#FFF;
width: 684px;
}

#MenuUp{
width:672px;
background:url(images/bg-menu.png) repeat-x;
height:23px;
font-family:Arial, Verdana, Geneva, sans-serif;
font-size:13px;
color:#FFF;
font-weight:bold;
padding:6px 6px 0 6px;
}

#MenuUp img {
	position: absolute;
	top: -3px;
}

#MenuUp a {
color:#FFF;
text-decoration:none;
}

#MenuUp a:hover {
color:#11105e;
text-decoration:none;
}

#top-nav {
width: 146px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
clear: both;
position:relative;
padding-top: 270px;
list-style: none;
}	
#top-nav li{
padding-bottom: 2px;
}
#top-nav li a{
display:block;
width:139px;
height:34px;
background-position:left;
background-image:url(images/button.gif);
text-decoration:none;
font-weight:bold;
color:#FFF;
padding-left: 7px;
line-height:34px;
vertical-align: middle;
}

#top-nav li a:hover{
background-position:right;
}


#signup-sidebar {
	width:300px;
	margin-left: 383px;
	text-align: right;
	height: 62px;
}
#signup-sidebar, #signup-sidebar a {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#ffd900;
	font-weight:bold;
}
#signup-sidebar #unsubscribe {
	font-size: 10px;
	line-height: 10px;
	margin-left: 0px;
	border-style: none;
	background:#3395b8;
	color: #CCC;
}

#MainText {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:16px;
float: left;
width: 480px;
line-height: 1.7;
margin: 5px;
padding:5px;
}

#MainText ul li {
margin-left:15px;
list-style:disc;
color:#0A99D5;
line-height:25px;
}


#SideBar {
float: left;
margin-top:10px;
margin-left: 0;	
background-color:#e7faff;
width: 176px;
}


#left-sidebar a {
background:#FFF;
padding:10px;
border:1px #999 dashed;
font-weight:bold;
}

.testimonial{
background-color:#DF8E0B;
height:19px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
}

.testimonial-lower{
background-color:#FF9F06;
height:8px;
}
.testimonial-lower1{
background-color:#FFf;
height:3px;
}

A.white-txtlink{
font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color : #fff; text-decoration:none; font-weight:normal;
}
A.white-txtlink:hover{
font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 11px; color : #fff; text-decoration: underline; font-weight: normal;
}

#FooterBG {
background-color:#FFF;
}
#Footer {
background:url(images/footer.jpg) no-repeat;
height:146px;
}


#FooterLinks {
font-family:Arial, Verdana, Geneva, sans-serif;
font-size:13px;
color:#11105e;
font-weight:bold;
text-align:right;
width:684px;
}
#FooterLinks li {
display: inline;
}
#FooterLinks a {
color:#11105e;
text-decoration:none;
padding-right:10px;
}
#FooterLinks a:hover {
text-decoration:none;
color:#FFF;
}


#FooterText {
text-align:right;
padding:10px;
}

#sponsors-sidebar {
	background:url(images/sponsor-right.gif) no-repeat center top;
	margin-top: 7px;
	padding-top: 33px;
}
#sponsors-sidebar a.widget_sp_image-image-link {
	display: inline-block;
	margin-top: -1px;
	margin-right: -1px;
	padding: 1px;
	border: 1px dotted gray;
}
#sponsors-sidebar a.widget_sp_image-image-link img {
	display: block;
	border: 0px none;
}


/* blog sidebar */


#right-sidebar a, #right-sidebar a:visited, #right-sidebar a:active {
	color: #675;
	}
#right-sidebar a:hover {
	color: #9a8;
	}

#right-sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
	}

#right-sidebar .widgettitle {
	font-size: 14px;
}
#right-sidebar .widget ul {
	padding: 5px 0px 0px 10px;
}
#right-sidebar .widget ul li {
}

#right-sidebar .widget_calendar .widgettitle {
	height: 0px;
}
#calendar_wrap {
	padding-left: 20px
}
#wp-calendar a, #wp-calendar a:visited, #wp-calendar a:active {
	color: #ffa006;
	}


/* end blog sidebar */

#header-slideshow {
    background: #fff;
}
