﻿/* 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:30px 0 0 0;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
}





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

#content  a:hover{ 
color: #498AAD;
text-decoration:none;
}







.headline{
	margin-bottom:20px;
	background: #050D12;
	width:600px;
}

.headline h1,  {
	padding:2px 0 2px 10px;
}


h2, h3  {
	padding:0 0 2px 0;
}
	











/* -----------About Column-----------*/


#about_col{ 
width: 960px;
min-height:100%;
float:left;
/*margin-right:89px;*/

/*background: #050D12;*/
}

#about_headline{
	padding: 5px 0 5px 5px;
	
	margin-bottom: 30px;
	background: #050D12;
	
}

#about_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 20px 20px 20px 15px;
	margin-bottom: 30px;
	background: #050D12;
}

#about_content p{
	padding-bottom: 15px;
	line-height:17px;
}


#about_status {
	padding: 5px 0 3px 5px;
	margin-bottom: 30px;
	background: #050D12;
}


#about_skills{
	padding: 5px 0 3px 5px;
	
	margin-bottom: 30px;
	background: #050D12;
}



#about_software{
	padding: 5px 0 5px 5px;
	margin-bottom: 30px;
	background: #050D12;
	padding-left:5px;
}


#about_software ul li{
	margin: 0 0 0 30px;
}


#about_development{
	padding: 5px 0 0 5px;
	
	margin-bottom: 30px;
	background: #050D12;
}




#about_development ul li {
	
	margin:0 0 0 30px;
}


	





#download_resume {
	
}

/* -----------end of About Column-----------*/




#coding-icons{
	width:267px;
	min-height:100%;
	float:left;
	margin-bottom: 350px;
	
}




#download_resume a {
	color:#498aad;
}



#download_resume a:hover {
	color:#fff;
}

















/* -----------FOOTER-----------*/

#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;
}

/* -----------FOOTER END-----------*/



