/*
Theme Name: Green Graphics
Theme URI: http://www.greengraphics.com.au
Version: 1.0
Description: A theme by Green Graphics
Author: Green Graphics
Author URI: http://www.greengraphics.com.au
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
}

a {color: #0067ad;}
a:hover {color: #568c16;}

body {
	background: #d4e2ec;
	color: #6c6c6c;
	font: normal 62.5% Arial, sans-serif
}

#fadeshow1 {
	z-index: 99;
	position:relative;
}
p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #0067AD;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;color: #0067AD; line-height: 150%;}

td {line-height: 150%;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 160%;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

#searchform {

float:right;
width:200px;
padding-top:50px;
}

#searchform .searchinput {

border: solid 1px grey;
padding:3px;
width:150px;
margin:0px;

}

#searchform #sidebarsubmit {
padding:3px;
color:#fff;
background:#568c16;
margin-left:0px;
border:solid 1px #568c16;

}

#searchform #sidebarsubmit:hover {
	padding:3px;
	color:#fff;
	background:#0067AD;
	cursor:pointer;
	border:solid 1px #0067AD;
}

blockquote {
	display: block;
	font-size:  1.3em;
	font-style: italic;
}

big {font-size: 1.1em;}

h1, h2, h3 {
	padding-top: 6px;
	padding-bottom: 10px;
}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background:#fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 0;
	width: 960px;
}

/* header */
.top {
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0

}
/* title */
#header {
	background: #FFFFFF url('img/logo1.jpg') no-repeat;
	font-size: 1.2em;
	height: 147px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 960px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	over: hidden;
}



/* navigation */
	#navigation {	
	background: #788993;	
	height: 36px;
	z-index:3000;
	position:relative;
}

#navigation ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
  float: left;
  display: inline-block;
  position: relative;
z-index:3000;
	
}
#navigation a {
	background: #788993;	
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	font:1.2em Arial;
	line-height: 36px;
	padding: 0 14px;
}
#navigation a:hover {background: #568c16;
}

/* sub-menu */
#navigation li ul {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 36px;
	padding: 0 0 0 0;
	margin: 0;
}

#navigation li ul li{

background: #dadada;
width: 180px;
height: 32px;
padding: 0;
margin: 0;
position:relative;
z-index:3000;	
}

#navigation li ul a{
text-transform: uppercase;
	font-size: 0.85em;
	background: transparent;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color:#333;
	
}

#navigation li ul a:hover{
	background: #c8dbea;
}
/* main */
.main {
	background:#ffffff;

}

/* sub navigation */
.sidenav {
	float: right;
	width: 235px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:15px;
}
.sidenav h2 {
	color: #0462ab;
	font: bold 1.4em Arial,sans-serif;
	text-transform:uppercase;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
}
.sidenav h2.recent_posts_with_excerpts {
	text-transform:none;
	font: bold 1.4em sans-serif;color: #0067AD; line-height: 150%;
	margin: 0;
	padding-left: 0px;
}

.sidenav .recent_posts_with_excerpts li a {
	font-size:95%;
	color: #0067AD;
	display: inline;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.sidenav .recent_posts_with_excerpts li a:hover {color: #568c16; background-color: #fff;}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 0px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #fff;	
}

.sidenav p {
font-family:Arial;
font-size:1.1em;
line-height:150%;

}
.sidenav blockquote {
	display: block;
	font-size:  1em;
	font-style: normal;
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 15px 0px 10px 30px;
	width: 635px;
}
.content .descr {
	color: #grey;
	font-size: 0.7em;
	margin-bottom: 6px;
}
.content li {
	list-style-type: disc;
	line-height: 130%;
    	padding: 0 0 6px 6px;
}
.content p {
    	font-family: "Arial",sans-serif;
	line-height: 150%;
}
	
	/* Image text wrap styles
--------------------------------------------------*/
img.alignright, .alignright {float:right; margin:0 0 0.5em 1em;}
img.alignleft, .alignleft {float:left; margin:0 1em 0.5em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 0.5em 1em;}
a img.alignleft {float:left; margin:0 1em 0.5em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption text {align:center;}

/* footer */
.footer {
	color: #FFFFFF;
	background:#54646e;
	font: normal 0.9em arial;
	padding: 0 16px;
	line-height: 32px;
	height: 32px;
}
.footer a, .footer a:hover {color: #FFF;}
.footer a {text-decoration: none;}
.footer a:hover {text-decoration: underline;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}
.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD;}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #555555 !important;
}
.ui-default-state a {
	color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #999999;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
}
.ui-hover-state a {
	color: #212121;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
	outline: none;
}
.ui-active-state a {
	color: #212121;
	outline: none;
}
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */
