@charset "UTF-8";

/**************************************************************
GENERAL STYLES
**************************************************************/

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #959286;
	padding: 10px 0 60px 0;
}

h1, h2, h3, h4, h5, h6, p, form {
  padding: 0;
	margin: 0 0 12px 0;
}
a {
		border-bottom: 1px dotted 7A1501;
	}

a:hover {
		border-bottom: 1px dotted #b0561e;
}


textarea {
  width: 90%;	
}

#wrapper {
  width: 799px;
	margin: 0 auto;
}

#header, #body, #footer {
  clear: both;
	position: relative;
}

.sidebar_hr {
  background: url(../images/blog_sidebar_border.gif) repeat-x 50% 50%;
	height: 2px;
	margin: 20px 0 26px 0;
}

.sidebar_hr hr {
  display: none;
}


/**************************************************************
WRAPPER
**************************************************************/

div#content div#main div#wrapper {
  background: url(../images/blog_bg_repeat.png) repeat-y center top;
	position: relative;
	margin-bottom:30px;
}

* html div#content div#main div#wrapper {
  background: url(../images/blog_bg_repeat.gif) repeat-y center top ;
}

div#content div#main div#wrapper div#wrapper_top {
	background: url(../images/blog_bg_top.png) no-repeat center top!important;
	position: relative;
	top: -28px;
}

* html div#content div#main div#wrapper div#wrapper_top {
  background: url(../images/blog_bg_top.gif) no-repeat center top!important;
}

div#content div#main div#wrapper div#wrapper_top div#wrapper_bottom {
  background: url(../images/blog_bg_bottom.png) no-repeat center bottom !important;
	position: relative;
	top: 25px;
}

* html div#content div#main div#wrapper div#wrapper_top div#wrapper_bottom {
  background: url(../images/blog_bg_bottom.gif) no-repeat center bottom !important;
}


/**************************************************************
BODY
**************************************************************/

#body {
  padding: 0 50px;
	margin-left:20px!important;
	margin-right:20px!important;
	float: left;
	background: url(../images/blog_body_divider.gif) repeat-y;
	font: 12px/22px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	z-index: 10;
}

#body h2 {
  font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #202020;
}

#body h2 a {
  border: none;	
}

#utterz-entry a {
  border: none;
}

.utterz-footer {
  display: none;	
}

#column_left {
	float: left;
	margin:30px 40px 0pt 0pt;
	width:530px !important;
}

#column_right {
  width: 160px!important;
	float: left;
	font: 11px/18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #727272;
}

* html #column_left {
  margin: 30px 33px 0 0;
}

/**************************************************************
SIDEBAR
**************************************************************/

.sidebar_icon {
  float: right;
	margin: 0 0 2px 0;
}

.sidebar_btn {
  text-indent: -9000px;
	display: block;
	border: none;
	width: 136px;
	height: 51px;
	margin: 0 auto;
}

.sidebar_title {
  text-indent: -9000px;
	display: block;
	height: 22px;
}

.sidebar_btn:hover {
  background-position: 0 -51px !important;
  border: none;
}


/**************************************************************
FOOTER
**************************************************************/

#footer {
  padding: 0 30px;
	color: #e0dbcb;
}
