/*
Default our global items
*/
body {
	color: #A1A1A1;
	font: 18px Helvetica;
	background: url('img/bg.jpg') no-repeat #453F31;
	margin: 0;
	padding: 0;
}

h1, h2, h3 { text-shadow: #000 1px 1px 2px; }
h1 {
	color: #FFF;
	font-size: 30px;
	margin: 0;
	padding-top: 90px;
}
h2 { 
	color: #FFF;
	font-size: 18px;
	margin: 0;
	padding: 30px 0 4px 0;
	clear: both;
}

p {	margin: 0 0 16px 0; line-height: 18px; }

a { color: #1F8BE9; text-decoration: none; padding: 0 1px; }
a:hover { color: #06C; background: #F3F9FE; }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*
Top Navigation
*/
#topNav {
	font-size: 12px;
	display:block;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #333;
	background: #000;
	padding: 8px 0 6px 20px;
	margin-bottom: 14px;
}
	#topNav h3 {
		color: #A1A1A1;
		font-size: 12px; 
		margin: 0;
		float: left;
		clear: left;
		width: 76px;
		text-align: right;
	}
	#topNav ul { padding-left: 6px; }
	#topNav li { float:left; padding-bottom: 5px; }
	#topNav a { margin-left: 4px; }
	#topNav a:hover { color: #FFF; background: none; }
	#topNav .active { color: #F60; }


/*
Twitter Status
- The html is added dyanamically into the <p> when twitter JSON callback is fired
*/
#twitter_status {
	text-shadow: #000 1px 1px 2px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
	background: url('img/inner_bg.png') #000;
	padding: 6px;
}
	#twitter_status span { font-size: 18px; color: #FFF; margin: 0; }
	#twitter_status a { font-size: 12px; color: #A1A1A1; }
	#twitter_status a:hover { text-shadow: none; color: #06C; background: #F3F9FE; }


/*
Basic Content Container
*/
.content { margin: 0 20px; }
	.content li { 
		display: inline;
		float: left;
		clear: left;
		margin: 4px 0;
		padding: 4px 6px;
		background: #000;
	}
	.content li a span {
		color: #A1A1A1;
	}
	.content li a:hover {
		color: #F60;
		background: #000;
	}
	.content li a:hover span {
		color: #FFF;
		background: #000
	}


/*
Content container for inner pages
*/
.innerContent {
	font-size: 14px;
	background: url('img/inner_bg.png');
	padding: 0 20px 20px 20px;
}
	.innerContent h2 { padding: 15px 0 4px 0; }
	.innerContent li {
		margin: 4px 0 0 20px;
		clear: none;
		float: none;
		list-style-type: disc;
	}


/*
Content container for about page
*/
.aboutContent {
	font-size: 14px;
	padding: 0 20px 20px 20px;
}
	.aboutContent img {
		float: left;
		padding: 4px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-right: 10px;
	}
	.aboutContent p {
		color: #FFF;
		font-size:18px;
		text-shadow: #000 1px 1px 2px;
		padding: 6px;
		line-height: 28px;
		margin-top:10px;
		background: url('img/inner_bg.png');
	}


/*
Style for the top info bar on inner pages
*/
.synopsis {
	color: #FFF;
	font-size:18px;
	background: url('img/inner_bg.png');
	margin-top: 4px;
	padding: 6px;
	text-shadow: #000 1px 1px 2px;
	line-height: 26px;
}
	.synopsis a:hover, .aboutContent a:hover {
		color: #000;
		background: #FFF;
		text-shadow: none;
	}


/*
Style specifically for the demo of the delicious linkroll
*/
#deliciousLinkroll li {
	background: #000;
	display: inline;
	float: left;
	clear: left;
	padding: 4px;
	margin: 4px 0;
}
	#deliciousLinkroll li span {
		font-size: 12px;
		margin: 4px 0 0 0;
		display: block;
	}
		#deliciousLinkroll li span a { color: #999; }
		#deliciousLinkroll li span a:hover { color: #000; }

/*
CV
*/
.resume { padding: 0 20px 20px 20px; font-size: 12px; background: url('../img/inner_bg.png'); }
.resume p { margin: 0; }

.item { padding-top: 15px; clear:left;}
.brief { float:left; width: 150px; }
.description { float:left; width: 650px; }

.resume h1, .resume h2 {
	font-size: 17px;
	margin: 0 0 8px 0;		
	border-bottom: 1px solid #848484;	
	text-transform: uppercase;
	clear: left;
}
.resume h1 { padding: 0 0 3px 0; }
.resume h2 { padding: 30px 0 3px 0; margin: 0; }

.resume h3 {
	color: #FFF;	
	font-size: 14px;
	margin: 0;
}

.resume h4 { 
	font-weight: normal;
	margin: 4px 0 10px 0;
	padding:0;
}

.resume h4, .resume h5 { color: #AAA; }
.resume h6 { color: #FFF; margin-top: 10px; }
.resume h5, .resume h6 { margin: 3px 0 0 0; font-weight: normal; font-size: 10px;}

.resume ul { margin:0 0 10px 0; padding:0; line-height: 18px; }
.resume li { 
	list-style:none; 
	padding: 2px 0 0 5px;
	background: url("img/bullet.gif") 0 9px no-repeat;
	margin-bottom: 2px;
}

.resume table { width: 490px; margin: 0; padding: 0; }
.resume tr { height: 18px; }
.resume tr:hover { background: #F2F2F2; color: #666; }
.resume th { text-align: left; color: #FFF; }
.type, .level, .used { width: 120px; }
.expeirence { width: 100px;}


/*
Footer style
*/
#footer {
	clear: both;
	margin-top: 20px;
	font-size: 12px;
	color: #000;
}
	#footer a { color: #000; }

#simpleViewer { margin: 0; padding: 0; }

/*
Utilities
*/	
.clear { height: 1px; clear: both; }	