/*
Theme Name: Selvedge
Theme URI: 
Description: The default WordPress theme for selvedge
Version: 1 
Author: datadial
Author URI: http://datadail.net/
Tags: blue, custom header, fixed width, widgets



*/
/* 
* { border: black solid 1px ;  }
 */
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Arial, Sans-Serif;
	background: #6C5F50 ;
	color: #000;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 102px;

	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {

	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a,  h3, h3 a {
	color: #fff;
	}

h2 a:visited, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: left;
	margin-right: 5px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:  Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em  Arial, Sans-Serif;
	color: #fff;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b85b5a;
	text-decoration: none;
	}

a:hover {
	color: #222;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em  Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {

	margin: 0 auto 20px auto;
	padding:  0 0 0 0px;
	width: 1000px;
	}

#header {

	margin: 0 0 0 ;
	padding: 0;
	height: 100px;

	}

#headerimg {
	margin: 0;
	height: 100px;

	}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 0px;
	margin: 0px 0 0 18px;
	width: 650px;
	}

.widecolumn {
	padding: 0px 0 10px 0px;
	margin: 0px 0 0 18px;
	width: 650px;
	float: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 40px 0 20px 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	}

#footer p a {
	text-decoration: underline;
	color: #fff;

}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}
h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;

	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
#searchsubmit {
	border: none;
	background-color:  #C1B5A5;
	color:  #6C5F50;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;

}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
}

#commentform #submit {
	margin-top: 5px;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0px 0 3px;
	padding: 5px 0px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-left: 875px;
	width: 100px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation a{
	color: #fff;
	text-decoration : none;
	font-weight : bold ;
	}

.navigation a:hover{
	text-decoration : underline;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	display : none ;
	padding-top: 4px;
	margin: 10px;
}

.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;
	display: none;
}
/* End captions */



.post div.postmetadata {
	width: 200px;
	position: absolute;
	top: 405px;
	left: 410px;
	text-align: left;
	line-height: 1.4em ;
	font-size: 10px;
	color:  #6C5F50 ;
}

.post div.postmetadata a{
	color:  #6C5F50 ;
	text-decoration: underline;
}
.post div.postmetadata a:hover{
	color:  #6C5F50 ;
	text-decoration: none;
}



#header #searchform {
	margin:10px 0 0 630px;
	padding: 25px 3px;
	text-align: center;
	width: 350px;
	}

#header #searchform #s {
	width: 200px;
	padding: 2px;
	}

#header #searchsubmit {
	padding: 1px;
	border: none;
	background-color:  #C1B5A5;
	color:  #6C5F50;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	}

/* sidebar 2 left side */
#sidebar2  {
	width: 120px;
	float: left;
	padding: 0;
	margin: 0;
	color: #fff;
}
#sidebar2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar2 ul li {
	padding: 0;
	margin: 0;
}
#sidebar2 img {
	float:left;
}

/* sidebar 1 right side */
#sidebar h2 {
	font-size: 16px;
	font-family: arial;
}
#sidebar ul > ul > li {
	font-size: 14px;
	font-family: arial;
}
#sidebar a {
	color: #fff;
}
#sidebar  {
	color: #fff;
}

/* post meta data */
.postmetadata_single {
	 width: 250px;
	height: 140px;
	padding: 5px 40px 10px 20px;
	margin: -3px 25px 5px 18px;
	position: absolute;
	float: left;
	background: url(images/bookmk.gif) no-repeat ;
	z-index: 10;
	font-size: 13px;
	font-weight: bold;
	color: #6C5F50 ;
	}

* html .postmetadata_single {
	margin-left: -340px;
}
.postmetadata_single small {
	color: #6C5F50 ;
	}
.postmetadata_single small a{
	color:   #6C5F50 ;
	text-decoration: underline;
		}
.postmetadata_single small a:hover{
	color:  #6C5F50 ;
	text-decoration: none;
		}
.postmetadata_single small p {
	margin: 0 0 0 10px;
	padding: 0;
	width: 250px ;
}

/* comment code */


h3#respond, h3#comments {
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: arial ;
}
h3#respond {

	margin: 20px 0 0 0;
}
.commentlist {
	
	width: 400px;
	color: #fff;
	padding: 0;
}
.commentlist li{
	border-bottom: 1px solid #ddd;	
	border-top: none;
}
#commentform {
	font-family: arial ;
	width: 340px;
	color: #fff;
}
#commentform label, #commentform small {
	color: #fff;
}

#commentform p a{
	color: #fff;
	}

#commentform p a:hover{
	color: #fff;
	text-decoration: none;
	}
#commentform p {
	margin: 0px ;
	padding: 0 ;
	font-family: arial ;
	font-size: 13px ;
}
#commentform p input{
	margin: 0px 0 5px 0;
	padding: 0 ;
}
#commentform #submit {
	padding: 1px;
	border: none;
	background-color:  #C1B5A5;
	color:  #6C5F50;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

cite a {
	color: #fff;
	text-decoration: none;
}
cite a:hover {
	color: #fff;
	text-decoration: underline;
}
#comm_sect {
	width: 450px;
	margin-left: 350px;
	margin-top: 10px ;
}
.commentmetadata a{
	color: #fff;
	text-decoration: none;

}
.commentmetadata a:hover {
	color: #fff;
	text-decoration: underline;
}

/* single post nav */
.navleft {
	position: relative;
	top: 60px;
	left: -300px;
	float: left;
	width: 150px;	
}
.navright {
	position: relative;
	top: 60px;
	left: 0px;
	float: left;
	width: 150px;	
}


/* post entry */
.post {
	width: 710px;
	height: 478px;
	background: url(images/SEL_book.jpg) no-repeat;
	margin: 0 0 20px 0;
	text-align: justify;
	position:relative;
	overflow: hidden;
}

.post small.date {
	display: block;
	margin:0px 0 0 525px;
	padding: 30px 0 0 0;
	color: #333;
	font-size: 11px;
	font-family: 'Courier New', 'American Typewriter', Courier, Fixed; ;
}

.post h2 {
	margin: 18px 0px 0px 0px;
	padding : 0px;
	font-size: 16px;
	color: #222;
	width: 250px;
	line-height: 1.25em ;
	font-family: 'Courier New', 'American Typewriter', Courier, Fixed; ;
	}
.post h2 a{
	color: #222;
	}
.post p {
	margin: 16px 0px 0px 0px;
	padding : 0px;
	line-height: 1.29em ;
	width: 250px;
	font-family: 'Courier New', 'American Typewriter', Courier, Fixed; ;
	font-size: 12px;
}
* html .post p {
	margin: 8px 0 0 0;
	line-height: 1.3em ;
}
.post a {
	color:  #6C5F50 ;
}
.post a:hover {
	color:  #6C5F50 ;	
	text-decoration: underline;
}
.widecolumn .entry {
	height: 330px ;
	overflow: hidden ;

}
.entry {
	float: left;
	width: 300px;
	height: 330px ;
	overflow: hidden;
	margin-left: 75px;
	padding : 0px;
}
.entry img {
	
	display: none;
}
.pic {
	float: left;
	width: 300px;
	height: 410px;
	margin:0px 0px 0px 30px;
	margin-top: -30px;
	overflow: hidden ;

}
* html .pic {
	margin-left: 15px ;
	}
.pic img {

	vertical-align: middle;

	}
.post div.front p {
	line-height: 1.35em ;
	padding : 0 ;
	margin: 16px 0px 0px 0px;
	padding : 0px;
	width: 250px;
	font-family: 'Courier New', 'American Typewriter', Courier, Fixed; ;
	font-size: 12px;
}
/* category specfic */
.narrowcolumn .post_arc  {
	padding: 0;
	margin: 0;

	}

.post_arc .entry{
	margin-left: 0px;
	float : none ;
	width : 640px ;
	height : 120px;
	padding: 0;
	margin: 0;
}
.post_arc small{
	color: #fff;
}
.post_arc h3{
	color: #fff;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.post_arc h2 {
	padding: 0;
	margin: 0;
}
.post_arc h3 {
	padding: 0;
	margin: 0;
}
.post_arc p {
	color: white;
	padding: 0;
	margin: 0;
}
.post_arc a {
	color: white;
	text-decoration: none;
}
.post_arc a:hover {
	color: white;
	text-decoration: underline;
}
.post_arc h3 a:hover {
	color: white;
	text-decoration: underline;
}
.post_arc h3 a:visited {
	color: #eee;
	text-decoration: none;
}

.post_arc h3  {
	color: #fff;
}
.post_arc img, .post_arc .wp-caption {
	display: none;
}


#cat_pg_title {
	text-align: left;
	color: #6C5F50;
}
#cat_pg_title h2{
	color:   #C1B5A5;
	text-align: left;
	padding: 10px 0 30px 0;
	font-weight: normal;
	font-size: 18px;
	font-family: 'Courier New', 'American Typewriter', Courier, Fixed; ;	
}
.cat_title {
	color: #fff;
}

a.read_more_link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

/* top nav */
#primaryMenu {
	background-color: #C1B5A5;
	height: 28px;
	margin : 0 auto;
	text-align: center ;

}
#primaryMenu table {
	width: 760px;
}
#primaryMenu table td{
	margin: 0 auto;
	text-align: center;

}
#primaryMenu table td.primaryMenuDivider {
	font-size: 10px;
	color: #FFFFFF;
	width: 10px;
}
.primaryMenuLink {
	font-size: 12px;
	color: #716F66;
	text-decoration:none;
	font-weight:bold;
}
.primaryMenuLink:hover {
	color: #FFFFFF;
}
.primaryMenuLinkHighlight {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#pmenu_inner	{
	margin : 0 auto;
	text-align: left ;
	width: 1000px;
}

.tagcloud{
	margin-top:5px;
}
.tagcloud a{
	margin-top:3px;
}

