@charset "utf-8";
/* CSS Document */

/* --------- Global styles ----------*/

html {
     overflow: scroll;
}

body  {
	font: 80% "Verdana", Arial, Helvetica, sans-serif;
	background:#000000 url(images/main-background.jpg) fixed top center no-repeat;
	line-height:20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #cfcfcf;
}

h1 {
	color:#00ccff;
	font-size:120%;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {
	color:#DA6161;
	font-size:120%;
	font-weight:normal;
}

a {
	color:#00b3ff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#00b3ff;
}

ul {
	color:#e6d9d9;
	font-size:120%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
li {
	background-image:url('images/star.png');
	background-position:0 75%;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	line-height:35px;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	margin: 68px auto;
	padding: 0;
	width:900px
}

#bodyCopy {
	padding: 80px 110px 0 210px;
}


/* ----------- Header Styles ------------*/

#header {
	height:130px;
	width:900px;
	left: center;
	margin: 0px auto;
	background: url(images/header-bg.png) top center fixed no-repeat;
	position:fixed;
	top:0;
}

#header #sharpeweb {
	float:left;
	margin: 14px 15px 0 0;
}

#header #webdesign {
	float:right;
	margin: 15px 15px 0 0;
}

#header #print {
	float:right;
	margin: 15px 15px 0 0;
}

#header #projects {
	float:right;
	margin: 15px 15px 0 0;
}

#header #about {
	float:right;
	margin: 15px 15px 0 0;
}

#header #contact {
	float:right;
	margin:15px 0 0 0;
}


/* ----------- Home Styles ------------*/

#homePage #mainContent #lion {
	margin: 0 auto;
}

#homePage #mainContent #brenton {
	margin: 35px 0;
}

#homePage #mainContent #line {
	text-align:center;
}

/* ----------- print Page Styles ------------*/

#print #bodyCopy {
	background: url(images/print-background.jpg) no-repeat;
	padding: 80px 110px 0 110px;
	height: 400px;
}


/* ----------- website Page Styles ------------*/

#website #bodyCopy {
	background: url(images/website-background.jpg) no-repeat;
	padding: 80px 110px 0 110px;
	height: 400px;
}


/* ----------- portfolio Page Styles ------------*/

#portfolio_page #bodyCopy {
	padding: 80px 110px 0 110px;
}

.portfolio_images {
	width: 750px;
}

.portfolio_images p a {
	margin: 0 5px 0 0;
}

.portfolio_images img {
	border: 1px solid #DA6161;
	*border: 1px solid #DA6161;
	margin: 0 68px 0 0;
	float: left;
}

.portfolio_images img a:hover {
	color:#b4e2ff;
}

.portfolio_images p {
	width:680px;
	padding: 10px 0 30px 0;
	margin: 0;
	clear:both;
}


/* ----------- About Page Styles ------------*/

#about #bodyCopy {
	padding: 80px 110px 0 110px;
}

#about #mainContent {
	text-align:justify;
}

#brenton a {
	float: right;
	margin: 0;
}

#brenton p a {
	margin: 0 5px 0 0;
}
#brenton img {
	border: 1px solid #DA6161;
	*border: 1px solid #DA6161;
}

/* ----------- website Page Styles ------------*/

#brentonContact img {
	border: 1px solid #DA6161;
	*border: 1px solid #DA6161;
}

#contact #bodyCopy {
	background: url(images/contact-background.jpg) no-repeat;
	padding: 80px 110px 0 110px;
	height: 400px;
}
