/*------------------------------------
body
------------------------------------*/

html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}
body {
	background:#444;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1em;
	margin: 0;
	overflow: auto;
	padding: 20px 0 20px 20px;
}
img {
	border: 0;
}
.hidden {
	height: 0;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}



/*------------------------------------
templates
------------------------------------*/

#outerwrapper {
	font-size: 75%;
	position: relative;
	text-align: left;
	float:left;
	background:#fff;
	width:100%;
}

#innerwrapper {
	width:900px;
	margin:0 0 0 20px;
	clear:both;
}

#header {
	background:#444;
	width:100%;
	float:left;
}
	#header img {
		padding:0 0 20px 0;
	}

#footer {
	clear:both;
	float:left;
	width:870px;
	background:#dedede;
	padding:10px 10px 20px 20px;
	font-size: 75%;
	border-top:1px solid #444;
	border-bottom:2px solid #00e91b;
}

.accordioncontainer {
	border-bottom:1px solid #666;
}
	.accordioncontainer h3 {
		background: #ededed;
		padding:10px;
	}
	.selected h3 {
		background: #fff;
		padding:10px 10px 10px 0;
	}
	.bordertop {
		border-top:1px solid #666;
	}

h3.ui-accordion-header a, h3.ui-accordion-header a:link, h3.ui-accordion-header a:visited {
	text-decoration:none;
}

h3.ui-accordion-header a:hover, h3.ui-accordion-header a:focus, h3.ui-accordion-header a:active {
	text-decoration:underline;
}

/*------------------------------------
grid
------------------------------------*/

.fourcolumns, .threecolumns, .twocolumns, .onecolumn {
	float:left;
}

.fourcolumns {
	width:900px;
}
.threecolumns {
	width:620px;
	padding:10px;
}
.twocolumns {
	width:400px;
	padding:10px;
}
.onecolumn {
	width:200px;
}
.onecolumn_padded {
	width:180px;
	padding:10px;
	margin-bottom:10px;
}



/*------------------------------------
margins
------------------------------------*/

.marginright10 {
	margin-right:10px;
}
.marginright20 {
	margin-right:20px;
}
.margintop10 {
	margin-top:10px;
}
.margintop20 {
	margin-top:20px;
}


/*------------------------------------
navigation
------------------------------------*/

#header ul {
	font-size: 120%;
	font-weight: bold;
	list-style-type:none;
	margin:0;
	padding:0
}
	#header ul li {
		display: inline;
		float: left;
		white-space:nowrap;
	}
		#header ul li a {
			background: #dadada;
			color: #444;
			float: left;
			padding: 10px 15px;
			text-decoration: none;
			margin:0 1px 0 0;
			border-bottom:1px solid #444;
		}
			#header ul li a:hover, #header ul li a:active, #header ul li a:focus {
				float: left;
				text-decoration: none;
				background:#a5a5a5;
				color:#fff;
			}
		#header ul li a.lit {
			float:left;
			position:relative;
			text-decoration: none;
			background:#fff;
			border-bottom:1px solid #fff;
			color:#00e91b;
		}
			#header ul li a.lit:hover, #header ul li a.lit:focus, #header ul li a.lit:active {
				background:#fff;
				color:#00e91b;
			}
		
		

/*------------------------------------
typography
------------------------------------*/

h1, h2, h3, h4 {
	line-height:1.2em;
}

h1 {
	color:#00e91b;
	padding:20px 0 20px 230px;
	margin:0;
	font-size:280%;
	font-weight:normal;
}

h2 {
	color:#444;
	padding:0 0 10px 0;
	margin:0;
	font-size:180%;
}

h3 {
	color:#444;
	padding:0 0 10px 0;
	margin:0;
	font-size:160%;
	font-weight:normal;
}

p {
	margin:0 0 10px 0;
	line-height:1.6em;
	font-size:90%;
}

p.nomargin {
	margin:0;
}

span.strikethrough {
	text-decoration:line-through;
}

ul {
	list-style-type:square;
}

ul.columnlist {
	font-size:90%;
	margin:0;
	padding:0 0 0 17px;
}
html > body ul.columnlist {
	padding:0 0 0 15px;
}
	ul.columnlist li {
		margin:0 0 5px 0;
		padding:0;
	}
	
ul.shouts li strong {
	color:#00e91b;
}	
	
	
/*------------------------------------
links
------------------------------------*/

a, a:link, a:visited { 
	color: #000;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	color: #000;
	text-decoration: none; 
}

a.highlight, a.highlight:link, a.highlight:visited { 
	color: #000;
	text-decoration: underline;
}
a.highlight:hover, a.highlight:focus, a.highlight:active { 
	color: #fff;
	text-decoration: none;
	background:#00e91b; 
	padding:2px 4px; 
}

a.arrow, a.arrow:link, a.arrow:visited { 
	color: #000;
	text-decoration: underline;
	background:url(../images/siteobjects/bg_arrow_green.gif) no-repeat left top;
	display:block;
	padding:0 0 5px 23px;
}
a.arrow:hover, a.arrow:focus, a.arrow:active { 
	color: #000;
	text-decoration: none;
	background:#00e91b; 
	background:url(../images/siteobjects/bg_arrow_hover.gif) no-repeat left top;
	display:block;
	padding:0 0 5px 23px;
}

h3 a, h3 a:link, h3 a:visited { 
	color: #000;
	text-decoration: none; 
}
h3 a:hover, h3 a:focus, h3 a:active { 
	color: #000;
	text-decoration: none; 
}

img.border {
	border:5px solid #dedede;
}
	img.border:hover, img.border:focus {
		border:5px solid #00e91b;
	}



/*------------------------------------
backgrounds
------------------------------------*/

.greygradient {
	background: url(../images/siteobjects/bg_greygradient.gif) repeat-x top;
}
.smallgreygradient {
	background: url(../images/siteobjects/bg_greygradient_short.gif) repeat-x top;
}
.twitter_bg {
	background: url(../images/siteobjects/bg_twitter.gif) no-repeat top right;
}
.rss_bg {
	background: url(../images/siteobjects/bg_rss.gif) no-repeat top right;
}
.sitecolour {
	background: url(../images/siteobjects/bg_flavour.gif) no-repeat top right;
	height:55px;
}
	html > body .sitecolour {
		background: url(../images/siteobjects/bg_flavour.gif) no-repeat top right;
		height:auto;
		min-height:55px;
	}



/*------------------------------------
twitter
------------------------------------*/

#tweets {
	font-size:90%;
	margin:0 0 10px 0;
}
	#tweets ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#tweets ul li {
			margin:0 0 10px 0;
			padding: 10px;
			background:#ededed;
			color:#444;
			font-weight:bold;
		}
			#tweets ul li a, #tweets ul li a:link, #tweets ul li a:visited {
				color:#00e91b;
				font-weight:normal;
				display:block;
			}
			#tweets ul li a:hover, #tweets ul li a:focus, #tweets ul li a:active {
				color:#444;
			}

span.created_at {
	color:#666;
	font-weight:normal;
	display:block;
}
	#tweets ul li span.created_at a, #tweets ul li span.created_at a:link, #tweets ul li span.created_at a:visited {
		color:#666;
		font-weight:normal;
		display:inline;
	}
	#tweets ul li span.created_at a:hover, #tweets ul li span.created_at a:focus, #tweets ul li span.created_at a:active {
		color:#444;
	}




/*------------------------------------
flickr
------------------------------------*/

#flickr { 
	padding:0; 
	margin:0; 
	overflow: hidden; 
}
#flickr img { 
	width: 80px;
	height:60px; 
	border:none;
	margin:0 5px 5px 0;
	display:inline;
}
html > body #flickr img {
	float:left;
}
	#flickr a img, #flickr a:link img, #flickr a:visited img { 
		border:1px solid #444;
	}
	#flickr a:hover img, #flickr a:focus img, #flickr a:focus img { 
		border:1px solid #00e91b;
		float:left;
	}
	
#flickr	li {
	list-style:none;
}

/*------------------------------------
footer/flavours
------------------------------------*/
#siteinfo {
	width:200px;
	float:left;
}

#footernav {
	width:140px;
	float:right;
	padding-right:60px;
}

#footernav p {
	display:block;
	padding:0 0 10px 0;
	margin:0;
}
#footernav p a.flavour {
	display:block;
	padding:0;
	margin:0;
}

#footernav ul {
	font-size:90%;
	list-style-type:none;
	margin:6px 0 0 0;
	padding:0;
	display:block;
}
#footernav ul li {
	color:#fff;
	margin:0;
	padding:0 0 4px 17px;
}
	#footernav ul li.blue {
		background:url(../images/siteobjects/key_blue.gif) no-repeat left 3px;
	}
	#footernav ul li.orange {
		background:url(../images/siteobjects/key_orange.gif) no-repeat left 3px;
	}
	#footernav ul li.green {
		background:url(../images/siteobjects/key_green.gif) no-repeat left 3px;
	}
	#footernav ul li.pink {
		background:url(../images/siteobjects/key_pink.gif) no-repeat left 3px;
	}



/*------------------------------------
forms
------------------------------------*/
.cssform p {
	clear: left;
	margin: -2px;
	padding: 5px 0 5px 0;
	padding-left: 170px; /*width of left column containing the label elements*/
	border-top: 2px solid #fff;
	background: #ececec;
	height: 1%;
}

.cssform label{
	font-size:110%;
	font-weight: bold;
	color:#333;
	float: left;
	margin-top: 5px;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:100%;
	height:15px;
}

.cssform textarea{
	width: 180px;
	height: 150px;
	font-family: Arial, Helvetica, Verdana, sans-serif!important;
	font-size:100%;
}

form input.submit, input.button_f2 {
	background:#fff;
	border:1px solid #a5acb2;
	color:#333;
	font-weight:bold;
	font-size:120%;
	cursor: pointer;
	height:30px;
	padding:5px;
}

form input.button_f2 {
	color:#fff;
	background:#00e91b;
	border:1px solid #a5acb2;
}




/*------------------------------------
blog
------------------------------------*/

h2.blogtitle {
	background:none;
	padding:0;
	margin:0 0 20px 0;
}

.twocolumns h2 a, .twocolumns h2 a:link, .twocolumns h2 a:visited {
/*	font-size:140%;*/
	text-decoration:none;
	text-transform:lowercase;
	color:#444;
}

.twocolumns h2 a:hover, .twocolumns h2 a:focus, .twocolumns h2 a:active {
	background:none;
	color:#00e91b;
}

.comments-template{
	margin: 50px 0 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}


.commentmetadata strong {
	color: #00e91b;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
}

.commentform input {
	width:180px;
	height:15px;
	font-size:100%;
}
.commentform textarea {
	font-size:100%;
}

table#wp-calendar {
	font-size:90%;
/*	background:#e8e8e8;*/
	margin-bottom:20px;
	padding:2px;
	width:180px;
}
	table#wp-calendar caption {
		color:#fff;
		background:#666;
		font-weight:bold;
		padding:5px;
		text-align:center;
	}
	table#wp-calendar td a, table#wp-calendar td a:link, table#wp-calendar td a:visited {
		/*background:#f04;*/
		color:#00e91b;
		font-weight:bold;
	}
	
form#searchform {
	margin-bottom:20px;
}
	form#searchform input.textfield {
		width:175px;
		margin-bottom:10px;
	}

h3#comments {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-bottom:10px;
}

h3#respond {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-bottom:10px;
}

.comments-template ol li {
	margin:0;
}

ol.commentlist li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	background:#f3f3f3;
}

ol.commentlist li.alt {
	background:#e8e8e8;
}
/*form#commentform input#submit {
	width:110px;
	cursor:pointer;
	border:none;
	background:#666;
	color:#fff;
	margin-top:5px;
	font-weight:bold;
	padding: 3px;
	font-size:100%;
}*/

.commentmetadata {
	margin-bottom:5px;
	font-size:70%;
}

h2.blogpadding {
	margin-top:20px;
}

.marginbottom {
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px solid #999;
}




/*------------------------------------
google ads
------------------------------------*/
#googleads {
	clear:both;
	float:left;
	width:870px;
	background:#ebebeb;
	padding:10px 10px 20px 20px;
	font-size: 75%;
	border-top:1px solid #444;
}
