/*
Theme Name: Revolution Chrome
Theme URI: http://www.revolutiontwo.com
Description: The Revolution Chrome WordPress Theme.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.jdidit.com/
Tags: WordPress, Chrome, Professional

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Lets Begin */
html, body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #fefefe;
	margin: 0;
	padding: 0;
	background: #020305 url(images/bg.jpg) repeat-x center top;
}
* html body {
	background-position: left 2px;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1 {
	font-size: 1.5em;
	text-align: left;
	margin:0 0 5px 0;
	color:#fefefe;
	text-indent: -2px;
	font-weight:bold;
}

h2 {
font-size: 1.1em;
color:#fefefe;
font-weight:normal;
float:left;
}

h3 {
font-size: 1.2em;
margin: 0;
padding: 0;
color:#33CCFF;
}

a:link, a:visited {
color: #33CCFF;
text-decoration: none;
}

a:hover {
color: #b2e7f8;
text-decoration: underline;
}

.clear {
clear: both;
}

p {
margin: 0 0 10px 0;
color:#fff;
}
/* And... Moving On */

.wrapper {
width: 1000px;
margin: 0px auto;
position:relative;
}

/* Begin Header */
#masthead {
height: 179px;
width: 1000px;
float: left;
position: relative;
}

#logo {
width: 813px;
height: 119px;
float: left;
text-align: left;
margin: 60px 0 0 99px;
position:relative;
z-index: 2;
}
#contentleft {
	position: absolute;
	background:url(images/contentleft.jpg) no-repeat;
	width: 198px;
	height:896px;
	left: -198px;
}
#contentright {
	position: absolute;
	background:url(images/contentright.jpg) no-repeat;
	width: 9px;
	height:500px;
	left: 1000px;
	top: 187px;
	z-index:1;
}
#commentform{
	color: #000;	
}
#trees {
	position: absolute;
	background:url(images/trees.jpg) no-repeat;
	width: 231px;
	height:393px;
	left: 1000px;
	top: 541px;
	z-index:2;
}

#searchright {
width: 181px;
height: 35px;
float: left;
text-align: right;
background: url(images/searchbg.gif) top right no-repeat;
margin: 10px 0 0 10px;
}

#subscribe {
float: right;
width: 180px;
height: 45px;
list-style: none;
margin: 10px 0 0 0;
padding: 0;
}

#subscribe li {
padding: 0px;
background: url(images/rss.gif) right no-repeat;
}
.redlink {
	color:#FF0000 !important;
}
.redlink:hover {
	color:#FF8080!important;
}
/* End Header */

/* Begin Search */
#searchwrap {
/* float: right; */
padding: 0px;
height: 38px;
}

* + html #searchwrap {
padding: 1px 5px 5px 5px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width:40px;
height:25px;
margin-top:-5px;
}

#searchwrap #s{
border: none;
margin:8px 0 0;
width: 127px;
width:124px;
}

* + html #searchwrap #s {
margin: -3px 3px 0 0;
width: 210px;
}
/* End Search */

/* Begin Page Navigation */
#pages {
width: 1000px;
height: 31px;
float: left;
}

#page {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#page li {
float: left;
margin-right: 5px;
background: url(images/pagebg.gif) no-repeat right top;
font-size: 12px;
}

#page li.current {
background-position: right bottom;
}

#page li a {
float: left;
display: block;
height: 22px;
padding: 9px 14px 0;
background: url(images/pagebg2.gif) no-repeat left top;
color: #333333;
text-decoration: none;
}
#billing {
	float: left;
	margin-bottom: 15px;
	background: url(images/billing-block.jpg) no-repeat top left;
	height: 114px;
	width: 990px;
}
#page li.current a {
background-position: left bottom;
color: #333333;
}

#page li:hover, #page li.sfhover {
background-position: right -31px;
}

#page li.current:hover, #page li.sfhover.current {
background-position: right bottom;
}

#page li:hover a, #page li.sfhover a {
background-position: left -31px;
color: #666666;
}

#page li.current:hover a, #page li.sfhover.current a {
background-position: left bottom;
color: #C7CBC0;
}

#page li#page_home.current {
background-position: right top;
}

#page li#page_home.current a {
background-position: left top;
color: #FFFFFF;
}

#page li.current#page_home:hover, #page li.current.sfhover#page_home {
background-position: right -31px;
}

#nv li.current#page_home:hover, #page li.current.sfhover#page_home a {
background-position: left -31px;
color: #FFFFFF;
}

#page li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 31px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #E7E7E7;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #page li ul {
margin-top: 0;
}

#page li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#page li ul ul {
margin: -31px 0 0 161px;
}

#page li:hover ul ul, #page li.sfhover ul ul {
left: -999em;
}

#page li:hover ul, #page li li:hover ul, #page li.sfhover ul, #page li li.sfhover ul {
left: auto;
}

#page li li li {
font-size: 1em;
}

#page li:hover li a, #page li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #E7E7E7;
background: #F8F8F8;
color: #333333;
}

#page li:hover li a:hover, #page li.sfhover li a:hover {
background: #F0F0F0;
}
/* End Page Navigation */

/* Begin Category Navigation */
#navigation {
width: 1000px;
height: 64px;
background:url(images/navback.jpg) no-repeat;
clear:both;
position: relative;
}
#right {
	position: absolute;
	right: 20px;
	top: 4px;
}
#right #search {
	list-style-type:none;
	float:left;	
}

#nav {
list-style: none;
float: left;
margin: 16px 0 0 20px;
padding: 0;
width: 1000px;
}
.smsoc a{
	border: none !important;
	padding: 0 !important;
	margin-right: 10px !important;
	
}
#nav li {
float: left;
margin-right: -1px;
font-size: 12px;
}
#nav>li {
	margin-right: -2px;
}
#nav li ul li {
background: url(images/navbg.gif) no-repeat right top;
padding: 0;
margin: 0;
}
#nav li ul li a {
background: url(images/navbg2.gif) no-repeat left top;
margin: 0 !important;
padding:0px
}
#nav li a {
float: left;
display: block;
height: 17px;
padding: 0px 14px 0;
color: #333;
text-decoration: none;
border-right: 1px solid #434343;
margin-top:8px;
text-transform:uppercase;
font:14px 'Helvetica Neue',Arial,Helvetica,sans-serif;
}

#nav li.current a {
color: #333;
}

#nav li:hover a, #nav li.sfhover a {
color: #FFF;
}

#nav li.current:hover a, #nav li.sfhover.current a {
color: #fff;
}

#nav li#nav_home.current {
background-position: right top;
}

#nav li#nav_home.current a {
background-position: left top;
color: #FFFFFF;
}

#nav li.current#nav_home:hover, #nav li.current.sfhover#nav_home {
background-position: right -31px;
}

#nv li.current#nav_home:hover, #nav li.current.sfhover#nav_home a {
background-position: left -31px;
color: #FFFFFF;
}

#nav li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 18px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #E7E7E7;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding: 10px 0px 0 0;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #nav li ul {
margin-top: 0;
}

#nav li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#nav li ul ul {
margin: -31px 0 0 161px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}

#nav li li li {
font-size: 1em;
}

#nav li:hover li a, #nav li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 9px 14px;
border-bottom: 1px solid #E7E7E7;
background: #F8F8F8;
color: #333333;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #F0F0F0;
}
/* End Category Navigation */

/* Begin Home Page */
#photos {
float: left;
width: 630px;
margin: 0 0 25px 0;
}

#photos img {
width: 117px;
height: 117px;
padding: 4px;
margin: 10px -1px 0 0;
float: left;
border: 1px solid #ECECEC;
}

#homebox {
width: 634px;
float: left;
padding: 0px;
margin: 20px 20px 30px 0px;
}

#homebox img {
width: 94px;
height: 94px;
float: left;
margin: 0 8px 8px 0;
}
#homebox h5 {
font-size: 16px;
margin: 0;
padding: 0;
font-weight: normal;
}
.boxitem {
width: 296px;
height: 190px;
float: left;
border: 2px solid #cacbcb;
margin: 0px 9px 9px 0px;
padding: 4px;
color: #fff;
}
.stbuttontext {
		
}
h5{
	margin: 0;
	font-size: 1.4em;
	color: #33ccff;	
	font-weight: normal;
}
.boxitem a:link, .boxitem a:visited, .boxitem a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.boxitem a:hover {
	text-decoration: underline;	
}
.itemdets {
font-size: 11px;
width: 300px;
float: left;
margin: 2px 0 15px 0;
}
.itemdets ul{
	margin:0;
	padding:0;
	width: 100%;
}
.itemdets li{
	list-style-type:none;
	display:inline;
	padding: 0 3px;
	border-right: 1px solid #ccc;
	float:left;
	color: #fff;
}
.itemdets a:link, .itemdets a:visited, .itemdets a:active{
	color:#fff;	
}
.itemdets .last {
	border-right: none;	
}
.itemdets2 {
font-size: 11px;
width: 300px;
margin: 2px 0 0px 0;
}
.boxitem img {
	float:left !important;
	margin-right: 5px;
	height: 94px;
	width: 94px;
}
/* Sidebox css */


#sidebar h1 {
	padding-left: 8px;	
	margin-top: 20px;
	text-transform: capitalize;
}
.sideboxmid h2 {
	margin:0;
	padding: 10px;
	padding-bottom:0;
	background: #448CB0;
	color: white;
	line-height:0.6em;
	width: 261px;
}
.sideboxmid p {
	margin-bottom: 5px;	
}
.sideboxmid li {
	width: 230px;
}
.blockfooter {
	clear:both;	
}
/* End Sidebox */

#podcast {
	position: relative;	
}
.podcast {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 0.9em;
	color: #999;
}

.morelink {
width: 150px;
float: left;
margin: 5px 0 0 0;
}

.featuredmorelink {
width: 150px;
float: left;
margin: 10px 0 0 0;
}

.morelink a:link, .morelink a:visited {
color: #fff;
text-transform:uppercase;
}
.morelink a:hover {
	text-decoration:none;
}
#video {
	background:url(images/lastestvid.jpg) no-repeat;
	height:293px;
	padding:20px 0 20px 55px;
	width:575px;
}

/* End Home Page */

/* Begin Content Slider */
#featured {
height: 338px;
width: 601px;
padding: 14px;
margin: 0 0 25px 0;
overflow: hidden;
background: #448cb0;
}

.insert {
	width: 180px;
	height: 330px;
	background: url(images/insertbg.png) top left no-repeat;
	margin: 0 0 0 360px;
	color: #D8D8D8;
	padding: 10px;
	line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}

.insert a:hover {
text-decoration: underline;
}
/* End Content Slider */

/* Begin Secondary Pages */
.title {
width: 625px;
float: left;
height: 36px;
background: none;
clear:both;
}

.singletitle {
width: 645px;
float: left;
height: 40px;
background: none;
}

.commentstitle {
width: 645px;
float: left;
height: 20px;
background: none;
}

#postcontent {
padding: 0px 20px 5px 5px;
}

#postcontent li {
padding: 0 0 0 16px;
background: url(images/list.gif) top left no-repeat;
}

#postcontent ul {
margin: 0 20px 5px 5px;
padding: 0;
list-style: none;
}

#location {
width: 1000px;
height: 65px;
float: left;
color: #FFFFFF;
font-size: 16px;
}

#location p {
margin: 22px 0 0 0;
}

#location a:link, #location a:visited {
color: #FFFFFF;
text-decoration: none;
}

#location a:hover {
color: #C7CBC0;
text-decoration: underline;
}

html body .wrapper #secondary {
	width: 996px;
	float: left;
	background:#383838 url(images/contentback.jpg) repeat-x ;
	border-left:2px solid #7A7A7A;
	border-right:2px solid #7A7A7A;
	
}

#content {
width: 634px;
float: left;
padding: 0px;
margin: 20px 20px 30px 25px;
position: relative;

}



#postimage {
float: left;
width: 621px;
border: 1px solid #ECECEC;
padding: 4px;
margin: 0 0 15px 0;
text-align: center;
overflow: hidden;
}

* + html #postimage {
padding: 4px 4px 1px 4px;
}

#postimage img {
width: 621px;
}

#postvideo {
float: left;
width: 621px;
border: 1px solid #ECECEC;
padding: 4px;
margin: 10px 0 15px 0;
text-align: center;
overflow: hidden;
background-color:#000;
}

* + html #postvideo {
float: left;
width: auto;
border: 0;
text-align: center;
margin: 0 0 15px 0;
}
/* End Secondary Pages */

/* Begin Comment Styles */
h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
color:#000;img.alignleft 
}

.commentmetadata a {
font-size:11px;
color:#333333;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
width: 592px;
}

ol.commentlist li.alt {
padding: 18px 18px 5px 18px !important;
background:#F8F8F4;
border:1px solid #DEDBD1;	
}
ol.commentlist li.alt {
	color: #000;
}

#commentform input {
background: #FFFFFF;
border: 1px solid #E7E7E7;
}

#commentform textarea {
background: #FFFFFF;
border: 1px solid #E7E7E7;
width: 628px;
}

input#submit {
color:#333333;
padding:7px;
margin: 0 0 7px 0;
text-align: center;
border: 1px solid #E7E7E7;
background:#FFFFFF;
}
/* End Comment Styles */

/* Begin Sidebar */
#sidebar {
width: 305px;
float: left;
margin:28px 0 0 0px;
}
.preorder {
	background: url(images/preorder.jpg) no-repeat;
	height:217px;
	margin-bottom:20px;
	width:90px;
	display:block;
	font-size: 0.9em;
	margin-bottom:20px;
	float:left;
}
#pre {
	background: url(images/preorder.jpg) no-repeat top left;
	padding: 0px 0px 14px 0px;
	width: 298px;
	height: 188px;
}
#precontent {
	padding: 61px 8px 0 98px;
}
#pre p {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 5px;
}
#pre a:link, #pre a:visited, #pre a:active {
	color: #33ccff !important;
}
#pre a:hover {
	color: #fff !important;
}
#twitter {
	background: #b0aca3 url(images/twitterfeed.jpg);
	width: 300px;
	border: 1px solid #fff;
	margin: 0 0 4px 1px;
	color: #010000;
	padding-bottom:3px;
}
#twitter img {
	margin: 6px 6px 4px;
	float:left;
}
#my_twitter_statuses {
	float:left;
	margin-left:1px;
	width:200px;
	font-size:0.9em;
}
#my_twitter_statuses .first {
	float:left;
	padding:0;
	width:228px;
}
#my_twitter_statuses a:link {
	color: #000 !important;	
}
#twittitle {
	position:relative;	
	float: left;
}
.greentwitter {
	top: -8px;
	left: 92px;
	position:absolute;
}
#facebook {
	margin: 10px 0 0 10px !important;
}
#facebook div {
	color: #fff;
}
#facebook div a {
	color: #fff;
}
.block {
width: 300px;
float: left;
text-align:left !important;
}

#sidebar h3 {
margin: 0 0 10px 0;
color: #fff;
float:left;
}
#sidebar h4 {
margin: 0 0 10px 0;
color: #fff;
font-weight: bold;
float:left;
font-size: 1.3em;
}
.tinytext {
	color: #999;
	font-size: 0.7em;
	font-style: italic;
	float:right;
	margin-top: 8px;
}
#gallery-1 {
	clear: both;
}
#gallery-1 .gallery-item {
	width:auto !important;	
}
.block ul {
margin: 10px 0 0 10px;
padding: 0;
list-style: none;
width: 280px;
}

.block li {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
line-height:12px;
}

.block li:hover {
width: 265px;
height: 20px;
padding: 5px 0 0 20px;
}
.block ul p {
	margin-left:0px;
}

.social {
	background: url(images/socialback.jpg) no-repeat top left;
	width: 270px;
	height: 116px;
	color:#fff;
	text-transform:uppercase;
	padding:15px;
	font-size:1.1em;
	margin: 30px 0;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #fff;	
}
#sidebar a:hover {
	color: #33ccff;
	text-decoration:none;
}
.right {
	float:right;
}
.bold {
	font-weight: bold;	
}
.comingsoon {
	clear: both;
	color: #232521;
	font-size: 1em;
	text-transform:lowercase;
}
.photos img {
	height: 62px;
	width: 62px;
}
dl {
	margin: 0 9px 9px 0 !important;	
}
/* End Sidebar */

/* Begin Footer */
#footer {
	width: 996px;
	margin: 0px auto;
	color: #666;
	background: #383838;
	height: 175px;
	margin-bottom: 20px;
	clear: both;
	position:relative;
	text-align:center;
	color: #333;
	padding: 0 0 13px 0;
	font-weight:bold;
	border-left:2px solid #7A7A7A;
	border-right:2px solid #7A7A7A;
}
.smallfont {
	font-size: 0.8em;	
}
#footer li {
	display: inline;	
}
#footer p, #footer li, #footer a {
	color: #666;
	text-transform:uppercase;
	line-height: 0.8em;
}
#footer li {
	font-size: 0.85em;
}
#footerbottom {
	width: 1000px;
	background:url(images/footerbottom.jpg) no-repeat bottom left;
	bottom:-2px;
	height:3px;
	left:-2px;
	position:absolute;
	bottom: 0;
}

#footer a:link, #footer a:visited {
color: #999;
text-decoration: none;
}

#footer a:hover {
color: #33ccff;
}

#footertext {
width: 1000px;
float: left;

}
#footertext p {
	float:left;
	color: #fff;
	margin: 10px;
	font-weight: bold;
}
.lowercase {
	text-transform:lowercase;
}
.puremotive:link, .puremotive:visited, .puremotive:active {
	color: #97af50 !important;
}
.puremotive:hover {
	color:#ccc !important;
}

#pagination{
float: right;
text-align: right;
margin-right: 18px;
}

#pagination a:hover{
border:none;
}

#pagination img{
border:none;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/back.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/forward.gif) top right no-repeat;
cursor:pointer;
}
/* End Footer */

/* Begin Defaults */
acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

p img {
padding: 0;
max-width: 100%;
}

a img {
border: none;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 8px 8px;
display: inline;
}

img.alignleft {
padding: 0 4px 4px 0;
margin: 0px 0px 8px 0;
display: inline;

}
.exclude {
	margin-top:0px !important;	
}
.alignright {
float: right;
}

.alignleft {
float: left
}

.center {
text-align: center;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.hidden {
display: none;
}

blockquote {
margin: 15px 30px 0 0;
padding-left: 30px;
background: url(images/blockquote.jpg) top left no-repeat;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Defaults */

/* Used to style the podcast and video blocks in content area */
#newbox .alignleft {
	margin-right:26px !important;	
}
#newbox h3 {
	margin-top: 0px;	
}
#newbox .block {
	height: 280px;	
}
.noie {
	position: absolute;
	top:527px;
	left:50%;
	margin-left:-500px;
	height: 280px !important;
	background-color:#000;
}
.noie h3 {
	padding:15px 0 0px 10px;
	height: 1.2em;
}
/*end styles for the podcast and video blocks */

/*rating at the bottom*/
#rating {
	color: #D1D1D1;
	text-transform: uppercase;
	clear:both;
	padding: 2px;
	border: 2px solid #D1D1D1;
	width:15.5em;
	line-height:10px;
	font-size:10px;
	height:1em;
}
#rating p {
	text-align: center;	
}
/*end rating*/

/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	
	}
	
#searchbox {
	background:#b0aca3 url(images/searchback.jpg) no-repeat scroll 0 0 !important;
	border: none;
	color:#000;
	display:inline;
	float:left;
	font-size:9px;
	font-weight:normal;
	height:12px;
	margin:0;
	padding:4px 0 3px 5px;
	width:150px;
	}
	
#searchbutton {
	color: #fff;
	font-size: 11px;
	padding: 0px 3px 2px 3px;
	height: 16px;
	background:#636e56 url(images/searchbuttback.jpg) repeat-x scroll 0 0 !important;
	border:none;
	}
	
#subscribe {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #495D5C;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#subbutton {
	background: #93BBBC url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #A3BAB9;
	border-right: 1px solid #759697;
	border-left: 1px solid #A3BAB9;
	border-bottom: 1px solid #759697;
	}
	
#name, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#submit {
	background: #7B7B7B url(images/subbutton.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#words {
	background: #EEEEEE;
	width: 460px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
/* homelink */
#homelink a {
	padding-left:0px !important;
}
.sidebox {
	margin:6px 9px 0 50px;
	clear:both;
	border: 1px solid #cfcfcf;
}
#rss {
	margin: 0px;
}
#rss a {
	border-right: 0px !important;
	padding:0px !important;
	margin: 4px 0 0 5px !important;
}

/*movies */
#movies {
	width: 631px;
	clear:both;
	background:url(http://inthedarknessmovie.com/wp-content/themes/chrome_10/images/moviesback.jpg) no-repeat;
	height: 151px;
	margin: 0 0 30px;
}

#currentmov {
	float: left;	
	border-right: solid 1px #d8d8d8;
	width: 295px;
	margin: 13px 0px 0 13px;
	height: 126px;
	font-size: 0.9em;
	padding-right: 14px;
}
#currentmov img {
	float: left;	
	margin: 0 10px 0 0;
}
h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	line-height:10px;
	color: #fff;
	font-weight:bold;
	
}
h3 a:link, h3 a:visited, h3 a:active {
	color: #fff;
}
#currentmov p {
	margin: 2px 0 0px 95px;	
}
#currentmov a {
	margin: 10px 4px 0 0;	
}
#currentmov a:link.blue, #currentmov a:visited.blue, #currentmov a:active.blue {
	color: #448CB0
}
#currentmov a:link.orange, #currentmov a:visited.orange, #currentmov a:active.orange {
	color: #d76925
}
#comingsoon {
	float: left;	
	width: 285px;
	margin: 13px 0px 0 13px;
	height: 126px;
	font-size: 0.9em;
	background:url(images/comingsoon.jpg) no-repeat;
}
#comingsoon h3 {
	text-indent: -9999px;
	visibility:hidden;
	display: none;
}
#comingsoon ul {
	margin: 0;
	padding-left: 30px;
}
#comingsoon li {
	display:inline;	
	margin-right: 10px;
}
#justin {
	position: relative;	
	clear: both;
}
.newslinks {
	margin: 0;
	padding:0;
	position:absolute;
	top: 6px;
	right: 11px;
}
.newslinks li {
	display: inline;	
	padding: 0;
}
.newslinks a:link, .newslinks a:visited, .newslinks a:active {
	color: #fefefe;
}
.newslinks a:hover {
	text-decoration: underline;
}
.newslinks2 {
	margin: 5px 0 5px 6px;
	padding:0;
	position:absolute;
	bottom: -15px;
	right: 11px;
	}
.newslinks2 li {
	display: inline;	
	padding: 0;
}
.newslinks2 a:link, .newslinks2 a:visited, .newslinks2 a:active {
	color: #fefefe;
}
.newslinks2 a:hover {
	text-decoration:underline;	
}
#newsposts {
	float: left;
	position:relative;
}
.gray {
	color:#ccc;	
}

.readmore {
	float: right;
	font-weight: bold;
}
#movienews { 
	width: 100%;
	display: block;
	background: #344b53 url(http://inthedarknessmovie.com/wp-content/themes/chrome_10/images/moresmall.png) no-repeat 280px center;
	width: 216px;
	height: 26px;
	clear:both;
	text-align:right;
	padding: 8px 50px 0px;
	font-weight:bold;
	color: #fff;
	font-size: 14px;
}
#archives {
	width: 100%;
	display: block;
	background: #ff9d2e url(http://inthedarknessmovie.com/wp-content/themes/chrome_10/images/moresmall.png) no-repeat 280px center;
	width: 216px;
	height: 26px;
	clear:both;
	text-align:right;
	padding: 8px 50px 0px;
	font-weight:bold;
	color: #fff;
	font-size: 14px;
}
#othered {
	font-family: Georigia, Times New Roman, Serif;
	background: #cac2ab;
	width: 280px;
	padding: 1px 10px;
	margin-top: 20px;
}
#othered h4 {
	margin:	10px 0px;
	font-size: 16px
}
#othered ul {
	margin-left: 20px;
	padding:0;
	font-size: 12px
}
/* interior pages */
#thumbnail {
	float: right;
	margin: 25px 20px 10px 10px;
}
#sharethis_0 {
	position: absolute;
	right: 20px;
	top: 30px;
}
#tonews {
	margin-right: 18px;	
}
#now {
	float:left;
	text-align:center;
	width: 85px;
	margin: 0 10px 0 0;
}
#now img {
	margin:2px 10px 5px 0;
}

.sideboxmid h4 {
		color: #448CB0;	
		margin:0;
}
#coming {
	float:left;
	text-align:center;
	width: 85px;
	margin: 0 10px 0 0;
}
#coming img{
	margin:2px 10px 5px 0;
}
#film {
	float: left;	
}
#hulu {
	float:right;
	margin:12px;
	font-size:0.9em;
}
#hululink {
	font-weight: bold;
}
#hululink:link, #hululink:visited, #hululink:active {
	color: #a0d94e;
}
#hululink:hover {
	color: #fff;
	text-decoration: none;
}