/*
Theme Name: Propertarianism 2.0
Theme URI: http://www.propertarianism.com
Description: The Propertarianism.com Theme converted from Pagelines to hand coding for performance reasons.
Author: Curt Doolittle
Author URI: http://www.facebook.com/curt.doolittle
Version: 1.0
*/


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #branding h1 a, 
a.site-title, .entry-title a, .entry-title a:hover, .widget-title a:hover, 
h3.widget-title a:hover, .content-pagination .cp-num {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
}
.title, h2, h2 a {
	text-decoration: none;
	text-transform:none;
	font-weight:normal;
	font-size:36px;
	margin-bottom:.3em;
	color:#000;
}

h5 { /** for post subheadings **/
	font-size: 1.12em;
}

h6 { /** for menus and site subheading **/
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-size: .85em;
	color: #AFAFAF;
}

a {
	text-decoration: none;
	color:#000
}

a:hover, a:visited  {
	color: #000;
}

a:active {
	background-color: #F1F1F1;
}	



#page{
	background:#FFF;
	min-height: 500px;
	zoom: 1;
}
#page_canvas {
	width:960px;
	margin:0 auto 0 auto;
	display:block;
	padding-top: 5px;
	letter-spacing: 0.00em;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 87.5%;
	/* line-height: 1.6em; */
	line-height:normal;
	height: 100%;	
	overflow:hidden;
}

/** @ Header **/

#header{
	height:140px;
	padding: 0px 0px 0px 15px;
	background-image: url('smalloakblood3.jpg');
	background-size: 62px;
	background-repeat: no-repeat;
	background-position: 5px -1px;
}
#header .site-title{
	margin: 10px 0 0 0;
	/** font-size: 2.6em; **/
	font-size: 48px;
	letter-spacing: -2px;
	line-height: 1em;
	display: block;

	text-indent:48px;
}

#header .site-description{
	display:block;
	margin:10px 0 15px .2em;
	line-height:1em;
}
.icons {
	height: 24px;
	bottom: 21px;
	right: 1px;
	text-align: right;
	line-height: 20px;
	position: absolute;
	display:block;
}
.icons a {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 7px;
	float: right;
	text-align: right;
}
.icons .rsslink {
	background: url(./imgs/sprite-socialicons.png) no-repeat 0 0;
}
.icons .twitterlink {
	background: url(./imgs/sprite-socialicons.png) no-repeat -22px 0;
}
.icons .facebooklink {
	background: url(./imgs/sprite-socialicons.png) no-repeat -88px 0;
}

/** @ Main Navigation **/



.menu-header {
    display: block;
    float: left;
    /* margin: 0 auto; */
    /* width: 100%; */
    height: 42px;
    background-color: #fff;
  
 	margin: 0px 0px 0px 5px;
	padding: 0px;
	width:945px; 
    text-transform:uppercase;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 87.5%;
  	letter-spacing: .1em;
}
.menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}

.menu-header li,
    div.menu li {
    float: left;
    position: relative;
}
 
.menu-header ul ul {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

.menu-header a {
    color: #AFAFAF;
    display: block;
    line-height: 41px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: normal;
}

.menu-header ul li:hover > ul {
    display: block;
}

.menu-header li:hover > a,
.menu-header ul ul :hover > a {
    background: #f1f1f1;
    color: #777;
}

.menu-header ul ul a {
    background: #f1f1f1;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}


.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    color: #777;
}


.nav-row{
	margin: 0px 0px 0px -15px;
	padding: 0px;
	width:945px;
}
.main-nav {
	border-color: #E9E9E9;	
	list-style: none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 87.5%;	
	display:block;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
}




/** @ Posts **/


#main {
	min-height: 500px;
	/*
	background-color:#ffffdd;
	*/
}

#main_pad {
	width:665px;
	padding:0px 30px 0px 15px;
	display: block;
	float:left;
}

#content {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.post {
	margin-bottom:5em;
}

.post-header {
	margin-bottom:15px;
}

.post-title {
}
.subheading { /* unused */
	visibility:hidden;
	font-size: 1.27em;
	color: #777777;
}

.post-meta{
	margin: 0 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	min-height:15px;
	color:#AFAFAF !important;
}

.post-meta em {
	text-transform:none;
	font-style:normal;
	font-size:.9em;
}
.post-meta a{
	text-decoration: none;
	color:#AFAFAF;
}

.entry-content {
	font-size: 1.15em;
	line-height: 1.6em;
	margin-bottom: 2em;
	width: 630px;
}

entry-content a, entry-content a:hover, entry-content a:visited  {
	color: #777;
	text-decoration: none;
}



span.dropcap {
	display: inline;
	margin: 0;
	padding: .25em .08em 0 0;
	_padding: 0.25em 0.08em 0.4em 0.00em;
	line-height: .4em;
	font-size: 3.2em;
	font-family: "Georgia", "Times New Romans", "Trebuchet MS", "Lucida Grande";
	text-transform: capitalize;
	color: #c30;
	float: left;
}

.entry-content p {
	margin-bottom: 2em;
}

#tags_pad {
	width:100%;
	display:block;
	float:left;
	margin-top:30px;
	margin-bottom:50px;
}

.tags, .tags a, .tags a:visited, .tags a:hover {
	font-size:x-small;
	font-style:italic;
	color:#777;
}

blockquote{
	margin:0 0 1em 1em;
	padding: 1em 1em .5em;
	font-style:italic;
	background-color: #F7F7F7; 
	border: 1px solid #E9E9E9;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
blockquote:before, blockquote:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.comment blockquote{border: none;padding-right: 10px;}
.comment blockquote blockquote{margin-bottom:0;}

#content hr {
	border-top: 1px solid #afafaf;
}

/** @ Comments **/

.comments-template {
	margin-top:30px;
}
.commentlist {
	list-style-type: none;
	padding-left: 22px;
}
#respond { padding-left:0px; }
#respond form{ margin-left:0px;}
#comments {
	padding-left: 22px;
	font-weight:normal;
	font-size: 22px;
	background:url("./imgs/icon-comment.png") no-repeat scroll 0 3px transparent; 
}
#comments-title { 

}
#respond h3 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-style:normal;
	padding-left: 22px;
	background:url("./imgs/icon-pencil.png") no-repeat scroll 0 3px transparent;
}
#respond h3 small{ 
	font-size: 12px; 
	font-style:italic; 
}	
.commentlist .comment-meta { margin-bottom: 16px; }
.commentlist p{ margin: 0px 0 1em 5px; }
	
.reply a{  font-size: .8em;  }

p.must-log-in {
    color: #AFAFAF;
}

p.must-log-in a {
    color: #777;
}

h3.comment-reply-title {
    	/**
	font-weight: normal;
    	font-size: 14px;
    	color: #AFAFAF;
	**/
	display: none;
}

p.logged-in-as {
    color: #AFAFAF;
}

p.logged-in-as a {
    color: #777;
}

p.form-allowed-tags {
    color: #AFAFAF;
}


p.comment-form-comment label {
    display: none;
}

#comment {
	font-family: Georgia, 'Times New Roman', Times, serif;
    	width: 600px;
    	background-color: #f5f5f5;
	font-size: 14px;
}


p.form-allowed-tags {
    width: 600px;
    font-family: Lucida Grande;
    font-size: 12px;
}

#submit {
    	font-size: 12px;
    	background-color: #f7f7f7;
    	font-weight: normal;
}


/** @ Sidebar **/


#sidebar_pad{
	width:240px;
	display: block;
	float:left;
	margin-top:10px;
	line-height: 1.3em;
}

#sidebar_pad, #sidebar_pad a,  #sidebar_pad a:visited  {
	color: #AFAFAF;
}

#sidebar_pad a:hover, {
	color: #777;
}

#sidebar_pad ul {
	/* list-style-type: none; */
	padding-left:15px;
}
#sidebar_pad ul ul{
	padding-left:15px;
}

.widget {
	margin-bottom: 15px;	
}

#sidebar_pad ul li .time {
	display:none;
}

.widget-title {
	padding: 6px 8px 3px 0px;
	margin-bottom: .6em;
	list-style-type: none;
	border-bottom: 1px solid #E9E9E9;
	font-size: .9em;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2em;
}


/** @ Footer **/

#footer {
	min-height: 250px;
	display:block;
	float:right;
	width:100%;
	margin-top:30px;
	margin-bottom:5px;
}

#footer_pad {
	width:900px;
	display:block;
	float:left;
	padding:30px;	
	background-color:#000;

}

#footer_pad, #footer_pad a, #footer_pad a:hover, #footer_pad a:visited {
	color:#AFAFAF;
}


.footer-widget {
	/** empty **/
}

#footer_left {
	float:left;
	width:300px;
	display:block;
}
#footer_center {
	float:left;
	width:300px;
	display:block;
}

#footer_right {
	float:left;
	width:290px;
	display:block;
}

#footer_base {
	display:block;
	float:left;	
	width:100%;
	margin-top: 30px;

}

#footer_base p {
	text-align: center;
	text-transform: uppercase;
	font-style:normal;
	font-size: small;
	font-family: monospace;
}

hr.style-two {
    	border: 0;
    	height: 1px;
    	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}


/** Navigation **/


}

#postnav {
	margin: 0em 0 0 0;
	padding: 10px 0px 30px 0px;

	font-size: 12px;
	display:block;
	float:left;
	position: relative;
}


.post-nav, .current_posts_info {
	clear: both;
	padding:5px 10px;
	margin: 0em 0 1.8em;
	font-size: 12px;
	position: relative;
	min-height:24px;
}
	.post-nav a, .post-nav a:visited { text-decoration: none; color: #777777; }
	.post-nav a:hover { text-decoration: none; }
		



.post-nav {
	background: #F7F7F7;
	background-color:#f7f7f7;
	border-right: 3px solid #E9E9E9;
	border-left: 3px solid #E9E9E9;
	line-height:1em;
	vertical-align: baseline;
}

.post-nav .previous a {
	float: left;
	display: block;
	padding-top:7px;
	padding-left: 24px;
	background: url(./imgs/post-previous.gif) no-repeat left center;
	background-position: 0px 5px;
}

.post-nav .next a {
	float: right;
	display: block;
	padding-top:7px;
	padding-right: 24px;
	text-align: right;
	background-position: 0px 5px;
	background: url(./imgs/post-next.gif) no-repeat right center;
}



	.post-nav, .current_posts_info {
		clear: both;
		padding:5px 10px;
		margin: 0em 0 1.8em;
		font-size: 12px;
		position: relative;
	}
		.post-nav a, .post-nav a:visited { text-decoration: none; }
		.post-nav a:hover { text-decoration: none; }
		





.wp-pagenavi {
	text-transform: capitalize;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

/** Scrivenings **/

#scrivenings_pad.post-meta {
	font-size:.6em;
}

.scrivening_ul_2 {
	padding-left:20px;
}
.scrivening_ul_3 {
	padding-left:40px;
}
.scrivening_ul_4 {
	padding-left:60px;
}
.scrivening_ul_5 {
	padding-left:80px;
}

.scrivening_h1_hr {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
	font-size:1.7em;
	padding-bottom: 10px;
	border-bottom: 1px;
	border-color: #afafaf;
	border-bottom-style: solid;
}

.scrivening_h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
	font-size:1.6em;
}
.scrivening_h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
	font-size:1.5em;

}
.scrivening_h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
	font-size:1.4em;
}
.scrivening_h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: normal;
	font-size:1.3em;
}
.scrivening_h5 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #000;
	font-weight: bold;
	font-size:1.2em;
}

.read-more, .read-more a {
	margin-top: -10px;
	padding-right: 40px;
	text-align: right;
	color: #AFAFAF;
	font-style: italic;
	font-size: 12px;
}