/* @group Global */

* {
	margin: 0;
	padding: 0;

}

body{
	color: #fff;
	font: 16px Garamond, "Adobe Garamond Pro", "Garamond Premier Pro", Palatino, "Palatino Linotype", Sylfaen, Georgia, "Times New Roman", Times, serif;
	background: #080400 url(http://static.dview.us/background.png) repeat fixed;
}

a,a:link {
	color: #828A93;
}

a:visited {
	color: #717880;
}

a:hover{
	color: #a8b2be;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	/*max-width: 1155px;
	min-width: 990px;*/
}

img{
	border-style: none;
	border-width: 0;
}

.amp{
	font-style: italic;
}

.clear {
	clear: both;
}

#searchresultcount {
	text-align: right;
	color: #58513C;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-right: 20px;
}

.query {
	font-weight: bold;
}



/* @end */

/* @group Header */

#header {
	width: 400px;
	padding-left: 16px;
	margin-left: 574px;
	position: fixed;
}

#logo, #logo a {
	color: #91948b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	height: 100px;
	width: 400px;
	padding-top: 20px;
}

#logo a span.site {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 9px;
	border-bottom: 2px solid #58513C;
	display: block;
	padding-bottom: 15px;
}

#logo a span.title {
	font-size: 60px;
	text-transform: lowercase;
	letter-spacing: 15px;
	display: block;
}

#description blockquote{
	text-align: right;
	color: #58513C;
	margin: 50px 20px;
}

#nav {
	list-style-type: none;
	margin-right: 20px;
}
#nav li{
	display: inline;
	font-size: 20px;
	text-transform: lowercase;
}

#nav li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

#search:hover #q,
#search:active #q,
#q:hover,
#q:active{
	visibility: visible;
}



#q{
	visibility: hidden;
}

.active #q{
	visibility: visible;
}


#q{
	font: 14px Garamond, "Adobe Garamond Pro", "Garamond Premier Pro", Palatino, "Palatino Linotype", Sylfaen, Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	border: 1px solid #58513C;
	color: #fff;
	height: 20px;
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 20px;
}




/* @end */

/* @group Content */

#content {
	width: 574px;
	float: left;
	padding-top: 20px;
	margin-top: 50px;
}

/* @group Post */

/* @group Date */

.date {
	float: left;
	clear: both;
	text-transform: uppercase;
	text-align: center;
	color: #91948b;
	margin-bottom: 10px;
	width: 50px;
}

.date span.month {
	display: block;
	font-size: 24px;
	width: 50px;
}


.date span.day {
	display: block;
	font-size: 48px;
	border-bottom: 2px solid #58513C;
	margin-top: -10px;
	width: 50px;
	padding-bottom: 3px;
}



/* @end */

/* @group Conversation */


div.conversation ul {
	list-style-type: none;
}

div.conversation span.label {
	color: #58513C;
	margin-right: 5px;
	display: block;
	float: left;
	width: 60px;
}

div.conversation li{
	padding: 5px;
}

div.conversation .odd {
	background-color: #170d00;
}

div.conversation .even {
	background-color: #0f0800;
}






/* @end */

/* @group Quote */

div.quote{
	margin-left: 40px;
}

span.quote.short {
	font-size: 36px;
}

span.quote.medium {
	font-size: 28px;
}

span.quote.long {
	font-size: 24px;
}


big.quote a{
	text-decoration: none;
	font-size: 60px;
	margin-left: -40px;
	float: left;
	font-weight: bold;
	color: #58513C;
	line-height: 48px;
	z-index: 1;
	width: 30px;
}

big.quote a:hover{
	text-decoration: underline;
}



/* @end */

.post {
	margin-left: 70px;
	margin-bottom: 100px;
}

.source, .caption, .description {
	margin-top: 12px;
}

/* Link Post: */


a.link {
		font-size: 24px;
}

h2{
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 6px;
}

h2 a,h2 a:link, h2 a:visited{
	text-decoration: none;
	color: #fff;
}

h2 a:hover{
	text-decoration: underline;
}

.post p, .post ul, .post blockquote
{
	margin-bottom: 12px;
	list-style-type: circle;
}

.post ul,
.post blockquote{
	padding-left: 40px;
}

/* Regular Post: */


.regular {
	font-size: 18px;
}




/* @end */



/* @end */

/* @group Footer - Nav */

#navigation {
	font-size: 20px;
	margin-bottom: 20px;
	height: 20px;
	text-transform: lowercase;
	margin-left: 70px;
}

a.previous {
	float: right;
}
a.next{
	float: left;
}

/* @end */



/* @group Footer */

#footer {
	clear: both;
	color: #58513C;
	text-transform: lowercase;
	text-align: right;
	padding-bottom: 1.13em;
	margin-top: 1.13em;
	font-size: 14px;
}

#footer #copyright{
	float: left;
	padding-bottom: 0.1em;
}
#footer #powered a{
	margin-left: 1.5em;
	outline: none;
}


#footer a:link, #footer a:visited{
	color: #58513C;
	text-decoration: none;
}

#footer a:hover{

	text-decoration: underline;
}



/* @end */

/* @group IE */

/*#header{
	margin-left: 0;
}*/
/** html #header {
	position: absolute;
}*/





/* @end */
