/* 
	Theme Name: 1260 Productions 1.0
	Theme URL: None
	Description: Theme for 1260 Productions
	Author: 1260 Productions
*/

* {
     margin: 0;
}
html, body {
     height: 100%;
}



/************************************************
*	General Page Styles 						*
************************************************/
body {
	background:url(images/main_bg.png) #000000;
	background-repeat:no-repeat;
        background-attachment:fixed;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

/************************************************
*	Header and Header Content  				    *
************************************************/
#header{
	background-color:transparent;
	font-size:0.9em;
	overflow:auto;
}

#twitter_status{
        color:#ffffff;
	padding:30px 0 0 200px;
}

#music_player{
	width:200px;
	float:right;
	padding:10px 0;
}

/************************************************
*	Logo and Tag Line          				    *
************************************************/
#logo{
	position:fixed;
	left:-25px;
	bottom:-25px;
	z-index:100;
}

#tag_line{
	position:absolute;
	left:180px;
	top:60px;
}

/************************************************
*	Main Menu                  				    *
************************************************/
#main_nav{

	background-color:rgba(117, 192, 67, .8);
	/*border-color:rgba(255, 255, 255, .8);
	border-width:1px 0;
	border-style:solid;*/
	overflow:auto;
	color:#000000;
	padding:7px 0;
	position:fixed;
	width:100%;
}

#main_menu{
	width:700px;
	float:left;
	margin:3px 0 0 200px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-shadow:2px 2px 3px #000000;
	letter-spacing:1px;
}

#main_menu a{
	color:#ffffff;
	font-size:1.5em;
	text-decoration:none;
	padding:0 25px 0 0;
}

#main_menu li{
	display:inline;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}


#email_signup{
	width:275px;
	float:right;
	padding:0 20px 0 0;
}

#email_signup label{
	float:left;
	width:100px;
	font-size:1.2em;
	padding:4px 5px 0 0;
	text-align:right;
}

#signup{
	width:390px;
	float:right;
	color:#FFFFFF;
	text-shadow:2px 2px 3px #000000;
	font-size:13px;
	overflow:hidden;
	letter-spacing:1px;
}


/************************************************
*	Main Content               				    *
************************************************/
#content{
	width:660px;
	margin:20px auto;
	background-color:rgba(102, 102, 102, .6);
	border-color:rgba(204, 204, 204, .6);
	border-width:4px;
	border-style:solid;
	padding:20px;
}

/************************************************
*	Main Content  - homepage   				    *
************************************************/
#main_services{
	overflow:auto;
}

#main_services dl{
	width:198px;
	float:left;
	overflow:hidden;
}

#main_services .description{
	clear:left;
	padding:0 8px;
	font-size:1.1em;
}

#main_services .title{
	padding:55px 0 0 0;
	font-size:1.3em;
}

#main_services .more{
	text-align:right;
	font-size:1.1em;
}

#main_services dt{
	width:80px;
	float:left;
}

.divider{
	width:1px;
	height:150px;
	border-left:1px dotted white;
	background-color:transparent;
	margin:20px 15px;
	float:left;
}

#recent_blog_post{
	clear:both;
}

#recent_blog_post h3{
	font-size:1.5em;
	font-weight:normal;
	margin:10px 0;
}

#recent_blog_post p{
	font-size:1.3em;
}

#recent_blog_post p.more{
	font-size:1.5em;
	text-align:right;
	margin:5px 0;
}

#homebox {
    width:660px;
	margin:70px auto;
	background-color:rgba(102, 102, 102, .6);
	border-color:rgba(204, 204, 204, .6);
	border-width:4px;
	border-style:solid;
	padding:20px;
}

.homegraphic {
}

.homeoptions {
}

.homerecent {
}

#mainbox {
    width:660px;
	margin:70px 40px 2px 230px;
	background-color:rgba(102, 102, 102, .6);
	border-color:rgba(204, 204, 204, .6);
	border-width:4px;
	border-style:solid;
	padding:20px;
}

/************************************************
*	Footer                  				    *
************************************************/
#footer{
	overflow:auto;
	height:65px;
	/*background:url('images/footer_bg.png') repeat-x;*/
	background-color:rgba(117, 192, 67, .8);
	color:#000000;
        position:fixed;
        bottom:-1px;
        width:100%;
        z-index:1;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

#footer_menu{
	list-style:none;
	overflow:visiable;
	text-shadow:#ffffff -2px 2px 3px;
	padding:28px 0 0 150px;
}

#footer_menu li{
	display:inline;
	padding-right:10px;
	font-size:1.4em;
}

#footer_copyright{
	width:230px;
	float:right;
	padding:17px 0 0 0;
	font-size:1.1em;
	line-height:1.4em;
}

/************************************************
*	Sticky Footer              				    *
************************************************/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 65px; /* .push must be the same height as .footer */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/


/************************************************
*	hide the stats image       				    *
************************************************/
#wpstats{
	display:none;
}