/*

Theme Name: OXbox
Theme URI: http://www.oxtheme.com/oxbox-plain-text-wordpress-theme/
Author: Aaron
Author URI: http://www.oxtheme.com/
Description: A simple theme with few codes. More details at <a href="http://www.oxtheme.com/oxbox-plain-text-wordpress-theme/">OXbox</a>.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, two-columns, fixed-layout, custom-background, right-sidebar, sticky-post, custom-menu, translation-ready, editor-style, custom-header
Text Domain: oxbox
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background: #f5f5f5;
}
a {
	color: #333333;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #3B73B9;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}
blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul, ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #6B92D7;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
 background: #24890d;
 color: #fff;
 text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}
textarea {
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #55d737;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #939393;
}

:-moz-placeholder {
 color: #939393;
}

::-moz-placeholder {
 color: #939393;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */

.comment img, .entry img, #site-header img, .widget img, .wp-caption {
	max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
	height: auto;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
	height: auto;
	max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
	margin-bottom: 0;
}
/* Alignment */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
	margin-bottom: 17px;
}
.wp-caption {
	margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption {
	color: #767676;
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}
div.wp-caption .wp-caption-text {
	padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.hide {
	display: none;
}
/* Clearing floats */

.hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: "";
	display: table;
}
.hentry:after, .gallery:after, .slider-direction-nav:after, .contributor-info:after, .search-box:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}

.bypostauthor {
	border: 1px solid #ccc !important;
}
/* Separators */

.site-content span + .entry-date:before, .full-size-link:before, .parent-post-link:before, span + .byline:before, span + .comments-link:before, span + .edit-link:before, .widget_oxbox_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}
/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	color: #333;
	background-image:url(extra/background.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}
#wrap {
	width: 940px;
	padding: 0 10px;
	margin: auto;
	background: #FFF;
	border: 1px solid #CCCCCC;
	border-top: none;
	position: relative;
}
.clear {
	clear: both;
}
#site-header {
	width:100%;
	text-align:center;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}
/*----------head----------*/
#header {
	background: #E6EFF7;
	padding: 0 10px;
}
#logo {
	width: 340px;
	height: 70px;
	float: left;
}
#header h1, h2 {
	margin: 10px 0;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	line-height: 120%;
}
#site-description {
	font-weight: normal;
	font-size: 1.0em;
	font-style: italic;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

#head-nav {
	width: 580px;
	float: right;
	position: relative;
	top: 34px;
	height:36px;
}
#topnav {
	float: right;
}
.site-navigation ul {
	list-style: none;
	margin: 0;
}
.site-navigation li {
	border: 0;
	display: inline-block;
	float: left;
	background: #6B92D7;
}
.site-navigation li li {
	background:#333;
}

.site-navigation ul ul {
	margin-left: 20px;
}
.site-navigation a {
	padding: 0 15px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.site-navigation a:hover {
	background: #3B73B9;
	color: #FFFFFF;
	text-decoration: none;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	font-weight: 900;
	background: #3B73B9;
}
/* Navigation */

.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li .current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
	color: #fff;
}
/* Primary Navigation */

.primary-navigation {
	float: right;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}
.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	position: relative;
}
.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}
.primary-navigation ul ul {
	float: left;
	margin: 0;
	position: absolute;
	top: 36px;
	left: -999em;
	z-index: 999;
}
.primary-navigation li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}
.primary-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.primary-navigation ul ul a {
	padding: 12px;
	white-space: normal;
	width: 176px;
}
.primary-navigation li:hover > a, .primary-navigation li.focus > a {
	background: #3B73B9;
}
.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
	background: #3B73B9;
}
.primary-navigation ul li:hover > ul, .primary-navigation ul li.focus > ul {
	left: auto;
}
.primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul {
	left: 100%;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

#main {
	background-color:#FFFFFF;
	position:relative;
	padding:10px 0 0 0;
}
#content {
	float: left;
	width: 610px;
	background: #FFF;
}
.entry {
	font-size: 14px;
	line-height: 160%;
}
.entry a {
	color: #0066CC;
}
.entry a:hover {
	text-decoration: underline;
}
#content .post, #content .page {
	border-bottom: 12px solid #f5f5f5;
	padding:0 10px 10px 10px;
	margin-bottom: 10px;
}
#content .sticky {
	border: 12px solid #E6EFF7;
	padding: 10px;
	border-radius:10px;
	margin-bottom: 10px;
}
.postmeta a {
	color: #0066CC;
}
.postmeta a:hover {
	text-decoration: underline;
}

.entry-header h1, .page-header h1 {
	margin: 12px 0 20px 0;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif;
	font-weight: 500;
}
.entry h2, #comments h1 {
	background: transparent url(images/bg-h2.gif) no-repeat left bottom;
	font: bold 14px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	margin: 18px 0;
	padding-bottom: 3px;
	text-transform: capitalize;
}
.entry h3, #comments h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-decoration: underline;
	text-transform: capitalize;
}
.entry h4, #comments h3 {
	font-size: 1.1em;
	padding: 0 0 3px 8px;
	font-style: italic;
}
.entry h5, #comments h4 {
	font-size: 1.0em;
	text-decoration: line-through;
	padding: 0 0 0 15px;
}
.entry h6, #comments h5 {
	font-size: 0.9em;
	text-decoration: line-through;
	padding: 0 0 0 15px;
}
#comments h6 {
	font-size: 0.9em;
	text-decoration:underline;
	padding: 0 0 0 15px;
}
.entry blockquote, .entry pre, #comments blockquote, #comments pre {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	margin: 0.5em 2em;
	background: #F4F5F7;
	border: 1px dashed #CCC;
	padding: 10px;
}
.entry blockquote p {
	margin:0;
}
.entry img, .widget img, .wp-caption {
	max-width: 100%;
}
.post-thumbnail {
	display:block;
	margin-bottom:10px;
}
.post-thumbnail img {
display: block;
margin-left: auto;
margin-right: auto;
}


/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}




.pagination, .page-links {
	padding: 10px 0;
}
.pagination span, .page-links span {
	text-decoration: none;
	border: 1px solid #0866B8;
	padding: 5px 7px;
	margin: 2px;
}
.pagination a {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 7px;
	margin: 2px;
}
#postnavi {
	text-align: right;
	overflow: hidden;
	margin: 0;
	padding: 5px;
	background: #B8CDE3;
	border-bottom: 1px solid #9BD;
	border-top: 1px solid #9BD;
	margin-bottom: 20px;
}
.sleft {
	float: left;
	text-align: left;
}
.sright {
	float: right;
	text-align: right;
}
#postnavi .sleft, #postnavi .sright {
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#respond h3 {
	margin: 10px 0;
	padding: 5px 0;
	font-size:22px;
	font-weight:500;
}


#cancel-comment-reply-link {
	color:#F22323;
	font-size:12px;
}

#respond p {
	margin:0 0 10px 0;
}

#respond textarea {
	width: 100%;
	height: 180px;
	float: left;
	margin: 10px 0;
}

#respond input[type="submit"]  {
	margin: 5px 0;
	width: 100%;
border: 0;
border-radius: 2px;
	background: #3B73B9;	
}

#respond input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #9BD;
	color: #fff;
}


/*---comment---*/
#comments-title {
color: #373737;
font-size: 24px;
text-transform: capitalize;
padding: 0 0 10px;
}
.comment-list {
	margin:0;
	list-style: none;
}
.comment-list > li.comment {
background: #E7F1F3;
border: 1px solid #BBE0E8;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 0 0.6em;
padding: 1em;
position: relative;
}
.comment-list > li.pingback {
background: #E7F1F3;
border: 1px solid #BBE0E8;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 0 0.6em;
padding: 0.6em;
position: relative;
}

ol.children {
	margin:0;
}
ol.children li {
	list-style: none;
	padding:1em;
    background: #EEE;
    border: 1px dashed #CCC;
	margin: 5px 0;
}

.commentinfo {
	text-align: right;
	padding: 0 5px 0 0;
}
ul#commentlist {
	padding: 0 10px;
	margin: 0;
}
#commentlist li {
	list-style: none;
	padding: 8px;
	border-bottom: 1px solid #CCC;
}
.comment:hover, .admin {
	background: #F9F9F9;
}

.comment-list p {
	padding: 0;
	margin: 5px 0;
}
li.comment img {
	float: left;
	margin: 0 5px 0 0;
}
#main.children, blockquote {
	background: #EEE;
	border: 1px dashed #CCC;
	margin: 3px 0;
}
#comments blockquote cite {
	font-size:12px;
}
.comment-navigation {
	margin:10px 0;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
display: inline-block;
}
.screen-reader-text {
	display:none;
}
.reply {
	text-align:right;
}

/**
 * 7.0 Sidebar
 * -----------------------------------------------------------------------------
 */
#sidebar {
	float: right;
	width: 310px;
	position: relative;
}
.box {
	padding: 4px;
	border: 1px solid #9BD;
	margin: 0 0 10px 0;
	background: #EDF9FE;
}
.box ul{
	margin:0 0 10px 0;
}
.box ul li {
	font-size: 13px;
	padding: 2px 8px;
	overflow: hidden;
	white-space: nowrap;
}
.box ul.children {
	background:none;
	border:none;
	margin:0;
}

.box h2 {
	font-size: 1.15em;
	border-bottom: 1px dashed #9BD;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	line-height: 1.3846153846;	
}

#top_sidebar ol {
	margin:0 0 10px 0;
	padding: 0;
	list-style: none;
}
#top_sidebar ol li {
	padding: 2px 8px;
	width:100%;
}

#leftsidebar {
	width: 168px;
	float: left;
}
#rightsideBar {
	width: 138px;
	float: right;
}
#top_sidebar input[type="text"] {
    width: 180px;
	height: 36px;
}
#top_sidebar input[type="submit"] {
    width: 116px;
	height: 36px;
}
/**
 * 8.0 footer
 * -----------------------------------------------------------------------------
 */
#footer {
	width: 960px;
	margin: 8px auto;
	text-align: center;
	font-size:12px;
}