/* standard elements */
html {min-height: 100%;}

.ajax-loading
{
	background: url(img/ajax-loader.gif) no-repeat center;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #FFFFFF url(img/bg-generic.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

blockquote,p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Lucida Sans Unicode;
	margin-bottom: 12px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 4px;}

/* misc */
.clearer {clear: both; height:0px; width:0px;}

.clearfix:after 
{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {height: 0px; display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 1030px;
}

/* header */
.top {
	background: url(img/top-generic.jpg) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 1030px;
}

.header .left, .header .right {
	background: #f7f7f2;
	/* background: #1D2436; */
	color: #FFF;
	height: 100px;	
}

.header .left {
	background: url(img/header-generic.png) no-repeat;
	width: 814px;
}

.header .left .main_text {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 2.0em;
	color: #000;
	line-height: 60px;
	text-align: center;	
}

.header .left .current_text {
	color: #FFFFFF;
	font: normal 0.6em "Trebuchet MS", sans-serif;
	text-align: center;	
}

.header .right {
	background: #f7f7f2;
	/* background: #1D2436; */
	text-align: left;	
	width: 212px;
}
.header .right p,.header .right h2 {padding: 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
.header .right p {padding-top: 7px; font: normal 0.9em "Lucida Sans Unicode",sans-serif;}
.header .right a {color:#000000; padding-top: 14px; font: bold 0.9em "Lucida Sans Unicode",sans-serif; text-decoration:none}
.header .right a:hover {text-decoration: underline;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.sub_navigation {	
	margin: 3px 0 0 0;
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	padding-top: 2px;
	height: 24px;
}
.sub_navigation div {
	background: #D9E1E5;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	padding: 0px 15px;
	text-decoration: none;
}
.sub_navigation a {
	color: #456;
	font: bold 0.8em sans-serif;
	line-height: 24px;
	text-decoration: none;
}
.sub_navigation img {
	margin-top: 2px;
	vertical-align: top;
}

.sub_navigation div a:hover {background-position: left bottom; color: #234;}


/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 212px;
}
.sidenav h2 {
	background: #F0F0EB;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li form {
	display: block;
	padding: 8px 0 13px 5%;
	width: 95%;
	height: 66px;
}

.sidenav li form:hover {
	background: #F0F0EB;
	color: #654;	
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.sidenav .adblock div 
{
	background: #f7f7f2;
	float: right;
	width: 212px;
	height: 212px;
}

.sidenav div {
	background: #f7f7f2;
	/* background: #1D2436; */
	float: right;
	width: 212px;
}

.sidenav .donate div{
	float: right;
	width: 212px;
}

.sidenav .donate form {
	background: #F7F7F2;
	padding-top: 1px;
	padding-left: 60px;
	height: 28px;
}

.sidenav li form label {  
	float: left;  
	margin-right: 1em;
	color: #554;
	font: normal 0.9em Verdana,sans-serif;
}

.sidenav li form input {
	float: right;
	margin: 0px 5px 5px 0px;
}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 1030px;
}

/* header */
.top {
	background: url(img/top-generic.jpg) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 1030px;
}

.header .left, .header .right {
	background: #f7f7f2;
	/* background: #1D2436; 
	color: #FFF;
	*/
	color: #000000;
	height: 100px;	
}

.header .left {
	background: url(img/header-generic.png) no-repeat;
	width: 814px;
}

.header .left .main_text {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 2.0em;
	color: #000;
	line-height: 60px;
	text-align: center;	
}

.header .left .current_text {
	color: #FFFFFF;
	font: normal 0.6em "Trebuchet MS", sans-serif;
	text-align: center;	
}

.header .right {
	background: #f7f7f2;
	/* background: #1D2436; */
	color: #000000;
	text-align: left;	
	width: 212px;
}
.header .right p,.header .right h2 {padding: 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
.header .right p {padding-top: 7px; font: normal 0.9em "Lucida Sans Unicode",sans-serif;}
.header .right a {color:#000000; padding-top: 14px; font: bold 0.9em "Lucida Sans Unicode",sans-serif; text-decoration:none}
.header .right a:hover {text-decoration: underline;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.sub_navigation {	
	margin: 3px 0 0 0;
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	padding-top: 2px;
	height: 24px;
}
.sub_navigation div {
	background: #D9E1E5;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	padding: 0px 15px;
	text-decoration: none;
}
.sub_navigation a {
	color: #456;
	font: bold 0.8em sans-serif;
	line-height: 24px;
	text-decoration: none;
}
.sub_navigation img {
	margin-top: 2px;
	vertical-align: top;
}

.sub_navigation div a:hover {background-position: left bottom; color: #234;}


/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 781px;
}

.content img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.content h1 {
	font: normal 1.7em Tahoma,sans-serif;
	margin-bottom: 8px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
  list-style: url(img/li.png);
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.0em;
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.0em;
}

.content table {
	padding-bottom: 20px;
}

.content .alt {
	background-color: #EEEEEE;
}

/* posting */
.links {
	background: #D5D5D5;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}

.blog_details {
	background: #F7F7F2;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 2em;
	padding: 0.6em 0.7em;
}

.col1 {
    float:left;
    width:33%;
}
.col2 {
    float:left;
    width:33%;
}
.col3 {
    float:left;
    width:33%;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}

/* forms */
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
padding: 0;  
}

.span_link {
	text-decoration: underline;
	color: #963;
}
.span_link:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #C60;
}

.alert 
{
	background: #1D2436;
	color: #D9E1E5;
	width: 100%;
	text-align: center;
	font: normal 1.8em Tahoma,sans-serif;
	padding: 20px 0px 20px 0px;
}

#fb-bar iframe {max-height:13px !important;}
