/*  
Theme Name: Purple Sky
Theme URI: http://dowan.org/wp-templates/
Description: Romantic oldschool wordpress template with beautiful skies.
Version: 1.0
Author: Maja Schmidt
Author URI: http://dowan.org

*/



@charset "utf-8";
/* CSS Document */

body {
	background: #631540 url("images/background.gif");
	color: #A96983;
	}
* html #borderline {
	overflow: visible;
	/* So IE won't break things */	
	}
#borderline {
	border: 7px solid #FFFFFF;
	background: #F6EDF2 url("images/bg.gif");
	width: 750px;
	margin: 0px auto 0px auto;
	}
	
#header {
	background: url("images/header.jpg");
	height: 160px;
	width: 750px;
	background-repeat:no-repeat;
	border-bottom: 7px solid #FFFFFF;
	}

#right-side {
	padding: 0px;
	width: 420px;
	float: right;
	voice-family: "\"}\""; 
	voice-family: inherit;
	}
#left-side {
	padding: 0px;
	width: 200px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: auto;
	}
#footer {
	border-top: 7px solid #FFFFFF;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: url("images/footer.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	clear: both;
	}
#footer a {
	color: #FFFFFF;
	}
#left-side ul { 	
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 3px;	
	}
#left-side ul li { 	
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: hebrew;
	list-style-image:url(images/nav.gif);
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: justify;
	padding: 1px;
	color: #785C78;
	text-transform: uppercase;
	}
	
#left-side ul ul { 	
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;	
	}
#left-side ul ul li { 	
	margin-left: 00px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 2px;
	list-style-image:url(images/nav2.gif);
	list-style-position: outside;
	}
li.nav {
	list-style-position: outside;
	list-style-type: hebrew;
	list-style-image:url(images/nav.gif);
	}
	
#left-side h2 {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 2px;
	border-bottom: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	padding-left: 5px;
	background: #F6F3F9;
	font-weight: bold;
	text-transform: uppercase;
	color: #C2B5C7;
	list-style-type:none;
	}

#right-side h2 {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7A3561;
	font-weight: bold;
	text-transform: uppercase;
	height: 19px;
	vertical-align: middle;
	background: url(images/bar.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom:0px;
	}
#right-side h2 a{
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #7A3561;
	font-weight: bold;
	text-transform: uppercase;
	}
.post {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #A96983;
	padding-right: 20px;
	padding-bottom: 10px;
	}
.meta {
		padding-left: 15px;
		padding-bottom: 20px;
		text-align: right;
		color: #6E536E;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	
/* Link Colors */
a:link {
	text-decoration: none;
	color: #5C2964;
	 }
	
a:active {
	text-decoration: none;
	color: #5C2964;
	 }

a:visited {
	text-decoration: none;
	color: #5C2964;
	 }
	
a:hover {
	text-decoration: underline;
	color: #230B26;
	 }
a.nav {
	color: #6E536E;
	text-decoration: none;
}
a.nav2:active {
	color: #6E536E;
	text-decoration: none;
}
a.nav2:link {
	color: #6E536E;
	text-decoration: none;
}
a.nav2:visited {
	color: #6E536E;
	text-decoration: none;
}
a.nav2:hover {
	color: #000000;
	text-decoration: underline; }

.commentlist li, #commentform input, #commentform textarea {
	background: #F6F3F9;
	border: 1px dotted #6E536E;
	}

.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;
	}


.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#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 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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "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." */
