/*
Set general CSS declarations
*/
* {
	font-family: Myriad, Arial, sans;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	/*vertical-align: baseline;*/
	white-space: normal;
}

a {
	color: #3259d8;
}

a:hover {
	color: #707068;
}
 
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: #FFFFFF;
	text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.homeBackground {
	background-image: url(../images/home_repeating_bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
}

.singleBackground {
	background-image: url(../images/single_repeating_bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#container {
	width: 990px;
    margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/

#headerlogo{
	float:left;
    width: 304px;
	margin-left: 10px;
    margin-top: 8px;
}

#loginFrame {
	float:left;
    	width: 650px;
    	height: 33px;
    margin-left: 15px;
}

#loginBtn {
	float:right;
	width:86px;
    height:32px;
    margin-right:40px;
    text-align: center;
    background: url(../images/login_bg.png);
    background-position: top;
}

#loginBtn a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #03395c;
}

#taglineFrame {
	float:left;
    	width: 660px;
    	height: 58px;
    margin-left: 10px; 
    
}

#tagline {
    float:right;
        margin-right: 150px;
        width:400px;
    margin-top: 8px;
    color:#ffffff;
    font-weight:bold;
    font-size: 13px;
    text-align:right;
}

#navCapLeft {
	float:left;
	width:15px;
    height: 33px;
    margin-left: 15px;
	background: url(../images/nav_cap_left.png);
}

#headerNavigation {
	float:left;
        width: 567px;
    	height: 33px;
}

#navCapRight {
	float:left;
	width:15px;
    height: 33px;
	background: url(../images/nav_cap_right.png);
    }


/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 33px;
	border-left: 1px solid #ddd;
	z-index: 20;
    background: url(../images/nav_bg.gif) repeat-x;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 33px;
	border-right: 1px solid #ddd;
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagenavigation li a {
	display: block;
    	padding-left: 11px;
	padding-right: 11px;
    	line-height: 33px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #03395c;
}

#pagenavigation li a:hover {
	background: #cfcfcf;
	color: #03395c;
}

#pagenavigation li.current_page_item a {
	background: #FFF;
	color: #03395c;
}

#pagenavigation li.current_page_item a:hover {
	background: #cfcfcf;
	color: #03395c;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
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: #9ba2b8;
	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;
}

.searchinput2 {
	background: #FFF;
	border: 1px dotted #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
        width:40px;
    }

.searchbutton {
	background: url(../images/searchbutton.gif) no-repeat;
	width: 29px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

.formFieldItalic {
    font-size:11px;
    font-style:italic;
}

/*
Header CSS
*/
#header {
	width: 990px;
    height: 127px;
}

#header img {
	display: block;
}

#headerad {
	float: right;
	display: inline;
	margin-right: 10px;
}

#headerlogo h1 {
	float: left;
	background: url(../images/logo.gif) no-repeat;
	background-position: right 17px;
	padding-right: 20px;
	padding-top: 25px;
}

#headerlogo h1 a {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: -1px;
}

#headerlogo h1 a:hover {
	color: #4e74f2;
}

#headerlogo span {
	float: left;
	padding-top: 35px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
}

/*
Main Category Menu CSS
*/
#menu {
	width: 980px;
	height: 30px;
	background: url(../images/menur.gif) repeat-x;
}

#menux {
	float: left;
	width: 965px;
	height: 30px;
	padding-left: 10px;
	background: url(../images/menux.gif) no-repeat left;
}

#menuy {
	float: right;
	width: 5px;
	height: 30px;
	background: url(../images/menuy.gif) no-repeat right;
}

#dmenu {
	float: left;
	height: 30px;
	border-left: 1px solid #ccc;
	z-index: 20;
}

#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #ccc;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #666;
	font-weight: bold;
}

#dmenu li a:hover {
	background: url(../images/menuhover.gif) repeat-x;
	color: #145c8a;
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 199px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#dmenu li:hover ul ul {
	display: none;
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #666;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #145c8a;
	font-weight: bold;
	border-right: 1px solid #ff9000;
	border-left: 1px solid #ddd;
}

/*
RSS Bar CSS
*/
#rssbar {
	width: 980px;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
	background: url(../images/rssbar.gif) repeat-x;
}

#rssbar #today {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(../images/rssbarx.gif) no-repeat left;
	font-size: 0.7em;
	color: #888;
}

#rssbar ul {
	float: right;
	background: url(../images/rssbary.gif) no-repeat right;
	display: inline;
	height: 30px;
	padding-right: 10px;
}

#rssbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(../images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: bold;
}

#rssbar ul li a:hover {
	color: #4e74f2;
}


#homeHeader {
	width:980px;
    height:258px;
    background-image: url(../images/home_header.jpg);
}

#headerTitleFrame {
	float:right;
    width: 600px;
        margin-right: 110px;
        margin-top: 35px;
	text-align: right;
}

#headerTitle {
    font-size: 40px;
    font-weight:bold;
    color:#7a7a72;
}

#headerTitleSub {
	margin-top: -10px;
	font-size: 22px;
	color:#145c8a; 
    font-weight:bold;
}

#headerPoints {
	float:right;
    width: 600px;
    margin-right: 70px;
    font-size: 17px;
    font-weight:bold;
    text-align: right;
    line-height: 28px;
    color:#145c8a;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 980px;
    margin-top: 10px;
	padding-bottom: 10px;
}

#widecolumn {
	float: left;
	width: 525px;
    margin-left: 24px;
	display: inline;
	font-size: 0.75em;
}

#recent_posts {
	float: left;
	width: 525px;
    margin-left: 24px;
	display: inline;
	font-size: 0.75em;
}

/*
Main CSS
*/
#top_posts h2, #recent_posts h2 {
	float: left;
	text-transform: uppercase;
	color: #666;
	background: url(../images/hbullet.gif) no-repeat;
	background-position: left 7px;
	padding-left: 12px;
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}

a.more {
	float: right;
	background: url(../images/more.png) no-repeat;
	width: 80px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}

a.more:hover {color:#ff9600}

#top_posts h2 img, #recent_posts h2 img {position:relative;top:1px;left:5px;}

.postbox {
	margin-bottom: 10px;
	background: #FFF;
    background-image: url(../images/entry_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	padding: 10px;
	border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
 }

.postbox p {
	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 {
	display: inline;
}

.top_entry h3 a {
	font-size: 1.1em;
	letter-spacing: -1px;
}

.top_entry h3 a:hover {
	color: #ff9000;
}

.top_entry .time {
	color: #999;
	line-height: 2em;
	font-size: 0.9em;
}

.top_entry .excerpt p {
	text-align: justify;
	margin: 0px 0px 7px 0px;
	color: #666;
	border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
}

.top_entry .postbit {
	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.9em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #666;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
    margin-right: 5px;
	border: 1px solid #343434;
}

.recent_entry {
	display: inline;
}

.recent_entryTitle {
	border-bottom: 1px solid #cfcfcf;
	min-height: 20px;
}

.recent_entry h3 {
	font-size: 16px;
	color: #145c8a;
}

.recent_entry h3 a {
	font-size: 16px;
	color: #145c8a;
}

.recent_entry h3 a:hover {
	color: #3585b3;
}

.recent_entry .time {
	margin: 5px;
	color: #707068;
    font-weight: bold;
	font-size: 14px;
}


.recent_entry .excerpt p {
		line-height: 15px;
	text-align: justify;
    	color: #666;
}

<--.recent_entry .excerpt img {
	float: left;
	display: inline;
    margin-top: 3px;
    margin-right: 5px;
	border: 1px solid #343434;
}-->

.recent_entry .postbit {
	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.9em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #666;
}

/*
Sidebar CSS Widgets
*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	float: left;
	width: 360px;
	margin-left: 12px;
	display: inline;
	color: #666;
    list-style-image: none;
}


#sidebar h2 {
	color: #707068;
	font-size: 26px;
    line-height: 28px;
}

#sidebar h3 {
	color: #145c8a;
	font-size: 14px;
    line-height: 18px;
}

#sidebar p {margin: 0px 0px 7px 0px}

.sidebarc {width: 316px}
.sidebar {
	float: left;
	width: 150px;
}

.widget {
	float: left;
    width: 360px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 12px;
	background-color: #ffffff;
	background-image: url(../images/entry_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	padding: 10px;
	border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
}

.widget ul {
	margin-left: 10px;
	font-size: 15px;
    font-weight: bold;
    color: #145c8a;
    line-height: 25px;
    list-style-image: url(../images/bullet.gif);

}

.widget li {
	font-size: 11px;
    font-weight: normal;
    color: #666666;
    line-height: 14px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.box .input {
	border: 1px solid #CCCCCC;
}


/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(../images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(../images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/
#footer {
	float: left;
	width: 100%;
    height: 25px;
	margin-top: 5px;
    background-image: url(../images/footer_bg.gif);
    text-align: center;
}

#copyright {
    width: 900px;
    text-align: right;
   	padding-top: 6px;
	margin-left: auto;
    margin-right: auto;
	font-size: 12px;
	color: #ffffff;
}

#copyright a{
	color: #ffffff;
    font-weight: bold;
}

#copyright a:hover{
	background: #3481ae;
}

/*
POST BODY CSS
*/
.postbody {
	min-height: 400px;
	margin-bottom: 10px;
    margin-left: 12px;
	background: #FFF;
    background-image: url(../images/entry_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
	padding: 15px;
	border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.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.5em;
	color: #555;
	margin: 0px 0px 10px 0px;
}

.postbody h1 {
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: normal;
	color: #707068;
    line-height: 25px;
}

.postbody h2 {
	font-size: 16px;
	color: #145c8a;
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.postbody h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 12px;
	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: #666;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #666;
	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: #666;
	text-decoration: underline;
}

.postbody del {
	color: #999;
	text-decoration: line-through;
}

.postbody code {
	display: block;
	color: #666;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

/*
Results .p class
*/
.p {
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	/*border: 3px solid #dcebf1;*/
}

.p .time {
	font-size: 0.7em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.excerpt p{
	margin-bottom: 5px;
}

.excerpt p a{
	color: #145C8A;
}

.excerpt a{
	color: #145C8A;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
}

.p .tags {
	background: #fdfff4;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #666;
}

.p .tags a:hover {
	color: #145c8a;
}

/*
Navigation CSS
*/
.navigation {
}

.navigation a {
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.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 .tags {
	color: #666;
	font-size: 0.7em;
	line-height: 1.2em;
}

.postbody_singlepost .tags a {
	color: #999;
}

.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #666;
}

.postbody_singlepost .the_content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.postbody_singlepost .the_content img {
	/*border: 3px solid #dcebf1;*/
}

.the_content p {
	font-size: 12px;
    color:#666;
    margin-bottom: 5px;
}

.the_content a {
	color: #3259d8;
}

.the_content a:hover {
	color:#707068;
}

/*
Special Single Post Classes
*/
.edit, .follow, .track {
	font-size: 0.75em;
	line-height: 1.5em;
}

.follow {
	border: 1px solid #eee;
	padding: 5px;
	color: #999;
}

.track {
	background: #eee;
	border: 1px solid #eee;
	padding: 5px;
	color: #777;
}

.follow a {
	font-weight: bold;
	background: url(../images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track a {
	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;
	margin-right: auto;
	margin-left: auto;
}

.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: 1em;
	line-height: 1em;
}

#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: #fff;
	border: 1px dotted #ddd;
	padding: 10px;
	margin-top: 10px;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #fffff9;
	border: 1px dotted #ddd;
	padding: 10px;
	margin-top: 10px;
}

.pane_l {
	float: left;
	text-align: right;
	display: inline;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	padding-right: 15px;
	border-right: 1px dotted #ddd;
	font-size: 0.7em;
}

.pane_r {
	display: block;
	margin-left: 180px;
}
.pane_r p {color:#777;font-size:0.8em;}

.c_author {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.c_avatar {
	display: block;
	margin: 0px 0px 5px 0px;
}
.c_avatar img {border: 3px solid #eee}
.c_date {color: #aaa}
.c_approved {color: #aaa}

/*
Leave a Reply form CSS
*/
.reply {
	background: #eefdff;
	padding: 5px 10px 0px 10px;
	border-top: 1px dotted #ddd;
}

.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-size: 0.9em;
	margin-left: 10px;
}

.replytext {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 200px;
	padding: 2px;
	color: #666;
}

.replytext:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fffff7;
}

.replyarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
	padding: 2px;
	width: 555px;
	height: 120px;
	color: #666;
}

.replyarea:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fffff7;
}

.replybutton {
	background: #145c8a;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.replybutton:hover {
	background: #ff9000;
	color: #fff;
}

/*
Vertical align for images
*/
#combox img {vertical-align: middle}

/*
Additional CSS
*/
.feedinner a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.feedinner img {
	position: relative;
	top: 3px;
}
