/*
Theme Name: Darling
Theme URI: http://wbc-rgv.org/
Description: Custom Theme created exclusively for wbc-rgv.org.
Version: 1.0
Author: Anthony Acosta
Author URI: http://kennedymedia.com/
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	background-color:#000000;
	
}
#wrapper {
	display: block; 
	width:1000px; 
	margin:0px auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}

#header {
height:126px;
display:block;
width:1000px;
background-image:url(images/menu.jpg);
background-position:right;
}
#header2 {
height:289px;
display:block;
width:1000px;
}

#logo {
float:left;}

#content {
	width: 680px;
	position:relative;
	float:left;
	display:block;
	padding-left:8px;
	margin-right:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	
}

#sidebar {
position:relative;
float:left;
	width: 290px;
	margin-left:5px;
	margin-right:5px;
}

#sidebar h2{
	display:block;
	width:290px;
	background-color: #A29F8E;
	
}

#sidebar_block{
	display:block;
	width:290px;
	background-image:url(images/bg_sidebar.jpg);
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	
}

#both {
	clear: both;
}

#footer {
background-image:url(images/bg_footer.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
width:1000px;
height:59px;
text-align:center;
}

#footer a{
	color: #990000;
	font-size:small;
}

a {
	font-size: medium;
	color: #990000;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 10px Arial;
width: 870px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
margin-top:76px;
margin-right:10px;
}

#solidblockmenu  .page_item {
display: inline;
}

#solidblockmenu  .page_item  a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

#solidblockmenu .page_item  a:visited{
color: white;
}

#solidblockmenu .page_item a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
#solidblockmenu .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

#sidebar_submenu  .page_item  a{
display:block;
background-color:#333333;
color:#FFFFFF;
padding: 9px 11px;
text-decoration: none;
margin-left: 0;
border-top: 1px solid white;
}
#sidebar_submenu  li{
list-style-type:none;
list-style:none;
margin-left: 0;

}
#sidebar_submenu .page_item a:hover, .solidblockmenu li .current{
color: white;
background-color:#660000;
}