/*
***********************************************************************************************
**************  James Smutek Resume and Portfolio Site Version 1.0  ***************************
**************  -------------Colors:---------                   *******************************
**************  Light Grey:  #eeeeee                            *******************************
**************  Med Lt Grey: #D8D8D8                            *******************************
**************  Dark Grey:   #535353                            *******************************
**************  Yellowish:   #D0932C                            *******************************
**************  White:       #FFFFFF                            *******************************
***********************************************************************************************
*/

body {
	background-color: FFFFFF;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ------- Header Area -----------
		   header wrap provides top shadows, header div provides bg image ------*/
		   
#headerWrap {
	background-color: #eeeeee;
	background-image: url(../img/header_gradient_2.jpg);
	background-repeat: repeat-y;
	height: 200px;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-color: #eeeeee;
	background-image:url(../img/header.jpg);
	height: 200px;
	width: 960px;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
}

/* ------- Content Area -----------
		   content wrap provides top shadows, content div wraps main content ------*/
		   
#contentWrap {
	background-color: #FFFFFF;
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height:normal;
	color: #535353;	
}


#contentWrap h2 {
	font-size: 2em;
	font-weight:bold;
	color: #535353;
	
	
}

#contentWrap h3 {
	font-size: 1.25em;
	font-weight:bold;
	color:#D0932C;
	padding-top: 10px;
	
	
}

#contentWrap h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#D0932C;
	padding-top: 8px;
}

#contentWrap h5 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 8px;

}

#contentWrap ul {
	padding-top: 5px;
	padding-left: 20px;
}

#contentWrap li {
	font-size: .95em;
	list-style-type:disc;
	list-style-position: outside;	
}

#contentWrap a:link {
	text-decoration: none;
	color: #535353;
}

#contentWrap a:visited {
	text-decoration: none;
	color: #535353;
}

#contentWrap a:active {
	color: #535353;
}

#contentWrap a:hover {
	color: #D0932C;
}

#left {
	background-color: #eeeeee;
	float:left;
	margin-left: 40px;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 420px;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-right-radius: 40px;
}



#right {
	float:right;
	margin-right: 40px;
	padding-top:10px;
	height: auto;
	width: 460px;
}
}


#spacerBlock {
	height: 40px;
	width: 460px;
	clear: left;
	float: right;
	margin-top: auto;
	text-align: center;
}


#linkBlock {
	height: 40px;
	width: 460px;
	background-color: #eeeeee;
	clear: left;
	float: right;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}

#linkBlock:p {
	padding-top: 40px;
}


.galleryThumb {
	border: 5px solid #535353;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}


.galleryThumb:hover {
	border: 5px solid #D0932C;
	
}

.galleryThumbRight {
	border: 5px solid #535353;
	float: left;
	margin-top: 20px;
}


.galleryThumbRight:hover {
	border: 5px solid #D0932C;
	
}

#footer {
	clear:left;
	padding-top:100px;
	text-align:center;
}

#bottom {
	width: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height:normal;
	color: #535353;
}

#bottom a:link {
	text-decoration: none;
	color: #535353;
}

#bottom a:visited {
	color: #535353;
}

#bottom a:active {
	color: #535353;
}

#bottom a:hover {
	color: #D0932C;
}
