/*default layout*/
html{
margin: 0px;
padding: 0px;
border: 0px;
}

img{
vertical-align:middle;
}

body {
background : #333333 none repeat scroll 0 0;
/*font: 75%/150% "Trebuchet MS", Tahoma, Arial;*/
padding:2px 2em;
color:#444444;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
font-size:12px;
line-height:1.7em;
margin:0px;
text-align:center;
}

hr {
border: 1px solid #ccc;
} 

blockquote, code, pre {
color:#333;
}

code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font*/
p {

font-size : 1em; 
font-style : normal; 
padding: 0px;
text-align:justify;
} 

h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
border-bottom:1px dotted #3A87DD;
color:#3A87DD;
text-decoration:none;
}
a:hover, a:hover {
font-weight:normal;
border-bottom:1px dotted #FFFFFF;
color:#3A87DD;
text-decoration:none;
}

#footer a{
text-decoration:none;
border-bottom:none;
}

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color:#59770E;
font-family:"Trebuchet MS",Tahoma,Arial;
margin:0 0 2px;
padding-bottom:3px;
text-decoration:none;
border-bottom:none;
}
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
text-decoration:underline;
}


/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}

.date{
border-top: 3px solid #D61D00;
font-family:arial,sans-serif;
font-weight:bold;
margin-bottom:14px;
margin-top:0;
padding-top:3px;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px;
}

img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}

.postcontent a {
background:#D2382C none repeat scroll 0 0;
color:#F8F8F0;
}

.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border:1pt solid #eee;
}

.border {
border: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : #FFFFFF none repeat scroll 0 0;
width:900px; 
margin:0px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
background-image : url(gfx/header.jpg) ;
border-bottom:1px solid #ccc;
height:150px;
}
#header h1{
padding:0px;
font-size:2em;
display:inline;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 1em;
margin: 2px 0.1em 5px;
width: 67%;
float: left;
font-size:1.1em;
}

.post {
clear:both;
padding-top:15px;
margin: 5px 0px 25px 0px;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(gfx/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-time{
	width: 100px;
	height: 35px;
	float:left;
	background: url(gfx/time-bg-small.png) no-repeat;
}

.post-full-time{
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 8px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 80%;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(gfx/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}

.entry {
	clear: both;
	padding-top: 10px;
}


.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(gfx/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(gfx/mini-nav-right.gif) no-repeat right center;
}

.postmeta {
font-size:0.9em;
clear:both;
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 10px 0px 5px;
}
.postcontent {
line-height:1.6em;
}


/*postnav*/
#postnav {
clear:both;
margin:0px;
}
#postnav li {
display:inline;
margin: 2px 0px;
}


/*sidebar*/
#sidebar {
background : transparent;
padding: 5px 0px;
margin: 5px 10px;
width: 25%;
float:right;
}

#sidebar a {
border-bottom:none;
}

#sidebar ul li ul li {
background:transparent url(gfx/icon_star.gif) no-repeat scroll left top;
margin-bottom:5px;
padding:2px 0 2px 18px;
}


#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:10px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 0px 0px 0px;
border: 0px;
padding: 4px 0px 0px 4px;
font-size:140%;
color:#005689;
font-weight:bold;
}
#sidebar li a {
border:none;
}
#sidebar li li {
/*border-bottom: 1pt solid #eee;*/
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/

#searchform {
	margin: 0px;
}

#searchform br {
	display: none;
}

#searchform form div {
background:transparent url(gfx/search_field.gif) no-repeat scroll 0 0;
}

#searchform #s {
	border:1px solid #203346;
	width: 110px;
	height: 26px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(gfx/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
background : #265CA2;
color:#fff;
border-top:1px solid #ccc;
margin:0px;
clear: both;
padding:5px 10px;
text-align:center;
}
#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}
#footer a{
color:#fff;
text-decoration:underline;
}



/*forms*/
input , textarea, select, option {
font-family :'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}

fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
line-height:1.7em;
border-width: 1px 1px 1px 1px;
border-spacing: 2px;
border-style: solid solid solid solid;
border-color: gray gray gray gray;
border-collapse: collapse;
background-color: white;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}

td, th, tr {
padding: 5px;
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
}


/*********plugin styles******************/

#sidebar .widget{
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #E6E6E6;
margin:10px 0 10px;
padding:9px;
}

#sidebar .widget h2{
text-align:center;
}

/**
 * Twitter Widget
 */
#sidebar .widget_twitter {
background-image:url(gfx/twitter-bird.png);
background-position:99% 1%;
background-repeat:no-repeat;
}

#sidebar .widget_twitter h2 a{
color:#005689;
font-weight:bold;
}

#sidebar .widget_twitter h2 a:hover, .widget_twitter h2 a:active, .widget_twitter h2 a:hover, .widget_twitter h2 a:active, .widget_twitter h2 a:hover, .widget_twitter h2 a:active {
text-decoration:underline;
}

#sidebar .widget_twitter li {
	clear:both;
}

#sidebar .widget_twitter li img {
	float:left;
	margin-right:.5em;
}

#sidebar .widget_twitter li .clear {
	clear:both;
}

#sidebar .widget_archive li {
background: url(gfx/mini-monthly-archive.gif) no-repeat scroll 0 0.2167em;;
}

#sidebar .widget_categories li {
background: url(gfx/mini-category.gif) no-repeat scroll 0 0.3167em;;
}

#sidebar .widget_recent_entries li {
background: url(gfx/icon_star.gif) no-repeat scroll 0 0.4167em;;
}

#sidebar .widget_twitter li {
background: url(gfx/twitter-icon.png) no-repeat scroll 0 0.4167em;;
}

#sidebar .widget_links li {
/*background: url(gfx/icon_world_dynamic.gif) no-repeat;*/
background: none;
}

#sidebar .MCW_map_sys_widget{
 text-align:center;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* --------------------------------- */
/*MESSAGE BOX CLEAN	series	  		 */
	.clean-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:left;
	}
	.clean-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:left;
	}
	
	.clean-yellow p{
		padding:8px;
	}
	.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:left;
	}
	.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:left;
	}

/* --------------------------------- */

.ngg-navigation {
clear:both;
}

#stimuli_lightbox a{
border:none;
}

img#wpstats{display:none}


/*horiz bar*/
#hmm{
text-align:center;
margin-left: auto;
margin-right: auto;
}
#horiz_bar {
display:block;
}

#footer-sidebar1 {
float: left;
width: 200px;
margin-left:5px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 200px;
margin-right:5px;
}
/***********/

/**news front page**/
.news{
background:#F7F7F7;
border:1px solid #E6E6E6;
margin:10px 0;
padding:9px;
line-height:2.2em;
}

.news ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
.news li
{
background-image: url("gfx/bullet.gif");
background-repeat: no-repeat;
background-position: 0px 10px;
padding-left: 14px;
}

.news h2.title{
border:0 none;
color:#005689;
font-size:140%;
font-weight:bold;
margin:0;
}


/*******************/
