/*
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/
*/
@font-face {
	font-family: "Aller";
	src: url(http://www.scene-stealers.com/wp-content/themes/thesis_18/custom/images/Aller.ttf) format("truetype");
}
@font-face {
	font-family: "AllerDisplay";
	src: url(http://www.scene-stealers.com/wp-content/themes/thesis_18/custom/images/AllerDisplay.ttf) format("truetype");
}
@font-face {
	font-family: "AllerBold";
	src: url(http://www.scene-stealers.com/wp-content/themes/thesis_18/custom/images/Aller-Bold.ttf) format("truetype");
	font-variant:normal;
	font-weight: normal;
	font-variant:small-caps;
}
body {
	background: #181e3c;
	background-image: -moz-linear-gradient( top, #181e3c, #09093a );
	background-image: -webkit-gradient( linear, left top, left bottom, from(#181e3c), to(#09093a) );
	font-family: "Aller", sans-serif;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
a, h2 a:hover, #logo a:hover {
	color: #555;
}
blockquote {
	color: #666;
	font-style: italic;
}
.format_text p {
	font-size: 1.0em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#container {
	background: none;
	margin-left: auto;
	margin-left: auto;
	background: none;
	border: none;
	border-width: 0 0.0em;
	padding: 0px;
	width: 96.0em;
}
#page {
	width: 96.0em;
	/*background:#131831;*/
	background: none;
}

#leaderboard {
	width: 72.8em;
	margin-left:auto;
	margin-right: auto;
}
#header {
	width: 96.0em;
	height: 16.00em;
	padding: 0;
	background-color: #181e3c;
	background-image: url(images/header.png);
	background-position:top;
	background-repeat: no-repeat;
	*/background-size: 1024px 15.6em;*/
	border-width: 0 0 0.1em 0;
	border-bottom-color: #feecbf;
	border-style:double;
	padding-bottom: 1px;
	margin-bottom: 0px;
}
/*---:[ nav menu styles ]:---*/
.menu {
	border-width: 0 0 0.0em 0.0em;
}
.menu table {
	bottom: -0.1em;
}
.nav, .menu li ul {
	border-width: 0 0 0.0em 0;
	font-family: "AllerBold", sans-serif;
}
.menu li {
	margin-bottom: -0.7em;
}
.menu li ul {
	margin-top: -0.9em;
}
.menu ul ul {
	margin-top: 0;
}
.menu a {
	font-size: 1.2em;
	line-height: 1.273em;
	padding: 0.636em 0.818em;
	border-left-width: 0;
}
.menu ul a {
	width: 11.818em;
}
.menu, .menu a, .menu li ul {
	border-left-color: #DDDDDD;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #181e3c;
}
.menu .current a, .menu .current-cat a, .menu .current-menu-item a {
	border-bottom-color: #FFFFFF;
}
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a {
	border-bottom-color: #DDDDDD;
}
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
	color: #181e3c;
	background: none;
}
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover {
	 color: #FFFFFF;
	 background: #181e3c;
	 background-image: -moz-linear-gradient( top, #181e3c, #e1ca92 );
     background-image: -webkit-gradient( linear, left top, left bottom, from(#181e3c), to(#e1ca92) );

}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
	color: #181e3c;
	background: none;
}
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a {
	color: #181e3c;
	background: #F0EEC2;
}
.menu .rss a, .menu .rss a:hover {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background: none;
	border: none;
}

.custom_nav {
	margin-right: 5px;
	margin-top: 5px;
	position:relative;
	z-index:900;
	float:right;
}

#feature_box {
	/*background-image: -moz-linear-gradient( top, #181e3c, #e1ca92 );
	background-image: -webkit-gradient( linear, left top, left bottom, from(#181e3c), to(#e1ca92) );
	border-style: solid;
	border-color: #feecbf;*/
	margin-bottom: 2px;
	padding: 0px;
	height: 326px;
	border-bottom: 1px solid #000;
}
#slide_holder {
	/*width: 710px;*/
	width: 100%;
}
#marquee_ad {
	float: left;
	margin-left: 6px;
	width: 300px;
}
#content_box {
	background: url(images/content_fill.png) repeat-y;
	padding: 0em;
	clear: both;
}
#content {
	/*background: url(images/content_fill.png) repeat-y;*/
	width: 57.5em;
	float: left;
	margin-left: .1em;
	background: #f8f2e2;
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
 	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666, offX=1, offY=1, positive=true);*/
	border: 1px #fce6b9 solid;
	border-top-width: 0px;
	text-align:left;
}
.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 0.5em 0 0.5em;
}
.post_box {
	padding-top: 0.5em;
}
/*---:[ headlines ]:---*/
.headline_area h1, .headline_area h2, #archive_intro h1 {
	font-size: 2.1em;
	line-height: 1.364em;
	color: #000a3e;
	text-transform: uppercase;
	font-family: "AllerDisplay", sans-serif;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
	color: #333;
	font-style:italic;
}
h1, h2, h2 a {
	color: #252b4a;
}
.headline_area {
	margin-bottom: 1.5em;
}
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {
	color: #888888;
}
.headline_meta a:hover, .teaser_author a:hover, .teaser_comments:hover, .teaser_category:hover, .teaser .edit_post a:hover {
	color: #111111;
}

.headline_area img.alignleft {
margin: 0 1.1em 0.7em 0;
}

.teasers_box {
width: 56.5em;
}

.teaser {
width: 27.0em;
padding-left: 5px;
}

.teaser_right {
padding-right: 5px;
}


/* Unlinked author name */
.custom span.author {
 color: #888888;
 font-weight: bold;
}

/* Linked author name */
.custom span.author a {
 color: #333;
font-weight: bold;
}
/*************Author Avatar*****************/
.custom .headline_area .rating {
float:right;
margin-left:1em;
text-align:center;
background:none;
-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
 	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666, offX=1, offY=1, positive=true);*/
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px #fce6b9 solid;
	border-width: 0.1em 0 0 0;
	border-top-width: 0.0em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.0em;
	padding: 3px;
	font-family: "Aller", Arial, Helvetica, sans-serif;
}

.custom .headline_area .avatar {
float:right;
border:3px solid #ddd;
margin-right:1em;
}
/*************Author Avatar*****************/
/*---:[ teaser styles ]:---*/
.teaser h2 {
	font-size: 1.6em;
	text-transform:uppercase;
	line-height: 1.375em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.teaser .format_teaser {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.teaser .teaser_author, .teaser .teaser_category, .teaser .teaser_date, .teaser .teaser_comments, .teaser .edit_post {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.teaser .teaser_author {
	font-size: 1em;
	line-height: 1.6em;
}
.teaser .teaser_category {
	font-size: 1em;
	line-height: 1.6em;
}
.teaser .teaser_date {
	font-size: 1em;
	line-height: 1.6em;
}
.teaser .teaser_comments {
	font-size: 1em;
	line-height: 1.6em;
}
.teaser .teaser_link {
	font-size: 1.2em;
	line-height: 1.5em;
}
.teaser .post_tags {
	font-size: 1.1em;
	line-height: 1.636em;
}
.teaser .edit_post {
	padding-left: 0.8em;
}
/*---:[ thumbnails ]:---*/
.teaser .post_image_link img.alignleft {
	margin-right: 1.8em;
	margin-bottom: 1.8em;
}
.teaser .post_image_link img.alignright {
	margin-left: 1.8em;
	margin-bottom: 1.8em;
}
.teaser .post_image_link img.aligncenter {
	margin-bottom: 1.8em;
}
.teaser .post_image_link img.alignnone {
	margin: 0 auto 1.8em 0;
}
.teaser .post_image_link img.frame {
	padding: 0.8em;
	border-width: 0.1em;
}
.teaser .format_teaser .post_image_link img.alignleft {
	margin-right: 0.75em;
	margin-bottom: 0;
}
.teaser .format_teaser .post_image_link img.alignright {
	margin-left: 0.75em;
	margin-bottom: 0;
}
.teaser .format_teaser .post_image_link img.aligncenter {
	margin-bottom: 1.5em;
}
.teaser .format_teaser .post_image_link img.frame {
	padding: 0.333em;
	border-width: 0.083em;
}

div.sociable {
margin: 16px 0;
text-align: center;
}

.sociable ul {
display: inline;
margin: 0 !important;
padding: 0 !important;
text-indent: 0 !important;
text-align:center;
}

input, textarea {
font-size: 1em;
color: #444;
background: #EEE;
border: 1px solid #AAA;
border-right-color: #DDD;
border-bottom-color: #DDD;
font-family: "Aller", Arial, Helvetica, sans-serif;
}
input[type="submit"], input[type="reset"],  {
font-size: 1em;
color: #444;
background: #EEE;
border: 1px solid #AAA;
border-right-color: #DDD;
border-bottom-color: #DDD;
font-family: "Aller", Arial, Helvetica, sans-serif;
width: auto;
}

#comments {
margin-top: 2.0em;
margin-right: 0.5em;
margin-left: 0em;
font-family:Arial, Helvetica, sans-serif;
}

.custom #comment_list { background: #000; padding: 1em; }
      .custom #comment_list dd { margin-bottom: 1em; }
      .custom #comment_list .comment { background: #FFF; }

dl#comment_list .bypostauthor {
background: #e5e5e5;
}
/*---:[ archive intro block ]:---*/
#archive_intro {
	padding-top: 2.2em;
}
/*---:[ previous and next links ]:---*/
.prev_next {
	text-transform: uppercase;
	font-family: "AllerDisplay", sans-serif;
	font-weight:bold;
	font-size: 1.2em;
	text-align:center;
	background-image: url('http://www.scene-stealers.com/wp-content/themes/thesis_18/custom/images/previous_entries.png');
	letter-spacing: 2px;
	color: #666;
	/*border-style: solid;
	border-color: #ddd;*/
	clear: both;
}
.prev_next {
	padding-top: 1.5em;
	padding-bottom: .5em;
}
.prev_next p {
	line-height: 1.5em;
}
.post_nav .previous {
	margin-bottom: 0.55em;
}
.post_nav a {
	text-transform:uppercase;
	line-height: 1.0em;
}

#multimedia_box {
margin-left: 2px;
margin-bottom: .5em;
padding: 0 0 0 0;
padding-top: 5px;
width: width: 100%;
text-align:center;
background: #181e3c;
	/*background-image: -moz-linear-gradient( top, #4b1b1b, #1c1313 );
	background-image: -webkit-gradient( linear, left top, left bottom, from(#4b1b1b), to(#1c1313) );*/
}

.custom_box {
background: none;
width: 100%;
}

.image_box {
background: none;
}
#sidebars {
	width: 37.8em;
	border: 0;
	float: right;
	margin-right: 1px;
	background: url(images/content_fill.png) repeat-y;
}
#sidebar_1 {
	width: 18.5em;
	border-style: dotted;
	border-width: 0 0.1em 0 0;
	float: left;
	clear: left;
	/*background:#fce6b9; */
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666, offX=1, offY=1, positive=true);*/
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px #fce6b9 solid;
	border-width: 0.1em 0 0 0;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
}
#sidebar_1 li.widget {
	font-size: 1.3em;
	line-height: 1.385em;
	margin-bottom: 1.5em;
	/*background-color: #ffffff; */
	-webkit-box-shadow: 1px 1px 2px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCC, offX=1, offY=1, positive=true);*/
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px #FFFFFF solid;
	border-width: 0.1em 0 0 0;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
}

.sidebar .text_input {
width: 90%;
}

.sidebar ul.sidebar_list {
padding-right: 0.5em;
padding-left: 0.5em;
}

#sidebar_2 {
	width: 18.5em;
	float: left;
	background: #6b74a1;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 1px 1px 2px black;
	-moz-box-shadow: 1px 1px 2px black;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=black, offX=1, offY=1, positive=true);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px #6b74a1 solid;
	border-width: 0.1em 0 0 0;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	margin-left: 2px;
}

#sidebar_2 li.widget {
	font-size: 1.3em;
	line-height: 1.385em;
	margin-bottom: 1.5em;
	text-align:left;
	/*background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 2px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCC, offX=1, offY=1, positive=true);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px #FFFFFF solid;
	border-width: 0.1em 0 0 0;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;*/
}
#sidebar_2 a {
	color: #d8cd95;
	font-weight:bold;
}
#sidebar_2 h3 a, h3 a:hover, #logo a:hover {
	color: #3a3f56;
	font-weight:bold;
}
#text-3 {
	font-family:Arial, Helvetica, sans-serif;
	background: #6b74a1;
	color: #FFF;
	text-shadow:none;
}
#text-2 {
	font-family:Arial, Helvetica, sans-serif;
	background: #6b74a1;
	color: #FFF;
	text-shadow:none;
}
#sidebar_1 h3 {
	font-size: 1em;
	line-height: 1.385em;
	margin-bottom: 0.692em;
	font-weight: bold;
	color: #feecbf;
	font-family: "AllerBold", sans-serif;
	background: url('images/sidebar1_topper.png') no-repeat;
	padding: 3px;
	margin-top: 5px;
	text-align: right;
	text-shadow:#333 0.1em 0.1em 0.2em;
}
#sidebar_2 h3 {
	font-size: 1em;
	line-height: 1.385em;
	margin-bottom: 0.692em;
	font-weight: bold;
	color: #181e3c;
	font-family: "AllerBold", sans-serif;
	background: url('images/sidebar2_topper.png') no-repeat;
	padding: 3px;
	margin-top: 5px;
	width: 100%;
	/*border-top: 1px dotted #FC0;
	border-bottom: 1px dotted #FC0;*/
	text-align:center;
	text-shadow:#CCC 0.1em 0.1em 0.2em;
	font-weight:bold;
}

.twtr-hd {
padding: 5px;
position: relative;
zoom: 1;
overflow: hidden;
}
ul.sidebar_list {
	padding-top: 0.5em;
	text-align:left;
}
#footer {
	background-image: url('http://www.scene-stealers.com/wp-content/themes/thesis_18/custom/images/footer.png');
}
.wipe {
	clear: both;
}

.socialpoop {float:left; z-index:1000; padding-right: 5px;}
.fb-like {float:left;}