/*
Theme Name: Newspress-Sample
Theme URI: http://wpcrunchy.com/themes/newspress
Description: Magazine type wordpress theme - best for review based site.
Author: akosipau
Version: 2.0.3
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, microformats
*/


/* Reset default browser CSS.
-------------------------------------------------------------- */

@import url('library/css/reset.css');
@import url('library/css/960.css');


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container,
#sidebar {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#container {
	width:620px;
}
#sidebar {
	width:300px;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
.access .menu,
.access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.access .menu-header,
div.menu,
#header,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	margin-bottom:20px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background:#f5f5f5 url(library/images/body_bg.gif) repeat top left;
}

body,
input,
textarea {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#b0483b;
}
a:visited {
	color:#b0483b;
}
a:active,
a:hover {
	color: #b0483b;
	text-decoration:underline;
}

/* float element */
.left {
	float:left;
}
.right {
	float:right;
}

/* margining element */
.alpha {
	margin-left:0 !important;
}
.omega {
	margin-right:0 !important;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Paragraph attention box */
p.note { display:block; margin:10px; padding:10px; background:#eff1e1; border:1px solid #e2e2e2; }
p.warning { display:block; margin:10px; padding:10px; background:#fffbbc; border:1px solid #e6db55; }
p.download { display:block; margin:10px; padding:10px; background:#e7f7d3; border:1px solid #66cc33; }



/* =Header
-------------------------------------------------------------- */

#header {
	position:relative;
	padding: 20px 0 0 0;
	background:#000000;
}
#branding {
	background:url(library/images/dotted-bg.jpg) repeat-x bottom left;
}
#site-title {
	padding:0 0 10px 0;
	font-size: 36px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Arial', 'Trebuchet MS';
	letter-spacing: -2px;
}
#site-description {
	font-size:10px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
}
#site-ads {
	width:468px;
	height:60px;
	position:absolute;
	top:30px;
	right:0;
}



/* =Menu
-------------------------------------------------------------- */

.access {
	margin: 0 auto;
	
width: 960px; 
	display:block;
	float:left;
}
.access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
.access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	z-index:99;
}
.access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
.access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
.access ul ul li {
	min-width: 180px;	
}
.access ul ul ul {
	left:100%;
	top:0;
}
.access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#fff;
	background:#333;
}
.access ul li:hover > ul {
	display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
	color: #fff;
}

* html .access ul li.current_page_item a,
* html .access ul li.current-menu-ancestor a,
* html .access ul li.current-menu-item a,
* html .access ul li.current-menu-parent a,
* html .access ul li a:hover {
	color:#fff;
}

/* Style the menu navigation */
div.menu {
	margin-left:0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
}
#access {
	height:38px;
	background:url(library/images/nav-bg.jpg) repeat-x bottom left;
}
#access li.rss_link {
	float:right;
}
#access li.rss_link a {
	padding-left:30px; 
	padding-right:20px;
	background:url(library/images/feed.png) no-repeat 10px 50%;
}
#access a { 
	font-size:11px; 
	line-height:13px;
	padding:10px 15px;
	font-family: 'Verdana', 'Arial', 'Trebuchet MS'; 
	text-transform:uppercase; 
	text-decoration:none; 
	border-bottom:5px solid #252e28; 
	color:#252e28;
/* TOBIAS
	text-shadow:#fff 1px 1px 1px; */
}
#access a:hover {
	color:#990000;
	background-color:none;
	border-bottom-color:#aa0000;
}
#access ul ul { top:38px; }
#access ul ul a { line-height:1em; border:0; background-color:#aa0000; /* TOBIAS text-shadow:#990000 0px 1px 1px; */ } 

#access ul ul a:hover { background-color:#990000; }
#access ul ul ul { left:100%; top:0; }
.sf-menu li.sfHover {
	background-color:#aa0000;
}
.sf-menu li.sfHover a {
	color:#fff !important;
/* TOBIAS
	text-shadow:#990000 0px 1px 1px !important; */
	border-bottom:5px solid #aa0000 !important; 
}
.sf-menu li.sfHover ul a {
	border:0 !important;
}

/* =Featured Posts
-------------------------------------------------------------- */

#featured {
	position:relative;
	margin:0 0 10px 0;
	background:#2e2e2e url(library/images/box-bg.png) repeat top left;
}
#featured .panel {
	display: inline;
	float: left;
	border:10px solid #2e2e2e;
	width:220px;
	height:250px;
	position:relative;
	z-index:40;
	overflow:hidden;
}
#featured .panel:hover {
	z-index:50;
	border:10px solid #676767;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
#featured .panel img { border:0; z-index:10; }
#featured .panel-meta {
	width:200px;
	height:230px;
	padding:10px;
	position:absolute;
	z-index:20;
	top:180px;
	left:0;
	background:url(library/images/trans-bg.png) repeat top left;
}
#featured .panel-meta h3 {
	color:#fff;
	font-size: 18px;
	font-weight:bold;
	font-family: 'Arial', 'Trebuchet MS';
	line-height:28px;
	margin:0; 
	padding:0 0 15px 0; 
	text-transform:uppercase; 
/*	text-shadow:#000 1px 1px 1px; */
}
#featured .panel-meta h3 a {
	color:#fff;
	text-decoration:none;
}
#featured .panel-meta h3 a:hover { color:#f2f2f2; }
#featured .panel-meta p {
	color:#fff;
	margin:0; 
	padding:0; 
	font-size:10px; 
	font-family: 'Verdana', 'Arial', 'Trebuchet MS';
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	margin:0;
	padding: 10px 0 10px 0;
	background:#2e2e2e url(library/images/box-bg.png) repeat top left;
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry, .post {
	margin:0 0 10px 0;
	padding:15px;
	background-color:#676767;
	border:3px double #191919;
}
.splitted {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width:264px;
}
.home .sticky {
	background: #F2F7FC;
	border: 3px solid #000;
}
.single .hentry {
	margin: 0 0 10px 0;
}
.page-title {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.entry-thumbnail {
	padding:3px;
	margin:0 0 10px 0;
	border:1px solid #2e2e2e;
}
.entry-thumbnail img {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	display:block;
}
#content .entry-title {
	color:#fff;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Arial', 'Trebuchet MS';
	text-transform:uppercase; 
/*	text-shadow: #fff 1px 1px 1px; */
}
.entry-title a:link,
.entry-title a:visited {
	color:#fff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fff;
}
.entry-meta {
	color: #888;
	font-size: 10px;
	line-height: 18px;
	padding:8px 0;
	text-transform:uppercase;
	clear: both;
}
.entry-meta .datetime-link {
	background:url(library/images/datetime.png) no-repeat 0 50%;
}
.entry-meta .comments-link {
	background:url(library/images/comments.png) no-repeat 0 50%;
}
.entry-meta .category-link {
	background:url(library/images/category.png) no-repeat 0 50%;
}
.entry-meta .published-link {
	background:url(library/images/datetime.png) no-repeat 0 50%;
}
.entry-meta .attachment-link {
	background:url(library/images/category.png) no-repeat 0 50%;
}
.datetime-link,
.comments-link, .category-link,
.published-link, .attachment-link {
	display:block;
	float:left;
	padding:0 0 0 16px;
	margin-right:15px;
}
.entry-meta a {
	color:#cacaca;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#aa0000;
	text-decoration:underline;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
/*	text-shadow:#fff 1px 1px 1px; */
}
.entry-summary img {
	margin-bottom:20px !important;
}
.entry-summary .continue_reading_link {
	display:block;
	font-size:10px;
	font-weight:bold;
	padding:20px 0 0 14px;
	text-transform:uppercase;
	background-color:transparent;
	background-image:url(library/images/more.png);
	background-position:left 25px;
	background-repeat:no-repeat;
/*	text-shadow:#fff 1px 1px 1px; */
}
#content .entry-summary p:last-child {
	margin-bottom: 0;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote {
	color:#a1a1a1;
	font-style:normal;
	line-height:1.8em;
	padding:5px 10px 5px 10px;
	border-left:3px solid #191919;
	margin-bottom:15px;
	margin-left:15px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border: 3px solid #eeeeee;
	padding: 18px 20px;
	margin-bottom:10px;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 3px double #ddd;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px 11px 20px 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	font-size:13px;
	margin: 0 0 0 114px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
.entry-utility {
	color: #888;
	font-size: 10px;
	line-height: 18px;
	padding:8px 10px;
	text-transform:uppercase;
	background-color:#f3f3f3;
	border:1px solid #e2e2e2;
	clear: both;
}
#content .video-player {
	padding: 0;
}
/* breadcrumb trail */
#content #breadcrumb {
	font-size:13px;
	padding:15px;
	border:3px double #191919;
	background-color:#676767;
	margin-bottom:10px;
}
#content #breadcrumb span {
	color: #000;
	font-weight: normal;
}
#content #breadcrumb a {
	font-weight: normal;
	text-decoration:none;
}
#content #breadcrumb a:hover {
	color:#000;
	text-decoration:underline;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}

/* post slider */
#post_slider {
	position:relative;
	width:610px;
	height:270px;
	margin:0 auto;
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 620px;
	border:5px solid #fff;
}
#content .attachment img {
	max-width: 620px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	box-shadow: -3px 6px 8px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow:-3px 6px 8px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: -3px 6px 8px 1px rgba(0, 0, 0, 0.3);
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 0px 8px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #fff;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
	border:0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin:0 auto 10px auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #2e2e2e;
}
#content .gallery img:hover {
	border: 10px solid #191919;
}
#content .gallery br+br {
	display: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	clear:both;
	font-size:  13px;
	line-height: 18px;
	overflow: hidden;
	color: #555;
/*	text-shadow:#fff 0px 1px 1px; */
	padding:15px;
	background-color:#fff;
	border:3px double #191919;
}
.in_attachment {
	background-color:none;
	border:0;
}
.in_attachment a {
	display:block;
	padding:5px 8px;
	background-color:#2e2e2e;
	border-bottom:1px solid #191919;
}
.navigation a:link,
.navigation a:visited {
	color: #555;
	text-decoration: underline;
}
.navigation a:active,
.navigation a:hover {
	color: #b0483b;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	display: none;
	margin: 0 0 10px 0;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 0 0;
}

/* =Pagenavi ( http://wordpress.org/extend/plugins/wp-pagenavi/ )
-------------------------------------------------------------- */
.wp-pagenavi { 
	clear:both; 
}
.wp-pagenavi a, .wp-pagenavi a:link { 
	padding: 5px 7px;
	margin:0 2px;
	text-decoration: none; 
	border: 1px solid #191919; 
	color: #555555; 
	background-color: #fff; 
}
.wp-pagenavi a:visited { 
	padding: 5px 7px; 
	text-decoration: none; 
	border: 1px solid #191919; 
	color: #413f36; 
	background-color: #fff; 
}
.wp-pagenavi a:hover { 
	border: 1px solid #b0483b !important; 
	color: #FFF; 
	background-color: #b0483b; 
}
.wp-pagenavi a:active { 
	padding: 5px 7px; margin: 2px; 
	text-decoration: none; 
	border: 1px solid #191919 !important; 
	color: #413f36; 
	background-color: #fff; 
}
.wp-pagenavi span.pages { 
	padding: 5px 7px; 
	margin-right:2px;
	color: #555555; 
	border: 1px solid #191919 !important; 
	color: #413f36; 
	background-color: #fff; 
}
.wp-pagenavi span.current { 
	padding: 5px 7px; 
	margin:0 2px;
	font-weight: bold; 
	border: 1px solid #b0483b !important; 
	color: #FFF; 
	background-color: #b0483b; 
}
.wp-pagenavi span.extend { 
	padding: 5px 7px; 
	border: 1px solid #b0483b; 
	color: #FFF; 
	background-color: #b0483b; 
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-top:10px;
	padding:20px 10px; 
	background-color:#fff;
	border:3px double #191919;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color:#000;
	font-size: 20px;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:28px;
	border-bottom:3px solid #000;
	padding:0 0 10px 0;
}
.commentlist {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.commentlist ul.children { 
	margin:20px 0 0 20px;
	padding:0 0 0 10px;
	list-style:none;
}
.commentlist ul.children li { 
	border-left:3px solid #bde0e6;
}
.commentlist li.comment {
	margin:0; 
	padding:10px 10px 20px 10px;
	border-bottom:1px solid #e3e3e3;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body {
	padding-top:10px;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.comment-avatar {
	float:left;
	padding:3px;
	border:1px solid #e5e5e5;
	display:block;
}
.comment-avatar img {
	display:block;
}
.comment-author {
	display:block;
	padding:6px 0;
	text-transform:uppercase;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
	padding-left:10px;
	text-transform:uppercase;
	float:left;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #b0483b;
	text-decoration: underline;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-top:18px;
	padding-bottom: 18px;
	border:0;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 18px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 18px;
}



/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
h3#reply-title {
	padding-top:10px;
}
#respond p {
	margin: 5px 0 0 0;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
.cancel-comment-reply {
	padding:10px 0 0 0;
}
#respond .respond-form {
	margin:10px 0 0 0;
}
#respond input[type=text], 
#respond textarea { 
	padding:6px 5px; 
	border-top:2px solid #9a9a9a; 
	border-left:2px solid #9a9a9a; 
	border-right:1px solid #191919; 
	border-bottom:1px solid #191919; 
	font-family:Georgia, "Times New Roman", Times, serif; 
}
#respond input[type=text] { 
	width:50%; 
}
#respond input[type=text].author { 
	background:url(library/images/user.png) no-repeat 98% 50%; 
}
#respond input[type=text].email { 
	background:url(library/images/email.png) no-repeat 98% 50%; 
}
#respond input[type=text].url { 
	background:url(library/images/link.png) no-repeat 98% 50%; 
}
#respond textarea { 
	width:97%; height:150px; margin:0;
}
#respond input[type=submit] {
	margin-top:5px;
	padding:8px 12px; 
	border:0;
	background:#2d2d2d; 
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif; 
	cursor:pointer; 
/*	text-shadow:#000 1px 1px 1px; */
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
#widget_search .widget-content {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
#widget_search #s { /* This keeps the search inputs in line */
	width:178px;
	padding:8px;
	font-size: 1em; 
	color: #444; 
	background: #eee; 
	border: 1px solid #aaa; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd;
}
#widget_search .no_button {
	width:245px !important;
}
#widget_search .search_button {
	padding:8px;
}
#widget_search label {
	display:none;
}
.widget-container {
	width:294px;
	padding:0;
	margin: 0 0 18px 0;
	background-color:#676767;
	border:3px double #191919;
}
.widget-content,
.textwidget {
	margin:0;
	padding:5px 15px 5px 15px;
}
.widget-content .textwidget {
	padding:10px 0;
}
.widget-title {
	color: #fff;
	font-weight:normal;
	font-size:22px;
/*	text-shadow:#FFF 1px 1px 1px; */
	padding:12px 15px 12px 15px;
	border-bottom:1px solid #191919;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin:0;
	padding:0;
	list-style:none;
}
#main .widget-content ul {
	margin:0 0 5px 5px;
}
#main .widget-content ul li {
	margin:0; 
	padding:6px 0;
}
#main .widget-content ul li a {
	display:block; 
	background:url(library/images/list-bg.png) no-repeat 0 3px; 
	text-decoration:none; 
	padding-left:18px; 
	text-transform:uppercase;
}
#main .widget-content ul li a:hover {
	text-decoration:underline;
	background:url(library/images/list-bg-red.png) no-repeat 0 3px; 
}
#main .widget-content ul ul {
	border: none;
	padding: 0;
	margin:0;
}
#main .widget-content ul ul li {
	border-bottom:0;
	margin:0 0 0 33px;
	padding-left:0;
	padding-bottom:0;
	list-style-type:square;
}
#main .widget-content ul ul ul li {
	margin-left:15px;
}
#main .widget-content ul ul li a {
	background:none; 
	padding:0 !important;
	margin:0 !important;
}
#main .widget-content ul ul li a:hover {
	background:none;
}

/* Newspress tabs widget */
.widget_newspress_tabs {
	background-color:#e9e9e9 !important;
	border:0;
}
#tab-nav li {
	display:inline;
	float:left;
	margin-right:5px;
}
#tab-nav li a {
	display:block;
	padding:12px 10px;
	background-color:#c2c2c2;
	color: #222;
	font-weight:normal;
	font-size:18px;
/*	text-shadow:#FFF 1px 1px 1px; */
}
#tab-nav li a:hover,
#tab-nav li a.selected {
	color:#fff;
	text-shadow:none;
	background-color:#252e28;
	text-decoration:none;
}
#tab-boxes {
	clear:both;
	background-color:#676767;
	border:3px solid #252e28;
}
#tab-boxes .widget-content {
	padding:10px;
}
#tabs #tab-comments span {
	color:#555555;
}
#tab-latest {
	padding:0 !important;
	margin:0 !important;
}
#tab-latest ul {
	margin:0 !important;
	padding:0 !important;
}
#tab-latest ul li {
	border-bottom:1px solid #191919;
	padding:10px !important;
}
#tab-latest ul li img {
	float:left;
	display:block;
	padding:2px;
	border:1px solid #191919;
	margin-right:8px;
}
#tab-latest ul li a.has_thumb {
	background:none !important;
	padding-left:0px !important;
	margin-left:0px !important;
}
#tab-latest ul li span {
	display:block;
	margin-left:18px;
}
#tab-latest ul li span.has_thumb {
	margin-left:0;
}
#footer-widget-area .widget_newspress_tabs {
	display:none;
}

/* Newspress subscription widget */
#site_social_subscription {
	border:0 !important;
	background:#2e2e2e url(library/images/box-bg.png) repeat top left;
}
#site_social_subscription .widget-content {
	padding:0 !important;
}
#site_social_subscription .subscription_link img {
	float:left;
	margin-right:10px;
}
#site_social_subscription .subscription_link span {
	display:block;
	padding-top:12px;
}
#site_social_subscription .subscription_link span a {
	font-size:24px;
	font-weight:normal;
	color:#111;
/*	text-shadow:#fff 1px 1px 1px; */
}

/* video embed */
#footer-widget-area .widget_newspress_video_embed {
	display:none;
}

/* Footer widget areas */
#footer-widget-area {
	margin-top:10px;
	padding:10px 0;
}
#footer-widget-area .widget-area {
	float:left;
	display:inline;
	margin-left: 10px;
	margin-right: 10px;
}
#footer-widget-area .widget-container {
	background-image:none;
	background:#2e2e2e url(library/images/box-bg.png) repeat top left;
	color:#a4a5a1;
	line-height:22px;
	border:0;
	width:270px;
	padding:0 15px;
}
#footer-widget-area .widget-title {
	color:#333333;
/*	text-shadow:#fff 1px 1px 0; */
	margin-bottom:8px;
	padding-left:5px;
	padding-left:5px;
	background:url(library/images/hbar.png) repeat-x bottom left;
	border:0;
}
#footer-widget-area .widget-container ul {
	margin-left:5px;
}
#footer-widget-area .widget-container ul li {
	list-style:none;
	margin:0; 
	padding:3px 0;
}
#footer-widget-area .widget-container ul a {
	display:block;
	padding-left:18px;
	background:url(library/images/list-bg.png) no-repeat 0 3px;
}
#footer-widget-area .widget-container ul li a:hover {
	text-decoration:underline;
	background:url(library/images/list-bg-red.png) no-repeat 0 3px; 
}
#footer-widget-area .widget-container ul ul li {
	border-bottom:0;
	margin:0 0 0 33px;
	padding-left:0;
	padding-bottom:0;
	list-style-type:square;
}
#footer-widget-area .widget-container ul ul ul li {
	margin-left:15px;
}
#footer-widget-area .widget-container ul ul li a {
	background:none; 
	padding:0 !important;
	margin:0 !important;
}
#footer-widget-area .widget-container ul ul li a:hover {
	background:none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#2e2e2e url(library/images/box-bg.png) repeat top left;
}
#colophon {
}
#site-generator {
	/* background:#f5f5f5 url(library/images/body_bg.gif) repeat top left; */
	/* border-top:4px solid #252e28; */
	font-family: Helvetica, Arial, sans-serif; 
	font-size:10px;
	padding:8px 5px;
/*	text-shadow: #fff 1px 1px 1px; */
}
#site-generator span {
	display:block;
}
#site-generator a {
	color:#525252;
}

/* =Extras
-------------------------------------------------------------- */
.area11 {
	text-align:center;
	margin-top:100px;
	color:#111;
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
/*	text-shadow:#fff 1px 1px 1px; */
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* Clear Floated Elements
-------------------------------------------------------------- */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	.access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}