/* 
Michael Macias
2008.05.12 
*/
/* Global */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #9e2a2a url('/user/views/default/images/background.png') top center no-repeat;
	color: #eddee5;
	font: 12px Verdana, Arial, sans-serif;
}
#page {
	margin: 0 auto;
	width: 512px;
}
#header {
	background: transparent url('/user/views/default/images/shade.png') bottom center no-repeat;
	margin-top: 96px;
	padding-bottom: 44px;
}
#content {
	margin-top: -24px;
	padding: 12px;
}
#footer {
	color: #af4f4f;
	font-size: 9px;
	margin-top: 48px;
	text-align: center;
}

/* Header */
#header a {
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}
#header a.hnav-home {
	background: transparent url('/user/views/default/images/hnav-home.png') no-repeat;
	width: 36px;
}
#header a.hnav-gallery {
	background: transparent url('/user/views/default/images/hnav-gallery.png') no-repeat;
	width: 51px;
}
#header a.hnav-about {
	background: transparent url('/user/views/default/images/hnav-about.png') no-repeat;
	width: 42px;
}
#header a.hnav-contact {
	background: transparent url('/user/views/default/images/hnav-contact.png') no-repeat;
	width: 54px;
}
#header h1 {
	background: transparent url('/user/views/default/images/header.png') no-repeat;
	height: 0;
	margin: 0 auto 16px auto;
	overflow: hidden;
	padding-top: 31px;
	width: 268px;
}
#header ul {
	height: 10px;
	margin: 0 auto 4px auto;
	width: 450px;
}
#header ul li {
	float: left;
	list-style: none;
	width: 24.5%;
}

/* Main */
.badge {
	position: relative;
	bottom: 64px;
	left: 448px;
	z-index: 90;
}
.divine {
	margin: -31px 0 0 -12px;
}

/* Styles */
a {
	color: #f9e8f0;
}
.clearer {
	clear: both;
}
h2 {
	color: #f9e8f0;
	font-size: 16px;
	margin-bottom: 10px;
}
img {
	border: none;
}
p {
	line-height: 20px;
	margin-bottom: 12px;
}

/* Gallery */
.gallery li {
	list-style: none;
	margin: 10px 19px;
	padding: 4px;
	float: left;
	background: transparent url('/user/views/default/images/border.png') no-repeat;
}

/* About */

.profile {
	border: 4px solid #e1b4c8;
	float: right;
	margin-left: 12px;
}

/* Contact */
fieldset {
	border: 0;
}
fieldset input[type=text], fieldset textarea {
	background: #f7ecef;
	margin-top: 3px;
	padding: 3px;
	width: 97%;
}
fieldset input[type=submit] {
	float: right;
	height: 24px;
	width: 38%;
}
fieldset label {
	display: block;
}
fieldset legend {
	display: none;
}
fieldset ol {
	list-style: none;
}
fieldset ol li {
	margin-bottom: 10px;
}