/** copyright 2007 andrew jaswa www.gotkicked.net
 * oranges
 * design by: Lucien Frelin - www.lucienfrelin.com
 * orange:#E09E00
 * blue:#588DEA
 * light blue:#AECBFF
 */
* { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
body {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}
a {
	color:#E09E00;
}
a:hover {
	color:#588DEA;
}
img {border:0;}
#container {
	position:relative;
	top:0px;
	left:0px;
}
#main, #container, div {
	margin:0px;
	padding:0px;
	
}
#main {
	width:100%;
	margin:0px auto;
	background:url('orange-lf/header-bk.png') repeat-x;
}
#container {
	width:775px;
	margin:0px auto;
}
#header {
	height:214px;
	background:url('orange-lf/gk-logo.png') no-repeat 30px 0px;
}
#header h1, #header p, #header div {
	display:none;
}
#content {
	width:739px;
	background:url('orange-lf/main-bk.png') no-repeat;
	margin:0px auto;
	padding:5px;
}
#content div {
	margin:10px 10px 10px 10px;

}
h2{
	margin:15px 10px 10px 10px;
	font-size:18pt;
	color:#588DEA;
}
#content div .post {
	width:440px;
	margin:10px;
	border-bottom:1px dotted #E09E00;
	padding:5px;
}
#content div .post .date {
	float:right;
	font-weight:bold;
	color:#E09E00;
	margin:0px 5px;
	padding:0px;
}
#content div .post .entry{
	margin:0px 0px;
	padding:0px;
}
#contact {
	border:0px;
	background:url('orange-lf/orange.png') no-repeat 300px 70px;
}

#contact label{
	float:left;
	width:100%;
	color:#588BE8;
	margin:5px;
}
#contact input, #contact textarea {
	float:left;
	width:250px;
	margin:5px 100px 5px 5px;
	border:1px solid #A9B3B5;
	background-color:#F7F7F7;
}
button {
	clear:both;
	margin:5px 50px;
	border:0px;
	border-left:1px solid #E09E00;
	border-right:1px solid #E09E00;
	background-color:transparent;
	color:#E09E00;
}
#nav{
	position:absolute;
	top:150px;
	left:470px;
	color:#AECBFF;
	width:375px;
}
#nav ul{
	padding:0px;
	margin:0px;
}
#nav ul li{
	text-transform:capitalize;
	font-size:8pt;
	display:inline;
}
#nav ul li a {
	color:#AECBFF;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#E09E00;
}
#nav-bottom {
	clear:both;
	width:739px;
	background:url('orange-lf/main-bk.png') no-repeat;
	padding:5px;
	height:65px;
	margin:3px auto;
	text-align:center;
}
#nav-bottom ul{
	padding:0px;
	margin:0px 35px;
	list-style:none;

}

#nav-bottom ul li {
	margin:0px auto;
	float:left;
	background:url('orange-lf/button.png') no-repeat;
}
#nav-bottom ul li a {
	display:block;
	height:40px;
	width:166px;
	margin:20px 0px 0px 0px;
	font-weight:bold;
	font-size:11pt;
	text-transform:uppercase;
	text-decoration:none;
	color:#E09E00;
}
#nav-bottom ul li a:hover{
	color:#588DEA;
}
#footer {
	clear:both;
	width:75px;
	width:739px;
	padding:5px;
	text-align:center;
}
.required {
	color:#E09E00;

}
.error {
	color:#E09E00;
	border:1px solid #E09E00;
}
.website .img{
	float:left;
	height:125px;
	width:175px;
}
.website .text{
	float:left;
	height:125px;
	width:350px;
}
