@charset "utf-8";
/* Leif Robertson 2009 */


/*-------- General styles --------*/


* {
	padding:0;
	margin: 0;
}
body {
	background:url(../images/bg.jpg) repeat-x #2d4201;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
}

#wrapper {
	position:relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
A:link {
	text-decoration:none;
	color:#777;
}
A:visited {
	text-decoration:none;
	color:#777;
}
A:active {
	text-decoration:none;
	color:#777;
}
A:hover {
	text-decoration:none;
	color:#FFF;
}
img {
	border:none;
}



/* ------ defines different pages banners---------*/

#homePage #header{
	position: relative;
	background:url(../images/top.jpg) no-repeat;
	height: 315px;
}

#workPage #header{
	position: relative;
	background:url(../images/topWork.jpg) no-repeat;
	height: 315px;
}

#pricePage #header{
	position: relative;
	background:url(../images/topPrice.jpg) no-repeat;
	height: 315px;
}

#aboutPage #header{
	position: relative;
	background:url(../images/topAbout.jpg) no-repeat;
	height: 315px;
}

#contactPage #header{
	position: relative;
	background:url(../images/topContact.jpg) no-repeat;
	height: 315px;
}

#thankPage #header{
	position: relative;
	background:url(../images/topThank.jpg) no-repeat;
	height: 315px;
}

#errorPage #header{
	position: relative;
	background:url(../images/topError.jpg) no-repeat;
	height: 315px;
}

#hiddenPage #header{
	position: relative;
	background:url(../images/topHidden.jpg) no-repeat;
	height: 315px;
}

#hiddenPage #header p{
	color:#eee;
	width:550px;
	padding-left:50px;
	padding-top:100px;
}



#header h1 {
	text-indent: -9999px;
	overflow: hidden;
}

#katie #header{
	position: relative;
	background:url(../images/topKatie.jpg) no-repeat;
	height: 315px;
}

#katie p{
	color:#eee;
	padding-left:50px;
	padding-right:50px;
}

#katie img{
	padding:10px;
	margin-left:25px;
}


/* ----------------- about me button effect ---------------*/

#aboutMe{
	background:url(../images/aboutMe.jpg) no-repeat bottom left;
	width:240px;
	height:60px;
	bottom:50;
	left:0;
	left:490px;
	top:-1px;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
	z-index:100;
}

#aboutMe:hover{
	background:url(../images/aboutMe.jpg) no-repeat top left;
}

#aboutMe p{
	display:none;
}


/* --------------------- Flash Image Rotator -------------------------*/

#container{
	position:relative;
	text-align:left;
	padding-top:65px;
	margin-left:52px;
	z-index:1;
}




/* ----------------- Home page button effect ---------------*/

#myWork{
	width:137px;
	height:40px;
	background:url(../images/myWork.jpg) no-repeat;
	overflow:hidden;
	position:absolute;
	bottom:12px;
	left:150px;
	cursor:pointer;
}

#myWork:hover{
	background:url(../images/myWork.jpg) no-repeat bottom left;
}

#myWork p{
	visibility:hidden;
}


#price{
	width:137px;
	height:40px;
	background:url(../images/price.jpg) no-repeat;
	overflow:hidden;
	position:absolute;
	bottom:12px;
	left:400px;
	cursor:pointer;
}
#price:hover{
	background:url(../images/price.jpg) no-repeat bottom left;
}

#price p{
	visibility:hidden;
}



#contactMe{
	width:137px;
	height:40px;
	background:url(../images/contactMe.jpg) no-repeat;
	overflow:hidden;
	position:absolute;
	bottom:12px;
	left:650px;
	cursor:pointer;
}

#contactMe:hover{
	background:url(../images/contactMe.jpg) no-repeat bottom left;
}

#contactMe p{
	visibility:hidden;
}


/* -------------------- content divs -------------------------------- */

#content{
	background:url(../images/contentBG.jpg) repeat-y;
	float:left;
	color:#eee;
	padding-top:25px;
}

.workContentLeft{
	padding:10px;
	float:left;
}

.workContentRight p{
	padding:10px;
	float:left;
	width:450px;
	text-align:left;
}


.workContentRight h2{
	text-align:center;
}

.workContentRight img{
	padding:10px;
}

/* -------------------- footer styles -------------------------------- */

#footer {
	background:url(../images/footerBG.jpg) no-repeat;
	color: #bbb;
	clear: both;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	height:61px;
	padding-top:10px;
}

#footer a {
	color: #bbb;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
	text-decoration: none;
}

