

/*

Designed By: Billy Caldwell
www.alteregohermosa.com
Date: December 2009

*/

html {
background: #fefdf0 url(../assets/bodyBG.jpg) repeat-x;

}

body {
	color: #539cb9;
	font: 14px/18px Helvetica, arial, Verdana, sans-serif;
}


/* General Styles*/

a {
	color: #539cb9;
}

a, a:link, a:visited {
	text-decoration: none;
}

a.button{
	position: relative;
	background: #539cb9;
	color: #f2fffb;
	font-size: 18px;
	line-height: 18px;
	padding: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}

a.button:hover{
	position: relative;
	background: rgba(83,156,185,0.61);
	color: #f2fffb;
	font-size: 18px;
	line-height: 18px;
	padding: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}



#container{
	position: relative;
}



/* header*/

#header {

}

#header a{
	color: #fefdf0;
}
#header img{
	padding-top: 34px;
	padding-bottom: 27px;
	float: left;
}

#header #nav{
	float: right;
	overflow: hidden;
	padding-top: 120px;
}

#header #nav li{
	float: left;
	list-style: none;
	background-color: #b3b3b3;
	padding:  6px 9px;
	margin-right: 9px;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fafffb;
}

#header #nav li.selected, #header #nav li:hover{
	background: #539cb9;
	border: 1px solid #44749b;
}

#nav li a{
	display: block;
}

/* Main*/

#main {
	clear: both;
	padding-top: 18px;
	margin-top: 18px;
	background: url(../assets/sunMainBG.png) no-repeat center bottom;
	margin-left: 0;
	padding-bottom: 15px;
}

#main h1{
	color: #539cb9;
	font-size: 35px;
	padding-bottom: 10px;
	line-height: 35px;
	font-variant: normal;
	font-style: italic;
	text-shadow: 0 2px 3px #555555;
}

#main #sub1{
	line-height: 28px;
}

#main #sub2 #description{
	padding-left: 0;
	margin-left: 0;
}

#main #sub2 #mainPic{
	margin-top: -70px;
}

#main #sub2 img{
	padding-top: 5px;
	padding-right: 5px;
}

/* Footer*/

#footer-wrap{
	background: #539cb9;
}

#footer{
	overflow: hidden;
	font-size: 12px;
	color: #fbfff8;
	line-height: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

#footer #col1 p{
}

#footer #col2{
}

/* credits*/

#credits-wrap{
	background: #356376;
}

#credits{
	overflow: hidden;
	font-size: 12px;
	color: #fbfff8;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* Shop */



