/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: normal 12px arial, sans-serif;
	color: #000000;
	background-color: #fff;
}

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

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

a:hover {
        color: #C62026;
		text-decoration: underline;
		font-weight: bold;
}

.regular-style {
	font: normal 12px arial, sans-serif;
	color: #000000;
}

#wrapper {
	overflow: hidden;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
	height:auto;
}

#top-container {
	position: relative;
	width:900px;
	height:150px;
	margin-top:-10px;
    padding:0;
	display: inline;
	/*border: 1px solid #663366; */
}

#top-circles {
	position: relative;
	left: auto;
	top: auto;
	width:492px;
	height:69px;
	float:left;
	display: inline;
	padding:0;
	/*border: 1px solid #663366; */
}

.top-quarter-circle {
	background-image: url(/images/top-quarter-circle2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	width:80px;
	height:81px;
	float:right;
	display: inline;
	padding:0;
	z-index:3;
	/*border: 1px solid #663366; */
}

#logo {
	position: relative;
	left: auto;
	top: auto;
	width:236px;
	height:86px;
	padding-left:23px; 
	margin-top:0;
	z-index:2;
}

#home-bg {
	background-image: url(/images/home2/home-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width:950px;
	height:658px;
	margin-top:-65px;
    margin-left: 0px;
	/*z-index:-1;*/
}


#home-bg img {
position:relative;
border:0;
margin-top:3px;
margin-bottom:3px;
}

#container {
    background-image: url(/images/blog/blog-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
    width:950px;
	height:auto;
	margin-top:-18px;
    margin-left: 0px;
	display: inline;
	float:left;
	/*border: 1px solid #663366;*/
}

#about-text-image {
  position: relative;
  float: left;
  display: inline
  background-color: #fce2cb;
}

#left_sidebar {
    position:relative;
	margin-top:-5px;
    width:186px;
	height:auto;
	float: left;
	display: inline;
	background-color: #fce2cb;
	/*border: 1px solid #663366; */
}

#left_sidebar_content {
  float: right;
  padding-right: 10px;
  display:inline;
  margin-top: -4px;
  /*border: 1px solid #663366; */
}

.left_sidebar_title {
    color: #c61f26;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 0;
	float: right;
}

.red_line {
  position: relative;
  border-top: 1px solid #c61f26;
  width: 175px;
  float: left;
  padding:0;
  margin:0;
  display:inline;
}

.leftcol-section-top {
	background-image: url(/images/blog/leftcol-section-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	margin-top: 10px;
	background-color: #fcc3b1;
}

.leftcol-section-top-ie {
	background-image: url(/images/blog/leftcol-section-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	margin-top: 0px;
	background-color: #fcc3b1;
}

.leftcol-section-middle {
	position: relative;
	height:auto;
	width: 174px; 
	background-color: #fcc3b1;
	float:left;
	display:inline;
	padding:0;
    margin:0;
}

.leftcol-section-bottom {
	background-image: url(/images/blog/leftcol-section-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	
}

.leftcol-postlist ul {
	list-style:none;
	list-style-type: none;
	padding:0;
	margin:0 0 0px 0;
}
.leftcol-postlist li {
	font-size: 12px;
	margin: 0;
	text-align: right;
	line-height:13px;
}
.leftcol-postlist ul li {
	list-style: none;
	padding: 0 8px 20px 10px;
	margin: 0;
	list-style-type: none;
}

.leftcol-postlist a, .leftcol-postlist a:visited, .leftcol-postlist a:hover {
  font-size:12px;
  line-height:13px;
  color: #000000;
  text-decoration:none;
}

.rightcol-section-top {
	background-image: url(/images/blog/rightcol-section-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	margin-top: 10px;
	background-color: #7d1317;
}

.rightcol-section-top-ie {
	background-image: url(/images/blog/rightcol-section-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	margin-top: 0px;
	background-color: #7d1317;
}

.rightcol-section-middle {
	position: relative;
	height:auto;
	width: 174px; 
	background-color: #7d1317;
	float:left;
	display:inline;
	padding:0;
    margin:0;
}

.rightcol-section-bottom {
	background-image: url(/images/blog/rightcol-section-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height:11px;
	width: 174px; 
	float:left;
	display:inline;
	
}

.rightcol-postlist ul {
	list-style:none;
	list-style-type: none;
	padding:0;
	margin:0 0 0px 0;
}
.rightcol-postlist li {
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	text-align: left;
	color: #fce2cb;
	line-height:14px;
}
.rightcol-postlist ul li {
	list-style: none;
	padding: 0 8px 12px 10px;
	margin: 0;
	list-style-type: none;
}

.rightcol-postlist a, .rightcol-postlist a:visited, .rightcol-postlist a:hover {
  font-size:14px;
  font-weight:bold;
  color: #fce2cb;
  text-decoration:none;
}

#subscribe-container-ie {
  position: relative;
  float: right;
  display: inline;
  width: auto;
  height: auto;
  /*border: 1px solid #663366;*/
  padding: 0;
  margin-top: -12px;
}

#subscribe-container {
  position: relative;
  float: right;
  display: inline;
  width: auto;
  height: auto;
  /*border: 1px solid #663366;*/
  padding: 0;
  margin-top: 0x;
}

.subscribe {
  font-size:14px;
  font-weight:bold;
  color:#000000;
  float: right;
  margin-top: 0px;
  padding-top: 5px;
  display: inline;
}

.subscribe img {
  padding: 0px;
  margin-top: 0px;
  vertical-align:middle;
}

.subscribe a {
  font-size:14px;
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

.subscribe a:visited {
  font-size:14px;
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

.subscribe a:hover {
  font-size:14px;
  font-weight:bold;
  color:#000000;
  text-decoration:underline;
}

.title-spacing {
 float:right;
 display:inline;
 width: 170px;
 height: 20px;
 /*border: 1px solid #663366;*/
}

.ten-px-spacing {
 float:left;
 display:inline;
 width: 150px;
 height: 10px;
}

#right_sidebar {
    position:relative;
	margin-top:-5px;
    width:181px;
	height:auto;
	float: left;
	display: inline;
	background-color: #c61f26;
	/*border: 1px solid #663366;*/
}

#right_sidebar_content {
  float: left;
  padding-left: 10px;
  display:inline;
  margin-top: -4px;
}

.right_sidebar_title {
    color: #fce2cb;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 0;
	float: left;
	display: inline;
}
.pink_line {
  border-top: 1px solid #fce2cb;
  width: 175px;
  float: left;
  display: inline;
}

#center {
    position:relative;
	margin-top:-5px;
    width:533px;
	height:auto;
	float: left;
	/*border: 1px solid #663366;*/
}

#logo-nav-container {
  position:relative;
  margin-top: -15px;
  margin-left: 0px;
  padding: 0;
  width: 930px;
  height: auto;
  float: left;
  display:inline;
  /*border: 1px solid #663366;*/
}

#navigation {
  position:relative;
  margin-top: -55px;
  margin-left: 280px;
  padding: 0;
  width: 620px;
  height: 22px;
  float: left;
  display: inline;
}

#navigation ul.navoptions {
	list-style:none;
	margin:0;
	padding:0;
	font-size: 11px;
	clear:left;
}

#navigation ul.navoptions li {
	float:left;
	margin:0 0 5px 0;
	padding-left:2px;
	padding-top:0px;
	background-image:none;
   	text-indent:0;
	font-size:10px;
   	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
}

#navigation a {
    font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   12px;
	color:	     #000000;
	font-weight: bold;
	line-height: 13px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none; 
}

#navigation a:visited {
    font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   12px;
	color:	     #000000;
	font-weight: bold;
	line-height: 13px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}
#navigation a:hover{
     font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   12px;
	color:	     #000000;
	font-weight: bold;
	line-height: 13px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
}
	
/*SEARCH */
.search_blog {
	overflow: hidden;
	height: 43px;
	margin-top: 45px;
	margin-left: 50px;
	float: left;
	display: inline;
	/*border: 1px solid #663366;*/
}

.search_belt .search_top {
	overflow: hidden;
	height: 133px;
	margin-top: 20px;
}

.search_belt .search_top form {
	float: left;
	margin: 3px 0;
}

.search_belt .search_top .search_belt_cherry-fresh input {
	font: 12px normal arial, sans-serif;
	line-height: 12px;
	vertical-align: middle;
}

.search_belt .search_top img {
	float: left;
	margin: 0;
	padding: 3px;
}

.frm {
	background-color: #fff;
	border: 1px solid #C61F26;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 1px;
	color: #000;
}

#content {
   font-size: 1.2em;
   padding: 20px;
}

.post {
	margin: 0;
	padding-bottom: 20px;
}

.post hr {
	display: block;
}

.post-date {
  font-size: 12px;
  color: #c61f26;
  font-weight: bold;
}


.post a, .post a:visited, .post a:hover {
  color: #862326;
  text-decoration: none;
  font-weight: normal;
}

.post h2, .post h2 a, .post h2 a:hover, .post h2 a:visited {
	text-decoration: none;
    color: #862326;
	margin-top: -2px;
}

.post h3, .post h3 a, .post h3 a:hover, .post h3 a:visited {
	text-decoration: none;
    color: #862326;
	margin-top: -2px;
	font-weight: bold;
}

h2.pagetitle {
    color: #862326;
	margin-top: 0px;
	text-align: left;
}

.post-footer, .post-footer a, .post-footer a:visited, .post-footer a:hover {
	color: #c61f26;
	text-decoration: none;
	line-height: 25px;
}

.post_red_line {
  position: relative;
  border-top: 1px solid #c61f26;
  width: 470px;
  float: left;
  padding:0;
  margin:0;
  display:inline;
}
		
.post-comments h3 {
  color: #862326;
}	

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	color: #c61f26;
}

.commentmetadata a, .commentmetadata a:visited, .commentmetadata a:hover  {
  text-decoration: none;
  font-weight: normal;
}

.comment-body {
 margin-top: -10px;
}
.whitetext{
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}

.whitetext a {
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}

.whitetext a:visited {
    font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}
.whitetext a:hover{
    font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}

a.whitetext:link {
   font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}
a.whitetext:visited {
  font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}
a.whitetext:hover {
   font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}

.blacktext{
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size:   11px;
	color:	     #000000;
	font-weight: bold;
	line-height: 12px;
}

.data-container {
 display:inline;
 float: left;
 margin-top: -5px;
}

#option-print { 
	background: url(/images/blog/icon-print.gif) no-repeat top left; 
	padding-left:20px;
}
#option-comment { 
	background: url(/images/blog/icon-comment.gif) no-repeat top left; 
	margin-left:5px;
	padding-left:20px;
}

