/* Eric Mayers CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;
}
body {
	line-height: 1;
	color: white;
	font-family: Arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Own CSS code, by Zajda - tomas.zajicek@gmail.com */
#_container { width: 100%; }
#container {
	margin: 0 auto;
	width: 1200px;
	/* height: 1000px; */
}
#logo {
	/* width: 100%; 385px; */
	width: 1200px; 
	height: 88px;
	background: transparent url(img/logo.jpg) no-repeat;
	margin: 20px 0 20px 30px;
}

#left {
	width: 1200px;
	background: transparent url(img/bmenu.jpg) repeat-x;
	padding: 50px 0 0 0;
	position: relative; 
}
#right {
	width: 320px;
	
	background: transparent url(img/omenu.jpg) repeat-x;
	padding: 0px 0 0 0;
	float: right;
	color: #006da3;
}
.cleaner {
	visibility: hidden;
	clear: both;
}
#bottom {
	width: 1200px;
	height: 200px;
	background: #0084c5 url(img/bottom.jpg) repeat-x;
	margin: 50px 0 0 0;
	font-size: 14px;
}
#bottom h2{
	margin: 0 0 10px 0;
	font-size: 16px;
}
#bottom a{
	color: white;
	text-decoration: none;
}
#bottom a:hover{
	color: #8dc9e8;
	text-decoration: none;
}
#bottom li{
	background: url(img/wsquare.jpg) no-repeat 0% 50%;
	padding: 2px 0 2px 10px;
}
#bleft{
	width: 200px;
	float: left;
	margin: 30px 0 0 80px;
	padding: 0;
}
#bcenter{
	width: 300px;
	float: left;
	margin: 30px 10px 0 50px;
	padding: 0;
}
#bright{
	width: 300px;
	float: left;
	margin: 30px 0 0 0 ;
	padding: 0;
}
#footer {
	width: 1200px;
	height: 128px;
	background: #0084c5 url(img/footer.jpg) repeat-x;
	font-size: 12px;
}

#logo span {
	visibility: hidden;
	display: block;
	width: 385px;
	height: 88px;
	cursor: pointer; 
}
#logo a {
	text-decoration: none;
}

#sign-form {
	background: url(img/signbg.jpg) no-repeat;
	width: 297px;
	height: 79px;
	float: right;
	margin: 10px 30px 0 0;
}
#SignUp {
	margin: 40px 0 0 15px;
}
.sign-input {
	background: #ffffff url(img/signinput.jpg) no-repeat;
	width: 187px;
	height: 26px;;
	border: none;
	margin: 0;
	padding: 0 5px;
	float: left;
	text-align: left;
	font-size: 20px;
	vertical-align: baseline;
	overflow: hidden;
}
.sign-submit{
  background: url(img/signbutton.jpg) no-repeat;
	width: 68px;
	height: 26px;;
	border: none;
	margin: 0 0 0 2px;
	padding: 0;
}
.post {
	width: 823px;
	background: #eaf3f7;
	color: #00486b;
	float: none;
	margin: 0 0 0 20px;
	padding: 10px;
}
.up{
	width: 843px;
  height: 4px;
  margin: 0 0 0 20px;
  background: #eaf3f7 url(img/up.jpg) no-repeat;
}
.down{
	width: 843px;
  height: 4px;
  margin: 0 0 0 20px;
  background: #eaf3f7 url(img/down.jpg) no-repeat;
}
.post h2 {
	color: #00486b;
	font-size: 24px;
	font-weight: 200;
}
.post h2 a {
	color: #00486b;
	text-decoration: none;
}
.post h2 a:hover {
	color: #00a0df;
	text-decoration: none;
}
.post h3 {
	color: #00486b;
	font-size: 20px;
	font-weight: 200;
}
.post a {
	color: #0071bb;
	text-decoration: underline;
}
.post a:hover {
	text-decoration: underline;
	color: #79a3d8;
}
.post-date {
	font-size: 18px;
	margin: 2px 0 5px 0;
}
.post-meta {
	font-size: 14px;
	text-decoration: none;
	font-size: 13px;
}
.post-date, .post-meta {
	display: block;
	color: #ff8a00;
}
.post-date a, .post-meta a {
	color: #ff8a00;
	text-decoration: none;
}
.post-date a:hover, .post-meta a:hover {
	color: #f3bd48;
	text-decoration: none;
}
.post p {
	margin: 10px 0 0 0;
	font-size: 13px;
}
.menublock {
  margin: 3px 0 0 20px;
}

.menublock h2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff; /* #ff9110; */
  background: url(img/arrow.jpg) no-repeat 0% 50%;
  padding: 0 0 0 18px;
}
.menublock ul {
  float: left;
  width:280px;
  margin: 20px 0 0 15px;
  padding: 0;
  list-style: none;
}
 
.menublock li {
  float: left;
  width: 125px;
  background: url(img/bdot.jpg) no-repeat 0% 50%;
  margin: 0;
  padding: 5px 0 5px 15px;
  display: block;
}
.menublock li a {
  color: #006da3;
  text-decoration: none;
    display: block;
}
.menublock li a:hover {
  color: #ff9000;
  text-decoration: none;
    display: block;
}
.menublock li:hover {
  background: url(img/odot.jpg) no-repeat 0% 50%;
  color: #ff9000;
    display: block;
}
#show, #hide{
	margin: 20px 0 0 0;
	font-size: 14px;
}
#comments{
	margin: 20px 0;
}
.commentlist a, .fn{
  color: #00486b;
	text-decoration: none;
	font-weight: bold;
}
.comment{
	margin: 5px 0 20px 0;
}
.comment p{
	margin: 5px 0;
}
.comment-date a{
	font-size: 12px;
}
.comment-author{
	font-size: 14px;
}
#respond{
	margin: 20px 0 0 0;
}
#footer p{
	text-align: center;
	padding-top: 50px;
}
#footer a{
	color: white;
	text-decoration: none;
}
.addthis_container {
	margin: 7px 0 0 0;
	}
/* For WP IMG */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
h2.pagetitle, h2.center { color: #000; }
table.welcome { margin: 0 auto; margin-top: 15px; width: 600px; }
table.welcome tr td { text-align: center; padding-bottom: 5px; }