html{
	height:100%;
}
body{
	height:100%;
	width:100%;
	background: #000;
	min-width:1000px;
	margin:0;
	font:14px Helvetica, Arial, sans-serif;
	color:#fff;
}
img{border:none;}
a{
	color:#fff;
	text-decoration:none;
	font-size: inherit;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	min-height:100%;
	background:url(../images/bg-page-center.jpg) repeat-y 50% 0;
}
* html #wrapper{height:100%;}
#header{
	width:100%;
	background:url(../images/bg-header-stretch.gif) repeat-x 0 33px;
	overflow:hidden;
}
.h-holder{
	width:977px;
	background:url(../images/bg-header.jpg) no-repeat 50% 33px;
	overflow:hidden;
	margin:0 auto;
	padding:6px 0 0;
}
.top-box{
	width:100%;
	overflow:hidden;
}
.top-box .phone{
	float:right;
	padding:2px 14px 0 28px;
	line-height:18px;
	background:url(../images/icon-phone.gif) no-repeat 0 50%;
}
.h-box{width:100%;}
.h-box:after{
	content:"";
	display:block;
	clear:both;
}
.main-nav{
	float:right;
	display:inline;
	margin:7px 1px 0 0;
	padding:0;
	list-style:none;
}
.main-nav li{float:left;}
.main-nav li a{
	float:left;
	font-size:18px;
	line-height:78px;
	font-weight:bold;
	padding:2px 15px 0;
	letter-spacing:1px;
	text-shadow: 0 1px 2px #000;
	text-transform:uppercase;
        text-decoration:none;
}
.main-nav li a:hover,
.main-nav li.current_page_item a,
.main-nav li.current_page_parent a
{
	text-decoration:none;
	background:url(../images/bg-nav-hover.jpg);
}
#header h1{
	float:left;
	font-size:20px;
	line-height:24px;
	margin:-3px 0 0;
	position:relative;
	z-index:2;
}
#header h1 a{
	background:url(../images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:363px;
	height:108px;
}
#main{
	width:977px;
	margin:0 auto;
	overflow:hidden;
	padding:17px 0 50px;
}
#content{
	width:875px;
	margin:0 0 33px 16px;
	padding:28px 43px 15px 16px;
	position:relative;
	text-shadow: 0 1px 2px #000;
	line-height: 20px;
	clear:both;
}
#content h2{
	font-size:30px;
	line-height:34px;
	margin:0 0 18px;
	color:#fff;
}
#content a{
        color:#FF0000;
        font-size: inherit;
}
#content ul{
	margin-right: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/**#content ul li{
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
}**/
#slider{
	width:875px;
	margin:0 0 33px 16px;
	padding:28px 43px 15px 16px;
	background:url(../images/bg-header.jpg) repeat-y 50% 0;
	position:relative;
}
#slider:after{
	content:"";
	display:block;
	clear:both;
}
#slider .block{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul.block li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#slider .block li.active{ position:relative;}

#slider .btns{
	position:absolute;
	left:100%;
	top:50%;
	width:27px;
	margin:-51px 0 0;
	overflow:hidden;
}
#slider .btns a{
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	width:27px;
	height:51px;
}
#slider .btns a.up{background:url(../images/btn-up.gif) no-repeat;}
#slider .btns a.down{background:url(../images/btn-down.gif) no-repeat;}
#slider .illustration{
	float:left;
	display:inline;
	margin:2px 31px 0 0;
	border:6px solid #fff;
	position:relative;
}
* html #slider .illustration{margin-right:28px;}
#slider .illustration img{display:block;}
#slider .illustration .stripe{
	background:url(../images/bg-stripe.png) no-repeat;
	position:absolute;
	text-indent:-9999px;
	left:100%;
	top:-6px;
	margin:0 0 0 -48px;
	width:54px;
	height:54px;
}
* html #slider .illustration .stripe{margin-left:-47px;}
#slider .txt-box{
	height:1%;
	overflow:hidden;
	padding:0 0 0 4px;
}
#slider h2{
	font-size:30px;
	line-height:34px;
	margin:0 0 18px;
	color:#fff;
}
#slider p{
	margin:0;
	padding:0 0 15px;
	line-height:15px;
}
#slider a{
	text-decoration: underline;
}
#slider a:hover{
	text-decoration:none;
}
#slider blockquote{
	padding:0 0 17px;
	margin:0;
	width:100%;
}
#slider blockquote:after{
	content:"";
	display:block;
	clear:both;
}
#slider blockquote div{
	background:url(../images/quotes-l.png) no-repeat;
	float:left;
	display:inline;
	margin:0 0 0 -4px;
	position:relative;
	padding:18px 0 0 64px;
}
#slider blockquote q:before{content:"";}
#slider blockquote q:after{content:"";}
#slider blockquote q{
	font-size:30px;
	line-height:34px;
	letter-spacing:1px;
	display:block;
	height:1%;
	margin:0 62px 0 0;
	position:relative;
	z-index:10;
	text-align:center;
	text-shadow: 0 1px 2px #000;
}
#slider blockquote .quote{
	background:url(../images/quotes-r.png) no-repeat;
	position:absolute;
	width:54px;
	height:42px;
	left:100%;
	top:100%;
	margin:-50px 0 0 11px;
}
#slider blockquote cite{
	display:block;
	margin:0 64px 0 0;
	text-align:right;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
#slider .shadow{
	background:url(../images/bg-slider-shadow.png) no-repeat;
	position:absolute;
	top:100%;
	left:-4px;
	width:945px;
	height:14px;
}
#post{
	float:left;
	width:575px;
	clear:left;
}
#post img{
	padding:10px;
	background-color:#1f1f1f;
}
.wp-caption-text{
	background-color:#1f1f1f;
}
#post blockquote {
	margin:22px 20px;
	padding:2px;
	/*color:#575757;*/
	padding: 0 10px;
	border-left: #fff solid 3px;
	/*background: transparent url(../images/blockquote.gif) no-repeat 0 0;*/
}
#comments{
	width:570px;
	clear:both;
}
#respond{
	width:570px;
	float:left;
}
#sidebarfix{
	width:570px;
	float:left;
}
#sidebar{
	float:right;
	width:250px;
	clear:right;
	/*background:url(../images/sidebar.png) repeat-y;*/
	text-shadow: 0 1px 2px #000;
}
#side{
	float:right;
	width:200px;
	clear:right;
	padding:10px;
	background:url(../images/sidebar.png) repeat-y;
	text-shadow: 0 1px 2px #000;
}
#aboutside{
	float:right;
	width:450px;
	clear:right;
	text-shadow: 0 1px 2px #000;
}
#side img{
	padding-bottom: 10px;
}
#sidebar ul{
	list-style-type: none;
	margin:0px;
	padding:0 0 10px 5px;
}
#sidebar ul li{
	padding-right: 0px;
	padding-left: 5px;
	line-height:15px;
	background: none;
}
#sidebar h2{
	font-size:24px;
	line-height:34px;
	margin:0px;
	color:#fff;
} 
#sidebar .screen-reader-text{
	display: none;
}
#searchsubmit{
	background:url(../images/search.png) no-repeat;
    width:25px;
    height:19px;
    border:0px;
}

#post h2{
	font-size:26px;
	line-height:50px;
	margin:0px;
	color:#fff;
}
#post h3{
	font-size:18px;
	line-height:34px;
	margin:0px;
	color:#fff;
	/**border-bottom: #fff solid 2px;**/
}
#post small{
	display: block;
	margin-top:-10px;
}
#postauthor{
        width:570;
        height:130;
        clear:right;
}
#postauthor h3{
    font-size:16px;
	line-height:34px;
	margin:0px;
	color:#fff;
	border-bottom: none;
}
#postauthor img{
       float:left;
       padding:10px;
}
.btn-grey{
	display:block;
	width:100%;
	overflow:hidden;
}
.btn-grey a{
	float:right;
	background:url(../images/bg-btn-grey-r.gif) no-repeat 100% 0;
	padding:0 10px 0 0;
	cursor:pointer;
	text-decoration:none;
}
.btn-grey a:hover{text-decoration:none;}
.btn-grey a span{
	float:left;
	background:url(../images/bg-btn-grey-l.gif) no-repeat;
	padding:0 1px 0 11px;
	font-size:14px;
	height:29px;
	line-height:28px;
	color:#070707;
}
* html .btn-grey a span{line-height:29px;}
* +html .btn-grey a span{line-height:29px;}
.btn-grey a span em{
	font-style:normal;
	float:left;
	height:29px;
	background:url(../images/bul-btn.gif) no-repeat 100% 50%;
	padding:0 11px 0 0;
}
.info-block{
	width:100%;
	overflow:hidden;
	background:url(../images/sep-1.gif) repeat-y;
	margin: 40px 0 0 0;
	padding:10px 0 15px;
	text-shadow: 0 1px 2px #000;
	clear:left;
}
.info-block .box-1{
	float:left;
	padding:0 10px 0 6px;
	width:264px;
}
.info-block .box-2{
	float:left;
	padding:0 10px 0 24px;
	width:336px;
}
.info-block .box-3{
	float:left;
	padding:0 0 0 37px;
	width:262px;
}
.info-block h3{
	font-size:18px;
	line-height:22px;
	margin:0 0 8px -2px;
	letter-spacing:1px;
}
.info-block h3 a{
	color:#fff;
	font-style:italic;
}
.info-block p{
	font-size:12px;
	line-height:14px;
	padding:0;
}
.info-block p a{
	font-weight:bold;
	text-decoration:underline;
}
.info-block p a:hover{text-decoration:none;}
.info-block .listing{
	padding:0;
	margin:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.info-block .listing li{
	line-height:18px;
	font-weight:bold;
	height:1%;
	vertical-align:middle;
	overflow:hidden;
	padding:10px 0 0;
}
.form-tweet{
	width:100%;
	overflow:hidden;
	padding:7px 0 1px;
        text-shadow:none;
}
.form-tweet .area{
	width:252px;
	height:87px;
	background:url(../images/bg-text-area.gif) no-repeat;
	overflow:hidden;
	padding:5px 5px 27px;
        color:#000;
        
}
.form-tweet .area a{
        text-shadow:none;
        color:#000;
        text-decoration:underline;  
}
.form-tweet .area a{
        text-shadow:none;
        color:#000;
        text-decoration:none;  
}
.form-tweet .mail{
	display:block;
	position:relative;
	margin:-21px 0 0;
	padding:0 6px;
	text-align:center;
	width:104px;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
}
.form-tweet .area textarea{
	width:100%;
	background:none;
	border:0;
	margin:0;
	height:87px;
	overflow:auto;
}
#footer{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer-stretch.gif) repeat-x;
	position:relative;
	margin:-29px 0 0;
}
.f-holder{
	width:977px;
	margin:0 auto;
	overflow:hidden;
	height:29px;
	background:url(../images/bg-footer.jpg) no-repeat;
	font-size:12px;
	line-height:28px;
}
.btm-info{
	float:right;
	display:inline;
	margin:1px 19px 0 0;
}
.copy{
	float:left;
	display:inline;
	margin:1px 0 0 15px;
}
.hidden{display:none;}

/************************************************
*   Services                                    *
************************************************/

#services{
       width:900px;
       float:left;
       clear:both;
}
#servicessidebar{
       width: 170px;
       float: right;
}
#services .box{
	width:800px;
	float: left;
	clear:right;
	margin-right:25px;
	padding-bottom:25px;
}
#services .image{
	float:right;
	display: block;
}
#services .text h3{
	line-height: 0px;
}
#services .text{
	padding-left: 60px;
	float:left;
	display: block;
	margin-top:45px;
	width: 550px;
}
#services .iphonetext{
	padding-left: 60px;
	float:left;
	display: block;
	margin:0;
	width: 550px;
}
#services .iphoneimage{
	float:right;
	display: block;
	padding-right: 10px;
}

/************************************************
*   Blog                                        *
************************************************/
#break{
	width:500px;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
/************************************************
*   Portfolio                                    *
************************************************/
#folio{
	position: relative;
	display: block;
	float:left;
	width:610px;
}
#folio .linkjuice{
	font-size: 10px;
	color: #ccc;
	margin-top: -20px;
	font-style: italic;
}
#sidelinks{
	width:250px;
	padding: 15px 0 15px 0;
	position: relative;
	float:right;
	border-bottom: #666666 solid 1px;
}
#sidelinks ul{
	display:block;
	margin: 0;
	padding: 0;
}
#sidelinks ul li{
	background: none;
	list-style: none;
}
#sidelinks ul li.active{
	background:url(http://www.redmetalbox.com/wp-content/themes/redmetalbox/images/folionav.png);
	list-style: none;
}
#sidelinks ul li.inactive{
	background: none;
	list-style: none;
}
#sidelinks ul li a{
	color: #fff;
	background: none;
	list-style: none;
}
#sidelinks ul li:hover{
	color: #fff;
	background:url(http://www.redmetalbox.com/wp-content/themes/redmetalbox/images/folionav.png);
	list-style: none;
}
/************************************************
*   About Us                                    *
************************************************/
#leftside{
	float:left;
	display:block;
	width:500px;
}

#rightside{
	float:right;
	display:block;
	clear:right;
	padding: 0 0 20px 0;
}
.slot{
	height:70px;
	width:300px;
	float:left;
	display:block;
	position: relative;
	border-bottom:#666666 solid 1px;
	clear:both;
	padding: 15px 0 0 0;
}
.slot img{
	float:left;
	margin-top: -5px;
}
.subtext{
	font-size: 12px;
	margin-top:0px;
	padding: 10px 0 0 10px;
	font-style: italic;
	float:left;
	display:block;
}
.subtext h4{
	font-style: italic;
	font-size: 18px;
	line-height:1px;
	padding: 0px;
	margin: 0px;
}
.aboutmap{
	display: block;
	margin: 0 auto 0 auto;
}
.socialbox{
	position: relative;
	display:block;
	height:100px;
	width:250px;
	float:left;
}
.madebox{
	position: relative;
	display:block;
	height:100px;
	width:250px;
	float:right;
}
.aboutsocial{
	float:left;
	display: block;
	padding-right: 15px;
}
#aclear{
	width:100px;
	height:10px;
	clear:both;
}


/************************************************
*   iPhone                                      *
************************************************/


/************************************************
*	Comments									*
************************************************/
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width:575px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #E9E2D7;
	color: #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DED3C2;
	text-shadow: none;
	}
	
.reply a:hover {
	background: #3F99B1;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3F99B1;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	margin: 0px;
	padding: 0px;
	width:650px;
	}
	
.thread-even {
	margin: 0px;
	padding: 0px;
	width:650px;
	}
	
.depth-1 {
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 0px;
	}