/*
Theme Name: John Exley Online "X-Factor"
Author: PetoVera
*/
* {
	padding:0px;
	margin:0px;
	line-height:100%
}
body {
	background:url(images/background.jpg) top no-repeat #000;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* intro / home */
body.home {
	background:#fff;
}
body.home #container {
	width:793px;
	height:500px;
	margin-top:83px;
}
a#intro {
	background:url(images/intro.jpg) no-repeat; 
	width:793px;
	height:500px;
	display:block;
	text-indent:-999999px;
}
/* ---------- */
#container {
		margin:0px auto 0 auto;
		width:1052px;
}
#header {
	height:457px;
	background:url(images/header.png) no-repeat;
}
#header h1 {
	padding:0px;
	height:416px;
/*	margin-left:43px; */
}
h1 a#logo {
	text-indent:-999999px;
	width:670px;
	height:417px;
	display:block;
	background:url(images/logo.png) no-repeat;
}
#header #menu {
	height:50px;
	background:url(images/bg_menu.png) no-repeat;
	display:block;
	margin:0px 41px 0px 41px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
}
#header ul {
	float:left;
}
#menu form {
	float:right;
	margin:9px 50px 0 0;
}
#menu form.searchform {
	background:url(images/bg_searchform.png) no-repeat;
	width:195px;
	height:22px;
}
#menu form.searchform input {
	border:none;
	background:none; 
	display:inline;
	margin:0 0 0 10px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:22px;
	line-height:22px;
	float:left;
	width:155px;
}
#menu form.searchform button.btn {
	background:url(images/button_search.png) no-repeat;
	width:15px;
	height:22px;
	display:inline-block;
	text-indent:-999999px;
	border:none;
	cursor:pointer;
	float:right;
	margin-right:10px;
}
#header ul li {
	list-style:none;
	display:inline;
	margin:0px;
}
#header li {
	height:50px;
	display:inline-block;
}
#header ul li a {
	color:#797979;
	text-transform:uppercase;
	padding:0px 25px 0px 25px;
	text-decoration:none;
	display:inline-block;
	background:url(images/nav_menu.png) right no-repeat;
	height:35px;
	line-height:35px;
}
#header .menu-pages-container ul li a:hover,
#header ul li.current-menu-item a,
#header ul li.current_page_item a {
	border-bottom:3px solid #790000;
	color:#fff !important;
}


#wrapper {
	width:932px;
	background: #020204;
	padding:10px 20px 20px 18px;
	margin:0 41px;
}
#content {
	background:url(images/bg_content.png) top no-repeat #fff;
	float:left;
	width:617px;
	margin: 0 15px 0 0;
}
#content .bottom {
	background:url(images/bottom_content.png) no-repeat;
	width:617px;
	height:16px;
	display:block;
}
/* posts */
.post {
	background: #fff;
	border-bottom: 1px solid #cfcfcf;
	padding:1px 0px 1px 1px;
	border-right: 1px solid #cfcfcf;
	margin:20px;
}
.post-single {
	margin:20px;
	padding:25px 20px 15px 20px;
}
.entry {
	padding:25px 20px 15px 20px;
	background:url(images/bg_posts.png) bottom repeat-x;

}
.postmetadata {
	background:url(images/bg_postmeta.gif) repeat-x #cfcfcf;
	height:30px;
	display:block;
	color:#063c76;
	font-size:12px;
	margin: 1px 0px 0px 0px;
	padding: 6px 20px 6px 20px;
	font-weight: bold;
}
.postmetadata a {
	color:#063c76;
}
.postmetadata .left {
	background:url(images/bg_comment.png) no-repeat;
	padding-left:35px;
	height:30px;
	display:block;
}
.postmetadata .left a {
	text-decoration:none;
	line-height:30px;
}
.postmetadata .right a {
	text-decoration:none;
	line-height:30px;
}
/*.postmetadata .left span {
	background:url(images/bg_comment.png) no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	color:#2f2f2f;
	text-decoration:none;
	line-height:25px;
	font-size:14px;
} */
.meta {
	color:#4a687c;
	font-size:11px;
	margin-bottom:10px;
}
.meta a {
	color:#4a687c;
	text-decoration:none;
}
.featuredimage {
	float:left;
	margin:0 10px 0 0;
}


#sidebar {
	background:url(images/bg_sidebar.png) top no-repeat;
	width:300px;
	float:right;
	padding: 15px 0 0 0;
}
#sidebar .content {
	background:url(images/bg_insidesidebar.gif) repeat-y;
}
#sidebar a {
	color: #222222;
	text-decoration:none;
}
#sidebar .bottom {
	background:url(images/bottom_sidebar.png) no-repeat;
	width:300px;
	height:15px;
	display:block;
}
#sidebar h2 {
	background:url(images/bg_titlesidebar.png) no-repeat;
	width:300px;
	height:54px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;

	line-height:29px;
	padding:0px;
	font-size:16px;
	font-family: "RNS Camelia", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sidebar ul {
	margin:0 20px 20px 20px;
}
#sidebar li {
	line-height:16px;
}
#sidebar ul li ul {
	margin:5px 0px 0px 0px;
	padding-bottom:5px;
}
#socialnetworking {
	margin: 0 67px;
}
a.rss, a.fb, a.twitter, a.digg, a.mail {
	height:30px;
	display:inline-block;
	text-indent:-999999px;
	float:left;
}
a.rss {
	background:url(images/icon_rss.png) no-repeat;
	width:30px;
}
a.fb {
	background:url(images/icon_facebook.png) no-repeat;
	width:30px;
}
a.twitter {
	background:url(images/icon_twitter.png) no-repeat;
	width:30px;
}
a.digg {
	background:url(images/icon_digg.png) no-repeat;
	width:30px;
}
a.mail {
	background:url(images/icon_mail.png) no-repeat;
	width:33px;
}


#footer {
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	color:#464646;
	text-align:center;
	margin:25px 0 10px 0;
	line-height:15px !important;
}
#footer a {
	color:#464646;
	text-decoration:none;
}
#footer p {
	line-height:15px !important;
}
#footer span#petovera {
	background:url(images/petovera.png) no-repeat;
	width:76px;
	height:15px;
	text-indent:-999999px;
	display:inline-block;
	margin-left:10px;
}
/* default */
h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
p {
	padding-bottom:15px;
}
#sidebar li {
	margin-bottom:5px;
}
a {
	outline: none;
	color:#790000;
}
.clear {
	clear:both;
	height:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
ul li {
	margin-left:25px;
}
p, li {
	line-height:19px;
}
ul li {
	list-style-image:url(images/list.png);
}
img {
	border: none;
}
ol {
	list-style: decimal;
	margin: 0 0 0px 25px;
}
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;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#790000;
}
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 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;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
code {
  	margin: 10px 20px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
	color: #555;
}
acronym {
	cursor: help;
  	border-bottom: 1px dotted #777;
}
blockquote {
  	margin: 10px 25px;
  	font-weight: normal;
  	font-size: 18px;
  	line-height: 1.5em;
  	font-style: italic;
  	font-family: Georgia, 'Times New Roman', Times, Serif;
  	color: #222;
}
strong { font-weight: bold; }

/* table */
table {
	border-collapse: collapse;
	margin: 10px 25px;
}
tr { background: #f9f9f9; }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
  	padding: .8em 1em;
	color: #fff;
	font-weight: bold;	
	border-color: #cdbdae;
	background-color:#790000;
}
td {
	border-color: #cdbdae;
	padding: .7em 1em;
}
/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


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

.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-utility {
	padding-top: 4px;
}


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

.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;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter
#content .center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {

	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#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;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #555;
	overflow: hidden;
	padding:0 10px;
	font-weight: bold;
	margin-bottom:20px;
}
.navigation a:link,
.navigation a:visited {
	color: #790000;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {

}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 15px 0 10px 0;
}

.navigation .nav-previous span.meta-nav {
	background:url(images/arrow-left.png) no-repeat;
	width:20px;
	height:19px;
	display:inline-block;
	margin-right:15px;
	line-height:19px;
	font-size:14px;
	text-indent:-999999px;
}
.navigation .nav-next span.meta-nav {
	background:url(images/arrow-right.png) no-repeat;
	width:20px;
	height:19px;
	display:inline-block;
	margin-left:15px;
	line-height:19px;
	font-size:14px;
	text-indent:-999999px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width:500px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #790000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
}
h3#comments-title {
	padding: 15px 0 10px 0;
	margin-bottom:15px;
	border-bottom: 1px solid #cdbdae;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #cdbdae;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body {
	margin-left:50px;
}
#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;
}
ol.commentlist li em {
	margin-left:50px;
}
.commentlist .avatar {
	position: absolute; 
	top: 0px;
	left: 0;
	border:1px solid #cdbdae;
	width:40px;
	margin-right:10px !important;
}
.comment-author {
}
.comment-author cite {
	color: #898989;
	font-style: normal;
	font-weight: bold;
	margin-left:50px;
}
.comment-author cite a {
	color: #898989;
	text-decoration:none;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 18px 50px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #790000;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 11px;
	padding: 0 0 15px 0;
	margin: 10px 0 15px 50px;
}
.reply a:link, .reply a:visited,
a.comment-edit-link {
	color: #790000;
	text-decoration:none;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #555;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0 0 0 50px;
	list-style:none;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #cdbdae;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Search Form */
input#s {
	border: 1px solid #eeeeee;
	padding:5px;
	margin-bottom:5px;
}
/* Comments form */
input[type=submit] {

}
input#submit {
	background: url(images/button_submit.png) no-repeat !important;
	width:100px !important;
	height:43px;
	text-indent:-999999px;
	border: none !important;
	display:block;
	cursor:pointer;
}
#respond {
	margin: 0px 0;
	overflow: hidden;
	position: relative;
	width:380px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
a.comment-reply-link {
	font-size:12px;
	color:#444;
}
a#cancel-comment-reply-link {
	font-size:11px;
	color:#790000;
	float:right;
	text-decoration: none;
}
#respond .required {
	color: #790000;
	font-weight: bold;
}
#respond label {
	color: #555;
	font-size: 11px;
	font-weight: bold;
}
#respond input {
	margin: 5px 0 9px;
	width: 365px;
	border: solid 1px #cdbdae;
	padding:5px;
	background:#fff;
	color:#555;
}
#respond textarea {
	width: 365px;
	border: solid 1px #cdbdae;
	padding:5px;
	margin-top:5px;
	background:#fff;
}
#respond .form-allowed-tags {
/*	color: #888;
	font-size: 12px;
	line-height: 18px; */
	display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.logged-in-as a {
	color:#555;
	text-decoration:none;
}

/* =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 */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.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 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	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: #010101;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Search Results */
ul.search results {
	padding:20px 0 0 0;
}
ul.search-results li {
	list-style: none;
	margin-left:0px;
}
ul.search-results li .post-title a {
	color:#790000;
	text-decoration: none;
}
ul.search-results li .post-title a:hover {
	text-decoration: underline;
}
ul.search-results li .post-title {
	font-size:16px;
	font-weight: bold;
}
ul.search-results li {
	border-bottom: 1px solid #cdbdae;
	padding: 15px 15px 15px 15px;
	margin-bottom:5px;
}
/* fonts */
@font-face {
	font-family: "Myriad Pro";
    src: url(/fonts/MyriadPro-Regular.otf);
}
@font-face {
	font-family:"Trajan Pro";
	src: url(/fonts/TrajanPro-Regular.otf);
}
@font-face {
	font-family:"RNS Camelia";
	src: url(/fonts/RNS_Camelia.otf);
}
/* text */
h1.pagetitle, h1.archive-title {
	font-size:26px;
	color:#222;
}
h1.pagetitle a {
	color:#222;
	text-decoration:none;
}
h1.archive-title {
	padding:30px 20px 0px 20px;
}
h2.pagetitle a {
	color:#777;
}
h1 {
	font-size:26px;
	color:#790000;
}
h2 {
	font-size:24px;
	color:#4a687c;
}
h3 {
	font-size:18px;
	color:#777;
}
h4 {
	font-size: 16px;
	color:#790000;
}
h5 {
	font-size:14px;
	color:#4a687c;
}
h6 {
	font-size:12px;
	color:#777;
}
h1 a, h4 a  {
	color:#790000;
}
h2 a, h5 a {
	color:#4a687c;
}
h3 a, h6 a {
	color:#777;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}


