/* 
   ---------------------------------------------
   @structure
   ---------------------------------------------
*/ 

* { margin: 0; padding: 0; }

body {
	font: 70%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #0d0a0a;
}

#container { 
	width: 100%;
	min-height: 421px;
	background: url(../img/bggrad.jpg) repeat-x;
}

#site-container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	margin-top: 59px;
}

#side-container {
	position: absolute;
	top: 115px;
	width: 215px;
}

#content-container {
	padding-top: 20px;
	margin-left: 240px;
	float: right;
	width: 650px;
	
}

#citylights {
	clear: both;
	min-height: 325px;
	background: url(../img/footer-city3.png) repeat-x;
}

/* 
   ---------------------------------------------
   @footer
   ---------------------------------------------
*/ 

#footer {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#subfooter { display: block; clear: both; padding-top: 20px; padding-bottom: 20px; }

#subfooter p {
	font-size: 90%;
	color: #333333;
	text-align: center;
	clear: both;
}

#tux {
	width: 335px;
	float: right;
	background: #202020 url(../img/tux-dk.png) 270px no-repeat; 
	height: 95px;
	padding: 5px;
	border: 3px solid #333333;
}

#tux p {
	color: #999999;
	margin-right: 90px;
	margin-left: 8px;
	margin-top: 8px;
}

#twitter {
	background: #202020 url(../img/twitter.gif) 15px no-repeat;
	width: 510px;
	height: 95px;
	float: left;
	padding: 5px;
	border: 3px solid #333333;
}

#twitter p {
	color: #999999;
	margin-left: 90px;
	margin-top: 8px;
}

p#preloader {
	margin: 0;
	background: transparent url("/2009/img/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}

/* 
   ---------------------------------------------
   @headers
   ---------------------------------------------
*/ 

h1 a  {
	background: url(../img/jbdesign2.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: -50px;
	height: 170px;
	width: 227px;
	overflow: hidden;
	clear: both;
	border: none;
	display: block;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #97ed24;
	margin-bottom: 8px;
	
}

/* 
   ---------------------------------------------
   @lists
   ---------------------------------------------
*/ 

#skills {
	list-style-type: none;
}

#skills li {
	height: 36px;
	margin-bottom: 12px;
	background: url(../img/check-blue-icon.png) left no-repeat;
	font-size: 110%;
	margin-left: 10px;
	color: #666666;
	padding-left: 40px;
}

#skills li strong { color: #999999; }

#content-container p {
	color: #999999;
	margin-bottom: 15px;
}

ul#nav {
	clear: both;
	list-style-type: none;
	width: 600px;
	float: right;
}

ul#nav li a { display: block; height: 28px; }

ul#nav li {
	display: inline;
	float: right;
	cursor: pointer;
	overflow: hidden;
	height: 28px;
	width: 175px;
	margin-right: 10px;
	text-indent: -9999px;
}

ul#nav li.navabout { background: url(../img/but-about.png); }
ul#nav li.navcontact { background: url(../img/but-contact.png); }
ul#nav li.navportfolio { background: url(../img/but-portfolio.png); }
ul#nav li:hover { background-position: 0 28px; }
ul#nav li.active { background-position: 0 28px; }

ul#twitter_update_list {
	margin: 0;
	list-style-type: none;
	width: 350px;
	margin-left: 90px;
}

ul#twitter_update_list li {
	margin: 0;
	color: #666666;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #2982e6;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #999999;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

/* 
   ---------------------------------------------
   @portfolio
   ---------------------------------------------
*/ 

#portfolio {
	margin-top: 70px;
	margin-left: 80px;
}

.portfolio-content { width: 900px !important; margin: 0 !important;   }

.portitem {
	display: block;
	width: 260px;
	float: left;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin-bottom: 15px;
}

.portitem img {
	display: block;
	border: 5px solid #444141;
}
	

.portitem h2 { color: #0066FF; }
.portitem:hover h2 { color: #fff; }

/* 
   ---------------------------------------------
   @anchors, paragraphs, images
   ---------------------------------------------
*/ 

a { color: #97ed24; text-decoration: none; }
a:hover { text-decoration: underline; }

/* 
   ---------------------------------------------
   @forms
   ---------------------------------------------
*/ 

/* Contact Form */
label {
	display: block;
	float: left;
	text-align: center;
	padding-right: 20px;
	width: 140px;
	color: #C6E6F2;
	padding-top: 7px;
}

.field {
	border: 1px solid #666;
	padding: 5px;
	font-size: 14px;
	width: 300px;
	background: #666 url(../img/formgrad.jpg) repeat-x left top;
	color: #fff;
}

input,textarea {
	font: normal 8px 'Verdana', 'Lucida Sans Unicode', Helvetica, sans-serif;
	border: 0;
	color: #9F968B;
	overflow: hidden;
}

#submit { float: right; margin-right: 527px; margin-bottom: 15px; }

#contactform { width: 580px;  }

input.error, textarea.error {
	color: red;
}

/* 
   ---------------------------------------------
   @hacks
   ---------------------------------------------
*/ 

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%; display: block;}
/* End hide from IE-mac */
/* End clearfix */