/*======= Reset =======*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}


/*======= Global =======*/



html {
	height: 100%;
	overflow-y: scroll;
	background-color: none !important;
}
body {
	background: url(../_images/bg-html.jpg) center top repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	position: relative;
	height: 100%;
	text-align: center;
	background-color: none !important;
}
#wood {
	background: url(../_images/bg-body.jpg) center top no-repeat;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	background: transparent url(../_images/bg-h1.png) -20px 0 no-repeat;
	visibility: visible;
	padding: 5px 0 10px 45px;
	text-indent: -30px;
}
h2, h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0 5px 15px;
	overflow: visible;
}
p {
	padding: 5px 0 10px 15px ;
	line-height: 1.3em;
}
a {
	text-decoration:none;
	font-weight: bold;
	border-bottom:#8BA5D9 dashed 1px;
}
a:link {
	color:#8BA5D9;
}
a:visited {
	color:#8BA5D9;
}
a:hover {
	color:#31579F;
}
ul, ol {
	padding-left: 40px;
	padding-bottom: 10px;
	list-style-type: none;
	line-height: 1.35em;
}
ul ul {
	padding-top: 10px;
	padding-left: 15px;	
}
li {
	padding: 0 0 5px 18px;
	background: transparent url(../_images/bullet.gif) left 5px no-repeat;
}
cite {
	padding: 0 35px;
	display:block;
}
#push {
	height: 175px;
}
#main_container {
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: transparent url(../_images/bg-container.jpg) center 465px repeat-y;
	margin: 0 auto -175px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
#header {
	height: 210px;
	position: relative;
	overflow: visible;
}
#photos {
	width: 228px;
	height: 259px;
	background: transparent url(../_images/photos.png) center top no-repeat;
	position: absolute;
	left: -149px;
	top: 134px;
	z-index: 1;
}
#mino {
	width: 290px;
	height: 384px;
	background: transparent url(../_images/mino.png) center top no-repeat;
	position: absolute;
	right: -110px;
	top: 155px;
	z-index: 2;
}
#coffee {
	width: 273px;
	height: 231px;
	background: transparent url(../_images/coffee.png) center top no-repeat;
	position: absolute;
	right: -125px;
	top: 130px;
	z-index: 3;
}
#footer_gear {
	width: 700px;
	height: 167px;
	background: transparent url(../_images/footer-gear.png) center top no-repeat;
	position: absolute;
	right: 85px;
	top: 8px;
	z-index: 8;
}
#header_image {
	position: absolute;
	left: -175px;
}
.content {
	width: 470px;
	margin: 0 auto;
	padding: 15px 0 0 20px;
	text-align: left;
}
#bg_footer {
	clear: both;
	height: 175px;
	position: relative;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 750px;
	height: 100%;
	position: relative;
	background: transparent url(../_images/bg-footer.png) center bottom no-repeat;
}
#resources {
	text-decoration: none;
	padding-left: 15px;
}
#resources a:link, #resources a:active, #resources a:visited {
	color: #000;
	text-decoration: none;
}
#resources a:hover {
	color: #777;
}

/*======= Navigation =======*/

#nav {
	position: absolute;
	top: 265px;
	left: -60px;
	z-index: 9;
}
#nav li {
	list-style-type: none;
	text-decoration: none;
	background: none;
	padding: 0;
}
#nav li.blank{
	height: 30px;
	width: 155px;
	background: transparent;
}
#nav li a {
	display: block;
	height: 30px;
	width: 155px;
	background: transparent url(../_images/bg-nav-li.png) left -60px no-repeat;
	border: none;
	font-weight: bold;
	line-height: 27px;
	color: #31579F;
	text-align: left;
	text-indent: 20px;
}
#nav li a:hover {
	background: transparent url(../_images/bg-nav-li.png) left -30px no-repeat;
}
#nav li a.current {
	background: transparent url(../_images/bg-nav-li.png) left 0 no-repeat;
	color: #FFFFFF;
}


/*======= 1 Column Layout =======*/

.one_column #big_column{
	width: 750px;
	background: transparent url(../_images/bg-big-column.jpg) center top no-repeat;
	height:auto !important;
}

/*======= Profile Layout =======*/

#profile .content {
	padding-top: 100px;	
}
#eighteen_footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 750px;
	height: 100%;
	position: relative;
	background: transparent url(../_images/18_footer.png) center bottom no-repeat;
}
#media {
	padding: 20px;
	margin: 0 auto;
	text-align: center;
}
