/*
Theme Name: Light Blue
Theme URI: http://www.technroll.com
Version: 1.0
Description: A simple two column WP theme
Author: Tech n Roll
Author URI: http://www.technroll.com
*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
a {color: #048;}
a:hover{color: #444444;}
a img {border: none;}
body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
	background-image: url(img/bgtop.gif);
	background-repeat: repeat-x;
}
p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;}
h1 {font: normal 1.6em Tahoma,sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h1,h3 {padding-top: 6px; margin-bottom: 4px;}
h2 {padding-top: 6px; margin-bottom: 4px; margin-left: 8px;}
code {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-left: 6px solid #CCCCCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FFF7D7 url(img/quote.jpg) repeat-y left;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.sea {
	font-size: 1em;
	margin-left: 8px;
	margin-bottom: 10px; 
}
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 975px;
	color: #000000;
}
.outer-container {
	padding-bottom: 0px;
	}
.header {
	background: #FFFFFF url(img/bgtop.gif) repeat-x;
	height: 70px;
}
.header .title {
	padding-top: 25px;
	padding-left: 0px;
}
.header .title .sitename a {
	color: #000000;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #FFF;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
.path {
	color: #FFD99F;
	font: normal 1.1em Verdana,sans-serif;
	padding: 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFDA2A;
	text-align: right;
}
.path li,.path ul {display: inline;}
.path a {
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFCC00;
	padding-right: 10px;
}
.path a:hover {
	text-decoration: none;
}
.main {
	background: #FFFFFF;
}
.content {
	float: right;
	width: 763px;
}
.content .descr {
	background: #FFFFFF url(img/wnd.gif) no-repeat right;
	color: #000000;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.content li {
	line-height: 1.4em;
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}
.navigation {
	background: #FFFFFF;
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #FF0B5B;
	font: bold 1.1em Tahoma, sans-serif;
	padding: 4px 0 5px 10px;
	margin: 1px;
	padding-left: 8px;
}
.navigation ul {

	padding: 0;
}
.navigation li {}
.navigation li a {
	font: bold 1.1em Tahoma, sans-serif;
	color: #000;
	display: block;
	padding: 4px 0 5px 9px;
	text-decoration: none;
	margin: 1px;
	background: #FFF url(img/com.gif) no-repeat right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;

}
.navigation li a:hover {
	color: #000000;
	background: #FFFFFF url(img/bcom.gif) no-repeat right;
	
}
a {color: #000000;
	text-decoration: none;
}
.footer {
	background: #333333;
	height: 1px;
	margin-bottom: 1px;
	text-align: center;

}
.post h1 a {
	color: #000000;
	text-decoration: none;
}
.post h1 a:hover {
	color: #333333;
}
.post h1 {
	color: #000000;
}
.post {margin: 6px 10px 2px;}
.post .info{
	background: #FFFFFF url(img/comment.gif) no-repeat right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #000000;
	margin: 2px 0 4px;
	padding: 3px 20px;
	text-align: right;
}
.post img {
	border: 1px solid #999999;
	padding: 2px;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {color: #000; text-decoration: none;}
.info a:hover {
	text-decoration: none;
	color: #7EACD5;
}
.content ol li {
	background: none;
}
.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
	margin-left: 50px; 
	color: #777777;
}
#commentform {
	margin: 1em 0;
	width: 360px;
	padding-left: 11px;
	}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}
textarea.styled {
	width: 280px;
	background-color: #F2F9FF;
	border: 1px solid #222222;
	color: #000000;
	overflow:hidden;
	}
.styled {
	font-size: 1.1em;
	background-color: #111111;
	border: thin solid #222222;
}
#commentform input {margin-bottom: 3px;
	background-color: #F2F9FF;
	border: 1px solid #222222;
	color: #000000;
}
#wp-calendar {color:#A0A0A0;}
.navigation table caption {border-bottom-color:#000;}
.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}
.navigation table th {border-bottom-color:#000;}
.navigation table td#today {
  border-color:#000;
  color:#A53512;
}
.navigation table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}
.navigation table tfoot {border-top-color:#000;}
.navigation table tfoot a {background:none;}
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}
.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}
.navigation table thead tr {border-bottom:1px solid;}
.navigation table th {border-bottom:1px solid;}
.navigation table td {
  width: 225px;
  padding: 1px;
  font-size: 0.9em;
}
.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}
.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}
.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}
#searchform {
	padding: 4px 17px 10px;
	background: url('img/searchbg.jpg') no-repeat;
}
.searchb {
	padding-left: 17px;
	border: 1px solid #999999;
	color: #000000;
	background: #FFFFFF url(img/search.png) no-repeat left;
	height: 20px;
	width: 150px;
	padding-top: 3px;
	}
hr
{
	height: 1px;
	color: #B24F55;
	border-style: solid;
	margin: 0 0 10px 0;
}
.bottom {
	color: #FF0B5B;
	clear: both;
	font-size: 1.1em;
	height: 25px;
	padding-top: 5px;
}
.bottom a {
color: #000;
	text-decoration: none;
}.rsl {
	background-color: #FFE8CC;
	background-image: url(img/feed.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	padding: 4px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF95;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCF95;
}
