/*   
Theme Name: Orchid
Theme URI: http://www.emilyhambidge.com/blog/
Description: The theme I used for Emily's Blog
Author: Justin Williams
Author URI:http://www.carpeaqua.com/
Version: 1.0
.
Ladies Love My Themes.
.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ccc;
	padding:0px;
	margin: 0px;
	background: #000 url(images/bg.jpg) no-repeat;
}

a:link, a:active, a:visited {
	color: #D4D1CE;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	color: #c41f97
}

#container {
	width: 850px;
	padding:0px;
	margin-bottom: 0px;
	border-right: 10px solid #D4D1CE;
}

#header {
	width: 100%;
}

#header p {
	width: 350px;
	margin-top: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999;
	text-align: right;
	padding-left: 495px;
}

#content {
	padding-left: 250px;
}

#maincontent {
	float: left;
	width: 300px;
}

#maincontent p {
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
}

#maincontent h2 a { 
	color: #D4D1CE;	
	font-size: 20pt;
	font-weight: bold;
}

#maincontent h3 {
	color: #ccc;
	font-size: 12pt;
	font-weight: normal;
	margin-top: -14px;
}

#maincontent h3 a {
	color: #FCC55B;
	font-size: 12pt;
	font-weight: normal;
	margin-top: -14px;
}

#maincontent h5 {
	color: #c69;
}

#maincontent li {
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	padding-bottom: 5px;
	line-height: 12pt;

}

#maincontent hr { 
	width: 95%;
	border-bottom: 1px solid #fff;

}

#maincontent blockquote {
	color: #ccc;
	font-style: italic;
}

#comments {
	background: #141414;
	padding: 10px;
}

#comments p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 08pt;
}

#comments h3 {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: -8px;
}

#comments a:link, #comments a:active, #comments a:visited {
	color: #D4D1CE;
	font-size: 8pt;
}

#sidebar {
	width: 197px;
	padding-top: 20px;
	margin-left: 400px;

}

html>body #sidebar {
	width: 200px;
}

#sidebar h2 {
	color: #D4D1CE;
	font-weight: normal;
}

#footer { 
	padding-top: 5px;
	clear:both;
}

#footer p {
	font-size: 8pt;
	text-align:center;
}

#categories ul {
	list-type: none;
	list-style: none;
}

#categories li {
	list-style: url(images/bullet.jpg) none;
	margin-left: -22px;
	font-size: 8pt;
	padding-bottom: 15px;
}

#categories a:link, #categories a:active #categories a:visited {
	font-size: 09pt;
	color: #FCC55B;
	text-decoration: none;
}

#categories a:hover {
	color: #c41f97;
}

.postinfo a:link, .postinfo a:active, .postinfo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCC55B;
	text-decoration: none;
	background: url(images/bubble.jpg) no-repeat;
	padding-left: 28px;
}

.postinfo a:hover {
	color: #b95d8b;
}

.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

.sitename { color: #ccc; }

.date { color: #ccc; }

