@charset "UTF-8";

html, body, div, span, object,
h1, h2, h3, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}


/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */


body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	background-color: #5793b1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 21px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

p {
	font-size:14px;
	line-height: 23px;
	color: #333;
}


#container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-color: #FFF;
} 
	
 
#header {
	padding: 0;
	height: 167px;
	width: 1024px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0px;
} 
#header h1 {
	padding: 0 0;
}/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	

h3.logo {
	width: 1024px;
	height: 167px;
	text-indent: -99999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding:0;
}

h3.logo_portfolio {
	width: 1024px;
	height: 167px;
	text-indent: -99999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding:0;
}
h3.logo_contact {
	width: 1024px;
	height: 167px;
	text-indent: -99999px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding:0;
}
	
#mainContent {
	float:left;
	background-color: #FFF;
	width: 870px;
	border-right-style: none;
	padding: 20px 10px 0 70px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#mainContentHome {
	float:left;
	background-color: #FFF;
	width: 540px;
	border-right-style: dashed;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 70px;
	border-right-color: #CCC;
	border-right-width: 1px;
} 

#sidebar1 {
	float: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 370px;
	background-color: #FFF;
	text-align: center;
}
#sidebarContact {
	float: right;
	width: 370px;
	background-color: #bed5d9;
	padding: 0;
}



.clearfloat { 
	clear:both;
}
	 This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats 
   

#footer p {
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer {
	width: 1024px;
	text-align: center;
	padding: 10px 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:left;
	background-image: url(../images/footer.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	background-color: #FFF;
	background-position: left bottom;
	background-repeat: no-repeat;
}


#copyright {
	font-size: 11px;
	color: #333;
	text-align:center;
}





/* --------------------------------Resume page........................ */
#sidebar_resume {
	background-color: #21211f;
	float: left;
	width: 352px;
	height:100%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#mainContent_resume {
	background-color: #FFF;
	float: right;
	width: 607px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 40px;
}


#mainContent_resume p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
}
#mainContent_resume ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #333;
}


.bold {
	font-weight: bold;
}
.blueResume {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #3399cc;
	font-weight: bold;
	font-variant: small-caps;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #36C;
}

/* --------------------------------Portfolio page........................ */

#containerThumb {
	position: relative;
	float: left;
	width: 1024px;
	height:195px;
	padding: 0px;
	background-color: #202328;
	background-image: url(../images/thumb_back.jpg);
}

#image1 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 40px;
	padding: 5px;
}

#image2 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 145px;
	padding: 5px;
}

#image3 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 250px;
	padding: 5px;
}

#image4 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 355px;
	padding: 5px;
}

#image5 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 465px;
	padding: 5px;
}
#image6 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 570px;
	padding: 5px;
}

#image7 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 675px;
	padding: 5px;
}
#image8 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 780px;
	padding: 5px;
}
#image9 {
	position: absolute;
	width: 75px;
	height: 75px;
	border: 1px solid #3399cc;
	top: 40px;
	left: 885px;
	padding: 5px;
}

#contentScreenshots {
	float:left;
	width: 520px;
	margin-top: 0;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #393e44;
}
#contentTestimonials {
	float:right;
	width: 454px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin: 0;
	background-color: #ebebeb;
}
/* --------------------------------contact page........................ */
#mainContentContact {
	float:left;
	width: 600px;
	border-right-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 130px;
} 

/* --------black & gray image repeat down to create illusion equal columns on Portfolio pages ........................ */
#equalColumn {
	background-image: url(../images/black_gray.jpg);
	background-repeat: repeat-y;
	width: 1024px;
	background-position: left top;
}

/* -------- image repeat down to create illusion equal columns on home page ........................ */
#equalColumnHome {
	background-image: url(../images/column_home.gif);
	background-repeat: repeat-y;
	width: 1024px;
	background-position: left top;
}
.large {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	font-size: 30px;
	color: #333;
}

