/* @override 
	http://www.gerladina.com/style.css
	http://gerladina.localhost/style.css
*/

/* Made by: Jay Williams (d3done.com) */

body {
	background: #fff url(images/background.gif) repeat-x;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 65px 0 0;
	color: #000;
}

#page {
	width: 625px;
	margin: 0 auto;	
}

#location {
	position: relative;
	top: 170px;
	font-size: 10px;
	text-transform: uppercase;
	left: 340px;
	color: #B46E08;
	width: 200px;
	margin: 0;
	padding: 0;
}

a:link {
	color: #B46E08;
}
a:visited {
	color: #694000;
}
a:hover{
	text-decoration: none;
}

h2 {
	font: 36px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #B46E08;
	padding: 0;
	margin: 0 0 -10px;
	position: relative;
}
h2 a, h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #B46E08;
}
h3, h4{
	color: #B46E08;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 0;
}

ul, ol {
	list-style-position: outside;
}

i,em {
	background-color: #fbfce3;
}

#splash {
	/*width: 525px;
	height: 375px;*/
	position: relative;
	/*margin-left: 50px;
	margin-top: 15px;*/
	overflow: hidden;
	border: 1px solid #000;
	background: #000 no-repeat;
}

#splash p{
	margin: 0;
	padding: 0;
	width: 525px;
	height: 100px;
	display: block;
	background-image: url(images/image_header.png);
	text-indent: -1000px;
	overflow: hidden;
}

.float-right {
	margin: 0 0 5px 5px;
	float: right;
	border: 1px solid #000;
}

.float-left {
	margin: 0 5px 5px 0;
	float: left;
	border: 1px solid #000;
}

/* @group Logo */

#logo {
	text-indent: -1000px;
	position: absolute;
	top: 25px;
	width: 272px;
	height: 272px;
	overflow: hidden;
}

#logo h1, #logo em{
	margin: 0;
	padding: 0;
}

#logo a{
	background: url(images/logo.jpg) no-repeat;
	display: block;
	width: 272px;
	height: 272px;
}

/* @end */

/* @group Nav */

#nav {
	position: relative;
	left: 340px;
	list-style-type: none;
	font: 18px/32px "Lucida Grande", Lucida, Verdana, sans-serif;
	top: -41px;
	padding: 0;
	width: 280px;
	margin: 0;
}

#nav a{
	text-decoration: none;
	color: #000;
}

#nav a:hover, #nav .active{
	color: #B46E08;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 12px;
	background: url(images/footer.gif) repeat-x;
	height: 25px;
	margin-bottom: 0;
	padding: 5px 0 0;
	margin-left: 0;
	margin-right: 0;
}
.d3 {
	float: right;
	text-decoration: none;
}
#footer .d3:link{
	color: #000;
}
#footer .d3:hover{
	color: #B46E08;
}
#footer span{
	display: block;
	width: 625px;
	margin: 0 auto;
}

/* @end */

/* @group Objectives */

.complete span, .complete li{
	text-decoration: line-through;
	font-weight: normal;
	font-style: normal;
	color: #B46E08;
}
.complete .cart{
	text-decoration: none;
}
.complete {
	
	
}
.target span{
	font-weight: bold;
}

/* @end */

/* @group The Children */

.left {
	float: left;
	width: 170px;
	font-size: 14px;
	text-align: center;
}

.child {
	margin: 0;
	padding-left: 190px;
	list-style-type: none;
	font-size: 14px;
}
.child li{
	margin-bottom: 10px;
}
.child span{
	font-weight: bold;
	margin-right: 5px;
	display: block;
}

/* @end */

/* @group Order */

.order, .order li ul, .order form{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.order input{
	width: 100px;
}
.order form img{
	display: none;
	width: 0;
	height: 0;
}
.order li{
}
.order li ul{
	border-bottom: 1px solid #ddc084;
	height: 20px;
	width: 530px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.order li ul li{
	float: left;
}
.order .header{
	font-style: italic;
}
.order .quant{
	width: 80px;
}
.order .desc{
	width: 200px;
	text-align: left;
}
.order .price{
	width: 150px;
}
.order .cart{
	width: 100px;
	text-align: right;
}
.order .extended{
	width: 180px;
}
/* @end */

/* @group Blog */
.blogpost h3 a{
	text-decoration: none;
}
.comment_link, .comment_link a {
	font-size: 14px;
	text-decoration: none;
}
.comment_link span{
	font-style: italic;
}
.comments{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.comments a{
	text-decoration: none;
	font-style: italic;
}
.comments cite{
	font-weight: bold;
}
.blognav{
	margin-top: 15px;
}
.blognav a{
	text-decoration: none;
}
.previous{
	float: left;
}
.next{
	text-align: right;
	display: block;
}
hr{
	visibility: hidden;
}

/* @end */