/* 
Theme Name: Unthemed Clean Blue
Theme URI: http://unthemed.com/
Description: Simple 2 column theme.
Version: 1.0
Author: unthemed
Author URI: http://unthemed.com/
*/


body {
background: #116BA7 url(/graphics/overallbg.jpg) repeat-x;
text-align:center;
font-size:12px;
font-family:Verdana, sans-serif;
color:#333;
}
#wrap {
width: 800px;
margin:0 auto;
text-align:left;
background-color:#FFFFFF;
background-image: url('/graphics/blogrhs.jpg');
background-repeat: repeat-y;
background-position: left top;

}
#header {
text-align:center;
background-image: url('/graphics/webheader-bg.jpg');
height:240px;
background-repeat: no-repeat;
background-position: left top;
}
#header h1{
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:36px;
color:#0099FF;
margin:0;
padding:0;
}
#header h1 a{
color:#0099FF;
text-decoration:none;
}
#header h2 {
font-family:Verdana, sans-serif;
font-size:18px;
color:#333;
margin:0;
padding:0;
}

#left {
float:left;
width:555px;
padding-top:30px;
}

.post {
margin-bottom:50px;
padding-left:8px;
}
.post h2 {
font-family:Verdana, sans-serif;
font-size:18px;
color:#333;
margin:0;
padding:5px 0 0 0;
}
.post h2 a{
color:#333;
text-decoration:none;
}
.post h3 {
font-size:16px;
}
.post_date {
float:left;
text-align:center;
margin-right:10px;
background:url(images/datebg.jpg) no-repeat;
width:60px;
height:55px;
padding-top:5px;
}
.post_month {
font-size:15px;
color:#333;
font-family:Verdana, sans-serif;
font-weight:bolder;
}
.post_date{
font-size:22px;
color:#0099FF;
font-family:Verdana, sans-serif;
font-weight:bolder;
}
.post_user {
font-style:italic;
}
.post_user a{
color:#0099FF;
text-decoration:none;
}
.post_comments {
background:url(images/comment.jpg) no-repeat;
padding-left:18px;
}
.post p {
clear:left;
}
.post a {
color:#0099FF;
text-decoration:none;
}
p a {
color:#0099FF;
text-decoration:none;
}
.post blockquote {
border-left: 2px #0099FF solid;
padding-left: 6px;
font-style:italic;
}

#right {
float:right;
width:185px;
padding-top:30px;
}

.sidebar_item {
border-bottom: 1px #0099FF solid;
margin-bottom:20px;
padding: 10px 0;
}
.sidebar_item h3 {
font-size:18px;
color:#0099FF;
margin:0;
padding:0;
}
.sidebar_item ul li {
list-style-image:url(images/listimg.jpg);
}
.sidebar_item ul li a{
color:#333;
text-decoration:none;
}

/*.sidebar_item input {
width:190px;
margin-bottom:10px;
padding:0;
}*/
#searchform {
margin: 0 0 10px 0;
padding:0;
}
#searchform input {
width:140px;
}
#footer {
clear:both;
border-top: 1px #0099FF solid;
font-size:11px;
text-align:center;
margin: 10px 0 0 0;
width:565px;
}
#footer a {
text-decoration:none;
color:#333;
}


/*comments*/
.post textarea {
width:550px;
}
/*comments*/

.smalltext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	
}
.smalltext a:link {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:visited {
	color: #000000;
	text-decoration: underline;
}
.smalltext a:hover {
	color: #000000;
	text-decoration: none;
}
.smalltext a:active {
	color: #000000;
	text-decoration: underline;
}
img {
padding:5px;
}