/*
Theme Name: The Proprietress
Description: This blog theme was created for The Proprietress
Version: 2.0
Author: <a href="http://dashstation.com">Dash Station</a>
*/

/* Framework */
html { }

body {
	background:#FFF url(images/yellowpattern.gif);
	background-attachment:fixed;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d552f;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(images/center.gif);
}

#header {
	height: 260px;
	width:850px;
	padding-top:30px;
	margin:auto;
}

#container {
	float: left;
	width: 610px;
}

#content {
	padding: 20px 20px 30px 20px;
}



#sidebar {
	margin: 30px 10px 0 0;
	float: right;
	overflow: hidden;
}

#sidebarlist {
	width: 186px;
	margin: 0 0 0 0;
}

#footer {
	width: 850px;
	height:20px;
	clear: both;
	margin:auto;
	
}
#credits {
	width: 850px;
	height:71px;
	margin:auto;
	padding-bottom:30px;
	
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #87c19c;
	text-decoration: none;
}

a:hover {
	color: #87c19c;
}

img {
	border: none;
}

.separator {
	color: #7d552f;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #7d552f;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 850px;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	font-family: "century gothic" arial;
}

.post {
	margin-left:15px;
	margin-bottom: 50px;
}


/* COMMENT */

.comm { 
	float: right; 
	width: 46px; 
	height:42px; 
	margin-right: 10px;
	font-size:22px; 
	font-family: "Century Gothic", Tahoma, Arial; 
	line-height:37px; 
	text-align: center; 
	color:#ffffff;
	background:url(http://theproprietress.com/wp-content/themes/tp2/images/comment.gif) no-repeat;
}
.comm span {	
	 text-align:center;
	 padding:5px 0 0 0;
	 color: #ffffff;
}
.comm a {
	padding-right:5px;
	text-decoration: none;
	color: #ffffff;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #fffacf;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #7cc5a1;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% "Century Gothic", Tahoma, Arial;
	padding-bottom: 10px;
	padding-top:0px;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #7d552f;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #ffe921;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 460px;
	height: 115px;
	background:#fffacf;
	border: 1px solid #ffe921;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url() no-repeat;
	font: bold 12px "Century Gothic", Tahoma, Arial;
	color: #7d552f;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}


/* POST TEXT */
.posttext {
font-family: "Century Gothic", Tahoma, Arial;
font-size: 12px;
line-height: 16px;
color: #7d552f;
width:540px;
padding-left:10px;
}



.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* POST */
		/* POST HEADER*/
		
.post {
	clear:both;
	width: 560px;
	padding-top: 10px;
	
	float: left;
	display: block; 
	overflow:hidden; 
	}
	
.postheader {
margin-top: 10px;
padding-left:10px;
}

.postdate {
padding: 5px 0 10px 0;
height: 37px;
width: 100px;
text-align: left;
font-family: "Century Gothic", Tahoma, Arial;
font-size: 11px;
color: #7d552f;
float: left;
margin-right: 4px;
}

.posttitle h3 a{
text-decoration: none;
width: 460px;
overflow:hidden;
display: block;
float: left;
color: #8D6649;
padding-bottom:5px;
font-family: "Century Gothic", Tahoma, Arial;
font-size: 18px;
font-weight: normal;
font-variant: normal;
border-bottom:#ffe921 dotted 2px;
}

.postmeta {
width: 500px;
display: block;
float: left;
padding-left:10px;
}

.postmeta a{
font-family: "Century Gothic", Tahoma, Arial;
font-size: 10px;
text-decoration: underline;
color: #B57A42;
}
.postmeta a:hover{
text-decoration: none;
}

.post p {
padding-bottom: 15px;
}
.posttext a {
color: #7bc5a0;
}
.post ul, .post ol {
padding-left: 25px;
}

/* POST FOOTER */
.postfooter {
margin-top: 0px;
margin-bottom: 0px;
font-family: "Century Gothic", Tahoma, Arial;
font-size: 11px;
height: 40px;
background: url(images/commentbar.gif) no-repeat;
display: table;
#position: relative;
overflow: hidden;
width: 560px;

}


.posttags2 {
width:540px;
height:25px;
padding-top: 12px;
padding-left: 20px;
letter-spacing:2px;
color:#FFF;
overflow:hidden;
}
.postfooter a{
text-decoration: none;
color: #FFF;
}
.postfooter a:hover{
text-decoration: underline;
}


/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 18px;
	font-weight:normal;
	font-family: "century gothic" arial;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar a {
	color:#7d552f;
}
	
#sidebar ul {
	list-style: none;
}

#sidebar .thestore {
	padding:15px 0 0 20px;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	width:140px;
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 10px;
	margin: 0 0 0 30px;
	color:#7d552f;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0 10px;
	margin: 0;
	color:#7d552f;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #7d552f;
	font-weight:normal;
	font-family: "century gothic" arial;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: none;
	margin-top: 2px;
}

.comments ol li.alt {
	background: none;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #87c19c;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #7d552f;
	font-weight:normal;
	font-size:14px;
	font-family: "century gothic" arial;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px dotted #be544d;
	font-family: "century gothic" arial;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #d3e6da;
}

.form-submit input {
	padding: 2px 5px;
}

.posttags2 .brownlink {
	color:#7d552f;
	font-weight:300;
	padding-right:20px;}


.posttags2 .brownlink a{
	color:#7d552f;
	font-weight:300;
}

.previous-entries {
	float:left;
}

.next-entries {
	float:right;
}

