﻿@import 'reset.css';
@import 'misc.css';
@import 'pikachoose.css';
@import 'nivo-slider.css';
/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {
	font: bolder 12px arial;
	color: #fff;
	background: #000;
	margin-top: 44px;
}
	
#wrap {
	margin: 60px auto 0 auto;
	width: 900px;
	position: relative;
}
	
	
#base {
	/*	This Wraps the Content and Sidebar Together	*/
	margin: 0 auto;
	width: 940px;
	position: relative;
	
	
	/*background: url(../images/base-bg.jpg) repeat-y;*/
}


#logo {
	float: left;
	position: absolute;
	bottom: 25px;
	left: 20px;
}

#header {
	background: url(../images/content-top.png) 0 100% no-repeat;
	height: 100px;
	position: relative;
}

#nav {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 10px;
}

#content {
	clear: left;
	background: url(../images/content-bg.jpg) no-repeat;
	width: 940px;
	min-height: 478px;
	padding: 20px 20px;
	color: #fff;
	position: relative;
}

/* For placing the objects to the right */
#contentInner {
	float: right;
	width: 650px;
}


#footer {
	background: url(../images/content-bottom.png) 0 0 no-repeat;
	font: 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #828282;
	padding: 35px 10px 15px 10px;
	margin: 0;
	clear: both;
	text-align: justify;
}

#footer h2{color: #989898; font: bolder 14px Arial, Helvetica Neue, Helvetica, sans-serif;}

#copyright {
	color: #fff; 
	text-align: center; 
	width: 940px; 
	margin: 0 auto;
	padding: 0 20px 40px 20px;
	font: 11px Tahoma, Geneva, Verdana;
	letter-spacing: -.1px;
}
/* _________________________________________________________________________

								nav
____________________________________________________________________________ */

#nav a{
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
	padding: 0 13px;
	font: 16px GillSans, Calibri, Trebuchet, sans-serif;
	display: inline-block;
}
#nav a:hover {
	color: #fef988;
}

#footer a{color: #fff;}
#footer table td {padding: 5px;}

/* _________________________________________________________________________

								links
____________________________________________________________________________ */

a:link, a:visited{color: #fff; text-decoration: none;}
a:hover, a:active{color: #fef988;}


table.galleryList tr td{
	padding: 10px;
	font: bolder 20px 'times new romans';

}
ul.lg li {
	font: bolder 16px 'times new romans';
}

.grayBox {
	background: #404040;
	color: #fff;
	text-align: center;
	margin: 5px auto;
	padding: 16px 0px;
	font-size: 15px;
}

/* _________________________________________________________________________

								text
____________________________________________________________________________ */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font: 18px Century Gothic, Apple Gothic, sans-serif;
}
h1 {

}
h4 {
	font-size: 16px;
	margin: 0;
}


p {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.indent {text-indent: 10px;}

/* _________________________________________________________________________

								lists
____________________________________________________________________________ */

ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

/* _________________________________________________________________________

								forms
____________________________________________________________________________ */

label {
	float: left;
	width: 170px;
	font-weight: bold;
}

input, textarea {
	width: 180px;
	padding: 2px 3px;
	margin-bottom: 5px;
	background: silver;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}

textarea {
	width: 550px;
	height: 120px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
}