/* Global */


.alignleft{
float: left;
padding-right: 10px;
border: none;
}

.alignright{
float: right;
padding-left: 10px;
border: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; /*0.8em;*/
	color: #333;
}

a, a:visited {
	color: #333;	
}
a:hover {
  color:#FF921B;
}

.clear {
	clear: both;	
}

#container {
	width: 943px;
	margin: 0 auto;
}

/* Header */

#logo {
	float: left;
	margin-top: 17px;
}

#header form {
	clear: right;
	float: right;
	margin-top: 35px;
}

#header form input {
	float: left;	
}

#search_term {
	width: 205px;
	height: 25px;
	margin-right: 12px;
	border: 1px solid #CCCCCC;	
	font-size: 1.5em;
}

#top_links {
	float: right;
	margin-top: 10px;
	color: #636363;
}

#top_links a {
	color: #636363;	
}

/* Column container */

#main {
	padding-bottom: 30px;
}

/* Left column */

#column_left {
	width: 610px;
	float: left;
}

#column_left_shadow {
	width: 17px;
	height: 54px;
	display: block;
	background-image: url(images/column_left_shadow.png);
	margin-left: -17px;
	margin-top: 6px;
	float: left;
}

#left_column_tabs, #right_column_tabs, #left_column_tabs_blue {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left_column_tabs, #left_column_tabs_blue {
	height: 42px;	
}

#right_column_tabs {
	height: 36px;
	width:380px;
}

#left_column_tabs li, #left_column_tabs_blue li {
	float: left;	
	font-size: 13px; /*1.2em;*/
	font-weight:bold;
	line-height: 42px;
	text-indent: 20px;
	
	margin-right:3px;
}
#left_column_tabs_blue li {
  
}
#left_column_tabs a, #left_column_tabs_blue a {
	text-decoration: none;
	color: black;
	background-repeat: no-repeat;
	padding-right:15px;
}
.maintabactive {
	background-color: white;
	background: transparent url(images/main_white_tab.png) scroll no-repeat top right;
	height:42px;
}
.maintabinactive {
	height:38px;
	background: transparent url(images/yellow-curve.png) scroll no-repeat top right;
}
.maintabinactiveb {
  background:transparent url(images/blue-curve.png) scroll no-repeat right top;
}

#column_left_content {
	background-color: white;
	margin: 0 auto;
	padding:15px;
}

#column_left_content h2 {
	margin-top: 0px;
	padding: 17px 15px 0px 0px;
	font-weight: lighter;
}
.comments_img {
	background: transparent url(images/comments_icon.jpg) scroll no-repeat top left;
	width:52px;
	height:45px;
	font-size:1.5em;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	float:left;
	margin-top:45px;
}

.blurb {
	/*font-size: 1.15em;*/
	font-size: 1em;
	padding: 0px 15px;
	color: #6F6F6F;
}

.article {
	width: 580px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.article_title {
	padding: 15px 10px;
	background-color: #F3F3F3;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	font-weight: lighter;
	color: #000000; /*#FF921B;*/
}

.article_title a {
	color: #FF921B;	
}

.article_date {
	color: #6F6F6F;
	font-style: italic;
}

.article img {
	float: right;
	background-color: #F3F3F3;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-bottom: 20px;
}

.article_footer {
	border-top: 1px dotted black;
	padding-top: 6px;
	clear: both;
}

.article_footer img {
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

/* list - articles */
#list-articles .list-article:first-child {
  border:0 none;
  padding-top:0;
}
.list-article {
border-top:1px dotted #6F6F6F;
margin:0 auto;
padding:10px 0;
width:580px;
}
.list-article img {
background-color:#F3F3F3;
border:1px solid #CCCCCC;
float:left;
margin-right:20px;
padding:4px;
}
.list-article_title {
font-weight:lighter;
}
.list-article_title a {
color:#FF921B;
}
.list-article_comments {
border:0 none !important;
float:right !important;
margin-left:10px;
padding:0 !important;
}
.tags {
	float: left;
	margin-left: 10px;
	width:390px;
}

.add_comment {
	float: right;
	margin-left: 10px;
	color: #FF921B;
}

.previous_entries {
	padding-left: 15px;	
}

textarea {
	width:590px;
}

/* Right column */

#column_right {
	width: 310px;
	float: right;
	margin-top: 6px;
}

#right_column_tabs li {
	float: left;	
	font-size: 14px; /* 1.2em;*/
	height: 31px;
	line-height: 36px;
	background-repeat: no-repeat;
	text-indent: 14px;
	margin-right:3px;
}

#right_column_tabs a, #right_column_tabs span {
	text-decoration: none;
	color: black;
	background-repeat: no-repeat;
	padding-right:9px;
}

.sidebarblue {
	background: #258DC2 url(images/tab_soap_box.png) scroll no-repeat top right;
	
}
.sidebaractive {
	background: #258DC2 url(images/main_white_tab.png) scroll no-repeat top right;
	font-weight: bold;
	color:black;
}
.sidebaryellow {
	background: transparent url(images/yellow-curve.png) scroll no-repeat top right;
}

#middle_shadow {
	width: 23px;
	height: 91px;
	display: block;
	background-image: url(images/middle_shadow.png);
	margin-left: -23px;
	margin-top: 6px;
	float: left;
}

#column_right_content {
	background-color: white;
	margin: 0 auto;
}

#blue_box {
	border-bottom: 10px solid #268EC1;	
}
#yellow_box {
	border-bottom: 10px solid #FFCA02;
}

#blue_box p:first-child, #yellow_box p:first-child { 
	margin: 0px;
	padding: 15px 10px 0px 10px;
}

#blue_box p, #yellow_box p {
	padding-left: 10px;
	padding-right: 10px;
}

.blue_box_more {
	float: right;
	width: 100px;
	height: 22px;
	display: block;
	background-image: url(images/blue_see_more.png);
	color: white;
	text-decoration: none;	
	text-indent: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}
.blue_box_more_left {
	float:left;
	background-image: url(images/blue_see_more_left.png);
}
.blue_box_more a, .blue_box_more a:visited {
	color:white;
}
.yellow_box_more {
	float: right;
	width: 100px;
	height: 22px;
	display: block;
	background-image: url(images/yellow_see_more.png);
	color: white;
	text-decoration: none;
	text-indent: 10px;
	margin-bottom: 10px;
	margin-top:10px;
}
.yellow_box_more_left {
	float:left;
	background-image: url(images/yellow_see_more_left.png);
}
.yellow_box_more a, .blue_box_more a:visited {
	color:white;
}

#blue_box_right_shadow {
	width: 16px;
	height: 58px;
	display: block;
	background-image: url(images/blue_box_right_shadow.png);
	float: right;
	margin-top: 6px;
	margin-right: -16px;
}
.sidehidebox {
	display:none;
}

.side_box {
	border-bottom: 10px solid;	
}

.side_box p {
	padding-left: 10px;
	padding-right: 10px;
}

.grey {
	 border-color: #676767;
}

.green {
	border-color: #7BB31C;	
}

.box_shadow_left {
	width: 16px;
	height: 105px;
	display: block;
	background-image: url(images/box_left_shadow.png);
	float: left;
	margin-left: -16px;
	margin-top: -45px;
}

.box_shadow_right {
	width: 16px;
	height: 114px;
	display: block;
	background-image: url(images/box_right_shadow.png);
	float: right;
	margin-right: -16px;
	margin-top: -50px;
}

.grey_box_title {
	background-color: #676767;	
	color: white;
	padding: 10px 15px;
	font-weight: lighter;
}

.green_box_title {
	background-color: #7BB31C;	
	color: white;
	padding: 10px 15px;
	font-weight: lighter;	
}

.grey_box_more {
	float: right;
	width: 99px;
	height: 22px;
	display: block;
	background-image: url(images/grey_see_more.png);
	color: white;
	text-decoration: none;	
	text-indent: 10px;
	margin-bottom: 10px;
}

.green_box_more {
	float: right;
	width: 100px;
	height: 22px;
	display: block;
	background-image: url(images/green_see_more.png);
	color: white;
	text-decoration: none;	
	text-indent: 10px;	
	margin-bottom: 10px;
}

/* Footer */

#footer {
	height: 151px;
	background-image: url(images/footer_bg.png);
	font-size: 0.9em;
	margin-top:20px;
}

#footer img {
	border: 0px;	
}

#footer_content {
	width: 960px;
	margin: 0 auto;
}

#link_icons {
	float: right;
	margin-top: 20px;
}

#link_icons img {
	margin-right: 5px;
	float: right;
}

.footer_text {
	width: 350px;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
}

#follow_me {
	float: left;
	margin-top: -8px;
}

#quote {
	clear:both;
}

#quote-left {
	background:transparent url(images/quote_left.jpg) scroll no-repeat top left;
	width:34px; height:29px;
}
#quote p {	
	margin-top:12px;
}
#quote-right {
	background:transparent url(images/quote_right.jpg) scroll no-repeat top right;
	width:34px; height:29px;
}

