/*
Theme Name: Obscure
Theme URI: http://wpcrunchy.com/themes/obscure
Description: Magazine type wordpress theme - best for community based site.
Author: akosipau
Version: 2.0
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');

/* Remove Contact from Calendar */
.ailec-contact .ailec-row .ailec-event{
	display: none;
}

/*
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;*/
	font-family: Arial;
}

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: "Titillium Web", 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 {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background-color:#e9e9e9;
}

body,
input,
textarea {
	color: #555;
	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 {
	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;
}

/* 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 {
	padding: 0 0 0 0;
	width: 100%;
}
#site-logo {
	margin-top: 15px;
	float: left;
	width: 600px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-ads {
	clear: right;
	float: right;
	margin: 45px 0 0 0;
	width:468px;
	height:60px; 
	padding:10px; 
	background:#171615; 
	border:1px solid #393837; 
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#branding {
	clear:both;
	height:182px;
}



/* =Menu
-------------------------------------------------------------- */

.access {
	margin: 0 auto;
	width: 940px;
	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 {
	position: relative;
	z-index:99;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.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 */
#top-menu {
	font-family: "Titillium Web";
	text-align: center;
	width: 100%;
	height:30px;
	background: #000;
}

#top-menu li.rss_link,#top-menu li.fb_link,#top-menu li.rss_link,#top-menu li.tw_link {
	float:right;
}
#top-menu li.rss_link a,#top-menu li.fb_link a,#top-menu li.rss_link a,#top-menu li.tw_link a {
	padding-left: 20px; 
	padding-right: 20px;
}
#top-menu li.rss_link a {
	background:url(library/images/feed2.png) no-repeat 10px 50%;
}
#top-menu li.fb_link a {
	background:url(library/images/facebook.png) no-repeat 10px 50%;
}
#top-menu li.tw_link a {
	background:url(library/images/twitter.png) no-repeat 10px 50%;
}

/*
#top-menu li.rss_link {
	float:right;
}
#top-menu li.rss_link a {
	padding-left:30px;
	padding-right:20px;
	background:url(library/images/feed.png) no-repeat 10px 50%;
}
#top-menu li.rss_link a:hover { background:url(library/images/feed2.png) no-repeat 10px 50%; }
*/
#top-menu a { font-family: Titillium Web; font-size:10px; text-transform:uppercase; line-height:30px; padding-left:20px; padding-right:20px; color:#a4a5a1; text-shadow:#000 0px 1px 1px; }
#top-menu ul ul { top:30px; }
#top-menu ul ul a:hover { background-color:#e1e2df; }
#bottom-menu {
	clear:both;
	height:40px;
	width: 100%;
	background: #440500;
}
#bottom-menu a {  font-family: "Titillium Web";  font-size:10px; text-transform:uppercase; line-height:40px; padding-left:20px; padding-right:20px;   color: #e1e2df; text-shadow:#000 0px 1px 1px; }
#bottom-menu ul li { }
#bottom-menu ul ul { top:40px; border-right:1px solid #545756; }
#bottom-menu ul ul a { background-color:#4a4d4c; color:#e1e2df; border-left:1px solid #545756;
	border-top:1px solid #545756; border-bottom:1px solid #414443; }
#bottom-menu li:hover, #bottom-menu li.sfHover,
#bottom-menu a:focus, #bottom-menu a:hover, #bottom-menu a:active {
	color: #F9F9F9;
	background: #6C0800;
}
#bottom-menu ul ul a:hover { background-color:#4f5251; background-image:none; }

#top-menu ul ul ul, #bottom-menu ul ul ul { left:100%; top:0; }
#top-menu ul ul a, #bottom-menu ul ul a { line-height:1em; }

/* Lavalamp style */
#top-menu .sf-menu li:hover, #top-menu .sf-menu li a:hover {
	background-color:transparent;
}
#top-menu .sf-menu ul li:hover, #top-menu .sf-menu ul li a:hover {
	background-color:#fff;;
}
#top-menu ul.sf-menu {
	position:relative;
}
#top-menu ul li.back {
	display: none;
	background-color: #333;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 30px 0 10px 0;
}
#content {
	margin-bottom: 10px;
}
#content,
#content input,
#content textarea {
	color: #555;
	font-size: 12px;
	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;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	clear:both;
	margin: 0 0 36px 0;
}
.home .sticky .entry-title a {
	color:#b0483b !important;
}
.single .hentry {
	margin: 0 0 20px 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-head {
	position:relative;
	padding-bottom:8px;
	background:url(library/images/post-head-bar.png) no-repeat bottom left;
}

#crp_related {
	padding-top:50px;
}

#content .entry-title {
	color:#171615;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Arial', 'Trebuchet MS';
	text-transform:uppercase; 
	text-shadow: #fff 1px 1px 1px;
	width:497px;
	float:left;
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #393b3b;
}
.entry-meta {
	color: #888;
	font-size: 10px;
	position:absolute;
	bottom:8px;
	right:0;
	text-transform:uppercase;
	float:right;
}
.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;
}
.entry-summary img {
	margin-bottom:20px !important;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.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: black;
	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;
	font-size:1.5em;
	line-height:1.5em;
	padding:10px 55px;
	background:#e9e9e9 url(library/images/blockquote.png) no-repeat 3% 0;
}
.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-bottom:1px solid #e2e2e2;
	border-top: 4px solid #171615;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #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 104px;
}
#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;
}
.entry-utility .author-link {
	background:url(library/images/user.png) no-repeat 0 50%;
}
.entry-utility .comments-link {
	background:url(library/images/comment.png) no-repeat 0 50%;
}
.entry-utility .category-link {
	background:url(library/images/category.png) no-repeat 0 50%;
}
.entry-utility .published-link {
	background:url(library/images/datetime.png) no-repeat 0 50%;
}
.entry-utility .attachment-link {
	background:url(library/images/image.png) no-repeat 0 50%;
}
.author-link,
.comments-link, .category-link,
.published-link, .attachment-link {
	display:block;
	float:left;
	padding:0px 10px 0 22px;
}
.entry-meta a {
	color:#555;
	text-decoration:none;
	text-shadow:#fff 1px 1px 1px;
}
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}
/* breadcrumb trail */
#content #breadcrumb {
	font-size: 12px;
	margin-bottom:20px;
}
#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;
}

/* featured single video */
#single_video {
	width:608px;
	height:280px;
	padding:5px;
	border:1px solid #d2d2d2;
	background-color:#fff;
	margin-bottom:20px;
}

/* slider */
#featured {
	position:relative;
	margin-bottom:20px;
}
.hook-title {
	position:absolute;
	left:0;
	top:30px;
	color:#fff;
	font-size:11px;
	font-family:Tahoma,sans-serif;
	text-transform:uppercase;
	text-shadow:#672a22 0px 1px 1px;
	padding:10px;
	background-color:#b0483b;
	z-index:10;
}
.single_image,
.slider {
	width:618px;
	height:290px;
	border:1px solid #d2d2d2;
}
.slider a {
	display:block;
	text-decoration:none;
}
.slider div {
	width:578px;
	height:50px;
	padding:0 15px;
	background:url(library/images/trans-bg.png) repeat-x center left;
	position:absolute;
	left:5px;
	bottom:20px;
	font-size:11px;
	font-family:Tahoma,sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.slider span {
	display:block;
	padding-top:15px;
}
#slider-nav { position:absolute; bottom:27px; right:20px; z-index:99; }
#slider-nav a { display:inline; float:left; height:24px; width:24px; margin-left:8px; color:#fff; line-height:24px; text-align:center; text-decoration:none; background:url(library/images/cycle-nav.png) 0 0; }
#slider-nav a:hover { background:url(library/images/cycle-nav.png) 0 -24px; }
#slider-nav a.activeSlide { background:url(library/images/cycle-nav.png) 0 -24px; }

/* 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 img {
	border: 10px solid #ebebeb;
}
#content .gallery img:hover {
	border: 10px solid #dcdcdc;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  13px;
	line-height: 18px;
	overflow: hidden;
	color: #111;
	text-shadow:#fff 0px 1px 1px;
}
.in_attachment {
	background-color:none;
	border:0;
}
.in_attachment a {
	display:block;
	padding:5px 8px;
	background-color:#ebebeb;
	border-bottom:1px solid #dcdcdc;
}
.navigation a:link,
.navigation a:visited {
	color: #111;
	text-decoration: underline;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.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; 
	text-decoration: none; 
	border: 1px solid #dcdcdc !important; 
	color: #555555; 
	background-color: #fff; 
}
.wp-pagenavi a:visited { 
	padding: 5px 7px; 
	text-decoration: none; 
	border: 1px solid #dcdcdc !important; 
	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 #dcdcdc !important; 
	color: #413f36; 
	background-color: #fff; 
}
.wp-pagenavi span.pages { 
	padding: 5px 7px; 
	color: #555555; 
	border: 1px solid #dcdcdc !important; 
	color: #413f36; 
	background-color: #fff; 
}
.wp-pagenavi span.current { 
	padding: 5px 7px; 
	font-weight: bold; 
	border: 1px solid #b0483b !important; 
	color: #FFF; 
	background-color: #b0483b; 
}
.wp-pagenavi span.extend { 
	padding: 5px 7px; 
	border: 1px solid #b0483b !important; 
	color: #FFF; 
	background-color: #b0483b; 
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-top:20px;
	padding:20px 10px; 
	background-color:#fff; 
	border-top:1px solid #e2e2e2; 
	border-bottom:1px solid #e2e2e2;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color:#555;
	font-size: 20px;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:28px;
	border-bottom:3px solid #555;
	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:6px 6px 0 6px;
	border:1px solid #e5e5e5;
}
.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-bottom: 1px solid #e7e7e7;
}
.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 #dcdcdc; 
	border-bottom:1px solid #dcdcdc; 
	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 #s { /* This keeps the search inputs in line */
	height: 30px;
	width: 60%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: inline-block;
	border-right: 0;
}
input#searchsubmit {
    background: rgb(108, 8, 0);
    cursor: pointer;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
    width: 40%;
    box-sizing: border-box;
    float: right;
    height: 30px;
    text-transform: uppercase;
    font-style: italic;
}

input#searchsubmit:hover {
    background: rgb(68, 5, 0);
}
.widget_search label {
	display:none;
}
.widget-container {
	width:300px;
	padding:12px 0 0 0;
	margin: 0 0 18px 0;
	background: #EEE;
	border: 1px solid #CCC;
	box-shadow: 0px 5px 10px 2px #ccc;
}
.widget-content {
	margin:0;
	padding:5px 15px 0 15px;
}
.widget-end {
	height:12px;
	margin:0; padding:0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	font-size:22px;
	padding-bottom:10px;
	
}
.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 li {
	margin:0; 
	padding:8px 0; 
	border-bottom:1px solid #d1d1d1;
}
#main .widget-content ul li:last-child {
    border-bottom: 0;
}
#main .widget-content ul li a {
	display:block; 
	background:url(library/images/arrow.gif) no-repeat 0 4px; 
	text-decoration:none; 
	padding-left:12px !important; 
	text-transform:uppercase;
}
#main .widget-content ul li a:hover {
	text-decoration:underline;
}
#main .widget-content ul ul {
	border: none;
	padding: 0;
	margin:0;
}
#main .widget-content ul ul li {
	border-bottom:0;
	margin:0 0 0 28px;
	padding-left:0;
	padding-bottom:0;
	list-style-type:square;
}
#main .widget-content ul ul li a {
	background:none; 
	padding:0 !important;
	margin:0;
}

/* Newspress subscription widget */
#site_social_subscription {
	border:0 !important;
	background:none !important;
}
#site_social_subscription .widget-content {
	padding:0 !important;
	background:none !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;
	background:none;
}
#footer-widget-area .subscription_link span a {
	color:#fff;
	text-shadow:#111 1px 1px 1px;
}

/* Footer widget areas */
#footer-widget-area {
	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-color:#171615;
	color:#a4a5a1;
	line-height:22px;
	box-shadow:none;
	border:0;
}
#footer-widget-area .widget-title {
	color:#fff; 
	font-family: Helvetica, Arial, sans-serif;
	border-bottom:1px solid #292827;
	text-shadow:none;
	margin-bottom:8px;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top:8px solid #707171;
	background:#171615 url(library/images/site-generator-bg.png) repeat-x bottom left;
}
#colophon {
}
#site-generator {
	font-family: Helvetica, Arial, sans-serif; 
	font-size:10px;
	padding:8px 0;
	text-shadow: #000 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;
	}
}
.hilite { background-color:yellow }

td.movieoffice { vertical-align: middle; }
td.filmcrew,td.filmdata { text-align: left; }
td.filmcrew { width: 13.5ex; }
#main { clear: both; }
.entry-title img { border: none !important; vertical-align: text-bottom; }

.reviewGrid,.reviewGrid td { border-width: 1px !important;  border-style: solid !important; border-color: black !important; }

.entry-content .blockquote2 { padding-right: 0px; text-align: justify; }
.entry-content .blockquote2 p {	padding-right: 55px; background-image: url(library/images/blockquote2.png); background-repeat: no-repeat; background-position: 97% bottom; }

li#menu-item-117712 a {
    background: white;
    color: red;
    text-shadow: none;
    font-weight: bold;
}

.cjfm-ajax-register-form {
	margin-bottom: 100px;
}
#do_create_account, #do_send_confirmation_link {
	margin-top:25px;
	font-size:14px;
	padding:5px;
}
.cj-form-edit-profile {
	margin-bottom: 100px;
}
.cjfm-login-form {
	margin-bottom: 100px;
}
li#text-4 a {
float: right;
}
li#text-4 {
position:relative;
}
li#text-5 .widget-content, li#text-5  {
margin: 0;
padding: 0;
}
.footerads {
clear:both;
text-align:center;
}
#content .ssba img {
border-width:0 !important;
}
.ssba, .ssba a {
  background: #F3F3F3;
  text-decoration: none;
  font-size: 17px;
  border: 1px solid #e2e2e2;
}

.ssba, .ssba a {
  background: #f2f3f7;
  text-decoration: none;
  font-size: 17px;
  border: 1px solid #e2e2e2;
}
.page-link {
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
  font-size: 14px;
text-transform:uppercase;
line-height:40px;
}
.page-link a:link, .page-link a:visited {
  border: 1px solid #e2e2e2;
  background: #D3D3D3;
  color: #333;
  font-weight: bold;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.page-link a:hover {
  background: #333;
  color: white;
}
div.menu {
    width: 100% !important;
    text-align: center;
}

a#logo-text {
    margin-top: 40px;
    display: block;
    float: left;
}

#site-logo a {
    text-decoration: none;
    float: left;
}

a#logo-text h1 {
    font-size: 40px;
    color: white;
    line-height: 45px;
    font-family: "Titillium Web";
    font-weight: bold;
    font-style: italic;
}
a#logo-text h2 {
    color: #bba5a3;
    font-family: "Titillium Web";
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
}

div#masthead {
    background: #6c0800;
}

#top-menu a:hover {
    color: rgb(226, 226, 226);
}

#top-menu .menu {
    overflow: hidden;
    height: 30px;
}

#bottom-menu .menu {
    min-width: 940px;
}
#subscribe a {
    font-size: 16px;
    margin-top: 61px;
    display: block;
    padding: 30px;
    background: rgb(236, 236, 236);
    color: black;
    text-decoration: none;
    font-family: "Titillium Web";
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    line-height: 0;
}

#subscribe a:hover {
    background: rgb(141, 21, 2);
    color: white;
}


@media screen and (max-width: 736px) { 
  	.rail_right img {
  		display:none;
  	}
  	.rail_left img {
  		display: none;
  	}
}
/* Creates an image that can be aligned left without using alignleft
-------------------------------------------------------------- */

.pull-left-image {
	float: left;
}