﻿/*
Theme Name: Theson Magazine
Theme URI: http://theson.info/
Description: Theson Magazine theme is a unique wordpress magazine style by <a href="http://theson.info/">Theson Design</a>.
Version: 1.0
Author: theson.INFO
Author URI: http://theson.info/
*/

/*
Set general CSS declarations
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a {
	color: #18459D;
}

a:hover {
	color: #D0222D;
}

html, body {
	line-height: 1;
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: url(images/bg2.gif) repeat #dcdcdc;
	text-align: center;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container-top {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #F3FBFF;
	border-top: 5px solid #F6A32F;
	border-bottom: 1px solid #AAAAAA;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 980px;
	height: 34px;
	background: #F3FBFF;
	margin-right: auto;
	margin-left: auto;
}

#topleft {
	float: right;
	height: 34px;
	padding-left: 10px;
}



/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #AAAAAA;
}

#pagenavigation li span {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
	color: #18459D;
}


#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	font-size: 11px;
	font-weight: bold;
}

#pagenavigation li a:hover {
	background: #FFFFFF;
}

#pagenavigation li.current_page_item a {
	background: #FFFFFF;
	color: #D0222D;
	text-decoration: underline;
}

#pagenavigation li.current_page_item a:hover {
	background: #FFFFFF;
	color: #D0222D;
}



/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #D0222D;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: #FFF;
	border: 1px dotted #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}

.searchbutton {
	background: url(images/feedsubmit.gif) no-repeat;
	width: 44px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

/*
Header CSS
*/
#header {
	width: 980px;
	height: 125px;
}

#header-logo {
	float: left;
	display: inline;
	margin-left: 10px;
	height: 100px;
	margin: 10px 0px 15px 10px;
}

#header-logo a, #header-logo img {
	display: block;
	width: 300px;
	height: 100px;
}

#headerad {
	float: right;
	display: inline;
	margin: 15px 15px 0px 0px;
	height: 90px;
	width: 650px;
}

#headerad li {
	display: inline;
	float: right;
	list-style: none;
	height: 90px;
	margin-left: 10px;
}

#headerad li a, #headerad img {
	display: block;
	height: 90px;
	border: 1px solid #FFF;
}



#content{
	background: #F3FBFF;
	padding: 20px 0px;
	margin-bottom: -15px;
}

/*
Main Category Menu CSS
*/

#menu {
	width: 980px;
	background: #FFFFFF;
	border-bottom: 3px solid #F6A32F;
	height: 54px;
}

#menu-left {
	float: left;
	width: 970px;
	background: url(images/lround.gif) no-repeat top left;
}

#menu-right {
	float: right;
	width: 8px;
	height: 54px;
	background: url(images/rround.gif) no-repeat top right;
	border-left: 1px solid #eee;
}

/*
Featured Posts CSS
*/
#menu-cats {
	width: 970px;
	margin-left: 8px;
}
#menu-cats .sub {
	float: left;
	display: block;
	font-size: 0.7em;
	width: 175px;
	height: 20px;
	padding-left: 15px;
} 

#menu-cats .sub a{
	padding: 0px 0px 0px 05px;
	margin: 0px;
	display: inline;
	float: left;
	background: none;
	line-height: 10px;	
	text-transform: uppercase;
	color: #D0222D;
	text-decoration: none;
}

#menu-cats .sub a:hover{
	background: none;
	color: #18459D;
}

#menu-cats li {
	float: left;
	display: inline;
	text-align: center;
	border-left: 1px solid #eee;
	width: 190px;
}

#menu-cats li:hover {
	background: #F5F5F5;
}
#menu-cats li a {
	float: left;
	display: block;
	padding: 5px 80px 0px 20px;
	line-height: 28px;
	font-size: 1em;
	font-weight: bold;
	color: #F6A32F;
	text-decoration: underline;
}

#menu-cats li a:hover {
	color: #FF9000;
}


/*
Featured Tabs CSS
*/
.menu-tabs {
	width: 380px;
}

.menu-tabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.menu-tabs li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.menu-tabs li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.menu-tabs li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.menu-tabs li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 350px;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}

/*
Big Column CSS
*/
#bigcolumn {
	float: left;
	display: inline;
	width: 980px;
	background: #f3fbff;
}
#bigcolumn-bottom {
	float: left;
	display: inline;
	width: 960px;
	background: #f3fbff;
	padding: 10px;
}
#widecolumn {
	float: left;
	width: 640px;
	margin-left: 8px;
	display: inline;
}

#top_posts {
	float: left;
	width: 316px;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

#recent_posts {
	float: left;
	width: 316px;
	display: inline;
}



/*
Main CSS 
*/
#top_posts h2, #recent_posts h2, #sidebar h2 {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: -1px;
	color: #F6A32F;
	background: #FFFFFF;
	border: 1px solid #DDD;
	border-bottom: 2px solid #d8e1f0;
	padding: 8px 0px 0px 15px;
	height: 25px;
}

.box {
	background: #FFF;
	padding: 05px;
	border: 1px solid #d8e1f0;
	border-top: none;
}

.box p {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 7px 0px;
}

.postbox {
	margin-top: 2px;
	background: #FFF;
	padding: 4px;
	border: 1px solid #d8e1f0;
}

.postbox p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	float: left;
	display: inline;
	border: 1px dotted #d8e1f0;
	width: 298px;
	padding: 3px;
	background: #FDFFF4;
}

.top_entry h3 a {
	font-size: 0.8em;
	letter-spacing: -1px;
	color: #537ce4;
}

.top_entry h3 a:hover {
	color: #537ce4;
	text-decoration: underline;
}

.top_entry .time {
	color: #666;
	line-height: 2em;
	font-size: 0.65em;
}

.top_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #AAAAAA;
	float: right;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	float: left;
	display: inline;
	border: 1px dotted #d8e1f0;
	width: 298px;
	padding: 3px;
	background: #FDFFF4;
}

.recent_entry h3 a {
	font-size: 0.8em;
	letter-spacing: -1px;
	color: #2E4AA6;
}

.recent_entry h3 a:hover {
	color: #ff9000;
}

.recent_entry .time {
	color: #666;
	line-height: 2em;
	font-size: 0.65em;
}

.recent_entry .excerpt p {
	font-size: 0.75em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #AAAAAA;
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 5px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #AAAAAA;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}

/* outmost wrapper element */
#scrollable {
background: #FFF;
padding:0px;
margin: 10px 0px 0px 0px;
width:638px;
float: left;
height: 260px;
border: solid 1px #D8E1F0;
border-top: solid 2px #D8E1F0;
}
/* container for the scrollable items */
.items {
float:left;
width:638px;
height: 255px;
display: block;
margin-top: 2px;
}



.slide-items {
height: 238px;
width: 189px;
margin-left: 1px;
margin-right: 1px;
float: left;
background-color: #FDFFF4;
padding: 5px;
border: solid 1px #D8E1F0;
}
.slide-items img{
height: 120px;
width: 187px;
border: solid 1px #D8E1F0;
}
.slide-items-a a {
color: #004080;
font-size: 0.8em;
margin: 5px 0px 0px 0px;
padding: 5px 0px 0px 0px;
display: block;
font-weight: bold;
border-top: solid 1px #D8E1F0 ;
}

.slide-items-a a:hover {
	text-decoration: underline;
}

.slide-items p {

font-size: 0.75em;
padding: 5px 0px;
display: block;
}

/* single item */


/* next / prev buttons */
a.prev, a.next {
display:block;
width:15px;
height:255px;
float:left;	
margin:0px;
}

a.prev {
background:url(images/tabprev.gif) no-repeat center;
}


a.next {
background:url(images/tabnext.gif) no-repeat center;	
margin-left:1px ;
}



/*
Sidebar CSS Widgets
*/
.sidebar {
	float: left;
	width: 150px;
}

.sidebar div {
	background: #FFF;
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.sidebar ul li ul {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}


.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #AAAAAA;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.3em;
}

#sidebar {
	float: left;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}

#sidebar .recent_entry{
	width: 308px;
	border: 1px solid #d8e1f0;
	margin-top: 2px;
}

#sidebar .recent_entry h3{
	border: 1px dotted #d8e1f0;
	background: #FFFFFF ;
	padding: 3px;
}

#sidebar .recent_entry h3 a{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
}

#sidebar .recent_entry p{
	font-size: 12px;
	color: #666;
	padding-top: 3px;
	font-weight: normal;
}

#sidebar .box_1{
	float: left;
	display: inline;
	background: #FDFFF4;
	padding: 05px;
	padding-bottom: 0px;
	border: 1px solid #d8e1f0;
	border-top: none;
width: 304px;
}
#sidebar .box_1{
	background: #FDFFF4;
}

#sidebar .box_1 p{
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 7px 0px;
}


#sidebar .box_1 a {
	float: left;
	display: inline;
	margin-bottom: 5px;
	padding: 3px;
	border: dotted 1px #DDD;
}
#sidebar .box_1 a {
	background: #FFF;
}

#sidebar .box_1 a h3 {
	color: #D0222D;
}

#sidebar .box_1 h3{
	font-size: 12px;
}

#sidebar .box_1 .thumb img{
	float: left;
	width: 120px;
	height: 80px;
	display: inline;
	border: 2px solid #DCEBF1;
	margin-right: 5px;
}
/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.75em;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.75em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 10px;
}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 10px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 10px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

#fixcornersT {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblueT.gif) no-repeat left top;
}

#rightcornerT {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblueT.gif) no-repeat right top;
	float: right;
}

/*
Footer
*/
#footer {
	width: 980px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

#footer a:hover {
	color: #3259d8;
	text-decoration: underline;
}

#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 0.7em;
	color: #666;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 10px;
	font-size: 0.7em;
	color: #666;
}

/*
POST BODY CSS
*/
.postbody {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.postbody p {
	font-size: 0.75em;
	line-height: 1.4em;
	color: #333;
	margin: 0px 0px 10px 0px;
}

.postbody h1 {
	letter-spacing: -2px;
	font-size: 1.5em;
	color: #2e4aa6;
}

.postbody h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #ff9000;
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody blockquote {
	background: #fffced;
	border: 1px dotted #dfdccb;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.3em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #587ae6;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #333;
	text-decoration: line-through;
}

.postbody code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

/*
Results .p class
*/
.p {
	border-top: 2px solid #D0222D;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: right;
	display: inline;
	width: 200px;
	height: 135px;
	margin: 0px 10px 0px 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 0.7em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	background: #fdfff4;
	border: 1px dotted #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
	text-align: right;
}

.p .info a {
	color: #D0222D;
	font-weight: bold;
	font-size: 1.1em;
}

.p .info a:hover {
	text-decoration: underline;
}

/*
Navigation CSS
*/
.navigation {
	padding:0px;
	margin-top: 10px;
	border: 1px dotted #ddd;
	background: #fdfff4;
}

.navigation a {
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #FFF;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	float: left;
	width: 40%;
}

.navright {
	float: right;
	width: 40%;
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Relatedposts CSS
*/

#relatedposts {
	border: 1px dotted #ddd;
	background: #fdfff4;
	padding: 0px;
	margin-top: 10px;
	float: left;
	width: 100%;
}
#relatedposts a {
	color:#2E4AA6;
	text-decoration:none;
	font-size: 1.1em;
}
#relatedposts a:hover {
	color:#2E4AA6;
	text-decoration:underline;
}
#relatedposts .relatedposts_box {
	float: left;
	width: 285px;
	display: inline;
	padding: 10px;
	border-right:dotted 1px #ddd ;
}

#relatedposts .relatedposts_box_right {
	float: left;
	width: 285px;
	display: inline;
	padding: 10px;
}

#relatedposts .relatedposts_box_right a{
	color:#F6A32F;
	text-decoration:none;
	font-size: 1.1em;
}

#relatedposts .relatedposts_box_right a:hover {
	color:#F6A32F;
	text-decoration:underline;
}
.relatedposts_box ul, .relatedposts_box_right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.relatedposts_box ul li, .relatedposts_box_right ul li {
	padding: 05px 0px;
	margin: 0;
	border-top: dotted 1px #ddd;
	background: none;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .info {
	background: #fdfff4;
	border: 1px dotted #ddd;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	text-transform: lowercase;
	margin-top: 5px;
	text-align: left;
}

.postbody_singlepost .info a {
	color: #D0222D;
	font-weight: bold;
	font-size: 1.1em;
}

.postbody_singlepost .info a:hover {
	text-decoration: underline;
}
.postbody_singlepost .time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postbody_singlepost img {
	border: 3px solid #dcebf1;
        margin-left: auto;
	margin-right: auto;
}

.postbody_singlepost .tags {
	color: #333;
	font-size: 0.7em;
	line-height: 1.7em;
}

.postbody_singlepost .tags a {
	color: #999;
}

.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
}

.postbody_singlepost .the_content {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*
Author bio a form CSS
*/
.author_bio {
	background: #f6f6f6;
	border: 1px dotted #ddd;
	padding: 05px;
	margin-top: 10px;
	float: left;	
} 
.author_bio p{
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
} 
.author_bio img{
	float: left;
	margin: 5px 5px 0px 0px;
} 
/*
Special Single Post Classes
*/
.edit, .follow, .track {
	border-bottom: 1px dotted #AAAAAA;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.75em;
	line-height: 1.4em;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track {
	background: #EEE;
	font-weight: bold;
}

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
}

.aligncenter {
	display: inline;
	text-align: center;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 0.7em;
	color: #999;
}

/*
Commenting System CSS
*/
#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 100%;
}

#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #fefff7;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #FFF;
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
}

.avatar img {
	border: 0;
}

.commentbody {
	float: left
	display: inline;;
	margin-left: 60px;
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

p.comment_author {
	color: #999;
	font-size: 0.7em;
}

span.comment_time {
	display: inline;
	color: #999;
}

p.comment_text {
	margin-top: 15px;
	line-height: 1.4em;
}

/*
Leave a Reply form CSS
*/
.reply {
	background: #f6f6f6;
	border: 1px dotted #ccc;
	padding: 20px;
}

.reply p {
	margin-top: 10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #AAAAAA;
	width: 200px;
	padding: 5px;
	color: #3259d8;
}

.replytext:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replyarea {
	border: 1px solid #AAAAAA;
	line-height: 1.5em;
	padding: 5px;
	width: 555px;
	height: 120px;
	color: #3259d8;
	overflow-x: auto;
	overflow-y: auto;
}

.replyarea:focus {
	border: 1px solid #bbb;
	background: #fefff7;
}

.replybutton {
	background: #3259d8;
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.replybutton:hover {
	background: #5c82d1;
}
