/*
Theme Name: MarkBlevis.com
Description: Custom theme for MarkBlevis.com
Version: 2010
Author: SnowyDay Design
*/

* {
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 1em 0;
	}

ul, ol {
	margin: 1em 0 1em 2.5em;
	}

h2 {
	font-size: 18px;
	margin: 1em 0;
	}

h3 {
	font-size: 16px;
	margin: 1em 0;
	}

h4 {
	font-size: 13px;
	margin: 1em 0;
	}

body {
	background: #fff;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px; 
	line-height: 1.4;
	}

#rap {	
	}


#header {
	border-bottom: 1px solid #e9e9e9;
	margin: 0 10px;
	overflow: hidden;
	}

#header h1 {
	display: none;
	}
	
#header img.logo {
	float: left;
	margin-bottom: 1em;
	}
	
#nav {
	display: none;
	}

#content {
	overflow: hidden;
	margin: 16px 10px 0 10px;
	}

#main {
	}
	
	
#side {
	display: none;
	}
	
a, .post a {
	color: #000;
	text-decoration: none;
	}

a img {
	border: none;
}


a:hover {
	text-decoration: none;
	}

/* --  NAV  -- */

#nav {
	display: none;
	}
/* --  POST  -- */

.post {
	margin-bottom: 24px;
	}
	

.post img {
	border: 1px solid #666;
	}

.date {
	font-size: 11px;
	color: #505050;
	}

h2.storytitle {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	}

h2.storytitle a {
	text-decoration: none;
	}

.storycontent {
	overflow: hidden;
	}

.storycontent a {
	text-decoration: underline;
	}

.storycontent a:hover {
	text-decoration: none;
	}

.meta {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	overflow: hidden;
	}
	
.meta_left {
	}
	
.meta_tags {
	border-bottom: 1px solid #e9e9e9;
	padding: 3px 0;
	overflow: hidden;
	}

.meta_cats {
	padding: 3px 0;
	overflow: hidden;
	}
	
.meta_title {
	float: left;
	text-align: right;
	width: 70px;
	}

.meta_content {
	float: left;
	color: #296f9c;
	}

.meta_right {
	display: none;
	}	


#pagination {
	display: none;
	}

/* --  DISQUS  -- */

#dsq-new-post.dsq-post-area {
	display: none;
	}

#dsq-content .dsq-login-buttons, #dsq-content .dsq-options  {
	background: none !important;
	border-bottom: 1px solid #e9e9e9;
	}
	
#dsq-content .dsq-options {
	display: none;
	}
	
	
#dsq-content .dsq-item-trackback, #dsq-content .dsq-h3-reactions {
	background: none !important;
	border-top: 1px solid #e9e9e9;
	}
	
button.dsq-button, button.dsq-button-small {
	background: none !important;
	border: 1px solid #296F9C !important;
	color: #296F9C !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	}

#dsq-content input {
	border: 1px solid #e9e9e9;
	background: #fafafa !important;
	padding: 3px;
	width: 520px;
	}
	
#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-post-fields .dsq-input-wrapper {
	background: none !important;
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border: 1px solid #ddd !important;
	}
	
#dsq-content .dsq-subscribe a {
	-moz-border-radius-bottomleft: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 0 !important;
	padding: 4px !important;
	}
	
#dsq-content .dsq-comment-footer {
	display: none;
	}
	
#dsq-content #dsq-comments li.dsq-comment {
	margin-bottom: 1em;
	}
	
#dsq-content .dsq-item-trackback {
	display: none;
	}
	
a.dsq-brlink {
	display: none;
	}
	


/* --  FOOTER  -- */

#footer {
	display: none;
	}
	
#credit {
	display: none;
	}


acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	background: url(images/blockquote.jpg) top left no-repeat;
	margin: 1em;
	padding: 16px 0 0 16px;
	font-style: italic;
	color: #666;
	}


cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}




.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin: 0 12px 6px 0;
}

img.alignright {
	margin: 0 0 6px 12px;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	color: #666;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

