/*
Theme Name: Austen Pride
Theme URI: http://austenpride.com
Description: Custom theme designed for AustenPride.com. Copyright, all rights reserved.
Version: 1.0
Author: Virginia Van Vynckt
Author URI: http://www.v3graphics.com
*/



/* Begin Typography & Colors */
body {
	font-size: 1em;
	font-family: Georgia,"Times New Roman",serif;
	background: url(/wp-content/images/austen/goldbg.jpg);
	color: #2a1503;
	text-align: center;
	margin: 0;
}
#pagewrapper {
	width:100%;
	min-height:100%;
	background: url(/wp-content/images/austen/penandink.jpg) no-repeat fixed transparent;
	overflow:hidden;/*keeps long links, etc. from blowing out horizontal layout*/
	margin:0;
	}
.quote {
	position:absolute;
	top:28em;
	left:1%;
	width:15%;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	}
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:right;
		width:80%;			/* width of whole page */
		right:1%;
		overflow:hidden;		/* This chops off any overhanging divs */
		background: url(/wp-content/images/austen/parchment.png) transparent;
		line-height:1.5em;
		text-align:left;
		border: 4px double #fff;
		margin: 0 0 1em 0;
		}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
/*note: padding is a generous 3% */
	.colleft {
		right:29%;			/* right column width */
		border-right: 1px solid #fff;
		background:transparent;
		}
	.col1 {
		width:65%;			/* left column content width (left column width minus left and right padding) */
		left:33%;			/* (right column width) plus (left column left padding) */
		background:transparent;
		}
	.col2 {
		width:23%;			/* right column content width (right column width minus left and right padding) */
		left:38%;	
		background: transparent; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.wp-caption { /*this includes the photo and caption*/
		padding:0.5em;
		margin:0.5em;
		border:1px solid #fff;
		text-size:0.8em;
		font-weight:bold;
		line-height:1.1em;
		text-align:center;
		}
.wp-caption-text {
	font-size:0.8em;
	font-weight:bold;
	line-height:1.1em;
	}
p.wp-caption-text {
	text-align:left;
	padding: 0 0.2em;
	}
div.wp-caption-text {
	font-size:0.8em;
	text-align:center;
	padding:0.5em;
	}

.post {
	position:relative;
	/*width:540px;*/
	float:left;
	padding:20px;
	}	
#footer {
	clear:both;
	border-top: 1px dotted #2a1503;
	padding: 0.8em;
	font-size:0.8em;
	margin: 1em auto;
	}
.tag-cloud {
	font-weight:normal;
	padding: 0.5em 0;
	}
.post-meta-key {
	display:none;
	}
ul.post-meta li {
	display:block;
	text-align:center;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	line-height: 2em;/*need line heights so headers don't pick up body copy line height*/
	}
h1.archive_title {
	font-size: 1.3em;
	color:#2a1503;
	text-transform:uppercase;
	border-bottom: 1px dotted #2a1503;
	margin: 2em 0;
	}
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	}

h3 {
	font-size: 1.2em;
	line-height:1.2em;
	}

#sidebar h2 {
	font-size: 1em;
	color:#2a1503;
	text-transform:uppercase;
	padding:5px 0 0 10px;
	text-indent: -10px/*so it lines up with first line of each link*/;
	border-bottom: 1px dotted #2a1503;
}

.quote-attrib {
	display:block;
	text-align:right;
	font-style:italic;
	font-size: 0.8em;
	padding: 5px 10px 0 0;
	}

.addthis {
	font-size:11px;
	text-align:center;
	}

.entry p a:visited {
	color: #b85b5a;
	}
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.comment-author a{
	text-decoration:underline;
	}
.comment-text {
	font-weight: bold;
	text-align: left;
	padding:0 10px;
	border-bottom: 1px dotted #2a1503;
	margin: 0 0 10px 0;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata, .postmetadata {
	color: #5d4f42;
	font-size: 0.8em;
	text-align:left;
	}
.addcomment {
	color: #5d4f42;
	font-size:0.9em;
	font-weight:bold;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a {
	color: #1b5285;
	text-decoration: none;
	}

a:hover {
	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 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
.addthis {
	text-align:center;
	}


#header {
	clear:both;
	margin: 0 auto;
	padding: 30px 0 0 285px;
	height:140px;
	width: 100%;/*slightly wider to accommodate borders on pagewrapper below*/
	text-align:left;
	}

#header img {
	border:0;
	}
#header h1 a{
	position:relative;
	font-weight:bold;
	font-size:0.9em;
	padding: 0 2%;
	text-decoration:none;
	color: #2b1503;
	}

.subtitle {
	font-size:1.2em;
	padding-top:-10px;
	font-style:italic;
	}
.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */

.alignright {
	float: right;
	padding: 0.5em;
}

.alignleft {
	float: left;
	padding: 0.5em;
	}
.aligncenter {
	text-align:center;
	margin: 0 auto;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul li{
	list-style:none;
	margin-bottom: 0.7em;
	text-indent:-10px;
	padding-left:10px;
	}

.textwidget {
	margin-top: 1em;
	margin-bottom: 1em;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#commentspopup {
	background:url(/images/parchment.png) #efc360;
	text-align:left;
	margin:1em;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	list-style:none;
	text-align:left;}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	}

.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 */

.bold {
	font-weight:bold;
	}
.ital {
	font-style:italic;
	}

/* Begin Sidebar */
#sidebar {
	font-size:0.9em;
	line-height:1.4em;
	margin: 0.5em;
	font-weight:bold;
	/*margin-left: 570px;*/
	}

#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;
	}

.nav {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size:0.9em;
	}
/* End Various Tags & Classes*/



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


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


/* End captions */
.linkcat {
	font-size:0.9em;
	}
	
.more-tag, .more-link {
	display:block;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	}
li.widget tags a {
	display:block;
	padding: 0 5px;
	}
