/* CSS Document */

/*
Theme Name: Round Dark Blue
Theme URI: http://www.avivadirectory.com
Description:  Widget supported xhtml compliant template with easy adsense placement. 
Version: 1.0
Author:  <a href="http://www.avivadirectory.com">Aviva</a>.

*/

body{
	background: url('images/bg.jpg') repeat-x #101e2f;
	margin:0;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

a{
	color: #3e6cb3;
}

h2{
	margin: 0;
	padding: 0;
}

a:hover{
	color: #234171;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 800px;
       
}

#header{
	width: 800px;
	height: 150px;
}

#logo{ 
	background: url('images/link_banner.gif') no-repeat;
	text-indent: -500px;
	margin: 0;
	width: 800px;
	height: 150px;
	overflow: hidden; 
	margin-left: 0px;
}

#header ul{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 17px;
}

#header ul li{
	background: url('images/nav-tr.jpg') no-repeat top right;
	padding: 0;
	display: inline;
	float: left;
	margin-right: 8px;
	display: block;
	padding: 8px 8px 8px 0;
	font-weight: bold;
}

#header ul li a{
	background: url('images/nav-tl.jpg') no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 8px 8px 16px;
}

#header ul li a:hover{
	background: url('images/nav-tl.jpg') no-repeat top left;
	color: #4e89da;
	text-decoration: none;
	padding: 8px 8px 8px 16px;
}

#main{
	background: url('images/main.jpg') repeat-y left #182e4c;
	width: 800px;
	border-left: 2px solid #28508a;
	margin-top: -1px;
        
}

#content-header{
	background: url('images/content-header.jpg') no-repeat;
	width: 599px;
	height: 13px;
        float:left;
}

#content{
	float: left;
	background: url('images/gradient.jpg') repeat-x #e2ebf6;
	width: 575px;
	padding: 0 10px 10px 10px;
	height: 100%;
       
}

#post{
	font-size: 11px;
}

#post h2{
	font-size: 14px;
}

#content-footer{
	background: url('images/content-footer.jpg') no-repeat top left;
	width: 599px;
	height: 10px;
}

#right{
	background: url('images/sidebar-tr.jpg') no-repeat top right;
	float: right;
	width: 195px;
        color: #ffffff;
}

#right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -2px;
	padding-top: 2px;
}

#right ul li h2{
	background: url('images/sidebar-header.jpg') no-repeat;
	margin: 0;
	padding: 0;
	height: 35px;
	font-size: 12px;
	color: #ffffff;
	padding-left: 14px;
	line-height: 33px;
}

#right ul li ul{
	padding: 10px 0 10px 0;
}

#right ul li ul li{
	padding-left: 31px;
	padding-bottom: 2px;
	font-weight: bold;
}

#right ul li ul li a{
	color: #5e8fd0;
}

#right ul li ul li a:hover{
	color: #7ab0f8;
}

#right-bottom{
	background: url('images/sidebar-br.jpg') no-repeat bottom right;
}

#clear{
	clear: both;
}

#footer {
	padding: 10px;
	color: #90b9ef;
}

#footer span{
	width: 500px;
	float: left;
	font-weight: bold;
}

#footer p{
	float: right;
	font-size: 10px;
}

div .sociable { margin: 16px 0 !important; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.sociable ul li:before {  }
.sociable img {
	width: 16px;
	height: 16px;
	border: 0px none;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

