* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	color:#373636;
}

a { color:#2c6298; }
a:hover { color:#043363; }
html, body { line-height: 1; }
hr { display: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
ul { list-style-type: none; }
ol { list-style-type: decimal; }
body { background: #ffffff; }
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.clear { clear: both; }
/*********************************** Top part CSS *************************************/
#top {
	width: 980px;
	height: 33px;
	background: url(images/top.gif) repeat-x;
	border-bottom: 1px solid #e1e1e1;
}
#topleft {
	float: left;
	border-left: 1px solid #e1e1e1;
	height: 34px;
	padding-left: 10px;
}
#topright {
	float: right;
	border-right: 1px solid #e1e1e1; 
	height: 34px;
	padding-right: 10px;
}
/************* Page navigation CSS **********/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #ddd;
	z-index: 20;
}
#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #ddd;
}
#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #373636;
}
#pagenavigation li a:hover { background: #e6e8d7; color: #043363; }
#pagenavigation li.current_page_item a { background: #FFF; color: #373636; }
#pagenavigation li.current_page_item a:hover { background: #FFF; color: #3259d8; }
#pagenavigation ul { display: none; z-index: 99; position: absolute; }
#pagenavigation ul li a { display: block; background: #FFF; }
#pagenavigation li ul a:hover { display: block; background: #FFF; }
#pagenavigation ul a { display: block; }
#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#pagenavigation li:hover ul ul { display: none; }
#pagenavigation li:hover ul { display: block; }
#pagenavigation ul li:hover ul { display: block; }
#pagenavigation li ul li { display: block; width: 100%; }
#pagenavigation li.page_item ul { border-top: 2px solid #ddd; width: 200px; }
#pagenavigation li.page_item a { display: block; }
#pagenavigation li.page_item a:hover { display: block; }
#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #326693;
}
#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	text-decoration: underline;
	color: #043363;
}
/***************************** Search form CSS ************************/
.searchform { display: inline; }
.searchform fieldset { display: inline; padding-top: 4px;}
.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #9ba2b8;
	font-weight: bold;
}
.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}
.searchinput {
	background: #FFF;
	border: 1px solid #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}
.searchbutton {
	background: url(images/searchbutton.gif) no-repeat;
	width: 29px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border: 0px solid #326693;
}
/******************************** Header CSS ********************/
#header {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 60px;
}
#headerlogo {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 60px;
	background: url(images/logo.jpg) left no-repeat;
	width: 470px;
}
#headerad {
	float: right;
	display: inline;
	margin-right: 10px;
	height: 60px;
}
#headerad a, #headerad img {
	display: block;
	width: 468px;
	height: 60px;
	border:1px solid #bbb;
	margin: 3px;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
#headerlogo h1 {
	float: left;
	background-position: right 20px;
	margin-right: 5px;
	padding-right: 15px;
	padding-top: 0px;
}
#headerlogo h1 a {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.5em;
}
#headerlogo h1 a:hover { color: #4e74f2; }
#headerlogo span {
	float: left;
	padding-top: 35px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
}
/************************* Main Category Menu CSS *******************/
#menu {
	width: 980px;
	height: 30px;
	background: url(images/menur.gif) repeat-x;
}
#menux {
	float: left;
	width: 960px;
	height: 30px;
	padding-left: 10px;
	border-left: 1px solid #e1e1e1;
}
#menuy {
	float: right;
	width: 5px;
	height: 30px;
	border-right: 1px solid #e1e1e1;
}
#dmenu {
	float: left;
	height: 30px;
	border-left: 1px solid #ccc;
	z-index: 20;
}
#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #ccc;
}
#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px dotted #ddd;
	width: 100%;
}
#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.85em;
	color: #373636;
}
#dmenu li a:hover { background: url(images/menuhover.gif) repeat-x; color: #043363; }
#dmenu ul { display: none; z-index: 99; position: absolute; }
#dmenu ul li a { display: block; background: #FFF; }
#dmenu li ul a:hover { display: block; background: #FFF; }
#dmenu ul a { display: block; }
#dmenu ul ul {
	margin-top: -26px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#dmenu li:hover ul ul { display: none; }
#dmenu li:hover ul { display: block; }
#dmenu ul li:hover ul { display: block; }
#dmenu li ul li { display: block; width: 100%; }
#dmenu li.cat-item ul { width: 200px; }
#dmenu li.cat-item a { display: block; }
#dmenu li.cat-item a:hover { display: block; }
#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #373636;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #043363;
	font-weight: bold;
	border-right: 1px solid #ff9933;
	border-left: 1px solid #ddd;
}
/****************************** RSS Bar CSS ******************/
#rssbar { width: 980px; margin-top: 1px; margin-bottom: 2px; }
#rssbar a { margin: 0px 5px 0px 5px; }
#rssbar #today { 
	float: left;
	line-height: 30px;
	padding-left: 10px;
	font-size: 0.7em;
	color: #888;
}
#rssbar ul { float: right; display: inline; padding-right: 10px; }
#rssbar ul li { float: left; margin-left: 20px; display: inline; }
#rssbar ul li a {
	line-height: 30px;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: bold;
}
#rssbar ul li a:hover { color: #4e74f2; }
/***************** Featured Column CSS **********************/
#featured {
	width: 980px;
	background: #FFF url(images/bg.gif) repeat-y;
	border-bottom: 4px dotted #ccc;
	margin-top: 15px;
}
#featuredleft { float: left; width: 600px; }
#featuredright { float: left; width: 380px; }
/************************************************ Featured Posts CSS ******/
.featuredposts { width: 600px; }
.featuredposts li { float: left; display: inline; text-align: center; border-right: 1px solid #eee; }
.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}
.featuredposts li a:hover { background: url(images/tabmover.gif) no-repeat top center; color: #ff9933; }
.featuredposts li a.selected { background: url(images/tabselector.gif) no-repeat top center;
color: #2c6298; }
.featuredposts li a.selected:hover { background: url(images/tabselector.gif) no-repeat top center; color: #2c6298; }
.featuredposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 570px;
}
@media print {
	.featuredposts_content {
	display: block !important;
	}
}
.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin: 15px;
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}
.featuredposts_content .post { display: inline; }
.featuredposts_content .post h1 a {
	line-height: 22px; 
	font-family: Georgia,serif; 
	font-size: 18px; 
	font-weight: normal;
}

.featuredposts_content .post h1 a:hover { color: #043363; }
.featuredposts_content h1:first-letter {padding-left: 10px;}
.featuredposts_content .post .time { color: #999; font-size: 0.7em; line-height: 2em; }
.featuredposts_content .post .entry { padding-top: 5px; border-bottom: 1px dotted #ddd; }
.featuredposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #373636;
}
.featuredposts_content .post .endpost {
	padding-top: 5px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.featuredposts_content .post .cat a:hover {
	background: #f7900a;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.extra { float: right; }
.extra li { display: inline; float: left; margin-left: 10px; }
.extra li a { font-size: 0.7em; font-weight: bold; }
.extra li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #f7900a;
}
.extra li.comments a:hover { text-decoration: underline; }
/********************************************************* Featured Tabs CSS *****/
.featuredtabs { width: 380px; }
.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}
.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}
.featuredtabs li a:hover { background: url(images/tabmover.gif) no-repeat top center; color: #f7900a; }
.featuredtabs li a.selected { background: url(images/tabselector.gif) no-repeat top center;
color: #326693; }
.featuredtabs li a.selected:hover { background: url(images/tabselector.gif) no-repeat top center; color:#326693; }
.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 350px;
}
@media print {
	.featuredtabs_content {
	display: block !important;
	}
}
.featuredtabs_content ul { }
.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}
.featuredtabs_content ul li span { display: block; }
.featuredtabs_content ul li span a { color: #373636; }
.featuredtabs_content ul li span a:hover { color: #f7900a; }
/***************************** Big Column CSS ***********************/
#bigcolumn { width: 980px; border-bottom: 1px solid #ccc; }
#widecolumn {
	float: left;
	width: 640px;
	margin-left: 8px;
	display: inline;
}
#top_posts {
	float: left;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}
#recent_posts {
	float: left;
	width: 316px;
	display: inline;
}
#sidebar {
	float: left;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}
/***************************** Main CSS *****************/
#top_posts h2, #recent_posts h2, #sidebar h2 {
	margin-top: 15px;
	font-size:13px; 
	line-height:1;
	color: #373636;
	border-bottom: 1px solid #ECEDE8;
	padding-left: 15px;
	padding-bottom: 5px;
}
.box { background: #FFF; padding: 10px; }
.box p {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 7px 0px;
}
.postbox {
	margin-bottom: 10px;
	background: #FFF;
	padding: 10px;
}
.postbox p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0;
	color: #666;
}
.ad img, .ad a img {
	display: block;
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
/************************** Top Posts CSS **********************/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.entry p:first-letter { padding-left: 10px; }
.top_entry { display: inline; }
.top_entry h3 a {
	color: #2c6298;
	line-height: 18px;
	font-family: Georgia,serif; 
	font-size: 16px; 
	font-weight: normal;
}
.top_entry h3 a:hover {
	color: #043363;
	line-height: 18px; 
	font-family: Georgia,serif; 
	font-size: 16px; 
	font-weight: normal;
}
.top_entry h3:first-letter { padding-left: 10px; }
.top_entry .time { color: #999; line-height: 2em; font-size: 0.7em; }
time { color: #999;}
.top_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0;
	color: #373636;
}
.top_entry .postbit {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	float: right;
	width: 294px;
}
.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}
/************************* Recent Posts CSS ***********************/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.recent_entry { display: inline; }
.recent_entry h3 a { font-size: 0.85em; color: #627092; }
.recent_entry h3 a:hover { color: #f7900a; }
.recent_entry .time { color: #666; line-height: 2em; font-size: 0.7em; }
.recent_entry .excerpt p { font-size: 0.75em; line-height: 1.3em; margin: 0; color: #373636; }
.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #ddd;
	float: right;
	width: 294px;
}
.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}
.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}
.recent_entry .postbit li a:hover {
	background: #fff;
	color: #373636;
}
/********************************* Sidebar CSS Widgets *****************/
.sidebar { float: left; width: 150px; }
.sidebar div { background: #FFF; color: #666; }
.sidebar ul li ul { background: #FFF; padding: 10px; }
.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}
.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.3em;
}
.sidebar li:first-letter { padding-left: 10px; }
.sidebar li a:first-letter { padding-left: 10px; }
/******************************* Subscribe RSS Form ****************/
.subscribe { width: 294px; }
.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	width: 294px;
}
.subscribe input { display: inline; vertical-align: middle; }
.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.75em;
}
.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.75em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}
.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
}
/******************************** Fix Corners CSS *do not touch* please! ************/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #ffffff url(images/lblue.gif) no-repeat left bottom;
}
#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #ffffff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}
/************************************** Footer *********************/
#footer { width: 980px; margin-bottom: 10px; margin-top: 10px; }
#footer a { color:#326693; text-decoration: underline; }
#footer a:hover { color: #3259d8; text-decoration: underline; }
#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 0.7em;
	color: #666;
}
#copyright {
	display: inline;
	/*float: right;*/
	margin-right: 10px;
	font-size: 0.8em;
	color: #666;
	padding-left:10px;
	margin: 10px 40px 10px 0;
}
#copyright p:first-letter { padding-left: 10px; }
/********************************************* POST BODY CSS ********************/
.postbody { background: #FFF; padding: 10px; }
.postbody p:first-letter { padding-left: 10px; }
.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
}
.postbody p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #373636;
	margin: 0px 0px 10px 0px;
}
.postbody h1 {
	color: black;
	line-height: 28px; 
	font-family: Georgia,serif; 
	font-size: 20px; 
	font-weight: normal;
}
.postbody h2 {
	font-size: 1.3em;
	color: #f7900a;
	font-weight:900;
}
.postbody h3 {
	color: #326693;
	line-height: 18px;
	font-family: Georgia,serif; 
	font-size: 16px; 
	font-weight: normal;
}
.postbody h4 { font-size: 0.9em; font-weight: bold; color: #666; }
.postbody h5 { font-size: 0.8em; font-weight: bold; color: #999; }
.postbody h6 { font-size: 0.7em; font-weight: bold; color: #577aee; }
.postbody ol { padding-left: 20px;}
.postbody ul { margin: 5px 5px 20px 5px; }
.postbody ol { margin: 5px 5px 20px 5px; }
.postbody ul ul { margin: 5px; }
.postbody ol ol { margin: 5px; }
.postbody ol li {
	line-height: 1.5em;
	color: #373636;
	margin-bottom: 5px;
	font-size: 12px;
}
.postbody ul li {
	line-height: 1.5em;
	color: #373636;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.postbody blockquote {
	background: #fffced;
	border: 1px solid #dfdccb;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}
.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	color: #587ae6;
}
.postbody ins { color: #373636; text-decoration: underline; }
.postbody del { color: #373636; text-decoration: line-through; }
.postbody code {
	color: #373636;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}
/************************************ Results .p class *************/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}
.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.p .time { font-size: 0.7em; color: #999; }
.p .excerpt { padding-top: 5px; }
.excerpt p:first-letter { padding-left: 10px; }
.excerpt {border-bottom: 1px solid #ccc; padding-bottom: 5px;}
.p .info { text-align: right; font-size: 0.7em; line-height: 1.3em; color: #666; }
.p .tags {
	background: #fdfff4;
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a { color: #373636; }
.p .tags a:hover { color: #3259d8; }
/*************************************** Navigation CSS ***************************/
.navigation { padding-top: 10px; margin-top: 10px; border-top: 1px solid #ddd; }
.navigation a {
	padding: 5px;
	margin: 5px;
	background: #e1e1e1;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #000000;
	font-weight: bold;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.navigation a:hover {
	background: #f7900a;
	margin: 5px;
	color: #FFF;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.navleft { float: left; width: 40%; }
.navright { float: right;width: 40%; }
.navleft a { float: left; display: block; }
.navright a { float: right; display: block; }
/************************ Alternative: single post ONLY SPECIFIC CSS *****************/
.postbody_singlepost .time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.postbody_singlepost img {
	border:1px solid #bbb;
	margin: 10px;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.postbody_singlepost .tags {
	color: #373636;
	font-size: 0.7em;
	line-height: 1.7em;
}
.postbody_singlepost .tags a { color: #999; }
.postbody_singlepost .tags a:hover { color: #f7900a; }
.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
}
.postbody_singlepost .the_content { margin-top: 0px; margin-bottom: 15px; }
/*************** Special Single Post Classes ********************/
.follow, .track {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
}
.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}
.track {
	background: #EEE;
	font-weight: bold;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
/***************** CSS for Floating Images in Single Post View ***************/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
}
.aligncenter { display: inline; text-align: center; }
.alignnone { }
p.wp-caption-text { padding: 5px; font-size: 0.7em; color: #999; }
/*******************************  Commenting System CSS *****************/
#combox, #combox ol, #combox ol li, #combox ol li.alt { font-size: 100%; }
#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}
ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}
ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #fefff7;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}
ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}
.avatar { float: left; 	display: inline; }
.avatar img { border: 0; }
.commentbody { float: left; display: inline; margin-left: 60px; }
.commentbody img { border:0; vertical-align: middle; }
p.comment_author { color: #999; font-size: 0.7em; }
span.comment_time { display: inline; color: #999; }
p.comment_text { margin-top: 15px; line-height: 1.4em; }
/*********************************** Leave a Reply form CSS **********************/
.reply {
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 20px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
}
.reply p { margin-top: 10px; }
.reply fieldset { vertical-align: middle; display: inline; }
.reply input { vertical-align: middle; display: inline; }
.reply textarea { vertical-align: middle; display: inline; }
.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}
.replytext {
	border: 1px solid #ddd;
	width: 200px;
	padding: 5px;
	color: #3259d8;
}
.replytext:focus { border: 1px solid #bbb; background: #fefff7; }
.replyarea { border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	width: 555px;
	height: 120px;
	color: #3259d8;
	overflow-x: auto;
	overflow-y: auto;
}
.replyarea:focus { border: 1px solid #bbb; background: #fefff7; }
.replybutton {
	background: #3259d8;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
.replybutton:hover { background: #5c82d1; }
/*************************************************************** */
#featured
{
	border: 1px solid #e1e1e1;
	border:#CCC 1px solid !important;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0 0 5px #999;margin-bottom: 10px;
	-moz-border-radius: 3px;
 	 -webkit-border-radius: 3px;
 	 border-radius: 3px;
}
#box
{
	border: 1px solid blue;
	border:#CCC 1px solid !important;
	-moz-box-shadow:0px 0px 5px blue;
	-webkit-box-shadow:0px 0px 5px blue;
	box-shadow:0 0 5px blue;margin-bottom: 10px;
}
.breadcrumb1 { font-size: 11px; }
input, textarea { border: 1px solid #ccc; }
/*********************************************** knopka vverh */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 630px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 #back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
 	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover { color: #000; }
 /* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	margin-left: 10px;
	background:  url(images/up-arrow.png) no-repeat center center;
 
	/* rounded corners */
	border:#CCC 1px solid !important;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0 0 5px #999;
 
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span { border: 1px solid #e1e1e1; }
/********************************************************************  */
#fottern { font-size: 0.8em; line-height: 1.3em; margin: 0; color: #666; }
#fottern h2
{
	font-size:13px; 
	line-height:1;
	color: #373636;
	border-bottom: 1px solid #ECEDE8;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#fottern ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666;
}

#rt { color: #999; font-size: 0.7em; line-height: 2em; float: left; width: 100px; }
.z2
{
	border:1px solid #bbb;
	-webkit-transition: background-color .2s ease-out;
  	-moz-transition: background-color .2s ease-out;
  	-ms-transition: background-color .2s ease-out; 
  	-o-transition: background-color .2s ease-out;  
  	transition: background-color .2s ease-out;
  	background-clip: padding-box; /* Fix bleeding */
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
 	 border-radius: 3px;
  	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}