/* CSS Document */

/*Initialization Styles***********/
*{
	
}
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 125%;
	color: #999;
}

body {
	color: #FFF;
	background-color:#1F1E22;
	font-size: 50%;
	position: relative;
	background-repeat: no-repeat;
	padding-bottom: 2em;
}
/*****************************/

/**Wrapper Styles*/
#outer{
	height: 100%;
	width:100%;
}
/******END WRAPPER STYLES***/

/*Font Styles and Classes*/
p{
	font-size: 1.3em;
	margin: 0 0 1em 0;
	text-indent: 1.5em;
	text-align: justify;
	line-height: 1.3em;
}

p.thDate{
	font-size: 1em;
	text-align:center;
	margin: 0;
	text-indent: 0;
	color: #CCCCCC;
}

a{
	text-decoration: none;
	color: #CCC;
}

img{
	border: none;
}

ul{
	color: #ccc;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	list-style: none;
}

li{
	color: #999;
	font-size: 10px;
	margin: 0 0 0 1em;
}

h1{
	color: #CCCCCC;
	margin: 3px 0 0 0;
	text-align: left;
}

h2{
	color: #CCC;
	font-size:1em;
	text-align: left;
}

h3{
	color: #CCC;
	font-size:1em;
	margin-left:1.1em;
	display:inline;
	text-align: left;
	margin-bottom: -10px;
}

h4{
	margin: 0;
	text-align: center;
	color: #CCC;
	font-size:1.1em;
}

a:hover{
	color: #fff;
	text-decoration:underline;
}

table{
	color:#000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	width: 100%;
	border: none;
}

*:first-child+html table{ /*IE7 only*/
	margin-top: 1em;
	font-size: .8em;
}

* html table {/*IE6 Only*/
	margin-top: 1em;
	font-size: .8em;
}


tr.firstRow{
	font-size: 1.1em;
}

*:first-child+html tr.firstRow{/*IE7 Only*/
	font-size: 1.1em;
}

td.even{
	background-color:#CCCCCC;
}

td.odd{
	background-color:#666666;
}


.clearme{
	clear:both;
	text-align: left;
	margin-top: -20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.photo{
	padding: 5px;
	border:  solid #666 1px;
	margin-top: 3px;
}

.framedPhoto{
	padding: 15px;
	border:  solid #666 5px;
	margin-top: 3px;
	background-color:#FFFFFF;
}
	
.thumb{
	border: 1px solid #666;
	text-align:center;
}

.archiveThRow{
	width: 484px;
	margin: 40px auto;
	height: 79px;
	line-height: 79px;
}

.archiveThumb{
	padding: 2px;
	border: 1px solid #666;
	text-align:center;
	line-height: 50px;
}

.archiveThumbCont{
	width: 115px;
	float: left;
}

.signature{
	margin: -10px 0 0 2em;
	text-align: left;
}

.comment{
	margin-bottom: 1em;
}

.comment a{
	text-decoration: underline;
}

.required{
	font-weight: bold;
	color: #CCCCCC;
}

.sitePic{
	padding: 5px;
	border:  solid #666 1px;
	margin-top:10px;
}
.siteLogo{
	text-align: center;
	margin: 0 0 0 0;
	padding: 2px;
	border: 1px solid #1e1e1e;
}

.siteLink{
	text-align: center;
}

.portfolioItem{
	border: 1px solid #333;
	width: 95%;
	padding: 1em;
	height: 1%;
	margin: 0 0 1.5em 0;
}

.footerImg{
	margin: .7em .5em;
}
/*************/

/*5 Col Layout*/
#container:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

#flashWrapper
	{
	margin-top: 10px;
	min-height: 620px;
	
	}
	
#centerImg_wrapper #centerImg{
	margin: 10px auto 2px auto;
}

#centerImg_wrapper #centerImg #titledate{
	width: 100%;
	text-align: left;
	color: #ccc;
}
	
	
#content #thumbContainer{
	width: 600px;
	margin: 5px auto 0 auto;
	height: 100px;
	position: relative;
	padding: 0 0 0 40px;
}
	
	
#content #container #thumbContainer .thumbHolder{
	float: left;
	width: 19%;
	text-align:center;
	
}
	
#content #container #thumbContainer .scrollArrow{
	float: left;

	text-align:center;

	width: 6px;
	margin: 32px 0 0 0;
}

/**************/


/**Divs**/

/**NAV**/
#nav{

	height: 45px;
	width: 100%;
	background-image:url(../images/designElements/headerGradient.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	top: 0px;
	z-index: 100;

}


#nav ul#navItems{
	margin: 0;
	padding: 0;
	height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul#navItems li{
	margin:0;
	padding:0;
	display: inline;
	text-decoration: none;
}

#nav #navLogo{
	height: inherit;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 1em;
}
/**END NAV**/

/**CONTENT**/
#archiveForm{
	width: 960px;
	height: 25px;
	margin: 5px auto;
}

#content{
	background-color:#17161A;
	width: 100%;
	text-align:center;
	z-index: 0;
}



#content #topShadow{
	background-image:url(../images/designElements/topShadow.jpg);
	background-repeat:repeat-x;
	height: 16px;
}

#content #colWrapper{
	margin: 0 auto 10px auto;
	text-align: center;
	width: 960px;
	min-height: 635px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

* html #colWrapper{
	height: 635px;
}

#content #colWrapper #col1{
	height: auto;
	text-align: center;
	position: absolute;
	width: 460px;
	top: 7px;
	left: 0px;
}



#content #colWrapper #col1 #titledateDetail{
	text-align: left;
	margin-left: 25px;
	color: #ccc;
}

#content #colWrapper #col1_fixed{
	height: auto;
	position: fixed;
	width: 460px;
}

* html #content #colWrapper #col1_fixed{ /*IE6 */
	height: auto;
	text-align: center;
	position: absolute;
	width: 460px;
	top: 0px;
	left: 0px;
}

*:first-child+html #content #colWrapper #col1_fixed{ /* IE7 */
	position: absolute;
	top: 0px;
	left: 0px;
}

#content #colWrapper #col2{
	width: 484px;
	text-align: center;
	margin-left: 450px;
	margin-top: 10px;
}

#content #colWrapper #col2.wrap{
	width: 900px;
	margin-left: 0px;
}
/****Accordian Menu********/
.navBar {
	border: none;
}

.textContainer {
	padding: 15px 10px 5px 10px;
	width: 444px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	text-align: left;
	margin-left: 10px;
	margin-top: -10px;
	text-align: center;
}

* html .textContainer{ /*IE6 Only*/
	margin-left: 3px;
	width:444px;
	padding-bottom: 0px;
}

*:first-child+html .textContainer{ /*IE7 only */
	margin-left: 2px;
	width:444px;
	padding-bottom: 5px;
}
/*************************/

/****LISTS, 2 COL*****/
ul.techwords{
	float: left;
	width: 400px;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	color: #999;
	font-size: 12px;
}

ul.techwords li{
	float: left;
	width: 185px;
	padding: 0;
	margin: 0 0 0 1em;
	line-height: 1.3em;
}

/*Clearing Fix for FF*/
ul.techwords:after{	
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*********************/

/**END CONTENT**/

#footer{
	text-align: center;
	padding-bottom: 3em;
}

#content #bottomShadow{
	background-image:url(../images/designElements/bottomShadow.jpg);
	background-repeat:repeat-x;
	height: 16px;
	clear: both;
}

#options{
	clear: both;
	padding-bottom: 10px;
}
/****FORM STYLES*********/
form{
	margin: 10px 0;
	border-top: none;
	height: auto;
	text-align: left;
}

form fieldset {
	margin-bottom: 10px;
	border: solid #999 1px;
	padding: 0 0 5px 10px;
}
form legend {
	padding: 0 10px 0 5px;
	font-weight: bold;
	font-size: 1em;
	margin: 0 -5px;
	color: #999;
}
form label {
  line-height: 1.8;
  vertical-align: top;
  float: left;
  width: 75px;
}

form input{
	margin-left: 25px;
	background-color: #333333;
	border: 1px solid #666;
	color: #ccc;
	width: 300px;
	padding: 1px 2px;
}

form input:focus{
	background-color:#666;
	border: 1px solid #333;
}


form textarea{
	margin-left: 25px;
	background-color: #333333;
	border: 1px solid #666;
	color:#ccc;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 1px 0 1px 2px;
	width: 303px;
}

form textarea:focus{
	background-color:#666;
	border: 1px solid #333;
}

form input.submit{
	width: 100px;
	height: 23px;
}

form fieldset ol {
  margin: 0;
  padding: 0;
}

form fieldset li {
	font-size:12px;
	list-style: none;
	padding: 5px 5px 0 5px;
	margin: 0;
	clear: both;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 3px -10px;
}

form fieldset fieldset legend {
	padding: 0 0 0 5px;
	font-weight: bold;
}


form fieldset fieldset label {
	padding: 0 0 0 0;
	font-size: 12px;
	margin: 0 10px 0px 0;
	width: auto;
}

form fieldset fieldset input {
	background-color: #17161A;
	width: 15px;
	border: none;
	margin: 0 3px -2px 0;
	padding: 0 0 0 0px;
}

form fieldset fieldset ol {
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
}

form fieldset fieldset li {
	list-style: none;
	margin: 0 0 0 0;
}

form select{
}

form.archiveForm label{
	width: 125px;
}

form.archiveForm fieldset{
	width: 90%;
	position: relative;
}

form.archiveForm input.submit{
	position: absolute;
	right: 15px;
	height: 22px;
}
/***********************/
