/*========================================================

Global CSS file for Citrus Clean

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================

Color Scheme:

Yellow:		#FFF33B
Green:		#B6DA49

==============================================*/	

/*==============================================
General Layout components
==============================================*/

body {
	color: #666;
	background: url(../cssimages/bg_main.gif);
}

#page {
	background: #FFF;
	width: 760px;
	border-top: 10px solid #FFF33B;
	border-bottom: 10px solid #FFF33B;
	margin: 25px auto 10px auto;
	padding-bottom: 10px;
}

#header {
	height: 100px;
}

#logo {
	float: right;
	margin-top: 15px;
}

#nav {
	background: #B6DA49;
	margin-bottom: 4px;
}

#main_content {
	width: 740px;
	padding: 10px;
}

#homepage #main_content {
	width: 500px;
	float: left;
}

#sub_content {
	width: 210px;
	float: right;
	padding: 10px 10px 10px 0;
}

#credits {
	color: #999;
	width: 760px;
	margin: 0 auto 10px auto;
	text-align: center;
}

/*==============================================
headings
==============================================*/

h1{
	margin-bottom: 28px;
	width: 380px;
	height: 26px;
}

h1#welcome { background: url(../cssimages/text_welcome.gif) no-repeat; }

h1#about { background: url(../cssimages/text_about.gif) no-repeat; }

h1#services { background: url(../cssimages/text_services.gif) no-repeat; }

h1#portfolio { background: url(../cssimages/text_portfolio.gif) no-repeat; }

h1#organic {
	background: url(../cssimages/text_organic.gif) no-repeat;
	height: 33px;
	margin-bottom:21px;
}

h1#contact { background: url(../cssimages/text_contact.gif) no-repeat; }

h2 {
	color: #B6DA49;
}

#contact h2 {
	text-align: center;
}

h3#mission {
	background: url(../cssimages/text_sidebar_mission.gif) no-repeat  ;
	width: 172px;
	height: 18px;
	margin-top: 24px;
	margin-bottom: 20px;
}

/*==============================================
links
==============================================*/

a:link, a:visited {
	color: #B6DA49;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*==============================================
navigation
==============================================*/

#nav ul {
	list-style: none;
	padding: 8px 0px;
	text-align: center;
}

#nav li {
	display: inline;
}

#nav li a {
	margin: 0 15px;
	color: #333;
	font-weight: normal;
}

#nav li.current a {
	font-weight: bold;
	cursor: default;
}

/*==============================================
general styles
==============================================*/

.sidebar_box {
	border: 1px dotted #CCC;
	padding: 5px;
}

#mentor {
	text-align: center;
	margin-bottom: 20px;
}

#main_content ul {
	margin-left: 60px;
}

#main_content ul.services_list {
	margin-left: 30px;
}

#main_content ul.services_list li {
	margin-bottom: 6px;
	line-height: 1.6em;
}

/*==============================================
contact form
==============================================*/

.contact_form {
	margin: 30px auto 20px auto;
	width: 440px;
	padding: 0 60px 20px 0;
}

.contact_form dt {
	margin: 4px 0 8px 0;
	padding: 0px;
	width: 90px;
	display: block;
	float: left;
}

.contact_form dd {
	margin: 4px 0 8px 100px;
}

.contact_form input, .contact_form textarea {
	width: 340px;
	background: #E5E5E5;
}

.contact_form input#subbut {
	width: auto;
	float: right;
}

/*==============================================
credits
==============================================*/

#credits a:link, #credits a:visited {
	color: #999;
	font-weight: normal;
}

#credits a:hover {
	text-decoration: underline;
}


