/* Globals & Layout
==============================================================================*/

* {  margin: 0px; padding: 0px; }

img { border-style: none; }

body {
	background: #36c url(../img/bodyBackground.jpg) repeat-x top;
	font: 100.01% Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#mainContent {
	width: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
	border-top: 5px solid #990000;
	font-size: 1em;
	min-height:400px;
}
#header
{
	
}

.headerContainer {
	margin-right: auto;
	margin-left: auto;
	background: #36c url(../img/bodyBackground.jpg) repeat-x top;
	height: 156px;
	max-width:800px;
	position:relative;
	}

.container {
	margin: 0px auto;
	max-width:800px;
	}



#logo {
	position: absolute;
	left: 0;
	top: 25px; 
	
	}

#footer {
	clear: both;
	font-size: 0.65em;
	text-align: center;
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 300px;
	background: url(../img/gr_footer_bkd.jpg) repeat-x top;
	margin: 0px;
	}
	
#navigation {
	float: right;
	margin-top: 125px;
	}
	
#footer a {
	color: #666;
	text-decoration: underline;
	}

#footer p {
	color: #666;
	text-align: right;
	padding-right:15px;
	vertical-align:top;
	}

#footerPos {
		max-width:1200px;
		margin: auto;
	}

p {
	color: #666;
	line-height: 1.4em;
	}
	
h2 {
	margin-bottom: 1.2em;
	font: italic bold 1.8em/1.5em Georgia, Times, serif;
	color: #990000;	
	}
	
.Title
{
font-family:Georgia, "Times New Roman", Times, serif;
text-transform:capitalize;
font-size:1.2em;
color:#3A6B94;

}
.Time
{
font-weight:bold;
}


#intro { padding-top:25px; padding-bottom:15px; border-bottom: dotted 1px #ccc; border-top: dotted 1px #ccc; }
#intro p { font-size:1.5em; line-height:1.2em;color:#3A6B94; }
	

/* Content
==============================================================================*/




#description .technicalSkills ul {
	margin: 0px;
	padding: 0px;
	}

#description .technicalSkills li {
	padding-bottom: 8px;
	font-size: 1em;
	line-height: 1em;
	}

#description a {
	color: #333;
	text-decoration: underline;
	}
a {
	color: #333;
	text-decoration: underline;
}

#description p { margin-bottom: 15px; margin-top:0; }
#description h2 { margin-bottom:5px; }

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

#description {
	font-size: .75em;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.2em;
	}
	
.thumbnails {
	background-color: #f7f7f7;
	border: solid 5px #e1e1e1;
	margin: 15px auto;
}

.thumbnails a img {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 5px;
	}

.thumbnails h1 {
	color: #666;
	border-bottom: 1px solid #E1E1E1;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 20px;
	}

.thumbnails img {
	margin: 10px;
	background-color:#fff;
}

.thumbnails a:hover img { border: 1px solid #333; }

.thumbnails a.active img { border: 1px solid #333; }

.rightCol {
	float: right;
	width: 625px;
	}

.rightCol img {
	margin-top: 25px;
	margin-bottom: 25px;
	}

.leftCol {
	float: left;
	width: 20%;
	font-size: 0.8em;
	text-align: center;
	margin: 25px 0px 0px;
	height: 400px;
	}
	
.CenterCol { margin: 0 75px; }
	
.leftCol h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: .65em;
	line-height: 1.5em;
	}	

.thumbnails h2 {
	font-size: 1.2em;
	font-weight: normal;
	width: 100%;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	padding-left: 0.2em;
	}

.thumbnails {
	text-align:center;
	}

#description h2 {
	margin-top: 35px;
	color: #990000;
	}

#description ul {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	}
	
#description .technicalSkills {
	float: left;
	width: 45%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

#description h3 {
	font-size: 1.2em;
	font-weight: normal;
	}


/* tooltip styles
==============================================================================*/

div#qTip {
	padding: 5px;
	border: 1px solid #999;
	display: none;
	background: #F5F5F5;
	color: #666;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width: 150px;
	}

a .tooltip { 
	cursor: help;
	text-decoration:underline;
	}
	
#description a.tooltip { text-decoration: underline; }

#contactForm {
	margin: 0px auto;
	vertical-align: top;
	width: 450px;
	}

#contactForm .inputForm {
	width: 100%;
	font-size: 1.2em;
	color: #333;
	background: #F5F5F5;
	border: 1px solid #ccc;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	}

#contactForm .button {
	margin: 10px 0px 0px;
	font-size: 1em;
	padding: 0px .2em;
	}

#contactForm .formNames {
	text-align: right;
	color: #666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}

#contactForm td { vertical-align: middle; padding:10px; }

.PicOfMe
{
height:400px;
float:right;
}

.PicOfMe #me
{
	padding:3px;
	border: solid 1px #ccc;
	}


/* Navigation
==============================================================================*/

#tabs {
	margin: 0;
	padding: 0;
	float: left;
	font: italic bold 0.75em Georgia, "Times New Roman", Times, serif;
	}

#tabs li {
	display: inline;
	white-space: nowrap;
}

#tabs li a {
	float: left;
	color: #FFFFDE;
	padding: 8px 15px; /*padding of tabs*/
	text-decoration: none;
	background: #990000;
	margin-right: 3px;
	-moz-border-radius-topleft:3px;  
	-webkit-border-top-left-radius:3px;
    -moz-border-radius-topright:3px; 
	-webkit-border-top-right-radius:3px;
	}

#tabs li a.active {
	background: #FFF;
	color: #990000;
	position: relative;
	height: 20px;
	}

#tabs li a#leftmostitem { /*Extra CSS for left most menu item*/
	}

#tabs li a#rightmostitem { /*Extra CSS for right most menu item*/
	}


#tabs li a:hover{
	color: #000;
	background-color: #fff;
	}
	
