/*  
Theme Name: Putre-Fashion
Theme URI: http://putrefashion.net/
Description: 
Version: 1.0
Author: GFDD
Author URI: http://www.gfddgroup.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.narrowcolumn .postmetadata {text-align: left;}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	display:block;
	font-size:11px;
	}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	color:#FFFFFF;
	}

.entry p {
margin:10px 0;
padding:3px 10px;
text-align:left;
}

.entry p.alt {margin-bottom:40px;}

.entry p a:visited {color:#CAC0D3;}


/**************************************************************************************************/

.commentlist li, .commentlist li p {color:#FFF;}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style: normal;
	font-size: 14px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {font-weight: normal;}


small, .nocomments, .postmetadata, blockquote, strike {color: #ccc;}

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: #CAC0D3;
	text-decoration: none;
	}

a:hover {
	color: #CAC0D3;
	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 */



/* Begin Structure */

.narrowcolumn {
float: left;
padding: 0;
margin: 0;
width:68%;
}

.widecolumn {
width:68%;
float:left;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
	line-height:150%;
	}

.post hr {display: block;}

.narrowcolumn .postmetadata {
	padding:3px 0;
	text-align:center;
	}

.widecolumn .postmetadata {
	margin: 10px 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: left;}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
display:block;
font-weight:normal;
font-size:14px;
background-color:#222;
padding:3px 10px;

}


h3 {
	font-size:15px;
	padding:0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 5px ;
	}
/* End Headers */






/* 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;
	text-align:left;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before/*, #sidebar ul ul li:before*/ {
	content: "\00BB \0020";
	}

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


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding: 0 0 0 10px; 
	}

#sidebar #searchform #s {
	width: 140px;
	height:12px;
	padding: 1px;
	}
	
#sidebar #searchform #searchsubmit {margin:3px 0 0 0; }


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {width: 130px;}

#commentform input {
	width: 170px;
	padding:0 5px;
	margin: 5px 5px 1px 0;
	background-color:#CCCCCC;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color:#CCCCCC;
	}

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



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 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 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;
	}

.navigation {
	display: block;
	text-align: center;
	width: 220px;
	margin:10px auto 20px;
	color:#FFFFFF;
	height:20px;
	}
	
.navigation .alignleft {float:left;}	
.navigation .alignright {float:left; margin:0 0 0 10px;}	

	
/* End Various Tags & Classes*/

.post .entry p ul.category_brand_header li a, .entry p ul li a:link {color:#C6BACF;} 
.post .entry p ul li a:visited {color:#A594B4;}
.post .entry p ul li a:hover {color:#CAC0D3;}

div.wrap form {display:block; margin: 0 auto; padding:5px;}

div.wrap form p {margin-left:40px; padding:0;}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
