/*----------------------------------*/
/* 			GLOBAL STYLES 			*/
/*----------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font: 68%/2em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	text-align: justify;
	background-image: url(../images/bg.gif);
	/*background: #D2F17C;*/
	border-top: 3px solid #97C026;
}

p {
	line-height:25px;
	margin:25px 0;
	font-size:110%;
	word-spacing:2px;
}

a {
	text-decoration:underline;
	color: #96BF27;
}

a:hover {
	color:#000;
}

img { border: none; }

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4.5em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration: none;
	color:#333;
}

ul {list-style:none;}

blockquote {
	padding:0 20px;
	background:#f6f6f6;
	margin:10px 0 0 0;
	border:1px solid #eee;
}

blockquote img {
	float:left;
	padding: 1em 1em 0 0;
}

/*----------------*/
/* CUSTOM CLASSES */
/*----------------*/

.highlight {
	font-weight: bold;
	color: #7DA315;
}

.em {font-style:italic;}

.tag {
	float: right;
}

.colour { color: #97C026; }

/*----------------------------------*/
/* 			LOCAL STYLES 			*/
/*----------------------------------*/

/* HEADER */

#header .description {
	float:right;
	margin:35px 0 0 0;
	color:#222;
	padding-right: 15px;
}

/*#header h1 img {
	float: left;
}*/

#header h1 {
	margin:0;
	padding:25px;
	border-bottom:10px solid #fafafa;
}

#wrapper {
	width:800px;
	margin:15px auto;
	margin-bottom: 15px;
	border: 1px solid #eee;
	background: #fff;
}

/*------------*/
/* NAVIGATION */
/*------------*/

#nav {
	padding:7px;
	margin:0;
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
	height:28px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#999;
	padding:5px 0 7px 0;
	background:#fff;
	font:1.2em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin:1px 5px 0 25px;
	font-weight:none;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	border-bottom: 2px solid #96bf27;
	color:#333;
	text-decoration:none;
}

#nav li a.active {
	color: #333;
	text-decoration:none;
	border-bottom: 2px solid #96bf27;
}

.clear {
	clear:both;
}

/*--------------*/
/* MAIN CONTENT */
/*--------------*/

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding:10px 25px 30px 25px;
	border-right: 1px solid #eee;
}

#content h2 {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	color: #333;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#content h2 a {
	color:#444;
	text-decoration:none;
	border:none;
}

#content a:hover {
	color:#000;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}

.treeIMG {
	padding-right: 5px;
	border:none;
	float: right;
}

/* PORTFOLIO PAGE */

#portfolio { 
	width:760px;
	margin:0 275px 10px 0 !important;
	margin:0 277px 0 0;
	padding:10px 25px 30px 25px;
}

#port { 
	background:#f6f6f6;
	margin:0 7px 15px 0;
	border:1px solid #eee;
}	

#port p { padding: 0 45px; }

#portfolio h2 {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	color: #333;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
}

#port img {
	display:block;
	margin-top:25px;
	margin-right:auto;
	margin-left:auto;
  	border:1px solid #ddd;
	width:375px;
	height:140px;
}

#port img a { text-decoration: none; border:none;}

/* ABOUT PAGE */
	
#about {
	padding:0 10px;
	background:#f6f6f6;
	margin:10px 10px 0 0;
	border:1px solid #eee;
}

#about img {
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}

.aboutIMG {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/*---------*/
/* SIDEBAR */
/*---------*/

#sidebar {
	width:250px;
	float:right;
	padding:10px 10px 10px 10px;
}

#sidebar a {
	text-decoration: none;
	color: #97C026;
	border-bottom: 1px solid #eee;
}

#sidebar a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #eee;
}

#sidebar h2 {
	letter-spacing:2px;
	font-size:1.4em;
	color:#333;
	border-bottom:1px solid #f6f6f6;
	padding:0 0 3px 0;
}

#sidebar ul {
	list-style: none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

#sidebar li a {
	color:#333;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color:#000;
}

p.news img {
	float: left;
	padding-right: 5px;
}

p.news {
	padding:10px;
	margin:10px 0;
	color: #666;
	border:1px dotted #eee;
	height:150px;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

/*--------*/
/* FOOTER */
/*--------*/

#footer {
	padding:0 10px 30px 0;
	text-align:right;
	margin:0;
	color:#999;
	border-top: 1px solid #eee;
	height:40px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #333;
}