/*

Theme Name: PANK BLOG
Theme URI: http://supreme-value.com/
Description: The PANK Blog Theme
Version: 1
Author: Gene Morgan
Tags: Pankiness, Magazineishness

*/













/*GREATER STRUCTURE*/

body {
	background-image: none;
	background-color: #D1D3D4;
	font-family: Helvetica, Sans-Serif;
	text-align: center;
	font-size: 13px;

	}


/**site container**/

#page {
	background-color: #FFFFFF;
	width: 900px;
	text-align: left;
	margin: auto;
	padding:0px;

	}	
	
/**header**/	

#header {
	background-repeat: no-repeat;
	margin: 0px 0px 60px 0px;
	padding: 0px;
	height: auto;
	width: 900px;
	background-image: url(/wp-content/themes/pank/images/background/rotate.php);
	}

		
/**linkbar**/

.linkbar {
	width:890px;
	padding: 10px 0px 30px;
}

/**content**/


#content {
    width: 700px;
    padding-bottom: 50px;
    margin-left: 100px;
	}
	
.post {
	padding-right: 0px;
	width: 480px;
	float:left;

	}



.widecolumn {
	width: 900px;
	}
	
#sidebar {
	width: 180px;
	float:right;
	text-align: left;

	}
	


.entry {
	width: 480px;
	line-height: 1.9em;
	padding-bottom: 50px;
	}
	
/**comments**/

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 15px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.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;
	}	
	
.commentdiv {
	margin-top: 10px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

/**footer**/

#footer {
	background-color: #3d3d3d;
	margin: 100px 0px 0px;
	border: none;

	}
	
.foot {
	font-size: 10px;
	color: #adadad;
	font-family: Helvetica, Sans-Serif;
	line-height: 1.9em;
	text-align: right;
	margin-left: 350px;
	margin-right: 20px;
	padding: 5px;

}

.spacer{
	clear: both;
	}
/*END GREATER STRUCTURE*/



/**bio**/

.bio { 
	width: 500px;
	background-color: #3d3d3d;
	margin:auto;
	padding: 5px 20px;
	margin-top: 150px;
	}
	
.bio p {
	font-size: 12px;
	color: #dddddd;
	font-family: Helvetica, Sans-Serif;
	line-height: 1.7em;
	text-transform: none;
}

.bio p a {
	color: #ffffff;
	text-decoration: none;
	}
	
.bio p a:hover {
	color: #adadad;
	text-decoration: none;
	}



/**Magazine**/

.leftindex {
	width: 300px;
	float:left;
	}
	
.rightindex {
	width: 300px;
	float:right;
	}








/*MOSTLY TYPOGRAPHY*/
	

h1, h2, h3, h4 {
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	}
	
h1, h4 {
	color: #ffffff;
	}	

h1 {
	font-size: 28px;
	text-align: left;
	text-transform: uppercase;
	background-color: #3d3d3d;
	padding: 0px 10px 3px;
	margin: 0px 50px 10px 50px;
		line-height: 1.7em;
	}

	
h4 {
	font-size: 12px;
	text-align: right;
	padding: 3px;
	margin: 1px;
	text-transform: uppercase;
	
	}
	
h1 a{
	color: #ffffff;
	background-color: #3d3d3d;
	padding: 2px 4px;
	}
	
h4 a {
	color: #ffffff;
	background-color: #000000;
	padding: 2px 4px;
	}
	
h1 a:hover{
	color: #CC2036;
	}

h4 a:hover {
	color: #ffffff;
	background-color: #CC2036;
	padding: 2px 4px;
	}
	
h4 a:active {
	color: #ffffff;
	background-color: #e4394f;
	padding: 2px 4px;
	}
	
h4.title a {
	background-color: transparent;
	margin: -10px;}
	
h4.title a:hover {
	background-color: transparent;
	margin: -10px;}
	
h2, h3 {
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	color: #3d3d3d;
	}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 0px 0;

	}
	
h3 {
	font-size: 15px;
	color: #3d3d3d;
	font-weight: bold;
	margin-top: 20px;

	}
	
.sectionbreak {
	margin-top: 100px;
	}
	
h2 a, h3 a {
	color:#3d3d3d;
	}

h2 a:hover, h3 a:hover {
	color: #CC2036;
	text-decoration: none;
	}


	
h3.comments {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	}
	
small {
	font-size: 12px;
	color: #3d3d3d;
	font-family: Helvetica, Sans-Serif;
	}
	
small a {
	color: #3d3d3d;
	}
	
small a:hover {
	color: #CC2036;
	}
	


.entry {
	line-height: 1.7em;
	font-size: 13px;
    color: #1d1d1d;
    text-align: justify;
	}

	
.archive, .lcp_catlist {
	line-height: 3em;
	font-size: 13px;
    color: #3d3d3d;
    text-align: left;
	}
	
.archive a, .lcp_catlist a {
	color: #3d3d3d;
	padding: 2px 4px;
	}
	
.archive a:hover, .lcp_catlist a:hover {
	color: #ffffff;
	background-color: #3d3d3d;
	padding: 2px 4px;
	}

.archive a:visited, .lcp_catlist a:visited {
	color: #5e6b8f;
	text-decoration: none;
	}
	
.archive a:active, .lcp_catlist a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
li {
	font-size: 12px;
	margin:0px 0px 0px -40px;
	padding: 0px;
	list-style: none;
	}
	
li a {
	}

.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
	}

.alignleft {
	margin: 0px 10px 0px 0px;
	float: left
	}

/**links**/

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

a:hover {
	color: #adadad;
	text-decoration: none;
	}
	


/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/

p img {
	padding: 0;
	max-width: 100%;
	border: 0px solid #600510;
	}

/*	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: 0px 0px 10px 10px;
	display: inline;
	}


img.alignleft {
	padding: 0px 10px 10px 0px;
	display: inline;
	}

	
/**captions**/

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

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #AB0ED0;
	padding-top: 4px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	color: #fdfdfc;
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	}
	
/*END IMAGES*/













/*VARIOUS*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 17px;
	border-left: 5px solid #000000;
        background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*END VARIOUS*/

