﻿/*--------------------layout---------------------*/

/* begin palette
--------------------*/
#654723; /*-- brown --*/
#125488; /*-- blue, dark --*/
#477ba3; /*-- blue, medium --*/
#d4e1ea; /*-- blue, light --*/
#b5341e; /*-- orange, dark --*/
#ce5621; /*-- orange, medium --*/
#ffb84e; /*-- orange, light --*/
#f9e47e; /*-- yellow, medium --*/
#fdf7d7; /*-- yellow, light --*/
/* end palette
--------------------*/

* {margin:0;padding:0}
form {
	text-align: center;		
	}
.wrapper {
	width: 866px;
	margin: 0 auto;
	text-align: center;	
	}
.wrapperIn {
	text-align: left;
	margin: 0;
	padding: 0;	
	}

/* page header
------------------------------------------------*/
.header 
{
    width: 866px;
    height: 130px;
    background: transparent url(Images/bg_page_header.jpg) top no-repeat;  
}
.header .logo 
{
    height: 100px;
    width: 215px;
}
.navigation 
{
    height: 30px;
    width: 866px;
}
.admin-links 
{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .9em;
}
.admin-links a:link,
.admin-links a:visited,
.admin-links a:hover {
    color: #f9e47e; /*-- yellow, medium --*/
    text-decoration: none;
    }
.admin-links a:hover {
    color: #fff; /*-- yellow, medium --*/
    }
.aux-nav 
{
    clear: none;
    float: right;
    margin-top: 10px;
    margin-right: 0;
    padding: 0;
    text-align: right;
    width: 400px;
}
.aux-nav ul li 
{
    font-size: 1em;
    line-height: .8em;
    display: inline;
    list-style-type: none;
    padding-left: 8px;
    padding-right: 0;
    border-left: solid 1px #b5341e; /*-- orange, dark --*/
}
.aux-nav li.first 
{
    border-left: solid 0px #b5341e; /*-- orange, dark --*/
    padding-right: 4px;
}

/* main page content
------------------------------------------------*/
.content
{
    width: 866px;
    margin: 0;
    padding: 0;
    margin-top: 0;
    _margin-top: -2px;
    *margin-top: -2px;
}
.content .main_1col, .content .main 
{
    margin: 0;
    padding: 0;
}
.content .main_1col
{
    width: 866px;
}
.content .main 
{
    float: left;
    width: 616px;
}
.main_section, .main_section_1col
{
    padding: 0;
    margin: 0;
    padding-left: 16px;
    padding-right: 20px;
    padding-bottom: 0px;
    line-height: 1.5em;
}
.main_section
{
	width: 580px;
}
.main_section_1col 
{
    width: 830px;
}
.introductory 
{
    padding-top: 14px;
}
.breadcrumbs 
{
    margin-top: 6px;
    padding-bottom: 14px;
    color: #477ba3; /*-- blue, medium --*/
    font-size: .85em;
}
.breadcrumb_div 
{
    color: #ffb84e; /*-- orange, light --*/
}   
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover 
{
    color: #477ba3; /*-- blue, medium --*/
    text-decoration: underline;
}
.breadcrumbs a:hover 
{
    color: #ce5621; /*-- orange, medium --*/
    text-decoration: underline;
}

/* right margin
------------------------------------------------*/
.sidebar 
{
    float: right;
    width: 215px;
    padding: 20px 20px 20px 15px;
    font-size: .85em;
    line-height: 1.25em;
    top: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background: #fff url(Images/bg_margin_right_bottom.jpg) bottom no-repeat;  
}
.sidebar img
{
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* page footer
------------------------------------------------*/
.footer-wrapper {
    padding: 0;
    margin-top: 30px;
    height: 58px;
    width: 100%;
    clear: both;
    background: #fdf7d7 url(Images/bg_footer.gif) top repeat-x;  
}
.footer 
{
    height: 58px;
    width: 866px;
	margin: 0 auto;
    padding: 0;
    padding-top: 12px;
    background: transparent url(Images/bg_page_footer.jpg) top no-repeat;  
}
.footer .left 
{
    float: left;
    width: 45%;
    margin-left: 10px;
    font-size: 11px;
    line-height: 1.75em;
    text-align: left;
    color: #b5341e; /*-- orange, dark --*/ 
}
.footer .right 
{
    float: right;
    width: 45%;
    margin-right: 10px;
    font-size: 11px;
    line-height: 1.75em;
    text-align: right;
    color: #b5341e; /*-- orange, dark --*/ 
}


/*--------------------style---------------------*/
body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #654723; /*-- brown --*/
    font-size: 12px;
    background: #fdf7d7 url(Images/bg_body.gif) top repeat-x;  
    margin: 0;
    padding: 0;
}
.clear 
{
    clear: both;
    width: 100%;
}
TEXTAREA, INPUT 
{
    color: #654723; /*-- brown --*/
}
/*#Header {
	margin-bottom: 20px;
	background: #B9AC8C;
	margin-top: 10px;	
	}
#Header h1 {
	font-family: Georgia;
	font-size: 35px;	
	color: #fff;
	margin: 0 10px;
	}
#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#65653F;
	color: #fff;	
	}
#TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}*/
#TopNavigation {display: inline-block;}
/* Hides from IE-mac \*/
* html #TopNavigation {height: 1%;}
#TopNavigation {display: block;}
/* End hide from IE-mac */
/*#TopNavigation a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #65653f;
	}*/
#Main {
	font-size: 14px;
	line-height: 150%;	
	}
.main h1,
.main_1col h1
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
    font-family: Georgia, 'Times New Roman' , 'Palatino Linotype' , Serif;
    font-weight: normal;
    color: #125488; /*-- blue, dark --*/
}
.main h2,
.main_1col h2
{
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-family: Georgia, 'Times New Roman' , 'Palatino Linotype' , Serif;
    font-weight: normal;
    color: #125488; /*-- blue, dark --*/
}
.main h3,
.main_1col h3
{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #b5341e; /*-- dark orange --*/
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.sidebar h4
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #125488; /*-- blue, dark --*/
    font-size: 18px;
    line-height: 32px;
    text-indent: 0px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman' , 'Palatino Linotype' , Serif;
    background: #fff url(Images/bg_margin_right_h4.jpg) top left repeat-y;  
}
.sidebar h5
{
    margin: 0;
    padding: 0;
    color: #125488; /*-- blue, dark --*/
    font-size: 18px;
    line-height: 26px;
    text-indent: 0px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman' , 'Palatino Linotype' , Serif;
    background: #fff url(Images/bg_margin_right_h5.jpg) top left repeat-y;  
}
.sidebar p 
{
    margin: 3px 0 12px 0;
}
#Footer {
	clear:both;
	color: #666;
	font-size: 11px;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding: 0 10px;
	}
/*#SideBar {
	font-size: 12px;	
	background: #F8FAFC;
	}
#SideBar dt{
	font-weight: bold;
	color: #65653f;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:20px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	}*/
.contacts dd strong {
	font-size: 11px;
	}
a:link,
a:visited,
a:hover {
	color: #125488; /*-- blue, dark --*/
	text-decoration: underline;
	}
a:hover {
	color: #b5341e; /*-- orange, dark --*/
	}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}
fieldset {
    border: solid 1px #477ba3; /*-- blue, medium --*/
    padding: 10px;
}
fieldset ol {
    padding: 0;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    line-height: 30px;
}
#UserNameLabel {
    font-weight: bold;
}
	
/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
    
/*----------newslist-----------*/
		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 0.9em;
			}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}
/*Error*/
.mess {
	width: 500px;
	height: 300px;	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-150px;
	}
p#head strong {
	font-size:1.6em;
	display:block;
	}
p#head {
	font-size:1.3em;
	}

.post{margin:2.4em 0}
.postTitle{color: #65653f;font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot{border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#f5f5f5;padding:5px;margin-top:20px;margin-bottom:5em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{color: #65653f;margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#f5f5f5;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;color: #65653f;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background:#F0EEE8}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:5px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:12px}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{display:block;margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:12px}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, .sf_target_list, #SideBar ul {list-style:none;margin-bottom:30px;font-size:13px}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li{margin-top:10px}
#Main li 
{
	margin-left: 15px;
}
.sf_list_expanded h5, .sf_item_head, ul h2 {font-size:1.0em;font-weight:bold;margin-top:0.5em}
.sf_target_list{margin-left:0}
.sf_target_list dt{font-weight:bold;margin-top:1.0em}
#Main ul {margin-left:15px;list-style-type:disc;font-size:13px}
#Main ol {margin-left:15px;font-size:13px}
#Main h1, #Main .list_header{margin-top:20px}



/* Categories, Tags, Archive */
ul.tagCloud {
	margin: 0;
	padding: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: 9px;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: 12px;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 16px;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 21px;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 29px;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 36px;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0;
	padding: 0;
}
dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}


/* links
------------------------------------------------------*/
.sf_searchSubmit,
.sf_searchText 
{
    font-size: .9em;
}
a.aux-link:link,
a.aux-link:visited,
a.aux-link:hover
{
    color: #f9e47e; /*-- yellow, medium --*/
    text-decoration: none;
}
a.aux-link:hover
{
    color: #fff;
}
.table-border 
{
    background: #fff;
    font-size: 1em;
}
.tableHeader 
{
    padding: 4px;
    height: 28px;
    font-weight: bold;
    text-indent: 4px;
}
.alert 
{
    color: #b5341e; /*-- orange, dark --*/
}
.smalllabel 
{
    font-size: .8em;
    line-height: 1.5em;
}
.bordered-container 
{
	border: 1px solid #125488; /*-- blue, dark --*/
    background: #fff;
    font-size: 1em;
    padding: 8px;
}
p 
{
    padding: 0;
    margin: 0;
}
h2.page-title 
{
    padding: 0;
    padding-top: 10px;
}
.introductory h2 
{
    font-size: 26px;
}
h1.page-title 
{
    padding: 0;
    padding-top: 10px;
}
.introductory h1 
{
    font-size: 26px;
}
.carousel-content h2 
{
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 28px;
    margin-top: 0px;
    line-height: 36px;
}
.carousel-content p 
{
    margin: 0;
    padding: 0;
}
