/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	font: 11px/130% Verdana, Tahoma, Sans-Serif;
	color: #666666; 	
	margin: 0; padding: 0 0 2px 0; 
	background: #F6F5F5 url(Images/bg.gif) repeat-x; 
	text-align: center;
}

/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #AE855C; font-weight:bold;
}
a:hover {
	border-bottom:1px solid #dbd5c5; font-weight:bold;
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #dbd5c5; 	 
}
a:hover.more-link {
	text-decoration: none; font-weight:bold;
	border-bottom: 0px dotted #dbd5c5;
}
a.download:link, a.download:visited { 
	text-decoration: none;
	color: #AE855C; font-weight:bold;
}
a.download:hover {
	border-bottom:0px solid #dbd5c5;font-weight:bold;color: #0099FF;
}

/* Lists */

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}

p, dl { padding:0px 0 5px 0; }


code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
blockquote {
	margin: 0px 0px 0px 25px;
 	padding: 8px 10px 0px 50px;  
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url(Images/quote.gif) no-repeat 8px 8px;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;	
	color: #aaa; width:360px; height:40px;	
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#content-outer {
	background: #fff;
	width: 100%;
	padding: 0px 0;		
	border-bottom: 1px solid #E8E8E8;	
	text-align: left;		
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff url(Images/content-bg.gif) repeat-y center top;	
	padding-bottom: 35px;
	padding-top: 0px;		
	overflow: auto;
}
#header-wrap {
	width: 100%;
	background: #fff url(Images/bg.gif) repeat-x ;	
	margin: 0; padding: 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(Images/border.gif) repeat-x left bottom; 	
	height: 160px;	
}
#header h1#logo-text {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 22px 'Trebuchet MS', Verdana, Tahoma, Sans-Serif;
	letter-spacing: 0px;
	color: #93b876;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 26px; left: 165px;	
}
.headerflash {
	position: absolute; 
	margin: 0; padding: 0 0px 0 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 87px; left: 190px;	
}
p.intro {
	position: absolute;
	margin: 0; padding: 0;
	color: #BBBBBB;
	width: 400px;	
	font: normal 13px/24px Verdana, Tahoma, Sans-Serif;
	/* change the values of top and left to adjust the position */
	top: 110px; left: 120px;		
}
#header #header-language {
	position: absolute;
	width: 140px;
	height: 50px;	
	right: 140px; top: 0;
	z-index: 2;
}

/* main column */

#main {margin-top:4px;}

/* left columns */

/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 0px 8px 8px 8px; padding: 0;
	border-top: 0px solid #ebebeb; 
}
.sidemenu ul li {
	list-style: none;
	background: url(Images/dots.gif) repeat-x left bottom; 
	padding: 4px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	font-family: Verdana, Tahoma, Sans-Serif;
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #439CBD;
	padding-left: 0;
	font-weight:bold;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Verdana, Tahoma, Sans-Serif;
	font-style: normal;
}
.sidemenu ul li a:hover { color: #999;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* featured-post */
.featured-post {
	padding-bottom: 15px;
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
	font:normal 12px/16px Verdana, Tahoma;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post h4 a:hover {
	color: #0099FF;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 0px;
	margin:0px;
}

/* footer */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
	height:18px;	
}
#footer-wrapper p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer-wrapper a {
	color: #888;
	background: transparent;
}

/* footer-list */
ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;padding: 0;margin-left: 12px;margin-top:0px;
}
ul.footer-list li { border-bottom: 1px solid #E6E6E6; font-size:90%;}
ul.footer-list li a {
	font-weight: normal;padding: 0px 0;
	margin-left: 0;padding-left: 0;color: #AE855C;border: none;
}
ul.footer-list li a span {font-weight: normal;font-family: Verdana, Tahoma, Sans-Serif;}
ul.footer-list li a:hover,ul.footer-list li a:hover span {color: #AAA;}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 10px 0;				
	margin: 2px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 0px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: Verdana, Tahoma, Sans-Serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 2px; margin: 0px 0px 0px 0px;	
	border: 1px solid #EBEBEB;
	background: #F5F4F3;	
}
.postmeta a { background: transparent; }
.postmeta a:hover { border: none; color:#439CBD; }
.postmeta a.comments { margin: 0 0px 0 10px;	}
.postmeta .date{ margin: 0 0px 0 0px;}

.post-info { font-size:10px; padding-top:0px; padding-left:40px; color: #B0B0B0; margin:0px; text-align:left;}

/* thumbnails */
p.thumbs{ padding: 6px 0 0 0px; }
.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 2px 2px 4px 2px;
	background: #fafafa;
    border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


