/*
Theme Name: Custom
*/

/* ==============================================================
	DEFAULTS
============================================================== */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url(images/pagebg.gif) repeat-x top left;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
}
a {
	color: #541828;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}

/* ==============================================================
	CLEARS
============================================================== */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#commentform:after,
#page:after,
.postcontent:after,
#comments .edit-comment-admin-links:after,
#comments .edit-comment-user-links:after {
     content: "."; 
     display: block; 
     height: 0; 
	 font-size: 0;
     clear: both; 
     visibility: hidden;
}

/* ==============================================================
	PAGE OUTLINE
============================================================== */
#page-wrapper {
	width: 965px;
	margin: 0 auto;
	background: #fff url(images/pagecols.gif) repeat-y;
	border: 4px #000 solid;
}
#page {
	padding: 16px 0 0;
	background: url(images/topbg.gif) repeat-x top left;
}
#maincol {
	float: left;
	width: 730px;
	padding: 0 0 25px;
}
#rightcol {
	width: 234px;
	float: right;
}

/* ==============================================================
	HEADER
============================================================== */
#header {
	height: 166px;
	position: relative;
	background: url(images/bg-header.gif) repeat-x bottom left;
}
#header h1 a {
	float: left;
	margin: 41px 0 0 183px;
	width: 537px;
	height: 49px;
	background: url(images/logo.gif);
	overflow: hidden;
	text-indent: -9999px;
}
#header h2 a {
	float: left;
	clear: left;
	margin: 12px 0 11px 189px;
	width: 522px;
	height: 22px;
	background: url(images/tagline.gif);
	overflow: hidden;
	text-indent: -9999px;
}
#header a.img {
	display: block;
	width: 174px;
	height: 177px;
	position: absolute;
	top: -19px;
	left: 6px;
}
#nav {
	position: absolute;
	top: 135px;
	left: 95px;
	width: 635px;
	height: 31px;
	list-style: none;
	font-size: 1.3em;
	line-height: 1.2em;
}
#nav li {
	padding: 7px 0 0 19px;
	float: left;
	position: relative;
}
#nav li a {
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #ffcc33;
}

/* ==============================================================
	MAIN CONTENT
============================================================== */
#content {
	padding: 20px 38px 0 38px;
}
#content .post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px #ede6c9 solid;
}
.single #content .post {
	margin-bottom: 0;
}
#content .date, #content .author, #content .meta {
	font-size: 1.1em;
	color: #c56516;
	text-transform: uppercase;
}
#content .meta a {
	color: #c56516;
	text-decoration: none;
}
#content .meta a:hover {
	text-decoration: underline;
}
#content .meta .category {
	padding: 0 13px 0 0;
}
#content .meta .tags {
	padding: 0 0 0 15px;
	border-left: 1px #c56516 solid;
}
#content .meta .comments {
	float: right;
}
#content h1, #content h2 {
	margin: 2px 0;
	font: normal 2.4em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #541828;
}
#content h2 a {
	text-decoration: none;
}
#content .postcontent {
	padding: 5px 0 0;
	font: 1.4em/1.35em Georgia, "Times New Roman", Times, serif;
}
#content .postcontent p {
	margin: 0 0 1em;
}
#content .postcontent ul,
#content .postcontent ol {
	margin: 0 0 1em;
	padding: 0 0 0 2em;
}
#content .postcontent blockquote {
	margin: 0 3.3em 1em;
}
#content .postcontent .alignleft {
	float: left;
	margin: 0 1em .3em 0 !important;
}
#content .postcontent .alignright {
	float: right;
	margin: 0 0 .3em 1em !important;
}
#content .postcontent a {
	color: #a75511;
	text-decoration: none;
}
#content .postcontent a:hover {
	color: #000;
}
#adspace-h {
	margin: 20px 38px 0;
	padding: 14px 0;
	height: 62px;
	background: #ede6c9;
}
#adspace-h .ad1 {
	float: left;
	margin: 0 6px 0 0;
}
#adspace-h .ad2 {
	float: left;
}

/* ==============================================================
	COMMENTS
============================================================== */
#comments-wrapper {
	padding: 30px 38px 0;
}
#comments {
	padding: 15px;
	background-color: #ede6c9;
}
#comments h2 {
	font: normal 1.7em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #541828;
}
#comments h2 a {
	color: #541828;
	text-decoration: none;
}
#comments h2 a:hover {
	text-decoration: underline;
}
#comments ol {
	margin: 5px 0 0;
	padding: 0 0 0 20px;
	color: #c56516;
	font-size: 1.1em;
	list-style: none;
}
#comments ol li {
	padding: 2px 0 10px;
	position: relative;
}
#comments ol li .commentnumber {
	width: 20px;
	position: absolute;
	top: 3px;
	left: -20px;
}
#comments .comment-author img { display: none; }
#comments .comment-author, #comments .comment-meta {
	display: block;
	text-transform: uppercase;
}
#comments .comment-author cite {
	font-size: 1.27em;
	color: #541828;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
#comments .comment-author cite a {
	color: #541828;
	text-decoration: underline;
}
#comments .comment-author cite a:hover {
	color: #000;
}
#comments .comment-meta a {
	color: #c56516;
	text-decoration: none;
}
#comments .comment-meta a:hover {
	text-decoration: underline;
}
#comments p {
	padding: .3em 0;
	color: #000;
	font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
}
#comments .comment-reply-link {
	color: #c56516;
	text-transform: uppercase;
	text-decoration: none;
	font: .8em Arial, Helvetica, sans-serif;
}
#comments .comment-reply-link:hover {
	text-decoration: underline;
}
#comments .edit-comment-admin-links, #comments .edit-comment-user-links {
	float: right;
	position: relative;
	top: -5px;
}
#comments ol ul {
	margin: 10px 0 0;
	padding: 12px 14px 4px;
	list-style: none;	
}
#comments ol ul.children, #comments ol ul.children ul.children ul.children {
	background: #f6f3e4;
}
#comments ol ul.children ul.children, #comments ol ul.children ul.children ul.children ul.children {
	background: #ede6c9;
}
#commentform {
	margin: 15px 0 0;
	padding: 15px 19px;
	background: #f6f3e4;
}
#commentform h2 {
	margin: 0 0 15px;
	color: #541828;
	font-size: 1.6em;
}
#commentform label {
	width: 70px;
	padding: 3px 0 0 0;
	float: left;
	clear: left;
	color: #541828;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}
#commentform label.textarea {
	float: none;
	width: auto;
	display: block;
}
#commentform .textbox {
	padding: 2px;
	width: 510px;
	float: left;
	margin: 0 0 12px 0;
	background: #fff;
	border: 1px #cc6600 solid;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#commentform textarea.textbox {
	float: none;
	margin: 3px 0 12px;
	width: 580px;
	height: 113px;
}
#commentform .button {
	float: right;
}
#commentform p.note {
	float: left;
	padding: 4px 0 0;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #541828;
}
.cancel-comment-reply {
	padding-top: 8px;
	font-size: 1.2em;
}
#commentform .subscribe-to-comments label {
	float: none;
	width: auto;
	padding: 0;
	font-size: 1em;
}

/* ==============================================================
	RIGHT COLUMN
============================================================== */
div.subscribe {
	height: 83px;
	margin: 0 0 0 14px;
	border-bottom: 1px #c57e22 solid;
}
.subscribe .subscribe {
	float: left;
	width: 72px;
	height: 26px;
	margin: 18px 6px 6px 0;
	background: url(images/btn-subscribe.gif);
	overflow: hidden;
	text-indent: -9999px;
}
.subscribe .rssbut {
	float: left;
	width: 40px;
	height: 20px;
	margin: 21px 6px 4px 0;
	background: url(images/rss.gif);
	overflow: hidden;
	text-indent: -9999px;
}
.subscribe .twitter {
	float: left;
	width: 21px;
	height: 26px;
	margin: 20px 6px 4px 0;
	background: url(images/twitter.gif);
	overflow: hidden;
	text-indent: -9999px;
}
.subscribe .facebook {
	float: left;
	width: 21px;
	height: 22px;
	margin: 20px 0 8px;
	background: url(images/facebook.gif);
	overflow: hidden;
	text-indent: -9999px;
}
.subscribe .rss, .subscribe .email {
	float: left;
	clear: left;
	width: 140px;
	margin: 0 0 0 3px;
	color: #541828;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.subscribe .rss:hover, .subscribe .email:hover {
	text-decoration: underline;
}
#searchform {
	height: 52px;
	border-bottom: 1px #cc6600 solid;
}
#searchform label {
	display: none;
}
#searchform #s {
	float: left;
	width: 131px;
	padding: 2px;
	margin: 17px 6px 0 17px;
	font: 1.2em Arial, Helvetica, sans-serif;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
}
#searchform #searchsubmit {
	float: left;
	margin: 13px 0 0 0;
	width: 51px;
	height: 25px;
	color: #5b1f1f;
	font-size: 11px;
	font-weight: bold;
	background: url(images/btn-search.gif) no-repeat bottom left;
	border: none;
	cursor: pointer;
}
#adspace-v {
	padding: 19px 0;
	background: #ede6c9;
	text-align: center;
	border-bottom: 1px #cc6600 solid;
}
#adspace-v2 {
	padding: 19px 0;
	background: #ede6c9;
	text-align: center;
	border-bottom: 1px #cc6600 solid;
}
#adspace-mid {
	padding: 19px 0;
	background: #ede6c9;
	text-align: center;
	border-bottom: 1px #cc6600 solid;
}
#magazine {
	padding: 20px 36px 17px 36px;
	background: #ede6c9;
	border-bottom: 1px #cc6600 solid;
}
#magazine p {
	margin: 5px 0;
	color: #541828;
	font: 1.2em/1.25em Georgia, "Times New Roman", Times, serif;
}
#magazine .findoutmore {
	display: block;
	width: 97px;
	height: 27px;
	background: url(images/btn-findout.gif);
	overflow: hidden;
	text-indent: -9999px;
}
#menu .widget {
	padding: 10px 0;
	border-bottom: 1px #cc6600 solid;
}
#menu h3 {
	padding: 0 18px;
	font: bold 1.8em Arial, Helvetica, sans-serif;
}
#menu h3 a {
	display: block;
	color: #b70010;
	text-decoration: none;
}
#menu ul {
	width: 198px;
	padding: 4px 18px 0;
	list-style: none;
}
#menu li {
	padding: 0 0 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}
#menu li a {
	color: #c56516;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu #aktt_tweet_text {
	width: 200px;
	padding: 2px;
	margin: 0 0 7px 15px;
	font: 1.2em Arial, Helvetica, sans-serif;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #7c7c7c #c3c3c3 #dddddd #c3c3c3;
}
#menu #aktt_tweet_form fieldset #aktt_tweet_submit {
	padding: 2px;
	margin: 0 15px 0 0;
	color: #612c2b;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	background: #f5d383;
	border: 1px #b8b18a solid;
	cursor: pointer;
}
#menu #wp-calendar {
	padding: 8px 15px 0;
	font-size: 1.2em;
}
/* ==============================================================
	SIFR
============================================================== */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}*/
