* { margin: 0; padding: 0; border: 0; }

ul, ol { list-style: none; }
html, body
{ 
	background: #15242B; 
	color: #D7D7D7; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
table { border-collapse: collapse; }
table td { vertical-align: top; }
p { line-height: 18px; margin: 10px 0; }
h1
{
	color: #C6DB5A;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
}

h2
{
	color: #C3D4DB;
	font-size: 14px;
	font-weight: bold;
	margin: 22px 0 3px 0;
}

h3
{
	color: #74A1B8;
	font-size: 12px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.Summary { font-style: italic; line-height: 120%; }
.Lowercase { text-transform: lowercase; }
.Divider { border-bottom: solid 1px #27434F; padding-bottom: 3px; }
.Left { float: left; }
.Right { float: right; }
.Clear { clear: both; }

a { 
	color: #ffffff; 
	text-decoration: underline;
}
a:hover { 
	color: #ffffff;
	text-decoration: none;
	}

/*----------------------------------------
    Splash page
----------------------------------------*/
.SplashContainer
{
	height: 100%;
	margin: 0px auto;
	width: 100%;
}

.SplashContainer td
{
	text-align: center; 
	vertical-align: middle; 
}

/*----------------------------------------
    Main design
----------------------------------------*/
#Header
{
	background: #15242B;
	clear: both;
	height: 93px;
	margin: 0 auto; padding: 0;
	width: 760px;
}

#HeaderLeft 
{ 
	float: left; 
	margin: 0; padding: 0;
	text-align: left;
	width: 200px;
}

#HeaderRight 
{ 
	float: right; 
	margin: 63px 0 0 0; padding: 0;
	text-align: right;
	height: 29px;
	top: 64px;	
	width: 450px;
}

#DividerBar
{
	background: #15242B url("../images/bgrnd_divbar.jpg") repeat-x top left;
	clear: both;
	height: 85px;
	margin: 0 auto; padding: 0;
	width: 100%;
}

#DividerBarNavReflect
{
	background: url("../images/divbar_reflect.jpg") no-repeat top right;
	display: none;
	height: 16px;
	margin: 0px auto;
	text-align: right;
	vertical-align: top;
	width: 760px;
}

#Banner { padding: 30px 0 8px 0; }

.ProjIntro 
{ 
	display: block;
	height: 190px; 
	float: left;
	margin-right: 10px;
	width: 370px;  
}
.ProjIntro div { padding-right: 10px; position: relative; top: 0px; left: 10px; }

 
.Content 
{
	background-color: #15242B;
	clear: both;
	margin: 0px auto 30px auto;
	text-align: left;
	width: 760px;
} 

.ContentBlock
{
	background-color: #1D323B; 
	margin: 0;
	padding: 8px;
}

.ContentBlock h1 { padding: 0; }
.PortfolioTbl { margin: 16px 0 0 0; width: 100%; }
.PortfolioTbl .PicCol
{
	padding: 0 0 0 4px;
	text-align: left;
	width: 200px;
}
.PortfolioTbl .TextCol { padding: 0 0 20px 0; }
.BioTbl 
{
	margin: 16px auto 0 auto;
	width: 760px;
}
.BioTbl td { width: 330px; text-align: left; }
.BioTbl td.SecCol { padding-left: 40px; }

.PhotoTbl { margin: 16px 0 0 0; width: 100%; }
.PhotoTbl .ChoiceCol
{
	border-right: solid 1px #1D323B;
	padding: 0;
	text-align: left;
	width: 250px;
}
.PhotoTbl .ChoiceCol ul li { padding: 2px 0; }
.PhotoTbl .PicCol { padding: 0 0 20px 10px; }

.GoClickIt
{
	position: relative;
	top: 0px;
	left: 70px;
}
.Technologies { color: #74A1B8; font-size: 11px; }
.LessImp { color: #74A1B8; }
.Jim { color: #FFC327; }
.Christina { color: #CAE05A; }
.Ethan { color: #FFF799; }
.Sarge { color: #74A1B8; }
.Strong { font-weight: bold; }
.Underline { border-bottom-style: solid; border-bottom-width: 1px; }
.Italics { font-style: italic; }

#Footer
{
	background: #15242B url(../images/footer_namebubbles.gif) no-repeat top right;
	clear: both;
	height: 136px;
	margin: 0px auto;
	text-align: left;
	width: 760px;
}
#Footer .Icons 
{ 
	border-right: solid 1px #1D313B;
	padding: 8px 18px;
	text-align: right;
	width: 480px;
}
.DateHldr { 
	background-color: #1D323B;
	float: left; 
	margin: 0 10px 0 0; 
	padding: 2px 0;
	width: 45px; }
.DateHldr .Mon { 
	color: #FFC327;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}
.DateHldr .Day { 
	font-size: 28px;
	text-align: center;
}
.News h3 { margin: 4px 0 6px 0; }
.News p { margin-top: 8px; }

/*----------------------------------------
    Picture showcase
----------------------------------------*/
ul.PicShowcase {
	list-style: none;
	margin: 0; padding: 0;
	}
	
ul.PicShowcase li {
	background: none;
	float: left;
	height: 150px;
	margin: 0; padding: 0;
	}
	
ul.PicShowcase li a {
	background: #fffefa;
	border: 2px solid #DBDBDB;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	}
	
ul.PicShowcase li a:hover, ul.PicShowcase li.active a {
	border-color: #CBBB85;
	background: #fff;
	}

.ProjScreens { clear: both; padding-top: 12px; }
.ProjScreens h3 { margin-bottom: 3px; }
.ProjScreens ul.PicShowcase li a { margin: 0 20px 15px 0; }
.ProjScreens ul.PicShowcase p { color: #FFC327; margin-bottom: 2px; }

ul.BioStats { margin: 14px 0 22px 0; }
ul.BioStats li { padding: 4px 0; }

.Download
{
	height: 33px;
	border: solid 1px #213943;
	margin-bottom: 6px;
}
.Download:hover { background-color: #213943; }
.Download a 
{ 
	color: #CAE05A;
	display: block;
	font-size: 12px;
	font-weight: bold; 
    left: 36px;
	position: relative;
	text-decoration: none;
	top: 9px;
	width: 100%;
}
.Download a:hover { color: #E7EFB7; }

.Zip { background: #192B33 url(../images/icon_zip.png) no-repeat 5px 4px; }
.Pdf { background: #192B33 url(../images/icon_pdf.png) no-repeat 5px 4px; }
.Html { background: #192B33 url(../images/icon_html.png) no-repeat 5px 4px; }
.Doc { background: #192B33 url(../images/icon_doc.png) no-repeat 5px 4px; }

/*----------------------------------------
    Forms
----------------------------------------*/
fieldset { margin: 0; padding: 0; }
fieldset label
{
	color: #74A1B8;
	float: left;
	width: 120px;
}
input, textarea
{
	background-color: #EFEFEF;
	border: solid 1px #ccc;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 2px 1px 0;
	padding: 1px 3px;
}

input.ButtonStyle
{
	background-color: #C3D855;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	width: 70px;
}

fieldset .ButtonStyle { margin: 4px 0 0 120px; }

/*----------------------------------------
    Twitter
----------------------------------------*/
#twitter_div a
{
	color: #436F7F;
	text-decoration: none;		
} 

#twitter_update_list 
{
	margin-left: 9px;
}

#twitter_update_list li 
{
	list-style: circle;
	margin: 10px 0;
}

.TwitterLogoSml { 
	background: transparent url(../images/twitter_sml.png) no-repeat right center;
	padding-right: 85px;
}

p.MoreTweets 
{ 
	margin-top: 20px;
	padding-right: 8px;
	text-align: right; 
}

/*----------------------------------------
    Thickbox specific
----------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/*----------------------------------------
    Thickbox
----------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}