/*     
Theme Name: I Heart Edward 
Theme URI: http://www.IHeartEdward.com  
Description: A template for IHeartEdward.com.  
Author: Jegan Chen  
Author URI: http://www.jeganchen.com  
Version: 1.0  
.  
Please let me know if you plan to use any portion of this code for your site.
.  
*/ 

body *, html * {
	margin: 0;
	padding: 0;
}

html {
	background: #000 url("/wp-content/themes/I-Heart-Edward/images/layout/bg-pattern.jpg") 0 00;
	z-index: -9;
}

body {
	background: url("/wp-content/themes/I-Heart-Edward/images/layout/bg-top-gradient.png") 0 0 repeat-x;
	color: #c9c8c8;
	font: 100% Arial, Arial, Helvetica, sans-serif;
	z-index: -8;
}

a {
	color: #27c3d5;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}


blockquote {
	font-size: .90em;
	margin: 15px;
	padding: 15px;
}

.clearboth {
	clear: both;
}

.float-right {
	float: right;
}

.rss {
	position: absolute;
	margin: 0 0 0 400px;
	left: 50%;
	top: 25px;
}

#heading {
	display: none;
}

#container {
	background: url("/wp-content/themes/I-Heart-Edward/images/layout/bg-bottom-rose.png") 0 100% no-repeat;
	margin: 0 auto;
	width: 960px;
	z-index: -7;
}

#banner {
	background: url("/wp-content/themes/I-Heart-Edward/images/layout/bg-swirl.png") 100% 0 no-repeat;
	height: 200px;
	z-index: -6;
}

#right {
	float: right;
	padding: 0 20px 0 50px;
	width: 280px;
}

#right #searchform .hidden {
	display: none;
}

#right #searchform input#s {
	color: #555;
	float: left;
	font: 20px Cambria, "Times New Roman", Serif;
	margin: 0 5px 0 0;
	padding: 3px;
	width: 210px;
}

#right #searchform input#searchsubmit {
	float:left; 
	height: 33px;
	margin: -1px 0 0;
}

#right h2 {
	display: block;
	color: #fff;
	clear: both;
	font-size: 20px;
	margin: 0;
	padding: 20px 0 0;
}

#right ul {
	list-style-type: none;
	font-size: .85em;
}

#right ul li {
	margin: 3px 0;
}

#content {
	float: left;
	font-size: .80em;
	width: 600px;
}

#content p {
	line-height: 1.7;
	margin: 5px 0 10px;
}

#content p.details {
	font-size: .75em;
	margin: 0 0 40px 0;
}

h2 {
	font-size: 24px;
	margin: 0 0 15px;
}

h2 a {
	color: #fff;
}

#footer {
	font-size: 10px;
	padding: 50px 0 0 0;
}

#design-by {
	float: right;
	width: 200px;
}

/* Comments */
textarea#comment { width: 400px; padding: 5px; }   
  
.commentmetadata { font-size: 10px; } 