@charset "UTF-8";
/* CSS Document */

/*
Author URI: http://thevisualclick.com
*/


* { margin: 0; padding: 0; }
p {padding-top:10px;}
.clearboth {clear: both;}

/****************************************************** 
						H Tags
******************************************************/	
h1 {text-align: center;}

/****************************************************** 
					INLINE LINKS
******************************************************/	
a{color:#cc3300; text-decoration:none; outline:0;}
a:hover{color:#cc3300; text-decoration: underline;}
a:active{outline: none;}
a img{outline: none; border: 0px; text-decoration:none;}
a:hover img{outline: none; border: 0px; text-decoration:none;}

/****************************************************** 
					BODY/STRUCTURE
******************************************************/	

html {
	margin:0px;
	padding:0px;
	font-family:"trebuchet ms",Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	background: #000;
	}
	
body {
	padding: 0;
	margin: 0;
	background:url("cloud.jpg") #000 0px 0px;
	background-attachment: fixed;

	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	color:#fff;
	font-size:26px;
	letter-spacing: -1px;
	line-height: 23px;
	}

.wrapper {
	width:800px;
	margin:auto;
	}
	
/****************************************************** 
						HEADER
******************************************************/		

#header {
	background: url("bg_black_transparent.png") repeat 0px 0px;
	height: 230px;
	width: auto;
	}
#header h1.logo{
	clear: both;
	padding-top: 10px;
	margin: auto;
	}
	
/****************************************************** 
						NAV
******************************************************/		

.tabs{
	height:10px;
	list-style-type:none;
	margin: auto;
	margin-top:30px;
	margin-left: 145px;
	position:relative;
	}
.tabs li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
	
.tabs a {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:14px 26px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
.tabs a.current, .tabs a.current:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("bg_black_transparent.png") repeat 0px 0px;
	color:#cc3300; 
	}
.tabs a:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("images/bg_black_transparent3.png") repeat 0px 0px;
	color:#cc3300; 
	}	
	
	
	
/****************************************************** 
					CONTENT STRUCTURE
******************************************************/		
	
#content {
	background: url("bg_black_transparent.png") repeat 0px 0px;
	width: auto;
	margin-top: 0px;
	clear: both;
	font-size: 42px;
	line-height: 50px
	}


	
/* tab pane */
div.panes > div {
	display:none;
	border-width:0 1px 1px 1px;
	min-height:400px;
	padding:0px 0px;
	}



/****************************************************** 
					SOCIAL PAGE
******************************************************/	
.twitter_feed{
	padding:50px 20px;
	}
.twitter_feed .txt{
	float: right;
	width: 200px;
	padding-right: 200px;
	}

#tweetholder{
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	float: right;
	width: 500px;
	line-height: 50px;
	margin-right: 100px;
}
#tweetholder ul{margin:0px;padding:0px;}
#tweetholder li{list-style:none;margin:0px;padding:0px;}
#tweet{
}
#tweet a{color:#cc3300;}
#tweet a:hover{color:#cc3300; text-decoration:underline;}
a.date{font-size:14px; padding-top:0px;color:#90aa2f;}




	
	
/****************************************************** 
					About
******************************************************/		
ul.iamlist {
	padding: 20px 30px;
	}
	
ul.iamlist li{
	float:left;
	display: block;
	margin-bottom: 40px;
	width: 64%;
	height: 74px;
	line-height: 40px;
	list-style: none;
	background: url("slideshowproa.swf") no-repeat 0px 0px;
	padding-left: 130px;
	color: #fff;
	font-size: 28px;
	letter-spacing: -1px;
	margin-left: 20px;
	}
	
	
/****************************************************** 
					Work
******************************************************/		
.padded_content{
	padding: 20px 50px 60px 50px;
	}		

.latest_work{
	border-top:1px solid #1f1f1f;
	padding: 20px 50px;
	}
.latest_work ul li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 208px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	}
.latest_work ul li.gutter{
	float: left;
	width: 87px;
	}
.latest_work ul li a:hover{
	text-decoration: none;
	color: #d4f06d;
	}
	
/****************************************************** 
					Friends
******************************************************/	
ul.arrowlist {
	padding: 40px 30px;
	}
	
ul.arrowlist li{
	float:left;
	display: block;
	margin-bottom: 30px;
	width: 38%;
	height: 28px;
	line-height: 24px;
	list-style: none;
	background: url("images/bullet_arrows.png") no-repeat 0px 0px;
	padding-left: 34px;
	color: #fff;
	font-size: 22px;
	letter-spacing: -1px;
	margin-left: 55px;
	}	
		
/****************************************************** 
					Footer
******************************************************/		
.footer{
	border-top:1px solid #1f1f1f;
	padding: 20px 20px;
	font-size: 11px;
	color:#333;
	line-height: 18px;
	letter-spacing: normal;
	text-align: center;
	}	
	