/*  
Theme Name: Pretty Devils Style Theme
Theme URI: http://prettydevils.net/
Description: PrettyDevils.net style theme
Version: 1.0
Author: Sylvan Korvus
Author URI: http://korvus.com/

*/

/* Colors:
Text (tan):			#fffab8
Visited (dark tan):	#d5d29a
Active page (red): 	#b40000
Footer (dark red):	#a40000
Links (yellow): 	#fdff00
Navbar bg:			#eabe71

*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

div, h1, h2, h3, p {
	border: 0px solid #ccc;
}

p {
	border: 0px solid #ccc;
}

body {
	font-size: .9em;
	font-family: Verdana, arial, sans-serif;
	color: #fffab8;
	line-height: 1.4em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #000;
	background-image: url('images/pd-redbackground.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	width: 100%;
}

/* HEADER AREA */

#header {
	margin: 20px auto 0;
	padding: 0;
	width: 727px;
}

#headerimg {
	background: url('images/pd-header.png') no-repeat;
	margin: 0 0 0 -4px;
	padding: 0;
	height: 122px;
	width: 732px;
}

#headerimg h1 {
	top: 9px;
	left: 121px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: #fdff00;
	font-family: georgia, 'times new roman', times, serif;
	display: block;
	text-transform: uppercase;
	letter-spacing: -3px;
	white-space: nowrap;
	width: 602px;
	position: relative;
}

#headerimg h1 a {
	color: inherit;
	text-decoration: none;
	display: block;
	width: 602px;
	height: 106px;
	z-index: 1;
	border: 0px solid yellow;
	position: relative;
	text-indent: -5000px;
}

#headerimg .description {
	font-size: 26px;
	text-align: left;
	color: #000 !important;
	font-family: georgia, 'times new roman', times, serif;
	display: block;
	text-transform: uppercase;
	top: -20px;
	left: 122px;
	width: 602px;
	z-index: -1;
	border: 0px solid #333;
	position: relative;
	text-indent: -5000px;
}

/* NAVIGATION */

#navcontainer {
	background: url(images/pd-navbarshort.png) repeat-x center;
	margin: 5px 0;
	padding: 0;
	width: 100%;
	height: 38px;
	text-align: center;
}

#nav {
	padding: 0;
	border: 0px solid green;
	width: 756px;
	border-collapse: collapse;
	margin: 0 auto;
	height: 10px;
}

#nav td {
	padding: 8px 0 0;
	margin: 0;
	text-align: center;
	border: 0px solid blue;
	white-space: nowrap;
	vertical-align: middle;
}

#nav a {
	color: #000;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 15px !important;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	padding-right: 1em;
	padding-left: 1em;
}

#nav .current_page_item a {
	color: #b40000;
}

#nav a:hover {
	color: #a40000;
}

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


/* CONTENT AREA */

#page {
	text-align: left;
	padding: 0;
	margin: 0 auto 0px;
	width: 727px;
	border: 0px solid green;
}

#content {
	padding: 0;
	margin: 10px 0 0;
	position: relative;
	min-height: 100px;
	border: 0px solid purple;
}

/* Footer */

#footer {
	padding: 0 0 3em;
	border-width: 1px 0 0 0;
	border-color: #a40000;
	border-style: solid;
    margin: 0;
}

#footer p {
	color: #a40000;
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#footer a, #footer a:hover {
    color: #cc0000;
    text-decoration: none;
}

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

/* POSTS AND CONTENT */

/*#content * {border: 1px solid red;}*/ 

.narrowcolumn {
	float: left;
	width: 560px;
	border: 0px solid red;
}

.widecolumn {
	width: 100%;
	border: 0px solid red;
}

/* Posts */
.post {
   	margin: 0 0 15px;
	padding: 0;
	border: 0px solid blue;
}
.narrowcolumn .post {
		text-align: justify;
		}

.entry {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	width: 100%;
	}

.entry p {
	margin-bottom: .5em;
}

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

.post-edit-link {
	padding-top: 2px;
	clear: both;
	font-size: .5em;
}

.post iframe {
    border: 1px solid #b40000;
	}

/* General Typography */

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

a:hover {
	color: #fdff00;
	text-decoration: underline;
}

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

hr {
	display: none;
}

a img {
	border: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.center {
	text-align: center;
}

.clear {
    clear: both;
}

/* Special Elements */

.homepageaddress {
    text-align: right;
    float: right;
    width: 40%;
    font-weight: bold;
    border: 0px solid white;
    clear: right;
    padding-top: 1.5em;
}

.narrow { /* Used for narrow paragraphs. */
	width: 50%;
	border: 0px solid yellow;
}
	
.galleryslug {
    text-align: right;
    font-weight: bold;
    width: 40%;
    float: right;
}

img.border, a img.border {
    border: 1px solid #a40000;
}

































/* WORDPRESS/BLOG SPECIFIC */
.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #222;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: georgia, 'times new roman', serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
}

h2.pagetitle {
	font-size: 1.6em;
	display: none;
/* suppressed */
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fffab8;
}

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

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.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: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small,.nocomments, .postmetadata, blockquote, strike {
	color: #99978d;
	font-size: 80%;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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



/* SIDEBAR */

#sidebar {
	padding: 0 5px 2px;
	margin-left: 590px;
	width: 130px;
    border-left-style: dotted;
    border-left-width: 0px;
    border-color: #a40000;
    margin-bottom: 5px;
}

#sidebar form {
	margin: 0;
}

/* Sidebar Titles */

#sidebar h2 {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fffab8;
}

#sidebar {
	font: .8em Verdana, Arial, Sans-Serif;
}

#sidebar a {
	font-weight: normal;
}

#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 ul li, #sidebar ul ol li {
	color: #666;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

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

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

#sidebar #searchsubmit {
	padding: 1px;
}

/* End Sidebar */



/* LINKS */


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

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


/*  Headers */

h1 {
	padding: 0;
	margin: 0 0 20px;
}

h2 {
	padding: 0;
    margin: .5em 0;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0 0 20px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */



/* Images */

p img, .entry img {
	padding: 0;
	max-width: 100%;
	border: 2px solid #b40000;
}

/*    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: 0;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	border: 1px solid #a40000;
}

img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	border: 1px solid #a40000;
}

img.alignnone {
    border: 1px solid #a40000;
    display: inline;
    margin: 0;
    margin-right: 7px;
    margin-bottom: 3px;
}

/* Blog 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 {
	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;
}

/* Blog Form Elements */

#searchform {
	margin: 33px auto 36px;
	padding: 5px 3px;
	text-align: center;
}

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

select {
	width: 130px;
}

#commentform input {
	padding: 2px;
	margin: 5px 5px 5px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	background: #333;
	color: #fff;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* Blog 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;
}

/* 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;
}


