/*
THEME NAME: Cemetary Dance
THEME URI: http://cemeterydance.com
DESCRIPTION: Custom theme for http://cemeterydance.com
VERSION: 1.1
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

em {font-style: italic}

a {
	color: #BE615C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	min-width: 880px;
	width: 100%;
	background: #FFF;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	height: 98px;
	border: 1px solid #FFFFFF;
}

#header-top {
	width: 100%;
	overflow: hidden;
	height: 75px;
	background: #003366 url(images/bg_header_top.gif) no-repeat top left;
}

#title {
	float: left;
	position: relative;
	top: 11px;
	left: 113px;
}

#title a {
	display: block;
	width: 216px;
	height: 54px;
	background: url(images/title.gif) no-repeat top left;
}

#title a span {
	display: none;
}

#banner-top {
	float: right;
	width: 468px;
	height: 60px;
	position: relative;
	top: 8px;
	right: 50px;
}

#menu {
	background: #FF6633 url(images/bg_header_btm.gif) no-repeat top left;
	overflow: hidden;
	padding-left: 103px;
}

#menu ul li {
	float: left;
}

#container {
	overflow: hidden;
	padding: 10px 220px 30px 210px;
}

#content {
	width: 100%;
	position: relative;
	float: left;
	padding-top: 20px;
}

#breadcrumbs {
	color: #CCC;
	font-size: 85%;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post {
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.post-title {
	font-size: 150%;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
}

.post-title a {
	color: #FF6633;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 5px;
	color: #FF0000;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
	color: #0000FF;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}


.comment-text p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebars */

#sidebar-left {
	float: left;
	width: 200px;
	right: 200px;
	margin-left: -100%;
	position: relative;
}

#sidebar-right {
	float: right;
	width: 210px;
	margin-right: -210px;
	position: relative;
	overflow: hidden;
}

#sidebar-right .sidepanel {
	float: right;
}

.sidepanel {
	width: 150px;
	background: #EAF5FA;
	border: 2px solid #999999;
	margin-bottom: 5px;
}

.sidepanel a {
	color: #FF6633;
}

.sidepanel h3 {
	padding: 2px 0 8px 0;
	color: #003366;
	font-weight: bold;
	background: url(images/dot.gif) repeat-x bottom left;
}

.sidepanel h3 span {
	padding-left: 18px;
	background: url(images/ico_check.gif) no-repeat 2px 2px;
}

.sidepanel ul li {
	padding: 2px 3px 1px 3px;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	border-top: 1px solid #666666;
	padding: 20px;
	font-size: 80%;
	text-align: center;
}

#footer p {
	line-height: 1.2;
	margin-bottom: 15px;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}