/*#############################################################
Name: Chocolate Lime
Date: Feb 2009
Description: Chocolate Lime flavoured template
Author: Simon M
URL: http://www.chocolatelime.co.uk
#############################################################*/


/* standard elements */

* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

a {color: #727272;}

a:hover {
	color: #43902a;
	text-align: center;
}

body {
	color: #666;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	text-align: left;
}

/*.page{
   background-color:#262626;
}*/

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul {
	font-size: 100%;
	padding-bottom: 1.2em;
	text-align: left;
}

ul {margin-left: 1.2em;}

h1 {font-size: 1.1em;}

h2 {font-size: 1.0em;}

h3 {
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

h4 {font-weight: normal; font-style: italic;font-size: 100%;}


blockquote {
	background: #FFF;
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #EEE;
	color: #666;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	background-color: #E9E9E9;
}

blockquote p {padding: 3px 0;}

h1,h2 {color: #875F45;}

/* misc */

.clearer {clear: both;}


/* structure */
.container {

	margin: 0 auto;
	width: 900px;
}


/* top */
.top {
	/*background: url(../images/new_logo.jpg) no-repeat;*/
	background-color:#262626;
	font: normal 2.4em Verdana,sans-serif;
	height: 145px;
	margin: 0 auto;
	width: 100%;
	color: #a3be55;
}

.top a {
	color: #553;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}



.top span {padding-left: 24px;}


.top a:hover {
	background: #688B00;
	color: #6c3336;
}

/* header */

.header {
	position:relative; top: -115px; left: -50px;
	height:0px;
}

/*.header .moduletable {
	padding:15px;
	width:255px;
	background:url(../images/nf_bg.jpg) 0 0 no-repeat;
	height:180px;
}

.header .moduletable h3 {
	font-size:1.3em;
}*/

/* item */
.item {clear: both;}

.item .date {
	background: url(../images/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}

.item .date div {padding-top: 4px;}

.item .date span {font: normal 1.6em serif;}

.item .content {
	float: left;
	width: 550px;
	padding-top:15px;
	padding-bottom:15px;
}

.contentheading,
.componentheading {
	font-size:1.3em;
	color: #875F45;
	padding-bottom:5px;
    font-weight: bold;
}

.small, .createdate, .modifydate {
	color:#777;
	font-size:90%;
}

.item .body {
	padding: 12px 18px;
}

.body .moduletable {
	padding-bottom:5px;
}


/* main */

.main {
	float: left;
	margin-left:20px;
}


/* navigation */
.navigation {
    float: left;
    margin-left: 1px;
    width: 165px;
    padding-top:55px;
}

.navigation .moduletable {
	padding:5px 0;
	margin-bottom:15px;
	text-align: center;
}

.navigation .moduletable a{
        color:#262626;

}

.navigation .moduletable a:hover{
        color:#43902a;
}

.navigation .moduletable form {
	text-align:left;
}

.navigation .moduletable-menu {
    padding:0;
	margin-bottom:0;
}

.navigation .moduletable h3,
.navigation .moduletable-menu h3 {
	background: #fff;
	color: #875F45;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	margin-bottom:8px;
	width:196px;
	margin-left:-15px;
}

.navigation .moduletable-menu h3 {
	margin:0;
}
.navigation ul {margin: 0; padding: 0;}

.navigation li {
	color: #262626;
	border-bottom: 1px solid #43902a;
	list-style: none;
	list-style-image:none;
}

.navigation .mainlevel li {
	list-style: none;
	list-style-image:none;
}

.navigation li a {
	color: #333;
	display: block;
	padding: 4px 2px 2px 0px;
	text-decoration: none;
}

.navigation li.current a{
	color:#43902a;
}

.navigation li a:hover {
	color: #43902a;
}

.rightside {
    float: right;
    margin-left: 10px;
    width: 150px;
    padding-top:40px;
}

.rightside .moduletable {
	padding:5px 0;
	margin-bottom:15px;
}

.rightside .moduletable a{
        color: #fff;
	text-decoration: none;
}


/* footer */
.footer {
	background-color:#262626;
	color: #000;
	font-size: 0.95em;
	line-height: 55px;
	margin: 0 auto;
	width: 700px;	
    text-align: center;
}



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



.footerlinks {
	background-color:#262626;
	color: #b0b0b0;
	font-size: 0.95em;
	line-height: 15px;
	margin: 0 auto;
	width: 550px;	
    text-align: center;
    padding-top:10px;
}



.footerlinks a {
	color: #b0b0b0;
	text-decoration:none;
}

.footerlinks a:hover {color: #43902a;}
.footerlinks .left, .footerlinks .right {padding: 0 12px;}

/* copyright*/

.copyright{
	background-color:#262626;
	color: #b0b0b0;
	font-size: 0.95em;
	line-height: 25px;
	margin: 0 auto;
	width: 550px;	
    text-align: center;
}

.copyright a {
	color: #b0b0b0;
	text-decoration:none;
}

.copyright a:hover {color: #43902a;}

/* bottom */

.bottom {
	background-color:#262626;
	width: 100%;	
}


/* floats */

.left {float: left;}
.right {float: right;}

div.contact_email textarea {
	width:98%;
}
#FREE {
	color: #F00;
}
#Free {
	color: #F00;
}
#size15 {
	font-size: 16px;
}

