/*
-----------------------------------------------------------------------
Global CSS Normalizer Pro Edition (With 3 easy payments of $19.95!)
-----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

:focus{outline:0;}
a{text-decoration:none;}
body{font: 62.5%/1.0em "Helvetica Neue", Arial, sans-serif;}

/*
-----------------------------------------------------------------------
Clearfix
-----------------------------------------------------------------------*/
div, ul, dl{overflow:hidden}
.clearfix {overflow:hidden;}

/*
-----------------------------------------------------------------------
Ms. Normal
-----------------------------------------------------------------------*/
body {
	background: black url(/assets/site/body_leather.jpg) 100% 0 repeat-y;
	color: #bbbbbb;
}

#content {
	float: right;
	width: 880px;
	margin-right: 60px;
	padding: 29px 0px 0px;
	background: url(/assets/site/content_top.png) 100% 0 no-repeat;
}

#content-inner {
	margin: 0 100px;
}


#stripe {
	float: right;
	width: 36px;
	background: transparent;
	margin-top: 58px;
}

.message {
	display: block;
	padding: 0 20px 7px;
	cursor: default;
}

.postcontainer {
	padding: 20px 20px 0 20px;
	width: 640px;
	/*background: url(/assets/site/postcontainer_shadow.png) 0 0 no-repeat;*/
}

.post {
	/*border: 2px solid #565040;*/
	border-top: none;
	width: 640px;
	background: #000;
	color: #5d584c;
	font-size: 1.2em;
	line-height: 0em; /* used to correct spacing for single images. remember to add it for other elements in .post */
	text-align: center;
	-moz-box-shadow: 0 0 24px 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 24px 6px rgba(0, 0, 0, .5);
	box-shadow: 0 0 24px 6px rgba(0, 0, 0, .5);
}

.post p {
	padding: .5em .5em;
	line-height: 1.5em;
}

.post a:link,
.post a:visited {
	color: #413c31;
	font-weight: bold;
}

.post a:hover {
	color: #5d584c;
	font-weight: bold;
}

.post p img {
	position: relative;
	left: -.5em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #beb7b1; /* post title color */
	/*background: url(/assets/site/h2.png) no-repeat top right;*/
	overflow: hidden;
	line-height: 36px;
}

h2 em {
	font-family: "ff-providence-sans-web-pro-1","ff-providence-sans-web-pro-2","Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
}

h2 a:link,
h2 a:visited {
	color: #beb7b1; /* post title color */
	text-shadow: 1px 2px 0px rgba(0,0,0,.9);
}

/*h2 a:hover {
	color: #dbd0c6;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
}*/

a.postinfo {
	font-family: Webdings, Wingdings, "Lucida Grande", sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #66594B;
	line-height: 34px;
	text-shadow: black 0px 0px 5px;
}
/*a.postinfo:hover { font-family: "Lucida Grande", sans-serif; }*/
a.postinfo:hover { color: #dbd0c6; }

a.postinfo em {
	color: #7c7369;
	font-family: Webdings, Wingdings, "Lucida Grande", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

/*a.postinfo:hover em {
	color: #91867b;
	font-family: "Lucida Grande", sans-serif;
}*/
a.postinfo:hover em { color: #dbd0c6; }


.commentary {
	color: #B5AC9B;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
}

.commentary p {
	padding: 4px 0;
	text-shadow: 0px 0px 2px black;
}

.commentary p a {
	color: #efefef;
	font-family: Georgia, serif;
	font-size: 1.05em;
	font-style: italic;
}
.commentary p a:hover { color: #fff; text-decoration: underline; }

.commentary em { font-family: serif; font-size: 1.3em; }

#pagination {
	margin-top: 20px;
	padding: 21px 20px;
	width: 644px;
	background: transparent url(/assets/site/content_nav.png) no-repeat top left;
}

#dashboard {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 880px;
	margin-top: 40px;
	padding: 0 0 16px;
	background: #010101 url(/assets/site/dashboard-bg.jpg) repeat-x top left;
	color: #818170;
	text-shadow: black 0px 0px 2px;
}

#dashboard a:link,
#dashboard a:visited {
	color: #818170;
	font-family: Georgia, san-serif;
	font-style: italic;
	font-size: 1.1em;
}

#dashboard a:hover {
	color: #c8c8b2;
}

ul#nav {
	float: left;
	width: 300px;
	padding: 20px 10px 0 40px;
	text-align: right;
}

ul#nav li {
	padding: 0em .4em;
	font-family: "Lucida Grande",sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #a0a08b;
}

dl#essentials {
	float: left;
	width: 400px;
	padding: 25px 0px 0 10px;
}

dl#essentials dt {
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	color: #a0a08b;
	text-shadow: black 0px 0px 2px;
}

dl#essentials dd p {
	padding: 13px 0;
	width: 340px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

dl#essentials dd ol {
	margin: -8px 1.5em 0;
	padding: 0 2em;
	font-family: Georgia, san-serif;
	font-style: italic;
	font-weight: normal;
}

dl#essentials dd ol li {
	padding: 6px 0;
	width: 300px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
}

/* Below is for common elements */

h3 {
	padding: 0em .5em;
	font-size: 1.0em;
	line-height: 1.2em;
}

.table-container { padding: 0 20px; background: url(/assets/site/blockquote-bg.png);}

table {
	margin: 0 auto;
	font-size: 14px;
}

caption {
	padding: 6px 0;
	font-size: 18px;
}

td {
	border-bottom: 1px dotted #B5AC9B;
	border-right: 1px dotted #B5AC9B;
	padding: 10px 12px;
	line-height: 1.2em;
}
td.last { border-right: none; }

th {
	border-top: 1px dotted #B5AC9B;
	border-bottom: 1px dotted #B5AC9B;
	border-right: 1px dotted #B5AC9B;
	padding: 10px 12px;
	color: #B5AC9B;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.2em;
}
th.last { border-right: none; }
thead th.first { padding: 10px 12px 10px 0; }
tbody th { padding: 10px 12px 10px 0; }
tfoot th { padding: 13px 12px 13px 0; border-bottom: none; }

blockquote {
	margin: 20px 0 6px;
	padding: 1em 3.5em;
	background: url(/assets/site/blockquote-bg.png);
}

code {
	display: block;
	margin: 20px 0 12px;
	padding: 1em 1.75em;
	background: url(/assets/site/blockquote-bg.png);
}

/* Below is for forms */

textarea {
	border: 1px solid #8f8780;
	margin: 13px 0 18px;
	padding: 2px;
	width: 612px;
	background: #E1DAD0;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #5d584c;
}

input.text {
	border: 1px solid #8f8780;
	margin: 13px 0 16px;
	padding: 2px;
	width: 297px;
	background: #E1DAD0;
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #5d584c;
}

select {
	background: #E1DAD0 url(/assets/site/form_bkgrd.jpg) no-repeat top left;
	font-size: 1.2em;
	color: #5d584c;
}

input.checkbox {
	background: #E1DAD0 url(/assets/site/form_bkgrd.jpg) no-repeat top left;
	color: #5d584c;
}

label {
	color: #5d584c;
}

/*
-----------------------------------------------------------------------
Comments
-----------------------------------------------------------------------*/

.comments {
	padding: 0 20px;
}

.comments li {
	float: left;
	width: 50%;
}

.commentMessageBlock {
	padding: 4px 11px 11px;
	font-size: 18px;
	line-height: 1.3em;
	padding-bottom: 1.8em;
}

.commentMessageBlock a {
	color: #FFF;
	font-family: Georgia, serif;
	font-size: 1.05em;
	font-style: italic;
}
.commentMessageBlock a:hover { color: #fff; text-decoration: underline; }

.commenterInfo {
	color: #B5AC9B;
	padding: 11px;
	background: url(/assets/site/blockquote-bg.png);
	font-size: 18px;
}

.commenterInfo a {
	color: #efefef;
	font-family: Georgia, serif;
	font-size: 1.05em;
	font-style: italic;
}
.commenterInfo a:hover { color: #fff; text-decoration: underline; }

.comments_error {
	color: #d30d33;
	padding: 5px 20px;
}

.vcard {display:none;}