
/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
	background-color: #111;
	background: url(images/bg.jpg) repeat fixed;
	text-rendering: optimizeLegibility;
}

::selection {
	background: #333 ;
	color:#ccc;
}

::-moz-selection {
	background: #5c5c5c ;
	color:#acacac;
}

.custom .format_text a {
	text-decoration: none;
	-webkit-transition-duration: 800ms;
}

.custom .format_text a:hover {
	text-decoration: none;
	color: #fff;
}

.custom #page {
background: none;
min-height: 950px;
padding: 0;
padding-top: 2em;
}

.custom a, .custom h2 a:hover, .custom #logo a:hover {
	color: #c8dfac;
}

.custom div.post, .custom div.post_box {
	margin-bottom: 5px;
}

.custom #header {
	width: 215px;
	border-width: 0px;
	border-style: none;
	float: left;
	height: 100%;
	position: fixed;
	background: url('images/divider.png') repeat-y right;
	padding-top: 0.3em;
	padding-left: 0;
	padding-right: 10px;
}

.custom .menu {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}

.custom .entry-content, .custom .format_text {
	line-height: 20px;
	font-size: 14px;
}

.custom .headline_area {
	margin-bottom: 0px;
}

.custom h2.entry-title, .custom h1.entry-title, .custom div.headline_area h1  {
		width: 550px;
		padding: 20px 25px 10px 30px;
}

.custom h2.entry-title {
		background: url('http://c1957482.cdn.cloudfiles.rackspacecloud.com/post-bg.png') no-repeat top;
		margin-left: -2px;	
}

.custom h2.entry-title a, .custom h1.entry-title, .custom div.headline_area h1  {
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #ccc;
	font-size: 30px;
	line-height: 33px;
	text-decoration: none;
	-webkit-transition-duration: 400ms;

}

.custom h2.entry-title a:hover {
	color: #eee;
}
	
.custom .entry-content h2, .custom .format_text h2 {
margin-top: 0px;
}

.custom #sidebars {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.custom .entry-content, .custom .format_text {
	background: url('http://c1957482.cdn.cloudfiles.rackspacecloud.com/post-bg.png') no-repeat bottom;
	padding: 0px 20px 5px 20px;
	width: 561px;
}

.custom .entry-content p, .custom .format_text p {
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, sans-serif;
}

.custom img.post_image {
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	border-bottom-width: 0;
	background-color: #333;
	margin-bottom: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.custom .post_box {
	border-top-width: 0px;
}

.custom #realfooter {
	z-index: 10;
	height: 395px;
	right: 0;
	left: 0;
	background-color: #1c1c1c;
	border-width: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #2d2d2d;
	position: absolute;
	margin: 0 auto;
}

.custom #content_box {
	background-image: url(none);
	width: 610px;
	float: right;
}

.custom .post-divider {
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 8px;
	width: 46px;
	background-repeat: no-repeat;
	background-image: url(images/dots.png);
}

.custom .post-meta-info {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", sans-serif;
	margin-bottom: 20px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

.custom .post-meta-info a {
	color: #fff;
	-webkit-transition-duration: 800ms;
}

.custom .post-meta-info li.p-foot {
	list-style: none;
	float: left;
	padding-left: 10px;
		opacity: 0.5;
		-webkit-transition-duration: 800ms;
}

.custom .post-meta-info li.p-foot:hover {
	opacity: 0.99;
}

.custom .post-meta-info li.p-foot:hover a:hover {
		color: #c8dfac; 
}

.custom .post-meta-info span.p-retweet, .custom .post-meta-info span.p-permalink, .custom .post-meta-info span.p-source, .custom .post-meta-info span.p-author  {
	width: 14px;
	height: 12px;
	display: block;
	float: left;
	background: url('images/post-icns.png');
	margin-top: 4px;
	margin-right: 2px;

}

.custom .post-meta-info span.p-permalink {
	background-position: 28px;
}

.custom .post-meta-info span.p-author {
    background-position: 14px;
    height: 11px;
}

.custom .footercontainer {
	margin-right: auto;
	margin-left: auto;
	width: 835px;
}

.custom .about-text {
	color: #aaa;
	margin-top: 45px;
	line-height: 26px;
	float: right;
	font-size: 18px;
	font-style: italic;
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, sans-serif;
	width: 327px;
		border-left: 1px solid #333;
		padding: 0 0 8px 17px;
}

.custom .about-text .copyright {
	font-size: 11px;
}

.custom #footer {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

.custom #search-box {
	margin-top: 20px;
	background-repeat: no-repeat;
	background-image: url(images/searchbar.png);
	background-color: transparent;
	height: 30px;
	margin-left: 15px;
}

.custom #searchform {
	height: 28px;
	width: 130px;

}

.custom #s {
width: 120px;
margin-top: 6px;
margin-left: 35px;
border-width: 1px;
border-style: none;
background-color: transparent;
outline: none;
color: #aaa;
font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
font-size: 12px;
}



.custom #ixyr {
	background-position: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/ixyr.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 935px;
}

.custom .entry-content p a {
	text-decoration: none;
}

.custom p.footerwrite {
	padding-top: 5px;
	font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, sans-serif;
	font-style: italic;
	color: #484848;
	font-size: 10px;
	clear: left;
}

.custom p.footerwrite a {
		-webkit-transition-duration: 400ms;	
}

.custom p.footerwrite a:hover {
	color: #eee;
}
	
.custom #comments {
	display: none;
}
	

.custom #multimedia_box {
	display: none;
}

.custom #headerlink {
margin-top: 30px;
width: 580px;
height: 100px;
float: left;
}


.custom .prev_next {
border: 0px;
}


.custom .entry-content h3 {
font-size: 20px;
font-weight: bold;
color: #ccc;
margin-top: 15px;
margin-bottom: 5px;
font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, sans-serif;
}

.custom .entry-content h4 {
font-size: 14px;
color: #b1b1b1;
margin-top: 15px;
margin-bottom: 5px;
}

.custom .entry-content img {

	background-color: #101010;
border-width: 1px;
	border-style: solid;
	border-color: #2d2d2d;
	padding: 5px;
}

.custom div.imgcaption {
	width: 100%;
	background-color: #101010;
border-width: 1px;
	border-style: solid;
	border-color: #2d2d2d;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
}

.custom .entry-content div.imgcaption img {
border-width: 0px;
	padding: 0px;
	margin-bottom: -1.2em;
}

.custom span.caption, .custom div.imgcaption span.caption {
text-align: center;
margin-top: -25px;
	font-size: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#footcategories {
	width: 490px;	
	margin-top: 0px;
	padding-top: 13px;
	float: left;
	border-top: 1px solid #333;
}

.custom #footcategories li a {
	width: 38px;
	height: 38px;
}

#espix {
	padding: 0px;
	width: 490px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
	clear: both;
}

#espix ul li {
	float: left;
	display: block;
	width: 162px;
	margin-bottom: 10px;
    
}

#footcategories ul#categories li {
	float: left;
	display: block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	background: url('http://c1957482.cdn.cloudfiles.rackspacecloud.com/nav_icns.png') no-repeat left;
}

#footcategories ul#categories a li.mac_nav {
		background-position: -38px;
}

#footcategories ul#categories a li.web_nav {
		background-position: -76px;
}

#footcategories ul#categories a li.goodies_nav {
		background-position: -114px;
}

#footcategories ul#categories a li.gods_nav {
		background-position: -152px;
}

#espix ul li div.sidetext {
	margin-top: 5px;
	width: 140px;
	font-size: 13px;
	height: 40px;
	overflow: hidden;
}

#espix ul li div.sideimage img {
	padding: 1px;
	background: #333;
	border: 1px solid #000;
}

#espix ul li div.sidetext a {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", sans-serif;
	color: #ccc;
	-webkit-transition-duration: 800ms;	
}

#espix ul li div.sidetext a:hover {
	
	color: #c8dfac; }
	
#realfooter h3 {
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 3px 20px 10px 0px;
}

#realfooter #footcategories h3 {
	float: left;
}

.custom #sidebar_1 {
	border: none;
}

/* @group iXyr Ads */

.custom .ixyrads {
	width: 150px;
    overflow: hidden;
    bottom: 83px;
    position: absolute;
    margin-left: 17px;
}

.custom .ixyradsimg {
	margin: 20px 0 3px 0px;
}

.custom .ixyradstext {
	background: url('images/ver-divider.png') repeat-x bottom;
    text-align: left;
    margin: 0;
    font-size: 11px;
    font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, sans-serif;
    padding-bottom: 10px;
}

.custom .ixyradstext p {
    color: #ccc;
    -webkit-transition-duration: 400ms;
}

.custom .ixyrads p:hover {
	/*text-decoration: underline;*/
	color: #eee;
}
            
.custom .ixyradsfooter {
	position: absolute;
	bottom: 65px;
	margin-left: 90px;
	font-size: 10px;
	color: #666;
	font-style: italic;
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, sans-serif;

}

.custom .ixyradsfooter a {
		-webkit-transition-duration: 800ms;	
}

.custom .ixyradsfooter a:hover {
	color: #eee;
}

/* @end */             


div#topbar {
	height: 5px;
	width: 100%;
	background: url('images/topbar.png') repeat-x;
	margin-bottom: 5px;
}

div#socialbar {
		margin: 0 auto;
	width: 885px;
	height: 33px;
	padding-right: 10px;
	background: url('images/socialbar.png') no-repeat right;
}

div#socialbar a {
	float: right;
	margin-right: 5px;
	margin-top: 9px;
}

.custom #feature_box, .custom #archive_info, .custom #comment_nav_2 {
	border-bottom: none;
}

.custom #archive_info p {
	font-family: ff-meta-serif-web-pro-1, ff-meta-serif-web-pro-2;
	font-style: italic;
	font-size: 14px;
	color: #ccc;
	text-transform: none;
}

.custom #archive_info h1 {
	color: #ccc;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2";
	font-size: 24px;
}

.custom .prev_next {
	border-width: 0 0 0;

}

.custom .prev_next a  {
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0px;
	color: #222;
		margin-top: -10px;
}

.custom .prev_next a:hover {
	opacity: 0.8;
}

.custom .prev_next p.next a, .custom .prev_next p a {
	background: url('images/nav-buttons.png') no-repeat right;
	height: 50px;
	width: 50px;
	display: block;
	float: right;
		opacity: 0.5;
				-webkit-transition-duration: 400ms;
}

.custom .prev_next p {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.custom .prev_next p.previous a {
	background: url('images/nav-buttons.png') no-repeat;
	height: 50px;
	width: 50px;
	display: block;
	opacity: 0.5;
			-webkit-transition-duration: 400ms;
			float: left;	
}

.custom .prev_next p a:hover {
	opacity: 0.9;
}

.custom #page {
	padding-bottom: 0;
}

.custom div#header a img.hlogo {
	margin-left: 2px;
}

.single #container #content .entry-content, .single #container #content .format_text {
	background: url('images/ver-divider.png') repeat-x bottom;
	padding: 0 0 5px 0;
	width: 590px;
}

.custom .format_text blockquote p {
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, sans-serif;
	font-style: italic;
}

.custom .format_text blockquote {
		border-left: 0;	
		background: url('images/divider.png') repeat-y left;
}

.single #content h2.entry-title, .single #content h1.entry-title, .single #content div.headline_area h1 {
	padding: 20px 0 10px 0;
		width: 590px;
}

.single #content .entry-content p, .single #content .format_text p {
	padding-left: 0;
	padding-right: 0;
}

.custom .format_text div.imgcaption p {
	margin-bottom: 5px;
}

.custom #content {
	margin-left: 25px;
}

.custom #container {
	width: 835px;
}

.custom div#tweet-it {
	z-index: 12;
}

.custom .post_nav .previous, .custom .post_nav .next {
	text-indent: -9999px;
}

.custom .format_text abbr, .custom .format_text acronym {
text-transform: none;
letter-spacing: 0px;
font-size: 14px;
border-bottom: 1px dotted #666;

 }