﻿/* Radiohabitat.com CSS */
/*=== Created by Jason A. Huff === */


/* ===Visual Guide ====*/

/*===COLORS===*/
/* #0d3042 light color */
/* #030c12 dark color */



*{
	margin:0;
	padding:0;
}

body{ 
margin: 0;
padding:0;
text-align:center;
height: 100%;
/*background:  #030c12;*/
background:  #030c12 url(../images/bg_img2.png) left top repeat-x ;
}


#mainContainer{
	margin: 85px auto;
	position:relative;
	margin-bottom: 40px;
	width:960px;
	min-height:100;
    text-align:left;
	font-family: Helvetica, Arial, san-serif;
	color: #fff;
}

h1 {
	color:#fff;
	font-family: Helvetica, Arial, san-serif;
}


#header {
	margin: 15px 0 15px 0;
	position:relative;
	height:40px;
}


#logo {
	position:absolute;
	bottom:0px;
	left:0px;

}





#mainNav {
	position:absolute;
	bottom:0px;
	right:0px;
}


#mainNav ul {
	list-style:none;
	font-family:Helvetica, Arial, san-serif;
	font-size:14px;
	color:#fff;
}

#mainNav li {
	margin:0;
	padding:0 10px 0 0;
	float:left;
}


#mainNav #nav a{ 
color: #fff;
text-decoration:none;
}

#mainNav #nav a:hover{ 
color: #008FDB;
text-decoration:none;
border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:#008FDB;
}









#content {
	margin:5px 0 0 0;
}

#box1 {
	width: 460px;
	height: 200px;
	
	float:left;
	margin:0 40px 0 0px;
	background: #030c12 url(../images/html_email_project.jpg) top no-repeat;
	
}


#box2 {
	width: 460px;
	height: 200px;
	float:left;
	background: #030c12 url(../images/html_email_project_thirst.jpg) top no-repeat;

}


#box3 {
	width: 460px;
	height: 200px;
	clear:right;
	float:left;
	margin:30px 40px 0 0px;
	background: #030c12 url(../images/html_email_project_pm.jpg) top no-repeat;
}


#box4 {
	width: 460px;
	height: 200px;
	background: #030c12 url(../images/html_email_project3.jpg) top no-repeat;
	clear:right;
	float:left;
	margin:30px 0 0 0;

}



#box5 {
	width: 460px;
	height: 200px;
	clear:right;
	float:left;
	margin:30px 40px 75px 0px;
	background: #030c12 url(../images/steve_smith_fb.jpg) top no-repeat;
}


#box6 {
	width: 460px;
	height: 200px;
	background: #030c12 url(../images/vemma_japan.jpg) top no-repeat;
	clear:right;
	float:left;
	margin:30px 0 75px 0;

}




#footer {
	clear:both;
	background: #010609;
	
	width: 100%;
	max-width:100%;
	
	
	height: 260px;
	max-height: 260px;

	position:relative;
	bottom: 0;
	

}


#footerContainer{
	position:relative;
	top:10px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-family: Helvetica, Arial, san-serif;
	font-size:14px;
	color: #144863;
	width:960px;
	height:200px;
		
}

#col1{
	position:relative;
	width:300px;
	height:160px;
	float:left;
	margin: 0 20px 0 10px;
}

#col2{
	position:relative;
	width:300px;
	height:160px;
	background: url(../images/android_logo1.png) top no-repeat;
	top:15px;
	float:left;
	margin: 0 20px 0 0;
}

#col3{
	width:300px;
	height:160px;
	float:left;
	margin: 0 10px 0 0;
	
}



#android {
	text-align:right;
	position:absolute;
	top: 60px;
	right:5px;
}

#androidHelp {
	text-align:right;
	position:absolute;
	top: 75px;
	right:5px;
}

#androidHelp a {
	text-decoration:none;
	color: #144863;
	
}





#androidHelp a:hover {
	text-decoration:none;
	color: #498aad;
	
	
	
	
}




#social_twitter {
	margin-top:20px;
}



#contact{
	position:absolute;
	top:30px;
	height:134px;
	width: 295px;
}

#contact p{
	line-height: 17px;
}





#email{
    width:100px;
	float:left;
}

#email a{
	text-decoration:none;
	color: #144863;	
}


#email a:hover{
	text-decoration:none;
	color: #498aad;
}

.mail{ 
width:24px;
height:20px;
float:left;
padding: 2px 10px 0 0;
}

#mailPackage{
	margin-top:10px;
}


#copyrightInfo{
	clear:right;
	float:left;
	margin-left:10px;
	margin-top:40px;
	width:500px;
}




	



