/*
Theme Name: Binh Magazine
Theme URI: http://binh.vn/bm
Description: A feature-rich magazine and news theme for WordPress. Based on Comfy Magazine
Version: 2.3
Author: Binh Nguyen
Author URI: http://binh.vn
*/

/*@import "styles/adminbar.css"; */

* {
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: square}
ol {list-style-type: decimal}
ol {margin: 0 0 0 20px}
.clear {clear:both}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	width: 100%;
	background: black;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
/*	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; */
	color: #333333;

	font:1.0em Arial, Helvetica, sans-serif ;
}


body a {
	color: darkred;
}

body a:hover {
	text-decoration:underline
}

#container {
	width: 1000px;
	background:white;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
}

#content {
	font-size:14px;
	float: left;
	width: 66%;
	margin: 10px 0px 0 0;
}

.post {
	overflow:hidden;
}

.home {
	width: 100%!important;
	clear:both;
}

#sidebar {
	float: left;
	width: 31%;
}

#leftcolumn {
	float: left;
	width: 33%;
	margin: 0 14px 0 0;
}

#rightcolumn {
	float: left;
	width: 33%;
}

/* image aligning */
.aligncenter, .alignnone {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px auto;
}

.box_a .aligncenter{
	margin: 0;
}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 10px 5px 0;
}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 0 5px 10px;
}

/* post styles */

.post h1 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:15px 0;
}

.post h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0;
}

.post h3 {
	color: #660000;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h4 {
	color: #666;
	font-size: 1.3em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h5 {
	margin: 15px 0 0 0;
}

.post h6 {
	font-size: 0.9em;
	color: #222;
	margin: 15px 0 0 0;
}

.post em {
}

.post p {
	margin: 10px 0 5px 0px;
}

.post img {
	display: block;
	vertical-align: middle;
	padding: 2px;
	margin: 0px auto 3px auto;
}

.post img[align=left]{
	margin-right: 10px;
}

.post img[align=right]{
	margin-left: 10px;
}

a img {
	border: 0;
}

.post del {
	text-decoration: line-through;
	color: #aaa;
}

.post ins {
	text-decoration: underline;
	font-weight: bold;
}

.post ul, .post ol {
	margin: 10px 0 0 10px;
}

.post ul ul, .post ol ol {
	margin: 5px 0 5px 15px;
	font-size: 0.9em;
	color: #888;
}

.post ul li {
	padding: 3px 0 3px 0;
	list-style-type: circle;
	margin-left:10px;
}

.post ol li {
	padding: 3px 0 3px 0;
	margin-left:10px;
}

.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #444;
}

.post blockquote {
	display: block;
	background: #e9f8fb;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #366799;
	font-weight: bold;
}

.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #555;
	font-weight: normal;
}

/* global page styles */
.page-all {
	display: block;
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
}

.page-top {
	display: block;
	background: url(img/b_featured.png) no-repeat top;
	min-height: 230px;
}

.page-bottom {
	display: block;
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.containerI {
	padding: 15px 15px 1px 15px;
}

/* Site navigation */
.sitenav {
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5em;
	color: #999;
}

/* Seperate post styles */
.item {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
	overflow: auto;
}

.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
}

.post .thumb {
	-moz-border-radius: 8px;
	border: medium solid #CCCCCC;
}

.postinfo {
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #999;
}

.postinfo a {
}

.post-tags {
	color: #999;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
}

.post-tags a {
	font-weight: bold;
}

.tags {
	color: #999;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.tags a {
	color: #666;
	font-weight: bold;
}


.find {
	margin: 15px 0 0 0;
}

.find input {vertical-align:middle}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #555;
}

.findsubmit {
	background: #660000;
	border: 1px solid #b6b6b6;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
}
.findsubmit:hover {color: #333; background: #fff;}

table {
	margin-bottom:15px;
	}

.post table {
	margin-left:auto;
	margin-right:auto;
}

tr, td, th {
	margin:auto; 
	}

td, th {
	vertical-align:top;
	}

th {
	font-weight:bold;
	background:#ddd;
	}

.wp-pagenavi {
	margin-top: 15px;
	text-align: right;
}

.category-tags { }
.category-tags a {
	text-decoration:underline;
}

#header {
	width: 100%;
	overflow: hidden;
	background: black;
	position: relative;
}

#header h1{
	margin: 0;
}

#logo {
/*	position: absolute;
	top: 14px;
	left: 19px;
	*/
}

.blogheader {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.blogheader h1 {
	font-size: 3em;
	line-height: 1.3em;
	text-transform: uppercase;
}

.blogheader a:hover{
	text-decoration: none;
}
.blogheader .description{
	font-size: 1.5em;
}

#ad468 {
	position: absolute;
	bottom: 20px;
	right: 10px;
	display: block;
	overflow: hidden;

}

#ad468 img {
	display: block;
	overflow: hidden;
}

#date {
	float: left;
	margin: 0 0 0 30px;
	display: inline;
	background: url(img/b_date.png) no-repeat;
	width: 156px;
	height: 20px;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#topnav {
	float: right;
	margin: 0 10px 0 0;
}

#topnav .menu-main-menu-container {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	background: url(img/topnav_m.png) bottom repeat-x;
}

#topnav li {
	float: left;
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	background: url(img/topnav_br.png) no-repeat right center;
}

#topnav a {
}

#topnav li.feed {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#topnav .left {
	float: left;
	height: 24px;
	margin-right: 0;
	padding-right: 0;
	width: 10px;
	background: url(img/topnav_l.png) no-repeat left;
}

#topnav .right {
	float: right;
	height: 24px;
	margin-right: 0;
	padding-right: 0;
	width: 10px;
	background: url(img/topnav_r.png) no-repeat right;
}

#topnav li.feed a {
	color: #660000;
}

#topnav a:hover, #topnav li.feed a:hover {
	color: #333;
	text-decoration:none;
}

#options {
	position: absolute;
	bottom: 20px;
	left: 225px;
	width: 116px;
	height: 23px;
	background: url(img/options.png) no-repeat top;
}
#options:hover {background: url(img/options.png) no-repeat bottom}

#menu {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    background: black;
    width: 100%;
	color: white;
}

#menu ul {
	display: block;
}

#menu ul li {
	position: relative;
	float: left;
	display: block;
}
#menu .menubar {
	margin: 0 auto!important;
}

#menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px 0 8px;
	color: yellow;
}

#menu ul li.current-cat a, #menu ul li.current-cat a:hover {
	color: #660000;
}
#menu ul li.current-cat ul li a {
	color: #555;
}
#menu ul li.current-cat ul li a:hover {
	color: #660000;
}
#menu ul li a:hover {
	color: #660000;
}
#menu u ul li a:hover {
	color: #660000;
}

/* sub menu style */
#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ccc;
	border-top: 0;
	height: auto;
	width: 190px;
	z-index: 10;
}

#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: static;
}

#menu ul ul li a {
	float: none;
	display: block;
	font-weight: normal;
	color: #555;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eee;
	background: none;
}

/* Search form fo header area */
.searchform{
	float: left;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	text-align: center;
	margin-left: 10px;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	height: 20px;
	color: #666;
	padding: 0;
	margin:0;
	width: 80px;
	font-weight: bold;
}


.searchform fieldset {
	border:none;
}


.searchbutton {
	cursor: pointer;
	height: 20pt;
	margin: 0;
	padding:0;
}


.featured{
	display: block;
	width: 100%;
	float: left;
}

.home .featured{
	display: block;
	width: 66%!important;
	float: left;
}

.home #sidebar{
	height: 250px;
	overflow:hidden;
	background: white;
	font-size: 13px;
}

.containerI .featured, .containerI .featured .fcontent, .containerI .featured .footer {
	width: 100%;
}

.featured {
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
	position: relative;
	z-index: 1;
}

.featured .fcontent {
	display: block;
	background: url(img/b_featured.png) no-repeat top;
	height: 205px;
}

#fwidget {
    position: absolute;
	text-align: center;
	height: 75px;
	overflow: hidden;
    left: 220px;
    right: 20px;
    top: 125px;
}

#fwidget a {
	line-height:0.8em;
	height: 0.8em;
	letter-spacing: -1px;
}

.featured .footer {
	display: block;
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 5px;
}

.featured .sm-w {
	border-bottom: 1px solid #dedede;
}

.featured h1 {
	float: left;
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	margin: 0 1px 0 1px;
}

.fposts {
	float: right;
	margin: 15px 25px 0 0;
	display: inline;
}

.fposts li {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.fposts li a {
	float: left;
	display: block;
	width: 9px;
	height: 9px;
	background: url(img/light_off.png) no-repeat;
}

.fposts li a:hover {
	background: url(img/light_bl.png) no-repeat;
}

.fposts li a.selected {
	background: url(img/light_on.png) no-repeat;
}

.fposts li a.selected:hover {
	background: url(img/light_on.png) no-repeat;
}

.fpcontent {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.fpcontent {
	display: block !important;
	}
}

/* content */
.fpcontent .thumb {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 184px;
	height: 134px;
}

.fpcontent .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
	text-align: center;
}

.fpcontent .fpost {
	position: absolute;
	top: 8px;
	left: 220px;
	right: 20px;
}

.fpcontent .fpost h2 {
	font-weight: normal;
	font-size: 1.4em;
	height:1.21em;
	display: block;
	overflow: hidden;
}

.fpcontent .fpost .read, .fpcontent .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}

.fpcontent .fpost .read {padding: 15px 0 0 22px}
.fpcontent .fpost .docomment {padding: 8px 0 0 22px}

.fpcontent .fpost .read {background: url(img/plus_15x13.png) no-repeat}
.fpcontent .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.fpcontent .fpost .read {background-position: left 15px}
.fpcontent .fpost .docomment {background-position: left 8px}

.fpcontent .fpost .read a {color: #555}
.fpcontent .fpost .docomment a {color: #555}

.home .widget {
	width: 310px;
	float: left;
	padding: 10px;
	margin: 0px;
}
.home widgets h2{
	background: white;
	display: block;
	height: 25px;
	font-size: 1.2em;
	line-height: 25px;
}

.home .widget h2 a {color: #333}

.home .widget h4 {
	position: relative;
	display: block;
	height: 30px;
	margin: 0 1px 0 0;
	line-height: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.container{
	background: white;
}

.widget .footer {
	/*display: block;
	width: 324px;
	height: 8px;
	background: url(img/widget_footer.png) no-repeat;
	overflow: hidden;*/
}

.minimize, .close, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}
.minimize:hover, .close:hover, .minus:hover, .plus:hover {background-position: bottom}

.minimize {
	left: 10px;
	background: url(img/min.png) no-repeat top;
}

.close {
	right: 10px;
	background: url(img/close.png) no-repeat top;
}

.minus {
	right: 10px;
	background: url(img/minus.png) no-repeat top;
}

.plus {
	right: 30px;
	background: url(img/plus.png) no-repeat top;
}

/* post styles */
.widget .cpost{
	display: block;
	background: #fff;
	margin: 0 1px 0 0px;
	padding: 5px 0px;
	height: 6em;
	overflow: hidden;
}

.home .widget .thumb {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin-right: 5px;
	text-align: center;
}

.dark_perm {
	font-weight: bold;
	overflow: hidden;
}

.ex {
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
.cont, .comm {
	font-size: 0.9em;
	font-weight: bold;
	color: #555;
	height: 13px;
	line-height: 13px;
}
.cont {
	background: url(img/plus_15x13.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
}
.comm {
	background: url(img/ico_comment.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* more stories */
.more_stories, .home .widget ul {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 10px 0;
	border-bottom: 1px solid #d7d7d7;
}

.more_stories li{
	padding: 3px 0px;
	height: 16px;
	list-style: square;
}

.more_stories li a, .home .widget ul i a{
	display: inline-block;
	width: 95%;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

/* general sidebar style */
.Sclose, .Wclose {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/close.png) no-repeat top;
}
.Sclose:hover, .Wclose:hover {background: url(img/close.png) no-repeat bottom}

.Sminimize, .Wminimize {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 15px;
	height: 14px;
	background: url(img/min.png) no-repeat top;
}
.Sminimize:hover, .Wminimize:hover {background: url(img/min.png) no-repeat bottom}

/* box A */

.box_a {
	margin: 10px 0 0 0;
	overflow: hidden;
	background: white;
}

.home .box_a {
	margin: 0!important;
}

.box_a h2 {
	display: block;
	padding: 7px 0 0 10px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	position: relative;
}

.box_a div {
	display: block;
	padding: 0 10px 0 10px;
}

.box_a p {
	line-height: 1.3em;
	color: #999;
	margin: 10px 0 0 0;
}

.box_a em {
	color: #999;
}

span.foot {
	display: block;
	border-button: 1px;
}


span.foot_s {
	display: block;
	height: 14px;
}

/* Widgets style */
#sidebar h2  {
	display: block;
	min-height: 18px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: bold;
	clear: both;
}

.home #sidebar h2  {
    display: block;
    font-size: 1.2em;
	border: none;
}

.home .widgets li {
	margin-top: 0px;
	margin-left: 15px;
	list-style: square;
}

.widget {
	margin: 10px 0 0 0;
}


.widget li {
	background: none;
	margin: 0;
	list-style: square;
}

.widget li {
	padding: 0;
	margin-left: 15px;
}

.widget {padding: 0px}
.widgets form {padding: 0px}

.home .widgets ul {
	margin: 0;
}
.widgets p {margin: 0 0 7px 0}
.widgets form div {padding: 0 0 0 0}
.widgets label {line-height:1.5em}
.widgets input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

.widgets {
	padding:10px;
}
.widgetsl, .widgetsr {
	padding:5px;
}
/* left widget */
.widgetsl {
	float: left;
	width: 140px;
	background: white;
}
.widgetsr {
	float: right;
	width: 140px;
	background: white;
}

.widgetsl li, .widgetsr li {
	margin: 0 0 0 5px; 
	list-style: square outside;
}

.widgetsl ul, .widgetsr ul {padding: 0 10px 0 10px}
.widgetsl form, .widgetsr form {padding: 0 10px 0 10px}

.widgetsl div, .widgetsr div {
	line-height: 1.4em;
}

.widgetsl p, .widgetsr p {margin: 0 0 7px 0}
.widgetsl form div, .widgetsr form div {padding: 0 0 0 0}
.widgetsl label, .widgetsr label {line-height:1.5em}
.widgetsl input, .widgetsr input {border:1px solid #ddd;padding:1px;vertical-align:middle;color:#555}

/* The ajax tabs */
.tabs {
	display: block;
	height: 22px;
	border-bottom: 1px dotted #ddd;
	margin: 0 1px 0 1px;
}

.tabs li {
	float: left;
	display: inline;
	height: 22px;
}

.tabs li a {
	float: left;
	display: block;
	height: 22px;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #ddd;
	font-weight: bold;
	background: #fff;
}

.tabs li a:hover {
	background: #eee;
	color: #333;
}

.tabs li a.selected, .tabs li a.selected:hover {
	background: #fff;
	color: #333333;
}

.tabcontent {
	display: none;
	margin: 0 1px 0 1px;
}

.tabcontent li{
	display: block;
	padding: 0 10px;
	border-bottom:1px dashed #EEEEEE;
}

.tabcontent li a:hover {
	background: #f6feff;
	color: #660000;
}

.tabcontent li a span {
	font-size: 0.9em;
	color: #999;
}

@media print {
	.tabcontent {
	display: block !important;
	}
}

/* Subscription style */
#feedlink {
	font-weight: bold;
	padding: 0 0 0 22px;
	background: url(img/ico_feed.png) no-repeat;
	background-position: left center;
}

#feedform {
	display: block;
	margin: 7px 0 0 0;
	background: url(img/ico_email.png) no-repeat;
	background-position: left center;
}

#feedform fieldset {
	overflow: hidden;
	border: none;
}

#feedform input {
	vertical-align: middle;
	display: inline;
}

#feedemail {
	width: 190px;
	height: 14px;
	padding: 3px;
	color: #666;
	margin: 0 0 0 22px;
}

#feedbutton {
	cursor: pointer;
	margin: 0 0 0 3px;
}
#feedbutton:hover {}

/* Additional post/page sidebar styles */
span.side_avatar {
	float: left;
	display: inline;
	margin: 0 10px 1px 0;
}

span.side_avatar img {
	padding: 2px;
	border: 1px solid #ddd;
}

/* additional menu */
.admin_menu {
	display: block;
	padding: 0 10px 0 10px;
}

.admin_menu li {
	padding: 3px 0 3px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

/* Various icons */
li.ico_categories {
	background: url(img/ico_categories.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}
li.ico_categories a {font-weight:bold}

li.ico_comments {
	background: url(img/ico_comments.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_views {
	background: url(img/ico_views.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_ratings {
	background: url(img/ico_ratings.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}

li.ico_print {
	background: url(img/ico_print.png) no-repeat;
	background-position: left center;
	padding: 3px 0 3px 22px;
}#footer {
	width: 100%;
	text-align: center;
	background: #eee;
	border-top: 2px solid #d5d5d5;
	font-family: arial;
	font-size: 0.75em;
	color: #999;
}

#footer-inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
}

.des {
	display: inline;
	text-align: center;
}

.copy {
	float: right;
	display: inline;
	text-align: right;
}

.des p, .copy p {
	line-height: 1.5em;
}

.des a, .copy a {
	font-weight: bold;
}

.footernavi {
	width: 100%;
	text-align: center;
	background: #666;
	padding: 4px 0 4px 0;
	margin: 15px 0 0 0;
}

.footernavi ul {
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: arial;
	font-size: 0.75em;
	color: #fff;
}

.footernavi li {
	display: inline;
	margin-right: 10px;
	line-height: 1.4em;
}

.footernavi li a {
	color: #fff;
}
/* begin css for comments box */
.comments-box {
	zoom: 1;
	padding: 0 10px;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #660000;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.text {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 2px;
	color: #777;
	width: 200px;
}

.submit {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #c9d8da;
	background: #660000;
	color: #fff;
}

.submit:hover {
	border: 1px solid #ccc;
	background: #fff;
	color: #555;
}

/* end */
/* framework for comments */
ol.commentlist { margin: 10px 0 0 0; padding: 0 0 0 0; background: #fff; border-top: 1px solid #999999; }
ol.commentlist li { list-style-type: none; border-bottom: 1px solid #999999; border-right: 1px solid #999999; border-left: 1px solid #999999; padding: 15px; }
ol.commentlist li.alt { background: #eee; }
ol.commentlist li.bypostauthor p { font-weight: bold; color: #295a7a; }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { }
ol.commentlist li div.vcard { }
ol.commentlist li div.vcard cite.fn { font-style: normal; font-weight: bold; }
ol.commentlist li div.vcard cite.fn a.url {  }
ol.commentlist li div.vcard img.avatar { float:right; }
ol.commentlist li div.vcard img.avatar-32 { background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard img.photo {  background: #fff; padding: 2px; border: 1px solid #ddd; }
ol.commentlist li div.vcard span.says { color: #888; }
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size: 0.9em; margin: 3px 0 0 0; }
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p { margin: 15px 0 0 0; line-height: 1.4em; }
ol.commentlist li ul { }
ol.commentlist li div.reply { padding-top: 20px; }
ol.commentlist li div.reply a { font-weight: bold; background: #eee; border: 1px solid #999999; padding: 4px 5px 3px 5px; color: #333;  }
ol.commentlist li div.reply a:hover { color: #000; border: 1px solid #b6b6b6;}
ol.commentlist li ul.children { }
ol.commentlist li ul.children li { background: #fff; margin: 5px 0 0 0;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {  }
ol.commentlist li ul.children li.depth-3 { }
ol.commentlist li ul.children li.depth-4 {  }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* resizable textarea */
div.grippie {
	background: #eee url(img/grippie.png) no-repeat scroll center 2px;
	cursor: s-resize;
	height: 9px;
	border-width: 0pt 1px 1px;
	border-color: #999999;
	border-style: solid;
	overflow-y: auto;
}
.resizable-textarea textarea {
	display: block;
	height: 80px;
	width: 95%;
	border: 1px solid #999999;
	color: #777;
	background: #fff;
	margin-bottom: 0pt;
	padding: 2px;
}
.layout_options {
	display: none;
	z-index: 99999;
	position: absolute;
	top: 120px;
	left: 295px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 15px solid #777;
	font-size: 0.75em;
	font-weight: bold;
	color: #999;
	text-align: left;
}

.layout_options p {
	display: block;
	line-height: 1.5em;
	padding: 10px 0 10px 0;
	border-top: 1px dotted #bbb;
}

.layout_options a {
	display: block;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #bbb;
}

/* Video archive */
.vidlist {
	margin: 15px 0 0 0;
}

.vidlist li {
	float: left;
	width: 150px;
	height: 200px;
	margin:: 0 8px 0 0;
}

.vidlist .videothumb {
	width: 150px;
	height: 113px;
	position: relative;
}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(img/play.png) no-repeat center;
	display: none;
}

.vidlist .date {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 3px 0 3px 0;
	line-height: 1.4em;
}

.vidlist .title {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight: bold;
}

.vidlist .videothumb img {overflow:hidden}
.vidlist .title a:hover {text-decoration: underline}

.inlineclaim {
	text-align: right;
	font-size: 0.8em!important;
}
.first_post_title {
	height:1.3em; 
	overflow:hidden;
}


#quick_post_form {
	margin-bottom: 20px!important;
}

#quick_post_form p, #quick_post_form br, #quick_post_form input{
	display: inline;
	margin:0px;
	line-height:auto;
}

#quick_post_form br {
	display: none;
	line-height:0px;
	height: 0px;
}

#quick_post_form *{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#quick_post_cat {
	width:100px!important;

}

.quick_post_label {
	display:none!important;
}

#quick_post_content {
	height:145px!important;
}

ul.FoldingCategoryList {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.FoldingCategoryList li{
	padding: 0px;
	list-style:none;
}
ul.FoldingCategoryList  li li{
	padding: 0px;
	list-style:none;
}

.post div span img {
	display:inline;
}

#content #cse-search-box * {
	font-size: 1.3em;
}

#content #cse-search-box input[type=text] {
	width:85%;
}
#content #cse-search-box input[type=submit] {
	width:13%;
}

#cse-search-results iframe {
	width: 100%;
}
.hilite { background-color:yellow }


.home .widget ul li  {
	height: 16px;
	overflow: hidden;
	margin: 0px;
}

ul.vidlist {
	list-style: none;
}

.vidlist .title {
	padding: 3px;
}

.backref {
	display: none;
}

.author {
	clear: both;
}

embed {
	display: block;
	margin: auto;
}
