/*
Theme Name: Agmates Custom Theme
Description: Custom Wordpress theme designed for Agmates.
Author: Webfella
Author URI: http://www.webfella.com.au/
*/

html {
	min-height:100%;
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#d4a266 url(images/background.jpg) 0 0 repeat-x;
	color:#000;
	font:normal 90% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
#shadow {
	width:85%;
	min-width:1000px;
	margin:0 auto;
	padding:0;
	background:#fff url(images/shadow-new.jpg) 0 0 repeat-y;
	text-align:left;
}

#shadow-left {
	width:85%;
	min-width:1000px;
	margin:0 auto;
	padding:0;
	background:#fff url(images/layout/shadow-left.jpg) 0 0 repeat-y;
	text-align:left;
}
#shadow-right {
	background:url(images/layout/shadow-right.jpg) right 0 repeat-y;
}
#elastic {
	margin:0;
	padding:0;
	background:url(images/layout/shadow-gradient-left.jpg) 0 0 no-repeat;
}
#wrapper {
	margin:0;
	padding:0 22px;
	background:url(images/layout/shadow-gradient-right.jpg) right 0 no-repeat;
}
#header-bg {
	margin:0;
	padding:0;
	background:#fff url(images/layout/header-background.jpg) 0 0 repeat-x;
}


#header-bg {
	margin:0;
	padding:0;
	background:#fff url(images/header-background.jpg) 0 0 repeat-x;
}
#header {
	margin:0 0 13px;
	padding:0 0 0 20px;
	height:251px;
	background:url(images/header.jpg) right 0 no-repeat !important;
	font-size:1.2em;
}
#header h1 {
	margin:0;
	padding:0;
	position:relative;
	font-size:1em;
	width:249px;
	height:113px;
}
#header h1 span {
	display:block;
	position:absolute;
	top:0; left:0;
	z-index:1;
	width:249px;
	height:113px;
	background:url(images/logo.jpg) 0 0 no-repeat;
}
#header p {
	margin:10px 0 0;
	padding:7px 0;
	width:325px;
	border-top:#fff 1px solid; border-bottom:#fff 1px solid;
	color:#fff;
}
#header ul {
	margin:31px 0 0;
	padding:0 10px 0 0;
	list-style:none;
	float:right;
}
#header ul li {
	margin:0;
	padding:0 5px 0 12px;
	border-left:#000 1px solid;
	display:inline;
}
#header ul li.home {
	border:none;
}
#header ul li a {
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
}
#header ul li a:hover, #header ul li.selected a {
	color:#fff;
	text-decoration:underline;
}

.bookmark {
	float: right;
	padding: 165px 10px 0px 0px;
}

.bookmark a {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

#sidebar-left  {
	margin:0;
	padding:0 10px;
	float:left;
	width:170px;
}
#sidebar-left h2 {
	margin:13px 0 0 0;
	color:#84b557;
	font-size:1.2em;
	/*background:#fff url(images/break.gif) 0 0 repeat-x;*/
}

#sidebar {
	margin:0;
	padding:0 10px;
	float:right;
	width:230px;
}
#sidebar h2 {
	margin:13px 0 0 0;
	padding:20px 0 0;
	color:#84b557;
	font-size:1.2em;
	/*background:#fff url(images/break.gif) 0 0 repeat-x;*/
}
#sidebar p.mail {
	height:52px;
	margin:7px 0 0 0;
	padding:10px 15px 0 85px;
	text-align:center;
	font-size:1.2em;
	background:#fff url(images/mailing-list.jpg) 0 0 no-repeat;
}
#sidebar p.newsletter {
	margin:0 0 2px;
	padding:0;
	text-align:right;
	color:#a9a9a9;
	font-size:.8em;
}
#sidebar p.rss {
	height:51px;
	margin:0;
	padding:10px 15px 0 85px;
	text-align:center;
	font-size:1.2em;
	background:#fff url(images/rss.jpg) 5px 0 no-repeat;
}
#sidebar ul li p a {
	color:#000;
	text-decoration:none;
	display:block;
}
#sidebar ul {
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul li ul li {
	margin:0;
	padding:0 0 0 15px;
	background:#fff url(images/blue-chevron.gif) 0 .4em no-repeat;
}
#sidebar ul li a {
	color:#6fb7ee;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#content {
	margin:0;
	padding: 0 20px;
	color:#545454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:465px;*/
	overflow:hidden;
	font-size: 90%;
}
#content .entry {
	clear:left;
}
#content .post {
	margin:0 0 10px;
	padding:0 0 10px;
	background:#fff url(images/break.gif) 0 bottom repeat-x;
}
#content img {
	margin:5px 10px 5px 0;
	float:left;
	/* padding:8px; border:#ccc 1px solid; */
}
#content h2 {
	color:#fb9c35;
	font-size: 130%;
}
#content h2 a {
	color:#fb9c35;
	text-decoration:underline;
}
#content h2 a:hover {
	text-decoration:none;
}
#content p.comments {
	color:#fb9c35;
	margin:0 0 10px 10px;
	padding:4px 0 4px 14px;
	width:120px;
	height:25px;
	float:right;
	background:#fff url(images/cloud.jpg) 0 0 no-repeat;
}
#content p.comments span {
	padding:0 16px 0 0;
	font-size:1.3em;
}
#content .categories {
	float:right;
	text-align:right;
}
#content .categories p { margin:10px 0; }
#content .categories p a { color:#fb9c35; }
#content p.comments a { color:#fb9c35; text-decoration:none; }
#content .calendar {
	float:left;
	clear:left;
	background:#fff url(images/calendar.jpg) 0 0 no-repeat;
	width:62px;
	height:66px;
	margin:0 5px 5px 0;
	padding:0;
}
#content .calendar p.month {
	display:block;
	clear:both;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:2px 0 0;
	padding:0;
}
#content .calendar p.date {
	display:block;
	clear:left;
	text-align:center;
	font-size:30px;
	color:#393939;
	font-weight:bold;
	margin:1px 0 0;
	padding:0;
}
#content a, #sidebar-left a {
	color:#6fb7ee;
	text-decoration:underline;
}
#content a:hover, #sidebar-left a:hover {
	text-decoration:none;
}

li.linkcat {
	list-style-type:none;
}

blockquote {
	color:#777;
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:5px solid #ddd;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}
#footer {
	clear:both;
	margin:10px 0 0;
	padding:0 20px 10px;
	font-size:.8em;
	color:#999;
	text-align:center;
}
#footer ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin:0;
	padding:0 5px 0 12px;
	border-left:#999 1px solid;
	display:inline;
}
#footer ul li.home {
	border:none;
	padding:0 5px 0 0;
}
#footer ul li a {
	margin:0;
	padding:0;
	color:#6fb7ee;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:none;
}
#footer p {
	margin:2px 0;
	padding:0;
}
#footer p.footnote {
	margin:6px 0;
	font-size:.8em;
}
#footer p.footnote a {
	color:#999;
	text-decoration:underline;
}

.votewidget { font-size:.9em; }
.votecount { width:1.7em !important; text-align:center; }

.navigation div { margin:5px 0; font-style:italic; }
.alignleft { float:left; }
.alignright { float:right; }

#content .voting {
	margin:0 0 5px 5px;
	padding:0;
	width:39px;
	float:right;
	clear:right;
}
#content .voting img {
	margin:3px 0 0 3px;
	padding:0;
	border:none;
	float:none;
	background-color:#fff;
}
#content .voting img.voteup {
	margin:3px 0 1px 3px;
}
#content .voting div, .tickercontainer {
	margin:0 0 0 5px;
	padding:5px;
	width:28px;
	height:27px;
	background:#fff url(images/vote-box.gif) 0 0 no-repeat;
	font-size:24px;
	color:#6b6b6b;
	border:none;
	text-align:center;
	float:right;
}
.imagecontainer {
	background-color:#fff;
	border:none;
}

p.emailtofriend {
	height:41px;
	margin:7px 0 0 0 !important;
	padding:10px 0 0 70px !important;
	font-size:1.4em;
	/*background:#fff url(images/layout/email.jpg) 0 0 no-repeat;*/
	color:#000;
	font-style:italic;
	float:right;
	width:320px;
}
p.emailtofriend a {
	color:#000;
}

.title img	{ margin-bottom:0 !important; } /* comments indenting */

.clearfloat:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both;
	visibility:hidden;
}
.clearfloat { display: inline-block; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }

.title cite {
  font-weight: bold;
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.js-topHeader {
	display:none;
} 