* { margin: 0; padding: 0; outline: none; }
a:link, a:visited, a:active { color: #ff6600; text-decoration:none; }
a:hover { color: #134077; }

body { background: #FFFFFF url(img/body-bg.gif) repeat-x; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; color: #333;  }
#wrapper { width: 980px; margin: 0 auto; }
#header { width: 980px; height: 138px; margin-bottom:20px; }
#content { width: 730px; float: left; }

a.logo { width: 700px; height: 52px; float: left; background: url(img/logo.png); margin-top: 45px; }
a.logo span { display: none; }

.search { float: right; margin-top: 55px; }
.search .search-text { background: url(img/search-bg.png) no-repeat; width: 157px; padding: 6px 30px 8px 10px;  border: none; }
.search-alert {display: none; background: url(img/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; margin-top: 2px; position: absolute; font-size: 10px; cursor: pointer; color: #000; }

.post { 
	width: 710px; 
	margin-bottom: 50px;
	border:1px #AAA solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
	padding:10px 15px;}
	
.post img {max-width:700px;}

.post h2 a{ font-weight: normal; text-decoration: none; font-size: 26px; }
.post h2 a:link, .post h2 a:visited { color: #ff6600; }
.post h2 a:hover{ color: #134077; }

.post blockquote {
	margin: 10px 20px;
	padding: 3px 10px 3px 10px;
	border-left:3px solid #F60;
	color:#666}

.post img { border:none;}

.post h3 { margin:15px 0;}

.post span.post-info { width: 720px; color: #AAA; font-size: 10px; padding-bottom: 15px; float: left; }

.post p { line-height: 22px; margin-bottom: 10px; }

.post ul, .post ol { margin:15px 0;}
.post ul li, .post ol li { margin-left:15px;line-height: 22px; }

.post div.cats { 
	padding: 6px; 
	font-size: 10px; 
	margin-top:15px;
	border-top:1px #AAA solid;}

#sidebar { width: 220px; float: right; }

#sidebar ul { list-style-type: none; }

#sidebar ul li { padding-bottom: 5px; border-bottom: 1px solid #ececec; margin-bottom: 15px; }

#sidebar ul li ul li { margin: 0; border: none; padding: 0; }

#sidebar ul li ul li /* a */ { padding: 5px 0px 5px 20px; display: block; width: 165px; background: url(img/sidebar-bullet.gif) no-repeat 0px 7px; }

#sidebar ul li h2 { font-size: 18px; color: #474747; padding-bottom: 9px; font-weight: normal; }

.navigation .previous {float:left;}

.navigation .next {float:right;}

#footer { clear: both; width: 100%; float: left; background: #d4d4d4; padding: 20px 0; margin-top: 20px; }

#footer .inner { width: 980px; margin: 0 auto; }

/*	.comments template styles  */

.comments { float: left; padding: 0; }
.comments input[type=text], textarea { width: 350px; font-size:14px; line-height:16px; }
textarea { width: 450px; }
.comments fieldset { padding: 20px; border: 1px solid #CCC; margin: 10px 0 20px 0; }
.comments p { padding: 0 0 10px 0; }
.comments h2 { padding: 0 0 15px 0; }
#cdisplay { list-style-type: none; padding: 0; margin: 0; }

	#cdisplay li { padding: 10px;  margin-bottom: 10px; width: 560px; }
	#cdisplay li.first {  background: #f9f9f9; border-bottom: #CCC 1px solid; }
	#cdisplay li.second {  background: #f6f6f6; border-bottom: #dedede 1px solid; }

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;}

.alignleft {float: left;}
.alignright {float: right;}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;}

.wp-caption img {
   padding: 0;
   border: 0 none;}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;}

img.avatar {float:right;}