@charset "UTF-8";
/* CSS Document */

/*

bg: #b0207f
dark purple: #390035
lt gray: #9aa2a7

*/

body {
	background:#b0207f url(http://blog.reescreative.com/style/images/inspiration01-11-10/bg.jpg) left top no-repeat;
	color:#ffffff;
}

a {
	color:#390035;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:70px;
	line-height:75px;
	letter-spacing:-.02em;
	margin-bottom:30px;
}

#nav {
	color:#ffffff;
	overflow:auto;
	border-bottom:#d12e95 solid 1px;
}

#nav a {
	color:#ffffff;
	text-decoration:none;
}

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

.inspiration h2 {
	color:#390035;
	font-size:32px;
	line-height:32px;
	letter-spacing:-.02em;
	margin:0px 0px 10px 0px;
}

.inspiration h2 a, .inspiration h2 a:visited {
	text-decoration:none;
	color:#390035;
}

.inspiration h2 a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#article {
	width:1200px;
	margin:50px 0px 20px 50px;
	overflow:auto;
}

.inspiration {
	font-size:32px;
	line-height:40px;
	font-weight:bold;
	float:left;
	position:relative;
}

.inspiration p {
	margin:5px 0px;
}

.inspiration p a, .inspiration p a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.inspiration p a:hover {
	text-decoration:none;
	color:#390035;
}

.inspiration img {
	border:10px solid #ffffff;
	margin-top:20px;
}
	
#about {
	margin:50px 0px 20px 0px;
	padding:20px 0px 20px 0px;
	color:#ffffff;
	width:690px;
	border-top:#ffffff thin dotted;
	border-bottom:#ffffff thin dotted;
	clear:both;
}

#comment_info {
	margin-left:50px;
}

#comment_info p {
	color:#ffffff;
}

#comments {
	margin:20px 0px 0px 0px;
	color:#ffffff;
}

#comments small {
	color:#ffffff;
}

input.submit { 
	background-image: url(http://blog.reescreative.com/style/images/inspiration01-11-10/submit.png); 
}

#comment-container {
	border-bottom:#ffffff thin dotted;
}

.author {
	border-left:#ffffff thin dotted;
	border-right:#ffffff thin dotted;
}

.comment-date {
	color:#ffffff;
}

img.quotebubble { 
	background-image: url(http://blog.reescreative.com/style/images/inspiration01-11-10/comments.png); 
}