/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
	padding: 2px;
}

h3 {
	font-size: 10pt;
}

h2.note {
	font-size: 12pt;
	font-weight: bold;
	background-color: #C4B054;
	color: #fff;
	padding: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

h2.title {
	font-size: 12pt;
	font-weight: bold;
}

h2.title a {
	text-decoration: none;
	color: #fff;
}

h2.title a:hover, a:active {
	color: #E9DAAB;
	text-decoration: none;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	/*line-height: 14px;*/
	font-size: 10pt;
}

a:link {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFB917;
}

a:active {
	color: #900;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Page */

#page {
	width: 98%;
	margin: 0 auto;
	top: -26px;
	border: 1px #FFF solid; /* workaround on mac */
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset.natural {
	border: 1px solid #ccc;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 98%;
	height: 95px;
	margin: 0 auto 22px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 45px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: 0px;
	margin-left: 40px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

#news {
	float: right;
	position: absolute;
	right: 5px;
	top: 80px;
	font-weight: bold;
	color: #FF9500
}

/* DailyFog */
#df_pagefold {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	height: 136px;
	width: 136px;
	background: url(/images/pageturn.png) no-repeat top right;
}

#df_invite {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1;
	text-align: right;
	font-weight: bold;
	margin-right: 2px;
	width: 100px;
	border: 1px solid black;
}

/* Menu */

#menu {
	float: right;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	color: #704116;
}

#menu a:hover {
	color: #900;
}

form.search {
	margin: 12px 0 30px 0;
	padding: 0 0 10px 0;
}

.search input {
	float: left;
}

/*#menu .active a {
	background: url(images/img02.gif) repeat-x left bottom;
}*/

/* Content */

#content {
	float: left;
	margin: 8px 0 0 10px;
	width: 60%;
}

/* Post */

.post {
	/*border: solid 1px #ccc;*/

}

.post .title {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	background-color: #C4B054;
	color: #fff;
	padding: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.post .entry {
	padding: 3px;
}

.post .meta {
	padding: 12px 5px 30px 5px;
	/*background: url(images/img03.gif) repeat-x;*/
}

.post .subtitle {
	padding: 0px 5px 10px 5px;
}

.post .badges {
	padding: 3px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999;
}

.post .subtitle p {
	margin: 0;
	color: #999;
}

.post .byline {
	padding: 0px 5px 10px 5px;
	margin-top: 60px;
	color: #999;
	text-align: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .subtitle .author {
	float: left;
}

.post .subtitle .copyright {
	float: right;
	text-align: right;
	padding: 2px;
}

.post .subtitle .retweet {
	float: right;
}

.post .subtitle .printer {
	float: right;
}

.post .meta b {
	display: none;
}

img.article_image {
	max-width: 560px;
	/*max-height: 200px;
	float: left;
	position: relative;
	padding-right: 7px;
	padding-bottom: 7px;
	margin-right: 5px;
	top: 0px;
	border: 1px solid #ccc;*/
	/*display: inline-table;*/
}

img.headshot {
	max-height: 90px;
	/*max-height: 200px;*/
	float: left;
	/*position: relative;*/
	padding-right: 7px;
	padding-bottom: 7px;
	margin-right: 5px;
	top: 0px;
	/*border: 1px solid #ccc;*/
}

img.avatar {
	max-height: 60px;
	width: auto;
	float: left;
	padding: 0 6px 6px 0;
	margin-right: 3px;
	top: 0px;
}

img.teaser_image {
	width: auto;
	max-height: 200px;
	/*display: block;*/
}

img.hidden_image {
	display: none;
	visibility: hidden;
}

/* Author */
#profile {
	margin-left: 10px;
}

.articles_link {
	font-size: 12pt;
}

div.note {
	border: 1px solid #ccc;
	margin: 10px 0 25px 0;
	min-width: 500px;
}

div.photo {
	float: left;
}

.bio {
	padding: 0 2px 0 2px;
	min-height: 90px;
}

.profile {
	padding: 2px;
	margin-bottom: 5px;
	min-height: 90px;
}

.note .badges {
	float: right;
}

div.comment {
	padding: 2px 8px 8px 8px;
}

/* Sidebar */
#sidebar1 {
	float: left;
	width: 205px;
	margin-top: 4px;
}

#sidebar2 {
	float: right;
	width: 195px;
}

.sidebar ul {
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

.sidebar ol {
	margin: 15px;
	padding: 0;
}

.sidebar li {
	margin-bottom: 30px;
	line-height: 14pt;
}

.sidebar li ul, ol {
}

.sidebar li li {
	margin: 0;
}

.sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 12pt;
	color: #704116;
}

/* Search */

.search {
}

.search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 9pt;
	color: #4F4F4F;
}

/* Twitter */
.tweet {
	margin: 2px;
	padding: 2px;
	border-bottom: 1px dashed #ccc;
}

/* Boxes */

.roundbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E9DAAB;
	padding: 0px;
}

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.png) repeat-x left bottom;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	min-height: 150px;
	padding: 100px 0 0 0;
	background: #003448 url(images/img09.png) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 1000px;
	margin: 0 auto;
}

#legal {
	clear: both;
	text-align: center;
	color: #ccc;
}

#legal a {
	color: #fff;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}