body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 0;
	padding: 0;
	background-color: #ADCE20;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: none;
}
/*
a:active {
	color: #1d75b4;
	text-decoration: none;
}
*/
a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #222222;
	padding: 0;
	margin: 0 0 8px 0;
}

h1 { font-size: 24px; letter-spacing: -1px; }
h2 { font-size: 22px; letter-spacing: -.7px; }
h3 { font-size: 20px; letter-spacing: -.5px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; margin-bottom: 3px; }

p {
	line-height: 1.8em;
	padding: 0;
	margin: 0 0 8px 0;
}

blockquote {

	line-height: 2em;
	font-style: italic;
}

ul {
	list-style-type: square;
	line-height: 1.7em;
	padding-left: 10px;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 5px 0 10px 0;
}

hr.portfolio {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 20px 0 20px 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}


/* ---- Container ---- */

#container {
	width: 960px;
	margin: 0 auto;
}


/* ---- Title ---- */

#title {
	background: url(../images/title.gif);
	width: 368px;
	height: 64px;
	margin: 18px 0 18px 0;
}


/* ---- Display ---- */


.display_blue {
	background-color:#859F1A;
	width: 960px;
	height: 250px;
}

.pagetitle {
	width: 930px;
	height: 40px;
	padding: 30px 0 30px 30px;
	background-color: #859F1A;
}

.pagetitle h1{
	font-size: 30px;
	color: #FFFFFF;
}

#display_images {
	float: right;
	position: relative;
	width: 369px;
	height: 235px;
	background: #FFFFFF;
	padding: 14px 0 0 14px;
	margin: 0 15px 0 0;
}	

.display_gray {
	background:  url(../images/display_graybg.gif);
	width: 960px;
	height: 70px;
}

.display_interested {
	background: url(../images/display_interested.gif);
	width: 400px;
	height: 70px;
}

.display_text {
	float: left;
	width: 500px;
	width:460px !important;
	margin: 30px 25px 0 35px;
	margin: 30px 15px 0 25px !important;
	color: #FFFFFF;
}

.display_text  h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.display_text p {
	color: #FFFFFF;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

.display_text a {
	color: #FFFFFF;
	text-decoration: none;
}

.display_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.display_text a:visited {
	text-decoration: none;
}

.display_text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#display_controller {
	position: absolute;
	float: right;
	width: 397px;
	margin-left: 580px;
	margin-top: 274px;
}

#display_controller ul li{
	display: inline;
	list-style: none;
}

#display_controller span.button {
	background-color: #FFFFFF;
	color: #ADCE20;
	padding: 4px 7px;
	margin-right: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor: pointer;
	border: 1px solid #fff;
}
/*
#display_controller span:hover.button {
	background-color: #fff;
	color: #ADCE20;
	border: 1px solid #ADCE20;
	cursor: pointer;
}
*/
#display_controller span.button2 {
	background-color: #636363;
	color: #999999;
	padding: 4px 7px;
	margin-right: 3px;
	font: 10px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
}

#display_controller span:hover.button2 {
	background-color: #2c9cdd;
	color: #FFFFFF;
	cursor: pointer;
}

#display_controller span.selected  {
	background-color: #ADCE20;
	color: #FFFFFF;
}


/* ---- Navigation ---- */

#navigation {
	background: url(../images/nav_bg.gif) repeat-x;
	width: 960px;
	height: 40px;
	font: bolder 12px Arial, Helvetica, Sans-Serif;
	color: #999999;
}

#navigation ul {
	padding: 13px 3px 0 0;
	margin: 0;
	line-height: normal;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	cursor: pointer;
	margin-right: -3px;
}

#navigation ul li a{
	color: #fff;
	padding: 13px 25px 13px 25px;
}

#navigation ul li a:hover {
	background: url(../images/nav_selectedhoverbg.gif) repeat-x;
	padding: 13px 25px 13px 25px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li a.selected {
	background: url(../images/nav_selectedhoverbg.gif) repeat-x;
	color: #FFFFFF;
}

/* ---- Pages/Content ---- */

#content {
	background: url(../images/content_bg.gif);
	width: 960px;
}

.spacer {
	height: 1px;
	clear: both;
}

.folio_img {
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 10px;
}

.preview {
	background: url(../images/preview.gif) no-repeat;
	padding-left: 20px;
	font-weight: bolder;
}

a:hover.preview {
	text-decoration: none;
}

.view {
	background: url(../images/view.gif) no-repeat;
	padding-left: 18px;
	font-weight: bolder;
}

a:hover.view {
	text-decoration: none;
}

#left {
	float: left;
	width: 612px;
	padding: 17px 24px 15px 24px;
}

.form {
	margin: 0 auto;
	width: 530px;
	padding-top: 10px;
}

#contact_form label {
	color: #333333;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	margin-top: 10px;
}
	
#contact_form .small {
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
	
#contact_form input {
	float: left;
	width: 330px;
	margin: 10px 0 15px 19px;
	color: #444444;
}
	
#contact_form textarea {
	float: left;
	width: 330px;
	margin: 10px 0 15px 19px;
	color: #444444;
}
	
#contact_form button { 
	clear: both;
	margin-left: 392px;
	background: #333333;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}

#right {
	float: left;
	width: 300px;
}

#footer {
	color: #000000;
	padding: 20px 0 20px 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* -------------- LANG --------------- */
#lang {
	position:absolute;
	left:732px;
	top:6px;
	width:218px;
	height:27px;
	z-index:1;
	color:#fff;
	font-weight:bold;
}
#lang a {
	color: #FFFFFF;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
}

#lang a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#lang a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* --------------- RSS ------------ */
#rss {
	position:absolute;
	left:749px;
	top:26px;
	width:100px;
	height:89px;
	z-index:2;
}

#twit {
	position:absolute;
	left:849px;
	top:26px;
	width:100px;
	height:72px;
	z-index:3;
}

.log {
	background: url(../images/log.gif) no-repeat;
	padding-left: 20px;
	font-weight: bolder;
}

.register {
	background: url(../images/reg.gif) no-repeat;
	padding-left: 20px;
	font-weight: bolder;
}
#pp input {
	border:none;
	}
	
.pagination {
	font-weight:bold;
	}

.mar img{
	margin-right:26px;
	padding:5px;
	border:1px solid #ccc;
	}
.postdate {
	font-style:italic;
	font-weight:bold;
	}

#comments {
	border-bottom:1px solid #BBBBBB;
	margin-bottom:10px;
	}

#comments p a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
	font-style:italic;
	font-weight:bold;
	color: #859F1A;
	text-decoration:none;
	}
	
#comments a:hover {
	text-decoration:underline;
	}
	
#comments span.text {
	color:#111111;
	font-size:11px;
	}
	
	
pre {
   display: block;
   margin: 2em 0;
   white-space: pre;
   overflow: auto;
   width: 470px;
   line-height: 1.4;
   border: 1px solid #ccc;
   background: #ece9d8;
   padding: 8px;
   height:auto;
}