/* 
Theme Name: Purple
Theme URI: http://www.purpleatheart.com/
Description: Purple At Heart custom theme.

/* CSS master file for Purple House */


/* structural ids */

#wrapper {
	width:980px; 
	align:left;
        margin-left:5px;
}
#leftnav {
	margin:0px 8px 10px 0px;
	float:left;
	vertical-align:top;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#cc99cc;
	text-align:right;
	background-image: url(http://www.purpleatheart.com/images/blossomswirl.jpg);
	background-repeat: no-repeat;
}
#bodycol {
	background-color:#FFFFEE;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:5px;
	margin-top:10px;
	margin-right:10px;
	border:10px double #996699;
	width:697px;
	vertical-align:top;
	float:right;
}
#header {
	clear:right;
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:5px;
}
#footer {
	border-top:dotted 1px #996699;
	margin-left:40px;
	margin-right:40px;
	margin-top:30px;
}
#copyright {
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	width:740px;
	vertical-align:bottom;
	float:right;
}
#bodycontent {
	margin-left:5px;
	margin-top:15px;
}
	


/* ELEMENTS */

body {
	background-color:#663366;
	margin:0px;
	padding:0px;}
h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:28px;
	color:#663366;
	text-align:left;
	line-height:35px;
        margin-bottom:0px;
}
h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	font-weight:bold;
	color:#663366;
	font-style:normal;
}
h3 {		/*	applied to "comments.php" title		*/
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #814499;
	text-decoration: none;
	padding: 0;
	margin: 30px 0 0;
}
small { 		/*   applied to date/time entry was posted   */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #600060;
}
strong {
        color: #663366;
}



/* CLASSES */

.post { 		/*   contains entirety of one whole blog entry  */
	margin: 0 0 40px;
        width:77%;
        border-top:1px dotted #996699;
        border-width: 50%;
        padding-top:15px;
}
.narrowcolumn { 		/*  applies to div "#content"  */
	float: left;
	padding: 0 20px 20px 45px;
	margin: 0px 0 0;
}
.entry {			/*  applies to main text of blog entry  */
	line-height: 1.4em;
}
.postmetadata {  	/*  applies to text at bottom of blog entre - tags, categories, comments, etc.  */
	text-align: center;
	color: #600060;
	padding-top: 5px;
	clear: left;
}
.navigation {		/*  used at bottom of page to direct to "next" or "previous" entries  */
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignleft {			/*  used to align navigation for "Next" (older posts)  */
	float: left;
}
.alignright {		/*  used to align navigation for "Previous" (newer posts)  */
	float: right;
}
.center {		/*  used to align error messages, etc.  */
	text-align: center;
}
.pagetitle {  		/*  applies to h2 of various titles of archive.php pages  */
	padding-top:25px;
        padding-bottom:0px;
        margin-bottom:0px;
}
.alt {		/*  applies to postmetadata in single.php entries  */
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.commentlist {		/*	applies to <ol> on "comments.php"	*/
	padding: 0;
	text-align: justify;
}
.commentmetadata {		/*	applies to <small> for each comment on "comments.php"		*/
	font-weight: normal;
	margin: 0;
	display: block;
}

	

/* ADVANCED STYLES */

a:link {
	color:#996699;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color:#cc99cc;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#663366;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#993399;
	font-weight:bold;
	text-decoration:none;
}
a img {
	border:none;
}
#leftnav a:link {
	color:#cc99cc;
}
#leftnav a:hover {
	color:#996699;
}
#leftnav a:active {
	color:#993399;
}
#footer a {
	font-size:14px;
}
#bodycontent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#663333;
	font-size:15px;
	line-height:17px;
}
#bodycontent blockquote {
	font-style:italic;
}
#footer p {
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#663366;
}
#copyright p {
	text-align:center;
	color:#CC99CC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#bodycontent li {
        font-family:Arial, Helvetica, sans-serif;
	color:#663333;
	font-size:15px;
	line-height:17px;
        padding:4px;
}
#bodycontent pre {
        font-family:"Courier New", Courier, monospace;
	color:#663333;
	font-size:15px;
	line-height:17px;
        padding:4px;
}



/* SIDEBAR STYLES */

#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
        padding: 5px 0 5px 5px;
        align: top;
        float:right;
        width:20%;
        margin-left:10px;
}
#sidebar form {
	margin: 0;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul {
	margin: 5px 0 0 10px;
}
#sidebar ul ul li {
	color: #600060;
	margin: 3px 0 0;
	padding: 0;
}
#sidebar ul ul ul {
	margin: 0 0 0 10px;
}
#sidebar #searchform #s {  	/*  what is this for???  */
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {		/*  what is this for???  */
	padding: 1px;
}



/*	COMMENTS STYLES	*/	

.commentlist li {		/*	applied to .commentlist on "comments.php"		*/
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist cite {		/* 	applied to citation of author on "comments.php"		*/
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.nocomments {		/*	applied in instance of closed comments on "comments.php"	*/
	color: #600060;
	text-align: center;
	margin: 0;
	padding: 0;
}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
#commentform #submit {
	margin: 0;
	float: right;
}



/*   ALL THE OTHER STUFF I DON'T KNOW WHAT IT IS AND MAY OR MAY NOT BE OBSOLETE BUT I'LL KEEP JUST TO BE SAFE :)  */



/* 	IDs	*/

#page {
	background-color: white;
/*	border: 1px solid #959596; */
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
/*	width: 760px; */
	border: 1px solid #959596;
}
#headerimg {
	margin: 7px 9px 0;
	height: 192px;
/*	width: 740px; */
	margin: 0;
	height: 200px;
/*	width: 100%; */
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}



/*  	ELEMENTS		*/

cite {
	text-decoration: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
strike {
	color: #600060;
}
acronym {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
select {
	width: 130px;
}


/*	CLASSES		*/

.widecolumn {
	line-height: 1.6em;
	float: left;
	padding: 0px 0 20px 45px;
	margin: 0px 0 0;
/*	width: 450px; */
}
.clear {
	clear: both;
}



/*  	ALL BELOW ARE ADVANCED TAGS		*/


.widecolumn .entry p {
	font-size: 1.05em;
}
.widecolumn .entry {
	line-height: 1.4em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-align: center;
	width: 100%;
}
.entry p a:visited {
	color: #920048;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
	margin: 10px 5px 10px 0;
}	
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
td.tiny  {
	font-size: 8pt;
	font-family: Arial, Helvetica;
}
#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #next a {
	font-size: 9pt;
	padding-right: 10px;
	text-align: right;
}
#wp-calendar a {
	text-decoration: none;
	display: block;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.widecolumn .post {
	margin: 0;
}
.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;
}
h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}