/*
Theme Name: CrimsonPress
Theme URI: http://www.duebel.me/
Description: The default Crimson Petal theme.
Version: 1.0
Author: Bobby Duebelbeis
Author URI: http://www.duebel.me/
Tags: crisp, clean, photo gallery

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color:#999;
}
.header {
	height: 75px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.aligncenter {
  margin: auto;
}
.img-testimonial {
	margin: 4px 10px 0 0;
	border: solid 4px #CCC
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.navigation ul {
	list-style-type: none;
	float: left;
	height: 25px;
	padding-top: 35px;
	padding-left: 30px;
}
.navigation ul li {
	float: left;
	padding-right: 20px;
	letter-spacing: .25em;
}
.navigation ul li a {
	text-decoration: none;
	color: #999;
}
.navigation ul li a:hover {
	color: #900;
}
.header .logo h1 a {
	background-attachment: scroll;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 46px;
	width: 274px;
	margin-top: 15px;
	margin-right: 30px;
}
.wrapper .container {
	background-attachment: scroll;
	background-image: url(images/content_wrap.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 28px;
	height: 37em;
}
.wrapper .footer {
	padding-top: 15px;
	padding-left: 27px;
	font-size: .85em;
}
.footer a {
	color: #BB141A !important;
  text-decoration: none !important;
}
.footer a:hover {
  text-decoration: underline !important;
}
.wrapper .page_top {
	background-attachment: scroll;
	background-image: url(images/page_wraptop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
}
.wrapper .page_bottom {
	background-attachment: scroll;
	background-image: url(images/page_wrapbottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
  margin-top: -5px;
	height: 30px;
}
.wrapper .page {
	background-attachment: scroll;
	background-image: url(images/page_wrap.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 10px;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333;
  line-height: 1.4em;
}
#gallery {
	z-index: 0;
	position: absolute;
}
#gallery img {
	width: 902px;
	height: 467px;
}
#testimonial {
	width: 202px;
	position: absolute;
	margin: 175px 0 0 700px;
	z-index: 1;
	overflow: hidden;
}
#testimonial div {
	background: transparent url(images/bg-black.png) repeat top left scroll;
	padding: 2em;
	color: #FFF;
}
#testimonial h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}
.page h2 {
	font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: -.05em;
  line-height: .75em;
	font-size: 4em;
	color: #BB141A;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page h3 {
	font-weight: normal;
	color: #666;
}
.page p {
	margin-bottom: 10px;
}
.page a {
	color: #BB141A;
	text-decoration: none;
	text-transform: none;
}
.page a:hover {
	text-decoration: underline;
}
.page ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
.page ol {
	margin-bottom: 10px;
	margin-left: 20px;
}
.page .post {
  float: left;
  width: 550px;
}
.page .post_archive {
	float: left;
	width: 530px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCC;
  padding: 10px;
  margin-bottom: 20px;
}
.post_archive h3 {
  font-weight: normal;
	color: #666;
  font-family: Arial, Helvetica, sans;
  letter-spacing: .75em;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase !important;
  margin-left: 10px;
}
.post_archive h3 a {
  text-transform: uppercase !important;
}
.post_archive .date {
  float: left;
  font-size: 1.2em;
  color: #CCC;
  font-weight: bold;
  margin-top: -20px;
  margin-left: -75px;
  background-color: #333;
  opacity: .7;
  padding: 5px;
}
.page #sidebar {
  width: 275px;
  float: right;
  background-color: #CCC;
  padding: 20px;
  margin-top: 78px;
}
#sidebar ul {
  list-style: none;
  margin: 0px;
}
#sidebar ul li {
  margin-bottom: 20px;
}
#sidebar ul li li {
  margin-bottom: 0px;
}
#sidebar ul li li.page_item a {
	font-size: 2em;
	line-height: 1.2em;
	font-family: Georgia, 'Times New Roman', serif;
	text-transform: lowercase !important;
	letter-spacing: -0.05em;
}
#sidebar ul li li.page_item a:hover {
	color: #666;
	text-decoration: none;
}
#sidebar h2 {
  font-weight: normal;
	color: #666;
  font-family: Arial, Helvetica, sans;
  text-transform: none;
  letter-spacing: .75em;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 5px;
}
.clearfloat {
  clear: both;
}
.comments {
  background-color: #CCC;
  border-width: 1px;
	border-style: dotted;
	border-color: #CCC;
  padding: 10px;
}
h3#comments {
  background-color:#333333;
  color:#CCCCCC;
  display:block;
  font-weight:bold;
  margin-left:-75px;
  opacity:0.7;
  padding:5px;
  text-transform:lowercase;
}
#respond h3 {
  font-weight: bold;
  text-transform: lowercase;
  padding: 5px;
  background-color: #333;
  color: #CCC;
  margin-left: -75px;
  display: block;
  opacity: .7;
}
#commentform p {
	padding: 5px !important;
}
#commentform p input {
	height: 20px;
	width: 250px;
	padding-top: 5px;
}
#commentform p label {
	font-size: 1.2em;
}
#commentform p textarea {
	width: 450px;
}
#commentform #submit {
	width: 175px !important;
	height: 30px !important;
	padding-top: 0px !important;
}
.commentlist .quote {
	background:url(images/bg_quote3.gif) no-repeat top right;
	background-color: #f1f0f0;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0B88DA;
	border-right-color: #0B88DA;
	border-left-color: #0B88DA;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
	}
ol.commentlist {
	margin: 0px;
	padding: 0px;
  list-style: none;
}
.commentlist li {
	background-color: #333333;
	opacity: 0.7 !important;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
  color: #FFF;
  margin-bottom: 10px;
	}
cite.alt {
	text-align: right;
  margin-left: 20px;
	}
span.comments {
	color:#FFFFFF;
	float:left;
	width:28px;
	height:28px;
	text-align:center;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img.avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.commentlist p {
  background-color: transparent !important;
  margin-bottom: 10px;
  font-size: 1em !important;
  opacity: 1.0 !important;
  padding: 0px !important;
}
.commentlist a {
  color: #FFF;
  text-decoration: none;
}
.commentlist a:hover {
  text-decoration: underline;
}
.comment-meta {
  font-size: .7em;
  float: right;
  margin-top: -30px;
}
.page h3.quote {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 2em !important;
  font-style: italic !important;
  line-height: 1.2em !important;
  margin-left: 30px !important;
  margin-right: 165px !important;
  font-weight: normal  !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.author {
  text-align: right;
  margin-right: 175px;
  font-style: italic;
  color: #666;
}
.postmetadata {
  background-color: #CCC;
  padding: 20px;
  border: dotted;
  border-color: #EFEFEF;
  border-width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .75em;
  text-transform: uppercase;
}
.postmetadata a {
  text-transform: uppercase;
}
.postmeta2 {
  background-color: #CCC;
  padding: 20px;
  border: dotted;
  border-color: #EFEFEF;
  border-width: 1px;
  margin-top: 10px;
  font-size: .75em;
  text-transform: uppercase;
}
.postmeta2 a {
  text-transform: uppercase;
}
.entry {
       padding:10px;
}
.page h3, h3.gallerytitle {
  font-weight: normal;
	color: #666;
  font-family: Arial, Helvetica, sans;
  letter-spacing: .75em;
  font-size: .75em;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.post small {
  text-transform: uppercase;
  padding-top: 10px;
  margin-left: 10px;
}