/* 
Theme Name: Transformation
Theme URI: http://www.projectdistraction.net	
Description: Pheonix Rising on a white background with semi-transparent reading panel
Author: Jessica Haye	
Author URI: http://www.projectdistraction.net
Version: 1
.
Customized theme for Diane Hovey
.
*/

body {
	background:url(images/bg.jpg) #FFF no-repeat;
	background-attachment: fixed;
	color: #000000;
	 
}

/* Typography */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	color:#4D2E69;
	
}

h1.a:link {
	color:#503A6B;
	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color:#411F58;
	
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	color:#411F58;
	
}

blockquote {
	padding: 3em;
	color:#74528F;
	font-style: oblique;
	
}

/* Posts */

.post .descr {
	color:#74528F;
	font-size: small;
	
}

.post .info{
	color:#74528F;
	font-size: small;
	font-weight: bold;

}

.post img {border: 1px solid #333; margin: 4px 0;}

.post a img {border: 1px solid #333;}

.post a:hover img {border-color: #CCC;}

/* Layout */

#main {	
	width: 700px;
		
}

#container {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	width:700px;
	
}

#header {
	width: 700px;
	height: 128px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 2em;
	
}

#menu {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	width: 700px;
	padding: 1em;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: strong;
	color: #411F58;
		
}

#content {
	width: 60%;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	float:left;
		
}

#sidebar {
	width: 30%;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#46166D;
	float:right;
	
}

#bottom {
	width: 700px;
	padding: 2em;
	font-size: medium;
	color: #333333;
	
}

#footer {
	width: 700px;
	height:65px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: x-small;
	color: #CCCCCC;
	
}

/* Links */

a:link {
	color:#8662C1;
	font-style: strong;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-style: strong;
	text-decoration: none;
}

a:hover {
	color: #74528F;
	font-style: strong;
	text-decoration: underline;
}

a:active {
	color: #74528F;
	font-style: strong;
	text-decoration: underline;
}

/* Navigation */

.navigation {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: strong;
	font-size: 1.2em;
	color: #411F58;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	
}

.navigation ul {padding: 0; margin: 0;}

.navigation li {float: left; list-style: none;}

.navigation a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: strong;
	font-size: 1.2em;
	color: #74528F;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	
}

.navigation a:hover {
	text-decoratoin: underline;
	color: #8662C1;
}

.navigation .current_page_item a {color: #333;}

/* Comments */

#comment {
	width: 570px;
	padding: 1em;
	font-size: small;
	
}

/* You thought you'd change the world... */

