/*
Theme Name: rroberts
Theme URI: http://rroberts.com.au/
Description: The theme for rroberts.com.au
Version: 2.0
Author: Nick Roberts
Author URI: http://www.nickroberts.com.au/
*/



html { background: #000 url(images/bg-body.jpg) center top no-repeat; }
body {
	font-family: Tahoma, Geneva, Arial, serif;
	font-size: 12px;
	color: #8f8f8f;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #e1e1e1;
	margin: 0 0 16px;
}
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

p { line-height: 20px; margin: 0 0 16px; }

a { color: #e7832a; text-decoration: none; outline: none; }
a:hover { color: #fff; }

ul, ol { margin: 0 0 16px 24px; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote, address, pre { margin: 0 0 16px; }
blockquote {
	padding: 0 0 0 25px;
	color: #777;
	background: url(images/blockquote.gif) top left no-repeat;
}

form { margin: 0 0 20px; }

.clear { clear: both; }



/* container */

#container {
	width: 920px;
	margin: 0 auto;
}



/* header */

#header {
	height: 120px;
}

#logo {
	float: left;
	width: 307px;
	height: 31px;
	margin: 0;
	padding: 82px 0 0 7px;
}

#logo a {
	display: block;
	width: 307px;
	height: 31px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
}

#menu {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	float: right;
	margin: 0;
	padding: 84px 0 0;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	padding: 6px 10px;
	color: #888;
	font-size: 14px;
}

#menu li a:hover {
	color: #fff;
}

#menu li.current_page_item a, #menu li.current_page_parent a {
	color: #fff;
	background: url(images/glow.png) center center no-repeat;
}



/* content */

#content {
	padding: 35px 10px 60px;
	background: url(images/bg-content.jpg) center bottom no-repeat;
	overflow: auto;
}

.home #content {
	padding: 0;
}

.page-template-template-links-php h2 {
	padding: 0 0 0 10px;
}

#content #content-inner {
	padding: 0 10px;
}



/* banner */

#banner {
	margin: 0;
	width: 920px;
	height: 370px;
	overflow: hidden;
}

#banner li {
	position: relative;
}

#banner li p {
	position: absolute;
	margin: 0;
	left: 20px;
	bottom: 10px;
}

#banner li p a {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 11px;
	color: #8f8f8f;
}

#banner li p a span {
	color: #5e5e5e;
}



#intro {
	padding: 0 10px;
}

.archive #intro, .search #intro {
	padding: 0 10px 35px;
}

#intro #search {
	float: right;
	width: 270px;
	margin: 0 0 0 40px;
}

#intro #search label {
	display: none;
}

#intro #search input#s {
	width: 192px;
	margin: 0;
	padding: 3px;
	color: #8f8f8f;
	border: 1px solid #3a3a3a;
	background: #181818;
}

#intro #description {
	float: left;
	width: 570px;
}



#content h2.year {
	clear: both;
	padding: 25px 0 0 10px;
}

#content .post {
	float: left;
	width: 288px;
	height: 214px;
	margin: 0 15px 15px 0;
	border: 1px solid #333;
	background: #000;
}

#content .third-post {
	margin: 0 0 15px 0;
}

#content .post a {
	position: relative;
	display: block;
	width: 288px;
	height: 214px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 18px;
}

#content .post a span {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 268px;
	padding: 10px;
	background: #000;
	
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}



#content .wp-pagenavi {
	clear: both;
	height: 20px;
	font-size: 10px;
	padding: 45px 0 0 7px;
}

#content .wp-pagenavi a, #content .wp-pagenavi span {
	display: block;
	float: left;
	height: 20px;
	margin: 0 3px;
	line-height: 20px;
	text-align: center;
}

#content .wp-pagenavi .page, #content .wp-pagenavi .current, #content .wp-pagenavi .last, #content .wp-pagenavi .first {
	width: 20px;
	padding: 0;
	background: #1b1b1b;
}

#content .wp-pagenavi .current {
	color: #909090;
	background: #2d2d2d;
}



#content #main {
	float: left;
	width: 620px;
}

.page #content #main {
	width: 610px;
	padding: 0 0 0 10px;
}

#content #main .description {
	padding: 0 10px 20px;
}

#content #breadcrumbs {
	margin: -16px 0 16px;
	font-size: 10px;
	color: #444;
}

#content #breadcrumbs a {
	color: #444;
}

#content #breadcrumbs a:hover {
	color: #bbb;
}

#content #main .gallery a {
	display: block;
	float: left;
	width: 143px;
	height: 143px;
	margin: 0 10px 10px 0;
	border: 1px solid #333;
}

#content #meta {
	float: right;
	width: 230px;
	margin: 0;
	padding: 20px 0 0;
}

#content #meta li {
	padding: 0 0 14px;
}

#content #meta li h4 {
	margin: 0 0 4px;
}

#content #meta li ul {
	margin: 0;
}

#content #meta li p.photo {
	padding: 16px 0;
}

#content #meta li p.photo img {
	border: 1px solid #222;
}



form p {
	margin: 0 0 4px;
}

.wpcf7-form-control-wrap input, textarea {
	width: 192px;
	padding: 3px;
	color: #8f8f8f;
	border: 1px solid #3a3a3a;
	background: #181818;
}

textarea {
	width: 500px;
	height: 175px;
}

.wpcf7-not-valid-tip {
	color: #f00;
	padding: 0 0 0 4px;
}

.wpcf7-response-output {
	margin: 16px 0 0 0;
}

.wpcf7-validation-errors {
	color: #f00;
}

.wpcf7-mail-sent-ok {
	color: #090;
}



#content .links, #content .links ul {
	margin: 0;
}

#content .links li {
	float: left;
	width: 430px;
	padding: 0 10px;
}

#content .links li ul li {
	float: none;
	width: auto;
	padding: 0 0 16px;
}

#content .links a {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 16px;
}



/* sidebar */

#sidebar {
	padding: 40px 20px 0;
	margin: 0 0 80px;
	background: url(images/bg-sidebar.jpg) no-repeat;
}

.home #sidebar {
	overflow: auto;
}

#sidebar .intro {
	float: left;
	width: 600px;
}

#sidebar .latest {
	float: right;
	width: 230px;
}

#sidebar .latest ul {
	margin: 0;
	line-height: 14px;
}

#sidebar .latest ul li {
	padding: 0 0 6px;
}

#sidebar #taxonomies {
	overflow: hidden;
}

#sidebar #taxonomies .taxonomy {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

#sidebar #taxonomies .taxonomy h4 {
	line-height: 24px;
}

#sidebar #taxonomies .taxonomy ul {
	margin: 0;
	line-height: 14px;
}

#sidebar #taxonomies .taxonomy ul li {
	padding: 0 0 6px;
}

#sidebar #show-hide {
	padding: 0 0 0 14px;
	line-height: 14px;
	color: #e7832a;
	cursor: pointer;
	background: url(images/arrow.gif) left 6px no-repeat;
}

#sidebar #show-hide:hover {
	color: #fff;
}



/* footer */

#footer {
	padding: 0 10px 10px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	color: #444;
}

#footer a {
	color: #a1a1a1;
}

#footer a:hover {
	color: #fff;
}
