/* @override 
	http://www.relyonhorror.com/wp-content/themes/relyonhorror/css/screen.css
*/

/*
Theme Name: Rely On Horror
Theme URI: http://relyonhorror.com
Description:
Version: 3.0
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
================================================================================= */

/* @group reset
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
================================================================================= */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: 0;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #c3230d;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #c3230d;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #c3230d;
}

/* @end */

/* @group fonts
================================================================================= */

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebas-neue.eot');
  src: url('../fonts/bebas-neue.eot?#iefix') format('embedded-opentype'),
       url('../fonts/bebas-neue.woff') format('woff'),
       url('../fonts/bebas-neue.ttf') format('truetype'),
       url('../fonts/bebas-neue.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nevis';
  src: url('../fonts/nevis.eot');
  src: url('../fonts/nevis.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nevis.woff') format('woff'),
       url('../fonts/nevis.ttf') format('truetype'),
       url('../fonts/nevis.svg#nevisBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'comebackotd';
  src: url('../fonts/Comeback_Of_The_Damned.eot');
  src: url('../fonts/Comeback_Of_The_Damned.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Comeback_Of_The_Damned.woff') format('woff'),
       url('../fonts/Comeback_Of_The_Damned') format('truetype'),
       url('../fonts/Comeback_Of_The_Damned.svg#Comeback_Of_The_Damned') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @end */

/* @group structure
================================================================================= */
/*
body {
	font: 62.5% "Helvetica", Arial, Verdana, sans-serif;
	color: #12110d;
	text-align: center;
	background: #100f0d url('../images/bg.jpg') repeat 50% 0;
}

#objects {
	position: absolute;
	width: 100%;
	height: 2100px;
	background: url('../images/bg-objects.jpg') no-repeat 50% 0;
}*/

/*This is Cam's change. I got rid of the objects element, and made the background have fixed-attachment*/
body {
	font-family: "Open Sans",sans-serif;
	color: #a1a1a1;
	text-align: center;
}

.ie7 #objects {
	display: none;
}

#wrapper {
	clear: both;
	width: 95%;
	max-width: 980px;
	margin: 0 auto 20px;
	text-align: left;
}

#wrapper > header{ background: none !important; }

header[role="banner"] {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	
}

#book {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

#book-mid {

	background-size: 100% auto;
}

#book-top {
	padding-top: 4.0816327%;

	background-size: 100% auto;
}

.home #book-top {

	background-size: 100% auto;
}

#book-bottom {
	clear: both;
	height: 25px;
	background: url('../images/book-bottom.jpg') no-repeat 0 100%;
	background-size: 100% auto;
}

.ie7 #book,
.ie7 #book-mid,
.ie7 #book-top,
.ie7 #book-bottom {
	zoom: 1;
}

#content,
#slider {
	float: left;
	width: 65.5%;
	overflow: hidden;
}

#sidebar,
#sidebar-top {
	float: right;
	width: 31.5%;
	overflow: hidden;
}

footer[role="navigation"] {
	position: relative;
	clear: both;
	text-align: center;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;	
}

embed,
iframe {
	max-width: 100%;
}

/* @end */

/* @group header
================================================================================= */

.home #leaderboard-top {
	margin: 0px auto;
	padding-top:20px;
	padding-bottom:5px;
	
}
.home #leaderboard-top {
	background:#070a08 ;
}


header[role="banner"] a:link,
header[role="banner"] a:visited,
header[role="banner"] a:active {
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#logo {
	position: relative;
	width: 321px;
	margin: 0 auto 10px;
	z-index: 99;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#nav-left ul {
	position: absolute;
	bottom: 13%;
	left: 0;
}

#nav-right ul {
	position: absolute;
	bottom: 13%;
	right: 0;
}

nav {
	float: left;
	width: 100%;
}

nav ul {
	width: 50%;
}

nav li {
	position: relative;
	display: inline;
	float: left;
	width: 16.7346939%;
	padding: 0 0 5% 0;
}

#nav-right li {
	float: right;
	padding: 0 0 5% 0;
}

nav li a:link,
nav li a:visited,
nav li a:active {
	float: left;
	display: block;
	width: 100%;
	font-family: "Open Sans",sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #6a6860;
}

nav li a:hover,
nav li:hover > a,
nav li a:focus {
	color: #fff;
}

#nav-right ul li a {
	float: right;
}

nav li.current a:link,
nav li.current a:visited,
nav li.current a:active,
nav li.current a:hover,
nav li.current a:focus {
	text-shadow: none;
	color: #000;
	background: #fff;
	cursor: default;
}

nav li:first-child a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}



#nav-left ul.sub-menu,
#nav-right ul.sub-menu {
	display: none;
	position: absolute;
	top:100%;
	bottom: auto;
	left:0;
	width: 222px;
	margin-left: 0;
	padding:0;
	background:url(../images/bg_submenu.png);
	z-index: 999;
	border:1px solid #181e26;
	border-color:rgba(24,30,38,0.6);
}

.ie7 #nav-left ul.sub-menu,
.ie7 #nav-right ul.sub-menu {
	display: none !important;
}

#nav-left li:hover ul.sub-menu,
#nav-right li:hover ul.sub-menu {
	display: block;
}

#nav-left ul.sub-menu li,
#nav-right ul.sub-menu li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#nav-left ul.sub-menu li a,
#nav-right ul.sub-menu li a {
	float: none;
	display: block;
	width: 100%;
	padding:7px 10px 7px 30px;
	margin: 0;
	line-height:20px;
	background:url(../images/list_submenu.png) no-repeat 14px 12px;
	text-align:left;
}
#nav-left ul.sub-menu li:last-child > a,
#nav-right ul.sub-menu li:last-child > a{
	border:none;
}

#nav-left ul.sub-menu li a:hover,
#nav-left ul.sub-menu li a:focus,
#nav-left ul.sub-menu li:hover > a, 
#nav-right ul.sub-menu li a:hover,
#nav-right ul.sub-menu li a:focus,
#nav-right ul.sub-menu li:hover > a {

	
	
}

#nav-left ul.sub-menu li ul.sub-menu,
#nav-right ul.sub-menu li ul.sub-menu {
	display: none;


}

#nav-left ul.sub-menu li ul.sub-menu {
	left: 170px;
}

#nav-right ul.sub-menu li ul.sub-menu {
	left: -170px;
}

#nav-left ul.sub-menu li ul.sub-menu li,
#nav-right ul.sub-menu li ul.sub-menu li {
	text-align: left;
}

#nav-left ul.sub-menu li:hover ul.sub-menu,
#nav-right ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

/* @end */

/* @group homepage
================================================================================= */

#slider {
	background: #000 ;

}

#slider a {
	text-decoration: none;
}

#slider .flex-caption {
	width: 96.4285714%;
	padding: 1.7857143%;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;

}

#slider .flex-direction-nav {
	height: 0; 
}

#slider .flex-direction-nav li a {
	margin: -29px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer; 
	text-indent: -9999px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background:url("../images/right_slider_revolution.png") no-repeat;
    height: 58px ;
    width: 58px ;
	 font-size: 0px;
}
#slider img:hover {
    opacity: 1;
}
#slider .flex-direction-nav li.flex-nav-prev a{
	background:url("../images/left_slider_revolution.png") no-repeat;
}
#slider .flex-direction-nav li a:hover{
	background-position:left bottom;
}

#slider .flex-direction-nav li .next {
	background-position: -48px 0; 
	right: 13px;
}

#slider .flex-direction-nav li .prev {
	left: 13px;
}

#slider:hover .flex-direction-nav li a {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#categories {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding:20px 0;
}

#categories article {
    float: left;
    margin: 0 1.5%;
    width: 22%;
}

#categories article h6 {
	padding:0;
	padding-left:35px;
	text-align:left;
	color:#bab9b1;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	background:url(../images/list-title.png) no-repeat left center;
	border-bottom:1px solid #000;
	border-color:rgba(255,255,255,0.1);
	line-height:52px;
	margin-bottom:22px;
}

#categories article a {
	position: relative;
	display: block;
	text-decoration: none;
		-moz-box-shadow: 2px 3px 12px #040404;
	-webkit-box-shadow: 2px 3px 12px #040404;
	box-shadow: 2px 3px 12px #040404;
}

#categories article a img {
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#categories article a h3 {
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#categories article a img {
	display: block;
	padding:0;
	background: #fff;
	border:4px solid #0e0e0e;
	 margin: 0 auto;
	 width:100%;
}
/*
#categories article a:hover img,
#categories article a:focus img {
	-moz-box-shadow: 0 8px 8px #7f7c63;
	-webkit-box-shadow: 0 8px 8px #7f7c63;
	box-shadow: 0 8px 8px #7f7c63;
}
*/
#categories article a h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.5);
	text-transform: uppercase;
	color: #d0d0cc;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding: 10px 0;
	text-align:center;
	
}

.ie #categories article a h3 {
	width: 85%;
}

#categories article a:hover h3,
#categories article a:focus h3 {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* @end */

/* @group index and articles
================================================================================= */


#index article,
#related article {
	float: left;
	width: 100%;
	margin-bottom:30px;
	background:#111;
	position:relative;
	min-height: 200px;
}

.article-tnail {
	float: left;
	width: 60%;
}

.article-tnail a img {
	background: #fff;
	width: 100%;
}
.heading h1 span{
	display:none;
}

.article-tnail a:hover img,
.article-tnail a:focus img {

	
}

.article-content {
	float: right;
	width: 40%;
	padding:10px;
}

.article-content a {
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.article-content h3 {
	margin: 1.5151515% 0;
	text-transform: uppercase;
}

.article-content h3 a:link,
.article-content h3 a:visited,
.article-content h3 a:active {
	text-decoration: none;
	color: #c3230d;
}

.article-content h3 a:hover,
.article-content h3 a:focus {
	
}

.article-content ul.post-meta {
	float: left;
	width: 100%;
	margin: 8px 0;

	padding: 0;
}

.article-content ul.post-meta li {
	float: left;
	list-style-type: none;
	padding-left:14px;
	margin-right:5px;
	padding-top: 2px;
    padding-bottom: 2px;
}
.article-content ul.post-meta li a{
	font-size:12px;
	line-height:18px;
	display:block;
}
.article-content ul.post-meta li.post-meta-date {
	background: url('../images/date-icon.png') no-repeat 0 50%;
}

.article-content ul.post-meta li.post-meta-author {
	background: url('../images/author-icon.png') no-repeat 0 50%;
}

#recent-posts .article-content ul.post-meta li.post-meta-author,
#popular-posts .article-content ul.post-meta li.post-meta-author {
	display: none;
}

.article-content ul.post-meta li.post-meta-comments {
	background: url('../images/comment-icon.png') no-repeat 0 50%;
}

.article-content ul.post-meta li a:link,
.article-content ul.post-meta li a:visited,
.article-content ul.post-meta li a:active {
	text-decoration: none;
	color: #666361;
}



#index .article-content p {
	font-size:14px;
	line-height: 22px;
	color: #747474;
}

#index .wp-pagenavi {
	position: relative;
	margin: 0;
	padding:0;
	font-size: 18px;
	display: inline-block;
	background:#151515;
}

#index .wp-pagenavi a:link,
#index .wp-pagenavi a:visited,
#index .wp-pagenavi a:active {
	margin: 0 4px 0 0;
	padding:0;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #101010;
	border: 4px solid #7a0505;
	box-sizing: border-box;
	width:38px;
	height:38px;
	display:inline-block;
	line-height:30px;
	text-align:center;
	float:left;
}

#index .wp-pagenavi a:hover,
#index .wp-pagenavi a:focus {
	border: 4px solid #3f3f3f;
}

#index .wp-pagenavi span.current {
	border: 4px solid #3f3f3f;
	width:38px;
	height:38px;
	display:inline-block;
	line-height:30px;
	text-align:center;
	float:left;
	margin: 0 4px 0 0;
	padding:0;
}
#index .wp-pagenavi a.last{
	display:none;
}

#index .wp-pagenavi span.pages {
	float: right;
	margin: 0;
	padding: 0;
	color: #666361;
	border: none;
	background: transparent;
	display:none;
}

#index .wp-pagenavi span.extend {
	display: none;
}

.single article,
.page article {
	margin-bottom: 3.5714286%;
}

.single article h1 {
	margin-bottom: 2.6785714%;
}

.single article #post-meta {
    border-bottom: 1px solid #393939;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
	padding-top:20px;
    width: 100%;
}

.single article .post-avatar {
	float: left;
	width: 65px;
	margin-right:10px;
}

.single article .post-avatar img {
	border: 4px solid #393939;
    height: 65px;
    padding: 0;
    width: 65px;
}

.single article .post-details {
	float: left;
	width: auto;
	margin: 0;
	padding: 1.4285714% 0 0;
}

.single article .post-details li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
}

.single article .post-details li.post-date {
	font-size: 16px;
	font-weight: 600;
	color: #747474;
}

.single article .post-details li.post-author {
	font-weight: normal;
	color: #77746f;
	font-size:16px;
}

.single article .post-details li.post-author a:link,
.single article .post-details li.post-author a:visited,
.single article .post-details li.post-author a:active {
	color: #77746f;
}

.single article .post-details li.post-author a:hover,
.single article .post-details li.post-author a:focus {

}

.single article .post-details .post-author-links {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

.single article .post-details .post-author-links span {
	margin: 0 5px;
	font-weight: normal;
	color: #a6a29d;
}

.single article .post-author-bio {
	display: none;
	clear: both;
	margin: 0;
	padding-top: 1.7857143%;
}

.single article .post-author-bio p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.6em;
}

.single article .post-share {
	float: right;
	width: 178px;
}

.single article .post-share-facebook,
.single article .post-share-google,
.single article .post-share-twitter {
	float: left;
	overflow: hidden;
}

.single article .post-share-facebook,
.single article .post-share-google {
	margin-right: 10px;
}

.single article .post-share-facebook {
	width: 48px;
}

.single article .post-share-google {
	width: 50px;
}

.single article .post-share-twitter {
	width: 60px;
}

.single article ul#sharebarx {
	margin: 0 0 1.7857143%;
	padding: 0;
	list-style-type: none;
	display:none !important;
}

.single article ul#sharebarx li {
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
	padding: 0;
	list-style-type: none;
}

.ie7 body ul#sharebar {
	display: none !important;
}

.single #related {
	float: left;
	width: 100%;
	margin-bottom: 7.1428571%;
}

.single #related h2 {
	margin-top: 0;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

.single #related article {
	float: left;
	width: 100%;
}

.single #related article .article-tnail {
	float: left;
	width: 19.6428571%;
}

.single #related article img {
	width: 165px;
	max-width: 100%;
	height: auto;
	padding:0;
}

.single #related article .article-content {
	width: 100%;
}

.single #related article .article-content h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.4em;
	background: transparent;
}

/* @end */

/* @group content
================================================================================= */

.content a:link,
.content a:visited,
.content a:active {
	color: #c3230d;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content a:hover,
.content a:focus {
	
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	padding-bottom: 15px;
	text-transform: uppercase;
}

.content h1 {
	font-size: 30px;
	color:#bab9b1;
	border-bottom:1px solid #393939;
	background:url("../images/list-title.png") no-repeat left center;
	line-height:52px;
	padding:15px 30px;
	margin-bottom:20px;
}

.content h2 {
	font-size: 2em;
}

.content h3 {
	font-size: 1.8em;
}

.content h4 {
	font-size: 1.6em;
}

.content h5 {
	font-size: 1.4em;
}

.content h6 {
	font-size: 1.3em;
}

.content p {
	font-size: 14px;
	line-height: 18px;
	padding-top:5px;
	padding-bottom:10px;
}

.single .content p,
.page .content p {
	font-size: 14px;
	line-height: 18px;
}

.content ul,
.content ol {
	margin: 0 0 1.5em 30px;
}

.content li ul,
.content li ol {
	margin: 5px 0 .5em 30px;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.6em;
}

.single .content li,
.page .content li {
	font-size: 1.4em;
	line-height: 1.8em;
}

.content li li,
.content li p {
	font-size: 1em;
}

.content ul li {
	list-style-type: square;
}

.content ol li {
	list-style-type: decimal;
}

.content blockquote {
	margin: 0 0 15px 15px;
	padding: 0 15px;
	font-style: italic;
	border-left: 3px double #7e7b76;
}

.content strong,
.content b {
	font-weight: bold;
}

.content em,
.content i {
	font-style: italic;
}

.content .wp-caption {
	padding: 1%;
	background: #fff;
	text-align: center;
}

.boxshadow .content .wp-caption {
	background: #fff;
	-moz-box-shadow: 0px 2px 5px #8c8783;
	-webkit-box-shadow: 0px 2px 5px #8c8783;
	box-shadow: 0px 2px 5px #8c8783;
}

.content .wp-caption img {
	margin-bottom: 1%;
	padding: 0;
	background: transparent;
}

.boxshadow .content .wp-caption img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content .wp-caption p {
	margin: 0 1%;
	font-size: 1.2em;
	color: #666;
}

.content img {
	max-width: 100%;
	height: auto;
}

.boxshadow .content img {

}

.content img.wp-smiley {
	padding: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content .alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 15px 0;
}

.content .alignright {
	float: right;
	display: inline;
	margin: 5px 0 15px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 15px 15px;
}

.content .aligncenter {
	margin: 0 auto 20px auto;
}

.content .alignnone {
	margin: 0 0 20px 0;
}

.content p .aligncenter,
.content p .aignnone {
	margin-bottom: 0;
}

.content table {
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 1.3em;
}

.content table th,
.content table td {
	padding: 10px;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content table th {
	font-weight: bold;
	border-bottom: 3px double #7e7b76;
}

.content table td {
	border-bottom: 1px solid #7e7b76;
}

.content table tr:nth-child(odd) td {
}

.content table th:nth-child(2),
.content table td:nth-child(2) {
	text-align: center;
}

.content table th:nth-child(3),
.content table td:nth-child(3) {
	text-align: right;
}

.content table tr:hover td {
}

/* @end */

/* @group comments
================================================================================= */

#comments p {
	font-size: 14px;
}

/*#comments h2,
#comments h3 {
}

#comments ol.commentlist {
	margin: 0;
}

#comments ol.commentlist li {
	float: left;
	width: 100%;
	margin: 0 0 3.5714286%;
	padding-bottom: 1.7857143%;
	list-style-type: none;
	background: url('../images/divider.png') no-repeat 0 100%;
}

#comments ol.commentlist li p {
	font-size: .95em;
	line-height: 1.5em;
}

#comments .comment {
	position: relative;
}

#comments .comment footer {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	background: transparent;
}

#comments .comment .comment-author {
	float: left;
	width: 100%;
	margin-bottom: 2.6785714%;
	color: #999;
}

#comments .comment .comment-meta {
	float: left;
	margin: -40px 0 0 65px;
	font-size: .85em;
}

#comments .comment .comment-author .fn {
	display: block;
	padding-top: 5px;
	font-weight: bold;
	color: #55534c;
}

#comments .comment .comment-author .says {
	display: none;
}

#comments .comment .avatar {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
}

#comments .comment.bypostauthor .avatar {
	background: #000;
}

#comments .comment article {
	margin: 0 0 20px;
	border-bottom: 1px solid #7e7b76;
}

#comments .children {
	margin: 0 0 0 20px;
}

#comments .children .comment article {
	border-bottom: 1px dashed #7e7b76;
}

#comments .reply {
	position: absolute;
	top: 10px;
	right: 0;
}

#comments .reply a {
	display: block;
	padding: 4px 10px;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	line-height: 1.4em;
	color: #74716c;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ece9e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ece9e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece9e6',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	border: 1px solid #a6a29e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

#comments .comment:hover .reply a {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#comments .comment:hover .reply a:hover,
#comments .comment:hover .reply a:focus,
#comments .reply a:hover,
#comments .reply a:focus {
	color: #000;
	border: 1px solid #797671;
}

#commentform {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 3.5714286%;
}

#commentform p {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#commentform p.comment-notes,
#commentform p.form-allowed-tags {
	font-size: 1.2em;
	color: #77746f;
}

#commentform .required {
	color: #c3230d;
}

#commentform input,
#commentform textarea {
	float: left;
	margin: 0 10px 0 0;
	padding: 6px;
	font: 1em "Helvetica", Arial, Verdana, sans-serif;
	color: #74716c;
	border-top: 1px solid #a6a29e;
	border-right: 1px solid #d1ceca;
	border-bottom: 1px solid #d1ceca;
	border-left: 1px solid #a6a29e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#commentform input {
	background: #ece9e6;
	background: -moz-linear-gradient(top, #ece9e6 0%, #ffffff 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ece9e6), color-stop(75%,#ffffff));
	background: -webkit-linear-gradient(top, #ece9e6 0%,#ffffff 75%);
	background: -ms-linear-gradient(top, #ece9e6 0%,#ffffff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e6', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ece9e6 0%,#ffffff 75%);
}

#commentform textarea {
	background: #ece9e6;
	background: -moz-linear-gradient(top, #ece9e6 0%, #ffffff 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ece9e6), color-stop(20%,#ffffff));
	background: -webkit-linear-gradient(top, #ece9e6 0%,#ffffff 20%);
	background: -ms-linear-gradient(top, #ece9e6 0%,#ffffff 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece9e6', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #ece9e6 0%,#ffffff 20%);
}

#commentform input:focus,
#commentform textarea:focus {
	color: #000;
	border: 1px solid #797671;
}

#commentform label {
	font-size: .95em;
	font-weight: bold;
	line-height: 2.5em;
	color: #666;
}

#commentform .comment-form-comment label {
	display: none;
}

#commentform input#submit {
	padding: 6px 10px;
	font-size: .85em;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	color: #74716c;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ece9e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ece9e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece9e6',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#ece9e6 100%);
	border: 1px solid #a6a29e;
	cursor: pointer;
}

#commentform input#submit:hover,
#commentform input#submit:focus {
	color: #000;
	border: 1px solid #797671;
}

#comments #respond {
	clear: both;
}

#comments #respond h3 {
	margin: 0 0 5px;
	padding: 0;
	background: transparent;
}

#comments .commentlist #respond h3 {
	font-size: 1em;
}*/

/* @end */

/* @group sidebar
================================================================================= */

.widget {
	float: left;
	width: 100%;
	margin-bottom: 6.6666667%;
}

.widget a:link,
.widget a:visited,
.widget a:active {
	color: #8e8c7a;
	
}
#linkcat-45 ul li a{
	background: rgba(0, 0, 0, 0) url("../images/list_menu_sidebar.png") no-repeat scroll left center;
    font-size: 14px;
    padding-left: 25px;
    text-decoration: underline;	
	display: block;
}
#sidebar #linkcat-45 ul li{
	list-style: none;
	margin-bottom: 8px;
}

#sidebar #linkcat-45 ul{
	 margin: 0px;
}


.widget a:hover,
.widget a:focus {
	
}

.widget h2 {
	margin: 0 0 5%;
	color: #c3230d;
}

.widget ul {
	margin: 0 0 0 7%;
}

.widget ul p,
.single .widget.content p,
.widget ul li,
.single .widget.content ul li {
	font-size: 14px;
	line-height: 18px;
}

.widget .textwidget img {
	padding: 0;
	background: transparent;
}

.widget#meta-3 ul li:last-of-type {
	display: none;
}

.widget#meta-3,

.widget#who-is-online ul li {
	float: left;
	display: inline;
	width: 46.6666667%;
	margin: 0 3.3333333% 3.3333333% 0;
}

.widget#meta-3 ul,
.widget#nav_menu-3 ul,
.widget#who-is-online ul {
	margin-left: 1px;
}

.widget#meta-3 ul li,
.widget#nav_menu-3 ul li,
.widget#who-is-online ul li {
	list-style-type: none;
}

#search-form {
	float: left;
	width: 100%;
	background:#070a08;
	padding:10px;
	padding: 20px 10px 21px 20px;
}

#search-form #s {
	width: 229px;
	height: 42px;
	line-height:42px;
	padding: 0px 20px;
	font-size: 14px;
	color: #7c7974;
	background: url('../images/input-search.png') no-repeat 0 0;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#search-form #s:focus {
	color: #fff;
}

#facebook-widget .fb_iframe_widget {
	height: auto !important;
	background:none;
}

#social-buttons {
	float: right;
	width: 38.6666667%;
	margin: 0;
}

#social-buttons li {
	float: left;
	width: 27.5862069%;
	height: 27.5862069%;
	max-width: 32px;
	max-height: 32px;
	margin: 0;
	overflow: hidden;
}

#social-buttons li#social-facebook,
#social-buttons li#social-twitter {
	margin-right: 8.6206897%;
}

#social-buttons li a img {
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#social-buttons li a:hover img,
#social-buttons li a:focus img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#social-buttons li img {
	display: block;
	background: transparent;
}

.home #bigbox {
	margin-bottom: 5px;
}

#bigbox img {
	padding: 0;
	background: transparent;
}

#recent-comments-with-gravatar h2 {
	display: none;
}

#recent-comments-with-gravatar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#recent-comments-with-gravatar li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style-type: none;
}

#recent-comments-with-gravatar .rcg-wrapper,
#recent-posts article,
#popular-posts article {
	float: left;
	width: 100%;
	margin-bottom: 4%;
	padding-bottom: 5%;
	background: url('../images/divider.png') no-repeat 50% 100%;
}

#recent-comments-with-gravatar .rcg-avatar {
	display: none;
}

#recent-comments-with-gravatar .rcg-text {
	padding: 0 3.3333333% !important;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666361;
}

#recent-comments-with-gravatar .rcg-text strong {
	font-weight: bold;
}

#recent-comments-with-gravatar .rcg-text .rcg-date {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#recent-comments-with-gravatar .rcg-avatar img {
	padding: 8.3333333%;
	background: #fff;
	-moz-box-shadow: 0px 2px 5px #8c8783;
	-webkit-box-shadow: 0px 2px 5px #8c8783;
	box-shadow: 0px 2px 5px #8c8783;
}

#recent-comments-with-gravatar a,
#recent-comments-with-gravatar a img {
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#recent-comments-with-gravatar a:hover img,
#recent-comments-with-gravatar a:focus img {
	margin: -8.3333333% 0 8.3333333%;
	-moz-box-shadow: 0 5px 5px #8c8783;
	-webkit-box-shadow: 0 5px 5px #8c8783;
	box-shadow: 0 5px 5px #8c8783;
}

#recent-comments h3 {
	font-size: 1.3em;
	font-weight: bold;
}

#recent-comments-with-gravatar a:link,
#recent-comments-with-gravatar a:visited,
#recent-comments-with-gravatar a:active {
	text-decoration: none;
	color: #c3230d;
}

#recent-comments-with-gravatar a:hover,
#recent-comments-with-gravatar a:focus {
	color: #000;
}

#recent-posts,
#popular-posts {
	display: none;
}

#recent-posts article,
#popular-posts article {
	float: left;
	width: 100%;
}

#recent-posts article .article-tnail,
#popular-posts article .article-tnail {
	float: left;
	width: 43.3333333%;
}

#recent-posts article .article-tnail img,
#popular-posts article .article-tnail img {
	padding: 3.8461538%;
}

#recent-posts article .article-content,
#popular-posts article .article-content {
	width: 93.3333333%;
	padding: 0 3.3333333%;
}

#recent-posts article .article-content h3,
#popular-posts article .article-content h3 {
	margin: 0 0 2%;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	background: transparent;
}

#tag_cloud-3,
#tag_cloud-3 h2 {
	display: none;
}

#tabs {
	float: left;
	width: 100%;
	height: 30px;
	background: url('../images/tabs-bg.jpg') repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tabs ul {
	float: left;
	width: 100%;
	margin: 2px 0 0 2px;
	padding: 0;
}

#tabs ul li {
	float: left;
	margin: 0;
	list-style-type: none;
}

#tabs ul li a {
	float: left;
	display: block;
	padding: 4px 8px 2px;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #6a6860;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

#tabs ul li a:hover,
#tabs ul li a:focus {
	color: #e1dcd6;
}

#tabs ul li a.current,
#tabs ul li a.current:hover,
#tabs ul li a.current:focus {
	padding: 3px 8px 2px;
	color: #e1dcd6;
	background: #53514d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTE0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJkMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #53514d 0%, #2f2d29 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53514d), color-stop(100%,#2f2d29));
	background: -webkit-linear-gradient(top,  #53514d 0%,#2f2d29 100%);
	background: -o-linear-gradient(top,  #53514d 0%,#2f2d29 100%);
	background: -ms-linear-gradient(top,  #53514d 0%,#2f2d29 100%);
	background: linear-gradient(top,  #53514d 0%,#2f2d29 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53514d', endColorstr='#2f2d29',GradientType=0 );
	border-top: 1px solid #62615d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

#execphp-2.widget p {
	margin: 0 0 10px;
}

#execphp-2 img {
	max-width: 96.6666667%;
	height: auto;
	padding: 1.6666667%;
}

/* @end */

/* @group footer
================================================================================= */

#leaderboard-bottom {
	max-width: 728px;
	margin: 0 auto 20px;
	/*
	-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
	box-shadow: 0 2px 10px #000;
	*/
}

#leaderboard-bottom img {
	display: block;
}

footer[role="navigation"] p,
footer[role="navigation"] li {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
	color: #bab9b1;
}

footer[role="navigation"] ul {
	margin-bottom: 5px;
}

footer[role="navigation"] li {
	display: inline;
	margin-right: 15px;
}

footer[role="navigation"] a:link,
footer[role="navigation"] a:visited,
footer[role="navigation"] a:active {
	text-decoration: none;
	color: #aeaaa5;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-weight:normal;
	text-transform: uppercase;
}

footer[role="navigation"] a:hover,
footer[role="navigation"] a:focus {
	color: #c3230d;
}

footer[role="navigation"] #footer-meta a:link,
footer[role="navigation"] #footer-meta a:visited,
footer[role="navigation"] #footer-meta a:active {
	text-decoration: underline;
	color: #55534c;
}

footer[role="navigation"] #footer-meta a:hover,
footer[role="navigation"] #footer-meta a:focus {
	color: #aeaaa5;
}

footer[role="navigation"] span {
	margin: 0 5px;
	color: #53524b;
}

/* @end */

/* @group miscellaneous
================================================================================= */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */

/* @group hide background objects for non-desktop browsers
================================================================================= */

@media all and (max-device-width: 1024px) {

	#objects {
		display: none;
	}
	
	#slider .flex-direction-nav {
		display: none; 
	}
	
	#comments .comment .reply a {
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
	}

}

/* @end */

/* @group 
================================================================================= */

@media all and (max-width: 960px) {

	.ie8 #book-mid {
		background: url('../images/book-mid-seamless.jpg') repeat-y 0 0;
	}
	
	.ie8 #book-top {
		background: url('../images/book-top-clean-seamless.jpg') no-repeat 0 0;
	}
	
	.ie8 .home #book-top {
		background: url('../images/book-top-seamless.jpg') no-repeat 0 0;
	}
	
	.ie8 #book-bottom {
		background: url('../images/book-bottom-seamless.jpg') no-repeat 0 100%;
	}

	#nav-left ul {
		bottom: 5px;
		left: 20px;
	}
	
	#nav-right ul {
		bottom: 5px;
		right: 20px;
	}
	
	nav li {
		display: block;
	}
	
	#nav-left ul li,
	#nav-right ul li {
		float: none;
		padding: 0;
		width: 100%;
	}
	
	#nav-left ul li a {
		float: none;
		padding: 0 0 10px;
		text-align: left;
	}
	
	#nav-right ul li a {
		float: none;
		padding: 0 0 10px;
		text-align: right;
	}
	
	nav .sub-menu {
		display: none !important;
	}
	
	#tabs ul li a,
	#tabs ul li a.current {
		text-transform: none;
		padding-left: 6px;
		padding-right: 6px;
	}

}

/* @end */

/* @group large tablets
================================================================================= */

@media all and (max-width: 768px) {

	html {
		-webkit-text-size-adjust: none;
	}
	
	#objects {
		display: none;
	}
	
	#wrapper {
		width: 100%;
	}
	
	#categories article h3 {
		
	}
	
	#index .article-content h3 {
		
	}

}

/* @end */

/* @group large tablets
================================================================================= */

@media all and (max-width: 767px) {

	#leaderboard-top,
	#leaderboard-bottom {
		display: none;
	}
	
	#logo {
		margin-top: 5px;
	}
	
	#nav-left ul {
		top: 10px;
		left: 10px;
	}
	
	#nav-right ul {
		top: 10px;
		right: 10px;
	}
	
	.single article .post-share {
		display: none;
	}
	
	#tabs ul li a,
	#tabs ul li a.current {
		text-transform: none;
		padding-left: 3px;
		padding-right: 3px;
	}

}

/* @end */

/* @group small tablets
================================================================================= */

@media all and (max-width: 600px) {

	#book-mid {

		background-size: 100% auto;
	}
	
	#book-top {
		
		background-size: 100% auto;
	}
	
	.home #book-top {
		
		background-size: 100% auto;
	}
	
	#book-bottom {

		background-size: 100% auto;
	}
	
	#content,
	#slider,
	#sidebar,
	#sidebar-top {
		float: none;
		width: 100%;
		margin: 0;
	}
	

	
	#bigbox {
		display: none;
	}
	
	.widget h2 {
		margin: 0 0 3%;
	}
	
	#recent-comments-with-gravatar .rcg-wrapper {
		margin-bottom: 3%;
		padding-bottom: 4%;
	}
	
	#tabs ul li a,
	#tabs ul li a.current {
		text-transform: uppercase;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#recent-posts article,
	#popular-posts article {
		margin-bottom: 2%;
		padding-bottom: 3%;
		background: url('../images/divider.png') no-repeat 0 100%;
	}
	
	.widget#linkcat-45 ul {
		float: left;
		width: 100%;
		margin: 0;
	}
	
	.widget#linkcat-45 li {
		float: left;
		display: inline;
		margin: 0 15px 15px 0;
		width:100%;
	}
	
	.widget#meta-3,
	.widget#nav_menu-3 {
		float: none;
		width: 100%%;
		margin: 0 0 3.3333333% 0;
	}
	
	.widget#meta-3 ul,
	.widget#nav_menu-3 ul,
	.widget#who-is-online ul {
		float: left;
		width: 100%;
		margin: 0 0 3%;
	}
	
	.widget#meta-3 ul li,
	.widget#nav_menu-3 ul li,
	.widget#who-is-online ul li {
		list-style-type: none;
		margin: 0 15px 15px 0;
		width: auto;
	}

}

/* @end */

/* @group landscape mobile photos
================================================================================= */

@media all and (max-width: 480px) {

	header[role="banner"] {
		min-height: 105px;
	}
	
	#logo {
		max-width: 60%;
	}
	
	#nav-left ul li a,
	#nav-right ul li a {
		padding: 0 0 5px;
	}
	
	.single article .post-details li {
		font-size: 1.2em !important;
	}
	
	#index .article-content ul.post-meta li {
		
	}
	
	#commentform p.form-allowed-tags {
		display: none;
	}
	


}

/* @end */

/* @group portrait mobile photos
================================================================================= */

@media all and (max-width: 320px) {

	header[role="banner"] {
		min-height: 165px;
	}
	
	#logo {
		max-width: 90%;
	}
	
	#nav-left ul,
	#nav-right ul {
		top: 100px;
		left: 25px;
		bottom: auto;
		width: auto;
	}
	
	#nav-right ul {
		top: 130px;
	}
	
	nav li {
		float: left;
		display: inline;
	}
	
	#nav-left ul li,
	#nav-right ul li {
		float: left;
		display: inline;
		padding: 0;
		width: auto;
	}
	
	#nav-left ul li a,
	#nav-right ul li a {
		float: left;
		display: inline;
		padding: 5px 12px 5px 0;
		text-align: left;
	}
	
	.article-tnail {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.article-tnail a img {
		padding: 0;
	}
	
	.article-content {
		float: none;
		width: 100%;
	}
/*	
	#index .post-meta,
	#related .post-meta {
		display: none;
	}
*/	
	.single article h1 {
		font-size: 30px;
	}
	
	.single article .post-avatar {
		display: none;
	}
	
	.single article .post-details {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#comments .comment .comment-meta {
		margin: -30px 0 0 60px;
	}
	
	#commentform textarea {
		width: 265px;
	}
	
	.single article ul#sharebarx {
		display: none !important;
	}

}

/* @end */