/* Global CSS Stylesheet for garrettwoods.com */
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#A7987E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #11293C;
	margin:0;
	padding:0;
	height:100%;
	}

#header {
	width:100%;
	height:100px;
	border-bottom: #D3D2D4 1px solid;
	background-color:#11293c;
}

h1#name {
	font-size:30px;
	text-decoration:none;
	color: #D3D2D4;
	text-indent: 40px;
	background: url("images/bg-header.jpg") repeat-x;
	padding-top: 5px;
}

div#nameSub {
	text-align:right;
	font-size:12px;
	text-decoration:none;
	color: #999999;
	padding-right: 40px;
}

#allContainer {
	width:850px;
	padding:8px;
	margin-left:auto;
	margin-right:auto;
	border:#CCC 1px solid;
	background-color:#fff;
	position:relative;
	min-height:100%;
	}

div#logo {
	margin-left:auto;
	margin-right:auto;
	}

#mainContent {
	padding:7px 20px 40px 20px;
	margin:0px;
	overflow:hidden;
	min-height:100%;
	height: auto !important;
	height: 100%;
}

.clear {
	clear:both;
}

#contactForm {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

body#projects .imgLeft, body#projects .imgRight {
	padding-top:0;
}

/* Resume Styles ############################################################*/
.resume-major h2 {
	border-bottom:#000 1px solid;
	width:100%;
}
.resume-minor {
	padding-left:20px;
}
.resume-minor p {
	margin-top:0;
	margin-bottom:0;
}
.resume-minor .date-loc, .resume-minor p {
	margin-left:5px;
}

/* Text Formatting ############################################################*/

h1 {
	color: #000;
	font-size:23px;
	font-variant:small-caps;
	font-style:italic;
	text-decoration:underline;
}
		
h2 {
	color: #11293C;
	font-size:20px;
	font-variant:small-caps;
	font-style:italic;
}
h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:30px;
}

.imgRight {
	float:right;
	padding:30px;
}

.imgLeft {
	float:left;
	padding: 4px 30px 30px 30px;
	}

.imgRight p, .imgLeft p {
	text-align:center;
}
#col-1, #col-2, #col-3 {
	width:230px;
	padding-left:6px;
	padding-right:6px;
	text-align:center;
}
#col-1 {
	float:left;
}
#col-2 {
	float:left;
	margin-left:44px;
}
#col-3 {
	float:right;
}
#col-1 h3, #col-2 h3, #col-3 h3 {
	border-bottom:#000 1px solid;
}
#col-1 p, #col-2 p, #col-3 p {
	margin-top:20px;
	text-align:justify;
} 

/* Footer ############################################################*/

#footer {
	margin:0px;
	height:20px;
	border-top: #C8C8B5 1px solid;
	text-decoration:none;
	position:absolute;
	bottom:0;
	display:block;
	clear:both;
	width:850px;
}
	
a.footerLink {
	color:#11293C;
}
#footerLeft {
	float:left;
}
	
#footerRight {
	float:right;
}
	
/* MENU CSS ###########################################################*/
/* Keep the current page's category tab white */
body#home #nav-link-home, 
body#about #nav-link-about,
body#projects #nav-link-projects,
body#contact #nav-link-contact
{
	text-decoration:underline;
}
#navContainer {
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-image:url('../images/header-bg.jpg');
	background-repeat:no-repeat;
	width:950px;
}	
a {
	text-decoration:none;
}
#navigation {
	padding:0px;
	float:right;
	margin-top:80px;
	width:450px;
	height:20px;
}
ul.topnav {
	list-style-type:none;
	line-height:1.5em;
	padding:0 3px 0 3px;
	width:70px;
	border:#cccccc 1px solid;
	float:left;
	position:relative;
	background-color:#ffffff;
	top:-15px;
	margin-right:5px;
}
ul.topnav:hover {
	background-color:#b3becd;
}
ul.topnav li.tab {
	text-align:center;
}
ul.topnav li.tab:hover {
	background-color:#b3becd;
}
ul.topnav li.tab a {
	color:#000000;
}
ul.topnav li.tab a:hover {
	color:#000000;
}
ul.topnav li.tab:hover a{
	display:block;
}
ul.topnav:hover li.tab ul.subnav{
	display:block;
	z-index:9999;
	position:absolute;
	top:22px;
	left:-41px;
	text-align:left;
}
ul.subnav {
	list-style-type:none;
	margin-top:-1px;
}
ul.subnav li {
	width:110px;
	background-color:#77869a;
	padding-left:2px;
	color:#ffffff;
}
ul.subnav li:hover {
	background-color:#b3becd;
}
#js-warning {
	background-color:#FFE9DC;
	padding:5px;
	text-align:center;
}






