/*  

Theme Name: Her jammies

Original Theme URI: http://beccary.com/goodies/wordpress-themes/

Description: Her jammies

Version: 1.1

Author: Based off of Dusk by Becca Wei

Author URI: http://beccary.com

Modified by: Teresa Jones of http://scribblescratch.com

Graphics by: Teresa Jones of http://scribblescratch.com & http://herbrokentoy.com

Permission to use are for this theme ONLY.  No other use permitted without permission!



*/







/* Basics and Typography */



body {

	margin: 0;

	padding: 0;

	background: #ffffff url(images/bg.png) repeat-y;

        background-repeat: repeat;

	font-size: x-small;

	font-family: Verdana, Arial, sans-serif;

	color: #666666;

	text-align: center;

	voice-family: "\"}\""; 

	voice-family: inherit;

	font-size: 1.0em;

}

html>body {

	font-size: small;

}

p {

	font-size: 1em;

	line-height: 1.5em;

	margin: 1.2em 0;

}

ol, ul {

	font-size: 1em;

	line-height: 1.5em;

	margin: 1.2em 0 1.2em 2em;

	padding: 0;

}

h1, h2, h3, h4, h5, h6 {

	margin: 1.1em 0;

	font-family: Verdana, serif;

}

h1, h2 {

	font-size: 1.1em;

}

h3 {

	font-size: 1.5em;

}

h4 {

	font-size: 1.3em;

}

h5 {

	font-size: 1.2em;

}

h6 {

	font-size: 1.1em;

}

a:link {

	color: #000000;

}

a:visited, a:active {

	color: #000000;

}

a:hover {	color: #373C4C; 

		text-decoration: none;

}

input, textarea, select {

	background-color: #FFF;

	color: #4A4A49;

	font-size: 1em;

	font-family: Arial, sans-serif;

}

blockquote {

	background-color: #E5E5E5;

	margin: 0 20px;

	padding: 0 20px;

	border-left: 1px dotted #373C4C;

	border-right: 1px dotted #373C4C;

}

code {

	font-family: monospace;

	color: #666;

}

form, img {

	margin: 0;

	padding: 0;

	border: 0;

}







/* Layout */



#wrapper {

	width: 810px;

	margin: 0 auto;

	background: #ffffff url(images/wrapper.png) repeat-y;

	font-size: 0.9em;

	text-align: left;

}

#header {

	width: 810px;

	height: 300px;

	background: url(images/head_pjgirly.png) no-repeat;

}



	/* Header Styles */

	

	#title {

		float: left;

		margin: 38px 0 0 9px;

		border-bottom: 1px dotted #ffffff;

		padding: 1px;

	}

	#title h1 {

		margin: 0;

		padding: 5px 15px;

		border: 0;

		background-color: #222;

		color: #f9b7d5;

	        font-size: 0.92em;

		line-height: 32px;

		letter-spacing: 1px;

	}

	#title h1 a {

		color: #000000;

		text-decoration: none;

	}

	

#content {

	float: left;

	width: 485px;

	padding: 5px 8px 0px 15px;

	background: url(images/content.png) no-repeat;

	voice-family: "\"}\""; 

	voice-family: inherit;

	width: 485px;

} 

html>body #content {

	width: 485px;

}

#sidebar {

	float: left;

	width: 255px;

	padding: 18px 15px 0 15px;

	color: #535869;

	font-size: 0.92em;

	voice-family: "\"}\""; 

	voice-family: inherit;

	width: 255px;

} 

html>body #sidebar {

	width: 255px;

}



	/* Sidebar Styles */

	

	#sidebar h2 {

		margin: 0 0 0 0;

		border-bottom: 1px dotted #ffffff;

	        width: 255px;

                color: #ffffff;

	        background: #596A7B;

		font-size: 1.1em;

	}

	#sidebar a:link {

		color: #000000;

	}

	#sidebar a:visited, #sidebar a:active {

		color: #000000;

	}

	#sidebar a:hover {

		color: #373C4C; 

		text-decoration: none;

	}

	#sidebar ul {

		margin: 0;

		padding: 0;

		list-style-type: none;

	}

	#sidebar ul ul, #sidebar ol {

		margin: 1.2em 0 1.2em 1.3em;

	}

	#sidebar ul ul {

		list-style-type: disc;

	}

	#sidebar ul ul ul {

		margin-top: 0;

		margin-bottom: 0;

	}



* html #content, * html #sidebar {

	overflow: hidden; /* For IE */

}

#footer {

	clear: both;

	padding: 1.2em 230px 1.2em 35px;

}



	/* Footer Styles */

	

	#footer p {

		margin: 0;

		padding: 0.6em 0;

		border-top: 1px dotted #9e2251;

		font-size: 0.92em;

	}



	



/* Blog Styles */



.posttitle {

		margin: 0 0 0.6em 0;

                color: #ffffff;

		font-size: 1.1em;

                font-family: georgia;

}

.posttitle a {

	text-decoration: none;

}

.postmeta {

	margin: 0;

	padding: 0.2em 0 0 0;

}

.postmeta, .postfeedback {

	font-size: 0.92em;

	text-align: left;

}

.pagetitle {

	margin: 0.6em 0 1.2em 0;

}

.commentauthor {

	margin: 1.2em 0 0 0;

	border-bottom: 1px dotted #888685;

	font-size: 1.1em;

}

.commentauthor a {

	text-decoration: none;

}

.commentmeta {

	margin: 0;

	padding: 0.2em 0 0 0;

	font-size: 0.92em;

}

#comment {

	width: 98%;

}