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

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

* {
	margin: 0;
	padding: 0;
}

a {color: #e28e19; text-decoration: none;}
a:hover {color: #e99818; text-decoration: underline;}

body {
	background: #e5f5fe url('img/bg.jpg') repeat-x center top;
	color: #404041;
	font: normal 62.5% Verdana, sans-serif
}

p,code,ul {padding-bottom: 10px;}

h1 {
	font: normal 1.8em Georgia, Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #404041;
}
h2 {
	font: normal 1.6em Georgia, Tahoma,sans-serif;
	color: #404041;
}
h3 {
	font: bold 1.5em Georgia, Tahoma,sans-serif;
	color: #404041;
}

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;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

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: #FFFFFF;
	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 {
	font-size: 1.2em;
	height: 310px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 960px;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	over: hidden;
	z-index: 100;
	background-color: #FFFFFF;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}



/* navigation */
#navigation {	
	
	background: url('img/nav.jpg');
	height: 41px;
	z-index: 200;
}

#navigation ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
  float: left;
  display: inline-block;
  position: relative;
	
}
#navigation a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	line-height: 41px;
	padding: 0 24px;
	font-family: "Georgia", sans-serif;
	font-size: 1.4em;
	text-transform: lowercase;
}
#navigation a:hover {
background:#d9801a url('img/nav2.jpg');
background-position: left bottom;
color: #FFF;}

/* sub-menu */
#navigation li ul {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 41px;
		padding: 0 0 10px 0;
	margin: 0;
	z-index: 200;
}

#navigation li ul li{
background:#d9801a url('img/nav.jpg');

width: 300px;
height: 32px;
padding: 0;
margin: 0;
border-bottom: solid 1px #FFF;
	
}

#navigation li ul a{
	background: transparent;
	display: block;
	width: 280px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	
}

#navigation li ul a:hover{
	background: #d17218;
}
/* main */
.main {
	z-index: 50;
	background-color: #FFF;
	background-image: url(img/mainbg.jpg);
	background-repeat: repeat-y;
	margin-top:8px;
	margin-bottom:20px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 280px;
	padding-right:20px;
	margin-top: 12px;
}
.sidenav img {max-width: 280px; max-height:300px;}
.sidenav h2 {
	color: #5A5A43;
	font: 1.4em Georgia,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
}

.sidenav h3 {
	color: #E99818;
	text-transform:uppercase;
	font: 14px Georgia,sans-serif;
	line-height: 20px;
	margin: 0;
	padding-left: 0px;
	padding-bottom:2px;
	padding-top:0px;
}
.sidenav p {
    font-family: "Verdana",sans-serif;
	
	line-height: 140%;
	}

.sidenav ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 0px solid #EAEADA; list-style-type: none;}
.sidenav li a {
	font-size: 1.1em;
	background: #e28e19;
	color: #ffffff;
	display: block;
	padding: 6px;
	text-decoration: none;
	width: 100%;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sidenav li a:hover {
	background: #005479;
	color: #fff;	
}
.tribe-event-duration {margin-bottom: 18px; font-weight: 700;}

.type-tribe_events {margin: 0px 20px !important;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 580px;
}
.content .descr {
	color: #7DB0CD;
	font-size: 0.9em;
	margin-bottom: 6px;
}
/* .content li {
    background-image: url("img/li.gif");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 1px 1px 1px 16px;
}

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

.entry li {line-height: 180%; margin-left: 40px;}

.content p {
    font-family: "Verdana",sans-serif;
	
	line-height: 180%;
	}
	
.acknowledgement {float: right;}
.subscribe {width:60px; height:51px; float:right; margin-bottom: 3px;}
#sidebarsubmit {
border:1px solid #grey;
background-color:#FFF;
text-transform:uppercase;
padding:4px;
}


	/* Image text wrap styles
--------------------------------------------------*/
img.alignright {float:right; margin:4em 4em 4em 4em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* footer */
.footer {
	background: url('img/footer.jpg') no-repeat;
	color: #FFF;
	font: normal 1em arial;
	padding: 0 16px;
	line-height: 65px;
	height: 56px;
}
.footer a, .footer a:hover {color: #FFF;}

/* 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 #7DB0CD;
	background:#f7f7f7;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD; margin: 4px 0;}
.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 */


#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;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;
  color:#fff;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#fff;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#fff;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
font-size:1.2em;
border:1px solid #e18b1a;}

.searchinput{
padding:3px;
width:170px;
}

/*hidden elements*/
.accessible {position:absolute;left:-10000px;}
.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 */