/*
Theme Name: Round The Bend
Theme URI: http://rtb.com.au/
Description: The Round The Bend WordPress theme.
Version: 1.0
Author: Gozer Studio
Author URI: http://gozer.com.au/
*/



/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin-bottom: 40px;
}
/* -------------------------------------------- */

code { font-family: Consolas, Monaco, "Courier New", Courier, monospace; }

pre {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-size: 11px;
	line-height: 1.3em;
	overflow: auto;
}

pre a { font-weight: normal; }

a { color: #71ad02; text-decoration: none; font-weight: bold; }

a:hover { color: #2583ad; }

strong {
	font-weight: bold;
}

em, cite {
	font-style: italic;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 113px;
	min-width: 960px;
	background: #2b3918;
}

#header h1 a {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	width: 350px;
	height: 113px;
	float: left;
	color: #c2d4a0;
	background: url(images/rtb-logo.gif) no-repeat top left;
}

#header h1 a span {
	/*font-weight: normal;*/
	display: none;
}

#header ul {
	margin-right: 14px;
	margin-top: 79px;
	float: right;
	list-style: none;
	min-width: 500px;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #c2d4a0;
	text-shadow: #333 1px 1px 1px;
}

#header ul li a:hover {
	color: #fff;
}

#header ul li.current_page_item a, #header ul li.current_page_parent a {
	color: #2b3918;
	background: #c2d4a0;
	text-shadow: #c6d9e9 1px 1px 1px;
}

.col-3 ul {
	margin-left: 16px;
	list-style: square;
	margin-bottom: 22px;
}

.col-3 p {
	margin-bottom: 22px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin: 0 14px;
}

.col-1 { width: 52px; }
.col-2 { width: 132px; }
.col-3 { width: 212px; }
.col-4 { width: 292px; }
.col-5 { width: 372px; }
.col-6 { width: 452px; }
.col-7 { width: 532px; }
.col-8 { width: 612px; }
.col-9 { width: 692px; }
.col-10 { width: 772px; }
.col-11 { width: 852px; }
.col-12 { width: 932px; }

h3 {
	font-size: 14px;
	color: #333;
	font-weight:bold;
	margin: -1px 0 1px 0;
}

h4, h3.head {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 4px;
	color: #333;
	margin-bottom: 18px;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 12px;
}

input.text {
	margin-right: 2px;
	font-size: 10px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 14px;
	vertical-align: top;
	color: #666;
}

.button, .button-secondary {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

span.button a {
	line-height: 22px;
	display: inline-block;
	height: 22px;
}

span.button {
	height: 22px;
	display: inline-block;
	vertical-align: bottom;
}

p.button {
	padding-bottom: 8px !important;
}

.button-secondary {
	background: #cee1ef;
	border-color: #80b5d0;
}

.button:hover, .button-secondary:hover {
	color: #d54e21;
}

.button:hover {
	border-color: #535353;
}

.button-secondary:hover {
	border-color: #328ab2;
}

#headline {
	height: 87px;
	min-width: 960px;
	background: #c2d4a0;
	border-bottom: 1px solid #c6d9e9;
}

#headline h2 {
	color: #2b3918;
	font-size: 36px;
	line-height: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 34px;
	padding-left: 12px;
	float: left;
}

#headline .login {
	position: relative;
	float: right;
	padding-top: 50px;
	margin-right: 15px;
}

#headline input.text {
	background: #fff;
	border: 1px solid #c6d9e9;
}

#pages {float:right;}

#pagebody .submenu, #pagebody #submenu {
	margin-left: 0;
	margin-top: -2px;
	font-size: 10px;
	list-style: none;
}

#pagebody .submenu li.current_page_item a, 
#pagebody .submenu li.current_page_ancestor a,
#pagebody .submenu li ul li.current_page_item a {
	color: #333;
}

#pagebody .submenu li.current_page_item ul li a {
	color: #71ad02;
}

#pagebody .submenu li.current_page_item ul li a:hover {
	color: #2583ad;
}

#pagebody .submenu li ul li {
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}

#pagebody .submenu li ul li.page_item a {
	color: #71ad02;
}

#pagebody .submenu li ul li.current_page_item a {
	color: #333;
}

p.person {
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 11px;
}

#pagebody .submenu li {
	border-bottom: 1px solid #dedede;
	font-size: 11px;
	line-height: 15px;
	padding: 5px 0;
}

#pagebody .submenu li a {
	width: 100%;
	display: block;
}

#pagebody .submenu li ul {
	list-style: none;
	margin-top: 0 !important;
	margin-left: 16px !important;
	margin-bottom: 0;
}

#pagebody .submenu li ul li {
	border: none;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#pagebody {
	font-size: 12px;
	margin-top: 29px;
}

#pagebody p, #pagebody ol, #pagebody ul {
	margin: 0 0 22px 0;
}

#pagebody ul {
	margin-left: 16px;
	list-style: square;
}

a.rsslink {background:url(images/feedicon10.png) top left no-repeat; padding-left: 14px;}

#pagebody ol {
	margin-left: 22px;
	list-style: roman;
}

#pagebody p.intro {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #555;
	font-size: 15px;
	margin-top: -1px;
	margin-bottom: 23px;
}

#pagebody p.intro a {
	font-weight: normal;
}

.feed {
	background: url(images/feedicon.png) center left no-repeat;
	padding-left: 19px;
}

#footer {
	clear: both;
	border-top: 1px solid #dedede;
	padding: 6px 14px;
	width: 932px;
	margin: 0 auto;
}

#footer .wrapper {
	width: 932px;
}

#footer p {
	float: left;
	color: #bbb;
}

#footer h6 {
	float: right;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #dadada;
	padding: 22px 22px 0;
	margin-bottom: 22px;
}

.alt { background: #f9f9f9; }

.featured {
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 11px 11px 16px;
	margin: 32px 0;
	overflow: auto;
	width: 670px;
}

.partner img {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 12px;
}
.submit {
	border-top: 1px solid #ccc;
	padding: 1.5em 0 0 0;
	margin: 10px 0 0 0;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#pagebody table.widefat {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin-bottom: 11px;
}

#pagebody table.widefat a {
	text-decoration: none;
}

#pagebody table.widefat tr.alt {
	background-color: #f9f9f9;
}

#pagebody table.widefat thead {
	background-color: #464646;
	color: #d7d7d7;
}

#pagebody table.widefat td, #pagebody table.widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 12px;
	padding: 6px;
	vertical-align: text-top;
}

#pagebody table.widefat th {
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: left;
}

#pagebody table.widefat .check-column {
	text-align: center;
	vertical-align: text-top;
	width: 3%;
}

.wrap, .updated, .error {
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	max-width: 980px;
}

.form-table, form#profile-form table {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
	color: #333;
}

.form-table td, form#profile-form table td {
	margin-bottom: 9px;
	padding: 10px;
	line-height: 20px;
	border-bottom-width: 8px;
	border-bottom-style: solid;

}

.form-table th, form#profile-form table th {
	text-align: left;
	padding: 10px;
	width: 150px;
	font-weight: bold;
	border-bottom-width: 8px;
	border-bottom-style: solid;
}

.form-table input, .form-table textarea,
form#profile-form table input, form#profile-form textarea {
	border: 1px solid #d1e5f6;
	border-top-color: #b0c1cf;
	border-left-color: #b0c1cf;
}

.form-table textarea, form#profile-form table textarea {
	width: 520px !important;
	font-size: 13px;
	line-height: 1.5em;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
}

.error a {
	color: #c00;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table td, .form-table th,
form#profile-form table td, form#profile-form table th {
	border-bottom-color: #fff;
}

.form-input-tip {
	color: #999;
}

.form-table tr, form#profile-form table tr {
	background-color: #eaf3fa;
}

#sitesearch {
	margin-top: 10px;
	margin-bottom: 22px;
	font-size: 10px;
}

#sitesearch #sitesearchbox {
	width: 45%;
	padding: 3px;
	font-size: 18px;
}

#sitesearch p { margin-top: 4px; }

#sitesearch label { margin-right: 6px;}

#sitesearch .text {
	height: 24px;
}

#sitesearch .button {
	font-size: 16px;
	margin-left: 4px;
	height: 32px;
	padding: 0 6px;
}

ol.searchresults {
	margin-top: 22px !important;
	padding-left: 4px;
}

div.special { margin-top: 22px; }

.searchresults h4, .special h4 {
	margin-bottom: 4px;
}
.searchresults .source, .special .source {
	float: right;
	font-size: 10px;
	font-style: italic;
	font-family: "Lucida Sans";
	color: #888;
	font-weight: normal;
}

.heatmap {
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 3em;
}

.heatmap a {
	font-weight: normal;
}

.col-10 .col-5 {
	margin: 0;
	width: 352px;
	padding-right: 20px;
}

.col-10 .col-10 {
	margin: 24px 0 0;
	clear: both;
}

.col-10 .col-8, .col-10 .col-7 {
	margin: 0;
}

.col-10 .col-5 table td {
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.more {
	font-size: 90%;
}

.column-list {
	font-size: 10px;
	line-height: 1.5em;
}

.column-list li {
	padding-bottom: 4px;
}






.logout_link {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}

.logout_link:hover {
	color: #c2d4a0;
}


#pagebody .memberPost p {
	margin-bottom: 0;
}

#pagebody .memberPost p.member-post-meta {
	margin-bottom: 22px;
	color: #000;
}

.wrapper #searchform {
	float: right;
	padding-top: 45px;
}