/* 2x4productions style sheet start*/
/* page body*/
body {
	font-size: 71.5%; /* Resets 1em to 10px */
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-color: #000;
	background-image: url(../site-graphics/2x4pro-header.jpg);
	background-repeat: no-repeat;
	}

/*page construction*/
#pagewrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	margin-top: 170px;
	height: auto;
	background-image: url(../site-original-graphics/link-bg.png);
	background-repeat: repeat;
	}

#header {
	height: 40px;
	width: 900px;
	background-image: url(../site-original-graphics/nav.png);
	background-repeat: no-repeat;
}

#content {
	text-decoration:none;
	clear: both;
	line-height: 1.6em;
	}
#content ul,ol {
	text-align:left;
	color:#FFFFFF;
	padding-left:100px;
	font-weight: bold;
	font-size: 1.2em;
}
#footer {
	text-align:center;
	color:#FFFFFF;
	font-style: italic;
	height: 100px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F3F3F;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}

div.pageright {
	padding: 4px;
	height: auto;
	width: 420px;
	float: right;
	}
div.pageleft {
	padding: 4px;
	height: auto;
	width: 455px;
	float: left;
}
div.pageleft img {
	margin: 2px;
}
/* box */
	.box {
	float:left;
	width:430px;
	height:auto;
	margin-top: 20px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 4px;
}
/*page construction all headings and text*/
p {
	text-align:justify;
	color:#FFFFFF;
	margin-top:0px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.3em;
}
 h1 {
	font-size: 1.8em;
	color: #F00;
	letter-spacing:0px;
	padding-bottom:5px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F3F3F;
}
 h2 {
	font-size: 1.6em;
	font-weight:normal;
	color: #F00;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
h3 {
	padding-top:8px;
	margin-bottom:0px;
	padding-bottom:10px;
	padding-left:20px;
	color: #F00;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F3F3F;
}
 strong {
	color:#CCC;
	font-weight: bold;
}

/*page construction spans*/
span.crewtext{
	font-style: italic;
	font-weight: bold;
	color: #F00;
	padding-top: 4px;
}
/*page construction images*/
img.left{
	background-color: #FFF;
	padding: 2px;
	height: auto;
	width: auto;
	border: 1px solid #FFF;
	margin: 5px;
	float: left;
}
img.crew{
	background-color: #FFF;
	padding: 4px;
	height: auto;
	width: auto;
	border: 1px solid #FFF;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 5px;
}
img.imageud{}
img{
	margin-bottom: 5px;
	border: 1px solid #999999;
}
img.logo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*links, navigation*/

a.social:link, a.social:hover, a.social:visited, a.foot:active {
	font-size: 1.1em;
	color: #F00;
	text-decoration: none;
	}
a.foot:link, a.foot:hover, a.foot:visited {
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
	}	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#invertedtabsline{
	clear: both;
	width: 100%;
	height: 5px;
	line-height: 8px;
}
#invertedtabs{
	width: 900px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 40px;
	font-family: "Courier New", Courier, monospace;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A2829;
	border-bottom-color: #2A2829;
}

#invertedtabs ul{
	margin:0; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	font-size: 1.1em;
	font-weight: bold;
}

#invertedtabs li{
	display:inline;
	text-transform:none;
	line-height: 1.1em;
}


#invertedtabs a{
	float:left;
	color: white;
	text-decoration:none;
	letter-spacing: 1px;
	width: 180px;
	text-align: center;
	font-size: 1.1em;
}

#invertedtabs a span{
	float:none;
	display:block;
	height: 40px;
	width: 180px;
	line-height: 40px;
	font-size: 1.1em;
}


#invertedtabs a:hover{
	background-image: url(../site-original-graphics/link-bg.png);
	background-repeat: repeat;
	float:left;
	color: #CCC;
	text-decoration:none;
	letter-spacing: 1px;
	width: 180px;
	text-align: center;
	font-size: 1.1em;
}


.active{
	background-image: url(../site-original-graphics/activelink-bg.png);
	background-repeat: repeat;
	font-size: 1.1em;
}

 /*#invertedtabs #current a, #invertedtabs #current span{currently selected tab
	color: #F00;
}*/

/*2x4productions style sheet end*/

