/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 15;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ffffff url('img/bk.gif');
	color: #333333;
	padding-bottom: 1em;
	margin-top: 20px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

a.topmenu:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
a.topmenu:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}
a.topmenu:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
}

h1 {font: normal 1.8em Verdana, sans-serif;}
h2 {font: bold 12px Verdana, sans-serif;}
h3 {font: bold 15px Verdana, sans-serif;}
h4 {font: bold 18px Verdana, sans-serif; color: #484848;}

.right_line {
	border-right: 0px solid #CDCDCD;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}

img.bordered {
	border: 1px solid #000000;
	background: #FFF;
	padding: 0px;
}

img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
input#s, textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana, sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}

/* Seachform */
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 0px auto 0;
	width: 1022px;	
}
#layout_container {
	background: #ffffff;
	border: 1px solid #000000;
}
#layout_edgetop, #layout_edgebottom {
	display: block;
	height: 0px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: url("img/blog_top_logo.gif");
	padding: 8px 2px 82px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;

}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 5px;
	font: normal 1.1em Verdana, sans-serif;
	color: #679;
}

#top_separator {
	display: block;
	font-size: 0;
	height: 0px;
	line-height: 0;
}

/* Navigation */
#navigation {

	}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
	
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	float: right;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #4A0000;
}
#tabs a span {
	float: right;
	display: block;
	padding: 1px 5px 1px 5px;
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #FFFFFF;
}

#tabs li.current_page_item a {color: White; background: #710000; }

/* Main Layout */
#main_left {width: 100%;}
#main_right {width: 100%;}


/* Footer */
#footer {
	background: #660000 url("img/foot_bk.gif");
	padding: 8px 12px 8px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: none;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */



/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	font-size: 1em;
	text-decoration: none;
	background-color: #C1C1C1;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #000000;
	vertical-align: middle;
}
.post_title h1 {font: bold 1.0em Verdana, sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #990000;
	text-decoration: none;
}
.post_title h1.left {}
.post_date {
	color: #494949;
	padding-right: 8px;
	font-size: 0.85em;
	vertical-align: middle;
}
.post_metadata {
	margin-top: 8px;
	padding: 0 2px;
}
.post_metadata .content {
	border-top: 1px dotted #414141;
	padding: 5px 1px 5px;
	font-size: 0.8em;
	color: #000000;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	padding: 10px 10px 1px;
}
.post_body img {
	border: 0px solid #000000;
	background: #FFFFFF;
	margin: 4px
}

.post_body img: hover {
	border: 0px solid #990033;
	background: #FFFFFF;
	margin: 4px
}

.post_bottom {
	display: block;
	height: 8px;
	font-size: 0;
	line-height: 0px;
	border-bottom: 0px dotted #D8D8D8;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 1px;}
.box_title {
	font-size: 12px;
	color: #000033;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	font-weight: bold;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
.box_body {
	font-size: 11px;
	padding-top: 2px;
	padding-left: 5px;
}
.box_bottom {
	display: block;
	height: 1px;
	font-size: 0;
	line-height: 0;
}
.box ul {
	margin-left: 0;
	border-bottom: 0px dotted #595959;
	padding-bottom: 10px;

}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 1px;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: none; color: #990000;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 2px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #E0E0E0;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: bold 12px sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: none; color: #990033;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 2px;
}

/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Widgets
------------------------------------------- */
.widget {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px;
	margin-bottom: 6px;
	border-bottom: 1px solid #C6CAD3;
}
.widget_title {
	font-weight: bold;
	padding-bottom: 5px;
}

/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

.form_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: none;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	background-color: #EAEAEA;
	border: 1px solid #9E9E9E;
}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #660000;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 1px solid #000000;
}

.buttons:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	border: 1px solid #000000;
}

.front_thumb {
	border: 1px dotted #DBDBDB;
	padding-bottom: 6px;
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
	border:  1px solid #000000;
	width: 200px;
	display: block;
	height: 200px;
	background-color: #272727;
}
a.thumbnail:hover {
	border:  1px solid #0066CC;
	width: 200px;
	display: block;
	height: 200px;
	background-color: #282828;
}

td.thumbnail { 
	height: 0px; 
} 

img	{
    border:  #000000 1px none;
}

img.thumbnail {
	border:  2px solid #000000;
	margin: 0px;
	padding: 0px;
	background:  #2D2D2D;
	vertical-align: middle;
	}

.bookmark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 10px 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-bottom: 1px dotted #414141;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;

}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.content {
	font-size: 11px;
	padding-top: 1px;
	padding-left: 15px;
	}

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}

.author {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}

.time {
	font-size: 10px;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	}


.blockquote {
	background:url(./img/quote.gif) no-repeat;
	border: 0px solid #FFFFFF;
	color: #330000;
	font: italic 13px Helvetica, sans-serif;
	padding: 12px 10px 10px 40px;
	cursor: hand
}

.quote {
	border-top: 1px dotted #555555;
	padding-top: 10px;
	color: #5D5D5D;
}

/* End Comments */

.package {
	background:url(./img/op.png) no-repeat;
	color: #000000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
}

span.wpcf7-list-item { display: block; }