/*  ===================================================================
Theme Name: Larson Creative
Theme URI: http://LarsonCreative.net
Description: Larson Creative an Internet company specializing in Web Development and Marketing
Date: 10/20/07
Version: 2.0
Author: Eric Larson
Author URI: LarsonCreative.net
Tags: Larson Creative Style, custom admin panel, right sidebar, 2 column.


======================================================================*/

@import "wordpress.css";
@import "formatting.css";
/* global=============================================================*/


@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:4px 0 10px 0; 
	border:0px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:none; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px monospace; 
	color:#666666;
	letter-spacing:5px;
}

ol.cf-ol { 
	border-top:2px dashed #AAAAAA;
	margin:0pt!important;
	padding:20px 0pt 0pt!important;
}
ol.cf-ol li	{
	background:none!important; 
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	font:normal 12px monospace; 
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0; 
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:200px; 
	margin:0px 10px 0 0; 
	text-align:left;
	font-size: 10px;
	display:block;
	color:#333;
	background:none;
	padding:2px;
	font:normal 12px monospace; 
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 2px 0 4px;
	width:110px;
	text-align:left;	
}

label.cf-after span {
	width:110px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0 0 8px 0;
	padding:3px;
	background: #fbfbfb; 
	border:none;
	border-top: 1px solid #f0f0f0; 
	vertical-align:top;
	font:normal 12px monospace;
	letter-spacing:1px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:415px; 
}
.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: monospace;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	color:#888888;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	width:421px;
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
	font:normal 10px monospace; 
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:150px;  
	padding:5px; 
	margin: 5px 3px 4px 0pt;
	font-size:13px;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}


/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
	font-family:monospace;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}



* { /*--reset all to 0--*/
	margin: 0; 
	padding: 0; 
}

body {
	background: #c7a85c url(images/bg.png) repeat-x top left;
	color: #3a2f27;
	font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #e54d02;
}

a:hover {
	color: red;
}

a img {
	border: 0;
}

.box {
	border: 1px solid #e0e0e0;
	background: #fff url(images/input.jpg) repeat-x top left;
}

.homebg {
	background-image: url(images/homebg.jpg);
	
	background-repeat: no-repeat;
	height: 302px;

}

.half h3 {
	background-image: url(images/build.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-left: 0px;	
	text-indent: -6000px;	
	width: 850px;
}

.box2 {
	background-color: #e8e8e8;
	border: 1px solid #d8d4d4;
}

.box3 {
	background-image: url(images/plaid.png);
	background-repeat: repeat;
	border: 1px dashed #CCCCCC;	

}

/* container =============================================================*/
#wrapper {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px auto 0px; padding: 0;
}

#header {
	width: 987px;
	height: auto;
	margin: 0 auto;
	padding-top: 2px;
}

.clear	{
	clear: both;
}

.search_right {
	padding: 0px;
	margin: 0px;
	float: right;
}


#head {
	list-style: none;
	float: left;
	position: relative;
	width: 955px;
	heith: 125px;
	margin:0px;
	padding: 0px;
}

li.logo {	float: left; 	padding-left: 25px;
	padding-bottom: 20px;	}

li.logo a {
	position: relative;
	width: 303px;
	height: 56px;
	display: block;
	z-index: 15;
	background-image: url(http://larsoncreative.net/img/LarsonCreative_logo2.png);
	background-repeat: no-repeat;
}

li.logo a h1 {
	text-indent: -8000px;	
}
li.logo a p {
	text-indent: -8000px;	
}


li.T2 {	float: left; }

li.T2 {
	position: relative;
	width: 585px; height: 56px;
	padding-bottom: 16px;
	display: block;
	}
	


#box_container {
	float: right;	
	width: 364px;
	margin-top: -75px;
	margin-right: 55px;
	list-style: none;
	
}	

li.promo { float: left; }
	
li.promo {
	position: absolute;
	display: block;
	width: 364px;
	height: 401px;
	margin: 4px;
	z-index: 100;
	background-image: url(images/promo.png);
	background-repeat: no-repeat;
		
	
}


#pagew {
	background-image: url(images/page_light.png);
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;
	height: 115px;

	}
	
#pagew2 {
	background-image: url(images/page_light.png);
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;
	height: 300px;
	z-index: 15;
	}


#pagedivide {
	background-image: url(images/page_divide.png);
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;
	height: 9px;
	background-repeat: no-repeat;
	}
	
#Lpage {
	background-image: url(images/page_dark.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;

	}



#content {
	width: 978px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;	
}


#full_page {
	width: 928px;
	padding-left: 22px;
	padding-bottom: 10px;
	float: left;
	
}

#full_page a {
	color: #FF6600;

}

#full_page h3 a {
	color:#330000;
}

#full_page h3 a:hover {
	color: #FF6600;
}


#content #home-col {
	width: 930px;
	float: left;
	padding-left: 23px;
	margin: 0px;
	overflow: hidden;

}

#content #left-col {
	width: 635px;
	float: left;
	padding-left: 24px;
	margin: 0px;
}

#content #right-col {
	width: 275px;
	float: right;
	padding-right: 27px;
}



/* #header =============================================================*/

.section {
	float: left;
	width: 960px;
}

.left-box {
	float: left;
	width: 600px;
}

.right-box {
	float: left;
	width: 360px;
	height: 24px;
}

ul#menu {
	float: left;
	list-style: none;
	font-size: 10px;
	width: 600px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#menu li.page_item, ul#menu li {
	float: left;
}

ul#menu li.page_item a, ul#menu li a {
	color: #c1b0a2;
	margin: 0 15px 0 0;
}

ul#menu li.page_item a:hover, ul#menu li.current_page_item a, ul#menu li a.current {
	color: #fff;
}

a#register {
	font-size: 11px;
	padding-top: 3px;
	color: #C1B0A2;
}

.admin a {
	color: #C1B0A2;	
}

.admin {
	font-size: 10px;
	float: right;
	padding-top: 3px;
	width: 360px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

a#register:hover , .admin a:hover {
	color: #fff;
}

form#loginform {
	float: left;
	font-size: 11px;
}

form#loginform label {
	float: left;
	padding: 2px 5px 0 0;
}

form#loginform input {
	border: 0;
	color: #999;
	font-size: 10px;
}

form#loginform label input.text {
	height: 12px;
	background-color: #000;
	padding: 2px;
	border: 1px solid #403939;
	width: 60px;
}

form#loginform input#my-submit {
	background: url(images/login.png) no-repeat top left;
	width: 17px;
	height: 22px;
	cursor: pointer;
}

h1 a#logo {
	float: left;
	width: 370px;
	height: 60px;
	background: url(images/logo.png) no-repeat top left;
	text-indent: -99999em;
}

#searchform {
	float: right;
	background: url(images/search.png) no-repeat top left;
	width: 209px;
	height: 17px;
	margin: 12px 0 0 0px;
	display: inline;
	padding: 3px;
}

#searchform input {
	border: 0;
	color: #999;
	float: left;
}

#searchform input#s {
	background-color: #171515;
	width: 184px;
}

#searchform input#searchsubmit {
	background: url(images/search-button.png) no-repeat top left;
	cursor: pointer;
	width: 21px;
	height: 18px;
	margin: -1px 0 0 2px;
}

/************************* Main Menu Begin ***************/
.menu {
	width: 987px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.hire_us {
	display: block;
	width: 300px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	z-index: 100;

}

/* Menu 1 */

li.space {
	width: 13px;
	height: 54px;
}

#butt, #butt ul{
	padding: 0;
	float:left;
	list-style: none;
	position: relative;
	z-index: 100;
}

#butt li {
	float: left;
	line-height: 35px;	
	position: relative;
	z-index: 100;
}

li.hire {
	padding-top: 40px;
	padding-left: 2px;

}


li.hire a {
	height: 78px;
	width: 247px;
	background-image:url(images/hireUs.png);
	text-indent: -6000px;	
}

li.hire a:hover {
	height: 78px;
	width: 247px;
	background-image:url(images/hireUs.png);
	background-position: left bottom;
	text-indent: -6000px;	
}






	
li.home a {
	height:54px;
	width:80px;
	background-image:url(images/home.png);
	text-indent: -6000px;	
}

li.home a:hover {
    height:54px;
	width:80px;
	background-image:url(images/home.png);
	background-position: left bottom;
	text-indent: -6000px;	

}

li.a_home a, li.a_home a:hover{	
	height:54px;
	width:80px;
	background-image:url(images/home.active.png);
	text-indent: -6000px;
}



/* Menu 2 */



li.about a {
	height:54px;
	width:84px;
	background-image:url(images/about.png);
	text-indent: -6000px;
}

li.about a:hover {
    height:54px;
	width:84px;
	background-image:url(images/about.png);
	background-position: left bottom;
	text-indent: -6000px;
}

li.a_about a, li.a_about a:hover {
	height:54px;
	width:84px;
	background-image:url(images/about.active.png);
	text-indent: -6000px;
}
/* Menu 3 */


	
li.services a {
	height:54px;
	width:97px;
	background-image:url(images/serivices.png);
	text-indent: -6000px;
}

li.services a:hover {
    height:54px;
	width:97px;
	background-image:url(images/serivices.png);
	background-position: left bottom;
	text-indent: -6000px;
}

li.a_services a, li.a_services a:hover  {	
	height:54px;
	width:97px;
	background-image:url(images/serivices.active.png);
	text-indent: -6000px;
}



/* Menu 4 */


	
li.portfolio a {
	height:54px;
	width:105px;
	background-image:url(images/portfolio.png);
	text-indent: -6000px;

}

li.portfolio a:hover {
    height:54px;
	width:105px;
	background-image:url(images/portfolio.png);
	background-position: left bottom;
	text-indent: -6000px;
}

li.a_portfolio a, li.a_portfolio a:hover {	
	height:54px;
	width:105px;
	background-image:url(images/porfolio.active.png);
	text-indent: -6000px;
}

/* Menu 5 */


	
li.contact a {
	height:54px;
	width:87px;
	background-image:url(images/contact.png);
	text-indent: -6000px;
}

li.contact a:hover {
    height:54px;
	width:87px;
	background-image:url(images/contact.png);
	background-position: left bottom;
	text-indent: -6000px;
}

li.a_contact a, li.a_contact a:hover {	
	height:54px;
	width:87px;
	background-image:url(images/contact.active.png);
	text-indent: -6000px;
}

li.search_stuff {
	float: right; width: 455px;	height:54px;

}




#nav a {
	display: block;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
	z-index: 100;
}
	




#nav li ul a {
	background-image: none;
	color: #000;
	text-indent: 0px;
	height: 25px;
	z-index: 100;
	clear: both;
	}
	
#nav li ul li {
	text-align: left;
	margin: 0px;
	background-color: #FAFDC6;
  	color: #000000;
	padding-left: 10px;
	padding-top: 4px;
	height: 25px;
	list-style: none;
	float: left;
	text-indent: 0px;
	z-index: 100;
}
	

/*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
*/
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	font-weight: bolder;
	z-index: 99;
	width: 130px;
	margin-top: -0px;
	left: auto;
	text-indent: 0px;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background: #90b73e;
	z-index: 99;
	
}


/* **********  Main Menu End *********/


#navigation {
	position: relative;
	height: 33px;
	float: left;
	padding-top: 5px;
}

a#home {
	position: relative;
	height: 33px;
	float: left;
	padding-top: 5px;
	width: 80px;
	text-indent: -9999em;
}


#navigation li {
	float: left;
	line-height: 33px;
	z-index: 100;
}

.menu li a, .hire_us li a {
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#navigation li a {
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#navigation li a:hover,#topmenu li.active a { 
	color: #fff; 
	text-decoration: none;
	z-index: 100;
}

#navigation li ul li a:hover,#topmenu li.active a {
	color: #e54d02;
	text-decoration: none;
	z-index: 100;
}

#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
	position: relative;
	z-index: 100;
}


#nav li {
	float: left;
	line-height: 35px;	
	position: relative;
	z-index: 100;
}

#nav li ul li a  {
	width: 13em;
	z-index: 100;
}


#nav li ul li a:hover {
	width: 13em;
	z-index: 100;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	margin-top: 0px;
	margin-left: 2px;
	z-index: 100;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 99;	
}

#nav li ul li {
    background: #fff url(images/input2.jpg) repeat-x top;			
	line-height: 28px;
	border: 1px solid #c3b2a5;
	width: 12em;
	border-top: 0;
	position: relative;	
	z-index: 100;
}

#nav li ul ul {
	margin: -29px 0 0 13em;
	z-index: 100;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	z-index: 100;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	z-index: 100;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 100;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#navigation li.current-cat a {
	color: #fff;
	background: url(images/nav.png) repeat-x top left;
	z-index: 100;
}

#nav li.current-cat ul li a {
	background: none;
	color: #333;
	z-index: 100;
}

#nav li ul li.current-cat a, #nav li ul li.current-cat a {
	background: none;
	color: #333;
	z-index: 100;
}

#navigation ul li ul li.current-cat a:hover, #navigation ul li ul li.current-cat a:hover {
	color: #e54d02;
	z-index: 100;
}

#rss {
	float: left;
	text-align: right;
	width: 90px;
	padding: 6px 10px 4px 0;
}

#rss a {
	color: #0d0c0c;
	font: 900 22px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* .content=============================================================*/

.featured {
	float: left;
	width: 605px;
	padding: 19px;
	z-index: 5;
}
.hide   {display:none;}

.point {
	padding: 10px 10px;
	margin: 0px 15px 15px 25px;
	width: 795px;
	background-color: #FFFFE6;
	border: 8px solid #CCCCCC;
}



.featured .f-photo {
	clear: left;
	width: 605px;
	height: 220px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.featured .f-photo a img {
	z-index: 1;
}

.featured .f-photo a {
	float: left;
	z-index: 1;
}

.featured .f-photo h2 a  {
	float: left;
	position: relative;
	color: #fff;
	background: url(images/title-bg.png) repeat;
	display: block;
	top: 300px;
	padding: 10px;
	font: 400 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 400px;
	z-index: 1;
}

.featured .f-author {
	float: left;
	width: 80px;
	padding-right: 10px;
	text-align: center;
	font-size: 10px;
	letter-spacing: -1px;
	z-index: 5;
}

.featured .f-author img {
	float: left;
	border: 1px solid #e8e8e8;
	z-index: 15;
}

.featured .f-excerpt {
	float: left;
	width: 515px;
	padding-bottom: 10px;
	z-index: 5;
}

.featured .f-excerpt p {
	float: left;
	z-index: 5;
}

.f-bottom {
	float: left;
	width: 605px;
	padding-left: 14px;
	margin-top: -15px;
	margin-bottom: 20px;
	z-index: 5;
}

.f-bottom a.f-read {
	float: left;
	background: url(images/f-read.png) no-repeat top left;
	width: 125px;
	height: 26px;
	color: #fff;
	padding: 4px 0 0 6px;
	font-size: 11px;
	z-index: 5;
}

.f-bottom .f-comment {
	float: right;
	margin-top: -10px;
	position: relative;
	z-index: 5;
}



/* .post=============================================================*/

#left-post-col h3, #right-post-col h3 {
	float: left;
	padding: 5px 8px;
	color: #333;
	width: 296px;
	background-color: #e0e0e0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin-bottom: 10px;
}

.steps h3, #left-post-col h3 {
	margin-left: 2px;
}

#right-post-col h3 {
	margin-left: 0px;
}

.steps h3 a, #left-post-col h3 a, #right-post-col h3 a {
	color: #666;
}

.steps h3 a:hover, #left-post-col h3 a:hover, #right-post-col h3 a:hover {
	color: #333;
}

#left-post-col {
	float: left;
	width: 308px;
	padding-right: 10px;
}

.steps h3 {
	float: left;
	padding: 0px;
	color: #333;
	width: 299px;
	background-color: #e0e0e0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin-bottom: 10px;
}

.steps {
	float: left;
	width: 300px;
	padding-left: 7px;
}


#right-post-col {
	float: right;
	width: 308px;
}

.post {
	float: left;
	width: 315px;
	margin-bottom: 10px;
	margin-top: -20px;
}

.post h2 {
	padding: 0 0 4px 0;
}

.post h2 a {
	color: #111;
	font-size: 20px;
}

.post h2 a:hover {
	color: #e54d02;
}


#process_wrap {
	margin: 0 auto;
	
}


.pross-sum {
	padding: 12px;

}

.pross-sum ol {
	padding-left: 20px;

}

.pross-sum p {
	padding-top: 8px;
	font-weight: 500;

}

.pross-sum h2 {
	float: left;
	width: 223px;
	color: #FF6633;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}

.pross-sum span {
	float: right;
	text-align: center;
	
	padding: 6px 3px 3 0;
	font-weight: 400;
	color:#ffffff;
	background-color: #666666;
	width: 50px;
	height: 30px;
}

.post .pross-sum {
	float: left;
	width: 250px;
	padding: 15px;
	margin-top: 15px;
}

.post .pross-sum p {
	padding-top: 5px;
}

.post .pross-sum p, .post .pross-sum li,  {
	font-size: 9px;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.post .pross-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.post-sum .comment {
	float: right;
	background: url(images/comment.png) no-repeat top left;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 4px;
	padding: 5px 5px 0 0;
	display: inline;
}

.post-sum ol {
	padding-left: 20px;

}

.post .post-sum {
	float: left;
	width: 283px;
	padding: 15px;
	margin-top: 15px;
}

.post .post-sum .date {
	font-size: 11px;
	font-style: italic;
	font-size: 10px;
	color: #666;
}

.post .post-sum img {
	float: left;
	margin: 5px 8px 0 0;
}

.author-post .single img {
	float: left;
	margin: 5px 8px 0 0;

}

.read-more {
	float: left;
	background: url(images/read.png) no-repeat top left;
	width: 95px;
	height: 31px;
	text-indent: -9999px;
	margin: -12px 0 0 9px;
}

/* #right-col=============================================================*/

#right-col #ad {
	float: left;
	width: 270px;
	padding: 2px;
	margin: 0 0 2px 0;
}

#right-col #ad div {
	float: left;
	margin: 2px;
	display: inline;
	padding: 2px;
}

#right-col #ad div a img {

}

#right-col .tab-box {
	float: left;
	width: 278px;
	margin: 10px 0 5px 0;
}

#right-col .tab-box ul#tab-toolbar, #right-col .tab-box ul#recent-toolbar {
	float: left;
	list-style: none;
	width: 275px;
	margin-bottom: -1px;
}

#right-col .tab-box ul#tab-toolbar li, #right-col .tab-box ul#recent-toolbar li {
	float: left;
	display: inline;
}

#right-col .tab-box ul#tab-toolbar li a, #right-col .tab-box ul#recent-toolbar li a {
	float: left;
	font-weight: 900;
	color: #979090;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 73px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	margin-bottom: -1px;
	position: relative;
}

#right-col .tab-box ul#recent-toolbar li a {
	width: 128px;
}

#right-col .tab-box ul#tab-toolbar li a:hover, #right-col .tab-box ul#recent-toolbar li a:hover {
	color: #3a2f27;
}

#right-col .tab-box ul#tab-toolbar li a.current, #right-col .tab-box ul#recent-toolbar li a.current {
	color: #3a2f27;
	background: #fff url(images/input.jpg) repeat-x top left;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	position: relative;
}

#right-col .tab-box .simpletab-container {
	border: 1px solid #e0e0e0;
	float: left;
	width: 278px;
	background-color: #fff;
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right-col .tab-box .simpletab-container ul {
	float: left;
	width: 260px;
	list-style: none;
	padding: 9px;
	font-size: 12px;
}

#right-col .tab-box .simpletab-container ul li {
	float: left;
	width: 260px;
	font-size: 12px;
}

#right-col .tab-box .simpletab-container ul li a {
	float: left;
	width: 260px;
	padding: 2px 0;
	color: #666;
	border-bottom: 1px solid #f3f3f3;
}

#right-col .tab-box .simpletab-container ul li a:hover {
	color: #e54d02;
}

#right-col .tab-box .simpletab-container ul li ul {
	width: 235px;
	padding: 0 0 0 25px;
}

#right-col .tab-box .simpletab-container ul li ul li ul {
	width: 210px;
	padding: 0 0 0 25px;
}

#right-col .tab-box .simpletab-container ul li ul li ul li {
	width: 210px;
}

#right-col .tab-box .simpletab-container ul li ul li ul li a {
	width: 210px;
}

#right-col .tab-box .simpletab-container ul li ul li {
	width: 235px;
}

#right-col .tab-box .simpletab-container ul li ul li a {
	width: 235px;
	font: 400 12px Arial, Helvetica, sans-serif;
	font-style: italic;
}

#right-col .tab-box .simpletab-container #tab-tags {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	font-style: italic;
}

#right-col .tab-box .simpletab-container #tab-tags a {
	padding: 6px;
	color: #666;
}

#right-col .tab-box .simpletab-container #tab-tags a:hover {
	color: #e54d02;
}

#right-col .tab-box .simpletab-hidden {
    display: none;
}

#right-col .tab-box .simpletab-active {
    display: block;
}

/* #sidebar =============================================================*/
#sidebar {
	float: left;
	width: 280px;
	font-size: 12px;
}

#sidebar #sidebar1 {
	float: left;
	width: 280px;
}

#sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 280px;
	list-style: none;
}

#sidebar ul li {
	margin: 5px 0;
}

#sidebar ul li a {
	color: #666;
	font-style: italic;
}

#sidebar ul li a:hover {
	color: #e54d02;
}

#sidebar ul li ul {
	background-color: #fff;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	width: 282px;
	background: #fff url(images/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
}

#sidebar ul li ul li {
	margin: 0;
	padding: 4px 8px;
}


#sidebar ul li ul li a {

}

#related {
	padding: 4px 8px;
	width: 262px;
	background: #fff url(images/input.jpg) repeat-x top left;
	margin: 5px 0 10px 0;
	list-style: none;	
}

#related li {
	margin: 5px 0;
	padding: 2px 0;
	border-bottom: 1px solid #f3f3f3;
}

#related li a {
	color: #666;
	font-style: italic;
}

#related li a:hover {
	color: #e54d02;
}
/* .full ==============================================================*/

.full {
	float: left;
	width: 885px;
	padding: 19px;
	margin-left: 4px;
	margin-bottom: 10px;
}

.full ul {
	margin: -5px 20px 15px 35px;
	background-color: #88cc53;
	border: 5px solid #99FF99;
	padding: 10px 25px;
	width: 700px;
	list-style-type: square;
}

.full ul li ul { list-style-type: disc; border: none; width: auto; } 

.full p img .alignright { float: right; padding-left: 15px; padding-bottom: 15px;
	

}



.blue {
	margin-top: 25px;
	background-color: #D5F0F0;
	display: block;
	padding: 8px;
	float: left;
	width: 250px;
	border: 8px solid #CCCCCC;

}


/* .single =============================================================*/
.single {
	float: left;
	width: 595px;
	padding: 19px;
	margin-left: 0px;
	margin-bottom: 5px;
}


.half {
	float: left;
	width: 480px;
	margin-left: 40px;
	Margin-bottom: 5px;
	font: 500 16px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}

.full ol, .single ol, .post ol, .half ol {
	padding-left: 20px;
	

}

.full img {
	margin-top: -25px;
	float: right;
	border: none;
}

.single h2, .full h2, .half h2, {
	padding: 0 0 4px 0;
	font-size: 22px;
	font-style: normal;
}

.single span.date, .full span.date, .half span.date {
	padding: 0 0 10px 0;
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
}

.single p, .full p, .half p{
	padding: 0 0 15px 0;
}

.single a:hover, .full a:hover, .half a:hover {
	text-decoration: underline;	
}

.single ul, .full ul,  {
	padding: 0 0 15px 20px;
}

.single ul li, .full ul li, {
	list-style-type: square;	
}



em.tag {
	clear: both;
	display: block;
	padding-top: 10px;
}

#author-intro {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#author-intro h3 {
	font-style: normal;
	padding-bottom: 5px;
	font: 400 9px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#author-intro .desc {
	float: left;
	width: 500px;
	padding: 0 0 0 15px;
	color: #666;
	font-style: italic;
	font-size: 11px;
}

#author-intro .author-img {
	float: left;
	width: 100px;
	text-align: center;
}

#author-intro .author-img img {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.navigation {
	float: left;
	width: 645px;
	margin: 5px 0;
}

.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/* .#comment-area=============================================================*/

#comment-area {
	float: left;
	width: 595px;
	padding: 8px;
	margin: 5px 0;
}

#comment-title, #reply h3 {
	background-color:#E7E7E7;
	border:1px solid #D7D7D7;
	float: left;
	width: 590px;
	color: #666666;
	margin-bottom: 10px;
	padding: 3px 4px;
}

#comment-area h3 {
	float: left;
}

#comment-area span a {
	float: right;
	font-size: 11px;
}

.trackback {
	float: left;
	width: 595px;
	padding: 0 8px;
	margin: 5px 0;
}

.trackback h3 {
	color: #666666;	
	clear: left;
	margin-bottom: 10px;
	padding: 3px 4px;
}

.trackback ol {
	list-style-position: inside;
}

#comment-area ol {
	float: left;
	width: 595px;
	list-style: none;
}

#comment-area ol li {
	float: left;
	width: 595px;
	margin: 5px 0;
}

#comment-area ol li .left-comment {
	float: left;
	width: 120px;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}

#comment-area ol li .left-comment img {
	padding: 4px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

#comment-area ol li .right-comment {
	float: left;
	width: 275px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	background-color: #f3f3f3;
	min-height: 150px;
}

#comment-area ol li.alt .right-comment {
	border: 1px solid #e7dcbc;
	background-color: #fff;
}

/* #reply=============================================================*/

#reply {
	float: left;
	width: 595px;
	padding: 8px;
	margin: 5px 0;
}

#reply form {
	float: left;
	width: 595px;
	font: 400 12px Arial, Helvetica, sans-serif;
}

#reply form input, #reply form textarea {
	border: 1px solid #e0e0e0;
	background: url(images/input.jpg) repeat-x top left;
	padding: 4px;
	font: 400 12px trebuchet MS;
	color: #666;
}

#reply form label {
	float: left;
	width: 200px;
	padding: 5px 10px 0 0;
	text-align: right;
}

#reply form p {
	padding: 0 0 10px 0;
}

#reply form input#submit {
	float: right;
}

/* #footer=============================================================*/



#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;
	}

#footer p {
	color: #CCCCCC;
	margin: 0 auto;
	padding: 0;
}
	
.footer_btm {
	background-image: url(images/footer_base.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	overflow: auto;
	z-index: 15;
	margin: 0px auto 0px;
	height: 22px;
}
	
#footer_center {
	float: left;
	height: 200px;
	width: 84px;	
}


#footer_wrapper {
	width: 955px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	}
	

	
	
.footer_headding {
	font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom:#FFF;
	border-bottom: solid;
	border-width: 2px;
	height: 20px;
	width: auto;
	}


#footer_column_left {
	float: left;
	text-align: left;
	width: 695px;
	padding-top: 10px;
	margin: 5px 0 0 30px	}
	
#meta, #meta ul {
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

#meta a {
	display: block;
}

#meta li {
	float: left;
	padding: 0;
}
	
#footer_column_left ul	{
	display: inline;
	list-style: none;
	list-style-type: none;
	margin: 4px 0 0 1px;
	}
	
#footer_column_left li	{
	display: block;
	font: 400 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFfff;
	text-transform: uppercase;
	margin-right: 7px;
	}
	
#footer_column_left a {
	color: #FFFfff;
	text-decoration: none;
	}
	
#footer_column_left a:hover
	{
	color: #ec8c08;
	}
	


#copyright, #contact{
	float: left;
	width: 680px;
	font: 400 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFfff;
	}

#copyright.small {
	float: left;
	width: 680px;
	font: 400 8px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFfff;
	text-transform: uppercase;
	padding-top: 20px; 
	}

#contact {
	padding-top: 35px;	
}
	

	
#footer_column_right {
	float: left;
	padding-top: 10px;
	width: 138px;
	margin: 5px 0 0 0px;
	}
	
#footer_tools	{
	width: 120px;
	}
	
#footer_tools ul {
	list-style: none;
	padding-left: 5px;;
	margin: 0 0 1em 0;
	}
	
#footer_tools li {
	font: 400 10px/18px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
#footer_tools a
	{
	color: #FFFfff;
	text-decoration: none;
	}
	
#footer_tools a:hover
	{
	color: #ec8c08;

/* .archives=============================================================*/
.archives {
	float: left;
	width: 623px;
	padding: 10px;
	margin-bottom: 5px;
}

.archives .date {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.archives .data {
	font-size: 11px;
	color: #434343;
	font-style: italic;
}

.archives p {
	padding: 0 0 15px 0;
}

.archives img {
	float: right;
	background-color:#fff;
	padding: 4px;
	border: 1px solid #e0e0e0;
	margin: 0 0 5px 5px;
}

.archives h2 a {
	padding: 5px 0 8px 0;
	float: left;
	width: 100%;
	font-style: normal;
}

h2.pagetitle {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #999;
}

h2.pagetitle a {
	font-style: italic;
	padding: 1px 4px;
}

h2.pagetitle a:hover {
	color: red;
}

h2.pagetitle2 {
	font: 400 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	color: #666;
}

h2.pagetitle2 strong {
	font-size: 14px;
	color: #333;
}

/* #author-details=============================================================*/

#author-details {
	float: left;
	padding: 5px;
	margin: -25px 8px 5px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 80px;
	position: relative;
}

.author-right {
	float: left;
	width: 490px;
	color: #666;
}

.author-right h2 {
	font-style: italic;
	padding-bottom: 10px;
	color: #333;
}


h3.author-title {
	float: left;
	width: 100%;
	padding: 13px 0 6px 0;
	letter-spacing: -1px;
}

.author-post {
	float: left;
	width: 595px;
	padding: 19px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.author-post h2 {
	padding: 0 0 4px 0;
}

.author-post h2 a {
	color: #3a2f27;
}

.author-post h2 a:hover {
	color: #e54d02;
}

.author-post .comment {
	float: right;
	background: url(images/comment.png) no-repeat top left;
	width: 36px;
	height: 42px;
	text-align: center;
	margin-right: 4px;
	position: relative;
	padding: 0px 5px 12px 0;
	display: inline;
}

.comment a {
	padding-bottom: 10px;
}

.author-post .post-sum {
	float: left;
	width: 598px;
	padding: 15px;
	margin-top: -14px;
	
}

.author-post .post-sum .date {
	font-size: 11px;
	font-style: italic;
}

.author-post img, .post-sum img, .single img {
	float: left;
	margin: 5px 8px 0 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.author-read-more {
	float: right;
	background: url(images/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -12px 14px 0 0;
}

.read-more2 {
	float: right;
	background: url(images/read.png) no-repeat top right;
	width: 23px;
	height: 23px;
	text-indent: -9999em;
	margin: -18px 14px 0 0;
}
/* archives=============================================================*/

.archives2 {
	float: left;
	width: 287px;
	margin: 0 15px 0 0;
	display: inline;
	padding: 9px;
}

.archives2 h2 {
	padding: 2px 0 7px 0;
	font-style: normal;	
}
	

.archives2 ul {
	clear: left;
	list-style: none;
	font-style: italic;
	color: #999;
}

.archives2 ul li {
	padding: 3px 0;
	border-bottom: 1px solid #f3f3f3;
}

.archives2 ul li a {
	color: #434343;
	font-style: normal;
}

.archives2 ul li a:hover {
	color: #e54d02;
}

.archives2 ul li ul li {
	padding: 3px 0 3px 20px;
	border-bottom: 0;
}

#bookmarks {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	clear: both;
	color: #ccc;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 3px 15px;
	text-align: center;
}


.sm_column {
	float:					left;
	width:					155px;
	padding:				0px 15px 20px 15px;
}

.sm_column ul li {
	padding:				3px 0;
}

.sm_column ul li li {
	padding:				3px 0 3px 15px;
}

.sm_column h3 {
	font-size:				14px;
	padding:				25px 0 5px 0;
}

.sm_column h3 a:link, .sm_column h3 a:visited {
	color:					#fff;
}

/* ----------------------------------------------------------------
* BROWSER RESET
 * ---------------------------------------------------------------- 
*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/ 
html, body {
	height: 100%;
}
html {
	font-size: 76%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------------- 
*  WRAPPER
* ---------------------------------------------------------------- 
*/ 
#wrapper {
	width: 100%;
	margin-top: 9px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* ---------------------------------------------------------------- 
*  BUTTON TEMPLATE
* ---------------------------------------------------------------- 
*/ 
div.button {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
div.button a {
	color: #000000;
	margin-left: 3px;
	padding: 8px 8px 8px 5px;
	text-decoration: none;
}
/* ---------------------------------------------------------------- 
*  HEADER
* ---------------------------------------------------------------- 
*/ 
#header {
	width: 940px;
	height: 49px;
	margin: -1px auto 0;
	padding: 20px 20px 0;
	position: relative;
}
#header h1 {
	display: inline;
	margin: 0 8px 0 0;
	padding-right: 13px;
	font-size: 26px;
}
#header h1 a {
	font-weight: bold;
	text-decoration: none;
}
#header span {
	position: relative;
	top: -3px;
	font-size: 10px;
	text-transform: uppercase;
}
#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	height: 30px;
	margin-right: 20px;
}
#header li {
	float: left;
	width: 111px;
	height: 100%;
	margin-left: 1px;
	padding-top: 6px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
#header li a {
	text-decoration: none;
}
/* ---------------------------------------------------------------- 
*  CONTENT
* ---------------------------------------------------------------- 
*/ 
#content {
	width: 940px;
	min-height: 500px;
	margin: 0 auto;
	padding: 20px;
	background: #ffffff;
}

#foot_container {
	width: 940px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0px;
}

#content #featured div.image {
	height: 350px;
	width: 940px;
	overflow: hidden;
	display: none;
}
#content #featured div.active {
	display: block;
}
#content #featured .data {
	height: 90px;
	background: url(images/featured-background.gif) no-repeat;
}
#content #featured .data h2 {
	font-size: 26px;
	color: #000000;
	margin-top: 1px;
}
#content #featured .data h2 a {
	color: #000000;
	text-decoration: none;
}
#content #featured .data span a {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#content #featured .data span a:hover {
	text-decoration: underline;
}
#content #featured .data .comments {
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 25px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
}
#content #featured .data .comments a {
	text-decoration: none;
}
#content #featured .data .left {
	float: left;
	width: 437px;
	margin: 25px 0 0 12px;
	padding: 0;
}
#content #featured .data .right div {
	float: left;
}
#content #featured .data .right {
	float: right;
	max-width: 449px;
	text-align: right;
}
#content #featured .data .right .featured_left {
	width: 26px;
	height: 26px;
	margin-top: 32px;
	cursor: pointer;
}
#content #featured .data .right .featured_display { /*width: 370px;*/
}
#content #featured .data .right .image {
	margin: 20px 0 0 13px;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
}
#content #featured .data .right .active {
	width: 44px;
	height: 44px;
	border: 3px solid #cacaca;
}
#content #featured .data .right .featured_right {
	width: 26px;
	height: 26px;
	margin: 32px 0 0 14px;
	cursor: pointer;
}
/* ---------------------------------------------------------------- 
*  CONTENT MAIN
* ---------------------------------------------------------------- 
*/
#content #main .left, #content #main .right {
	float: left;
	width: 455px;
}
#content #main .left {
	margin-right: 15px;
}
#content #nav {
	margin: 20px 0;
}
#content #nav ul {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#content #nav li {
	float: left;
	margin-right: 28px;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
}
#content #nav a {
	color: #000000;
	text-decoration: none;
}
#content #nav a:hover {
	text-decoration: underline;
}
#content #nav li.active {
	background: url(images/btn_left.gif) no-repeat left center;
}
#content #nav li.active a {
	margin-left: 3px;
	padding: 10px 8px 10px 5px;
	background: url(images/btn_right.gif) no-repeat right center;
}
#content #nav li.active a:hover {
	text-decoration: none;
}
#content #main .tab {
	display: none;
}
#content #main .active {
	display: block;
}
#content #main .popular {
	height: 48px;
	padding-left: 70px;
	padding-right: 50px;
	padding-top: 15px;
	background: #fafafa;
	border-top: 1px solid #efefef;
	position: relative;
}
#content #main .alt {
	background: #f8f8f8;
}
#content #main .popular h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
}
#content #main .popular h3 a {
	color: #000000;
	text-decoration: none;
}
#content #main .popular h3 a:hover {
	text-decoration: underline;
}
#content #main .popular span {
	color: #f4be00;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#content #main .popular span a {
	color: #f4be00;
	text-decoration: none;
}
#content #main .popular span a:hover {
	text-decoration: underline;
}
#content #main .popular div.image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 7px;
	left: 6px;
	overflow: hidden;
}
#content #main .popular div.comments {
	width: 36px;
	height: 32px;
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	background: url(images/comment.gif) no-repeat;
}
#content #main .popular div.comments a {
	color: #ffffff;
	text-decoration: none;
}
#content #main .latest {
	height: 48px;
	padding-left: 70px;
	padding-right: 50px;
	padding-top: 15px;
	background: #fafafa;
	border-top: 1px solid #efefef;
	position: relative;
}
#content #main .alt {
	background: #f8f8f8;
}
#content #main .latest h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
}
#content #main .latest h3 a {
	color: #000000;
	text-decoration: none;
}
#content #main .latest h3 a:hover {
	text-decoration: underline;
}
#content #main .latest span {
	color: #f4be00;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#content #main .latest span a {
	color: #f4be00;
	text-decoration: none;
}
#content #main .latest span a:hover {
	text-decoration: underline;
}
#content #main .latest div.image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 7px;
	left: 6px;
	overflow: hidden;
}
#content #main .latest div.comments {
	width: 36px;
	height: 32px;
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	background: url(images/comment.gif) no-repeat;
}
#content #main .latest div.comments a {
	color: #ffffff;
	text-decoration: none;
}
#content #main .comment {
	height: 48px;
	padding-left: 70px;
	padding-top: 15px;
	background: #fafafa;
	border-top: 1px solid #efefef;
	position: relative;
}
#content #main .comment a {
	color: #000000;
	text-decoration: underline;
}
#content #main .comment a:hover {
	text-decoration: none;
}
#content #main .comment div.image {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 7px;
	left: 6px;
	overflow: hidden;
}
#content #main #flickrrss img {
	margin: 0 10px 10px 0;
	}
#content #main .right {
	margin-left: 15px;
}
#content #main .right h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 28px 0 14px;
}
#content #main .right p {
	line-height: 22px;
}
#content #main .right img {
	display: none;
}
#content #main .right img:first-child {
	display: block;
	float: right;
	margin-top: -39px;
	margin-left: 12px;
	background: #f3f3f3;
	padding: 4px;
	border: 1px solid #e7e7e7;
}
/* ---------------------------------------------------------------- 
*  CONTENT POST
* ---------------------------------------------------------------- 
*/
#content #category_nav {
	height: 50px;
	overflow: hidden;
	background: url(images/nav_bck.gif) no-repeat left top;
}
#content #category_nav ul {
	float: left;
	margin-left: 1px;
}
#content #category_nav li {
	float: left;
	margin: 14px 28px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
#content #category_nav li a {
	color: #000000;
	text-decoration: none;
}
#content #category_nav li a:hover {
	text-decoration: underline;
}
#content #category_nav li.active {
	padding: 2px 0 0;
	margin-top: 12px;
	margin-right: 17px;
	background: url(images/btn_left.gif) no-repeat center left;
}
#content #category_nav li.active a {
	margin-left: 3px;
	padding: 10px 8px 8px 6px;
	background: url(images/btn_right.gif) no-repeat right center;
}
#content #category_nav li.active a:hover {
	text-decoration: none;
}
#content .post .post_title {
	background: url(images/post-title-bck.gif);
	/*background: url(images/post-bar.gif) no-repeat left bottom;*/
	height: 65px;
	margin-bottom: 16px;
	padding-top: 28px;
}
#content .post .no_background {
	background: url(images/post-bar.gif) no-repeat left bottom;
}
#content .post .post_title div.button {
	float: right;
}
#content .post .post_title div.button a {
	color: #000000;
}
#content .post .comments {
	float: left;
	width: 36px;
	height: 32px;
	text-align: center;
	padding-top: 1px;
	margin-right: 12px;
	font-size: 24px;
	font-weight: bold;
	background: url(images/comment.gif) no-repeat;
}
#content .post .comments a {
	color: #ffffff;
	text-decoration: none;
}
#content .post h2 {
	font-size: 24px;
	font-weight: bold;
}
#content .post h2 a {
	color: #000000;
	text-decoration: none;
}
#content .post h2 a:hover {
	text-decoration: underline;
}
#content .post div.category {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 24px;
}
#content .post div.category a {
	color: #f4be00;
	text-decoration: none;
}
#content .post div.category a:hover {
	text-decoration: underline;
}
#content .post img.featured {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/post-bar.gif) no-repeat center bottom;
}
#content .post {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	background: url(images/post-bar.gif) no-repeat center bottom;
}
#content .post p {
	padding-bottom: 20px;
}
#content .post a {
	color: #d1a301;
}
#content .post blockquote {
	background: #f2f2f2 url(images/blockquote.gif) no-repeat left top;
	border-left: 5px solid #ffd02a;
	margin: 8px 0 20px;
	padding: 12px 0 13px 46px;
}
#content .post blockquote p {
	padding-bottom: 0;
}
#content .post ol, #content .post ul {
	padding-bottom: 20px;
}
#content .post ol {
	margin-left: 20px;
	list-style-type: decimal;
}
#content .post ul {
	margin-left: 15px;
	list-style-image: url(images/post_li.gif);
}
/* ---------------------------------------------------------------- 
*  CONTENT POST > PORTFOLIO
* ---------------------------------------------------------------- 
*/
#content .portfolio {
	padding-bottom: 0;
	margin-bottom: 50px;
}
#content .portfolio div.post_img {
	width: 940px;
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
}
/* ---------------------------------------------------------------- 
*  CONTENT ABOUT PAGE
* ---------------------------------------------------------------- 
*/
#content #aboutpg #photo {
	float: right;
	margin: -50px 20px 10px 40px;
	padding: 5px;
	background: #F3F3F3;
	border: 1px solid #E7E7E7;
}
#content #aboutpg #name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content #aboutpg #location {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
	font-style: italic;
}
#content #aboutpg #sdesc {
	margin-bottom: 20px;
}
#content #aboutpg #ldesc {
	padding-top: 20px;
	margin-bottom: 20px;
	background: url(images/post-bar.gif) no-repeat center top;
}
/* ---------------------------------------------------------------- 
*  PAGE NAVIGATION
* ---------------------------------------------------------------- 
*/
.page_navigation {
	height: 50px;
	overflow: hidden;
	background: url(images/nav_bck.gif) no-repeat left top;
}
.page_navigation ul {
	float: left;
	margin-left: 1px;
}
.page_navigation li {
	float: left;
	margin: 14px 8px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
.page_navigation li a {
	color: #000000;
	text-decoration: none;
}
.page_navigation li a:hover {
	text-decoration: underline;
}
.page_navigation li.active {
	padding: 2px 0 0;
	margin: 12px 10px 0 2px;
	background: url(images/btn_left.gif) no-repeat center left;
}
.page_navigation li.active a {
	margin-left: 3px;
	padding: 10px 8px 8px 6px;
	background: url(images/btn_right.gif) no-repeat right center;
}
.page_navigation li.active a:hover {
	text-decoration: none;
}
/* ---------------------------------------------------------------- 
*  COMMENTS
* ---------------------------------------------------------------- 
*/
#comment .left, #comment .right {
	float: left;
	width: 455px;
}
#comment .left {
	margin-right: 15px;
}
#comment .right {
	margin-left: 15px;
}
#comment h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
#comment #comment_form {
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 10px;
}
#comment #comment_form p {
	padding: 10px;
}
#comment #comment_form p a {
	color: #D1A301;
}
#comment #comment_form input {
	font: 14px Arial, Helvetica, sans-serif;
	width: 407px;
	border: 1px solid #ebebeb;
	padding: 13px;
}
#comment #comment_form textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 407px;
	height: 58px;
	border: 1px solid #ebebeb;
	padding: 13px;
}
#comment #comment_form div.button {
	margin: 10px 0 10px 10px;
}
#comment .right .comment .user {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 20px;
}
#comment .right .comment .user span {
	font-size: 10px;
	color: #ecb800;
}
#comment .right .comment .user span.author {
	color: #000000;
	font-size: 14px;
}
#comment .right .comment .user span.author a {
	color: #000000;
}
#comment .right .comment .text {
	float: left;
	width: 312px;
	padding: 20px;
	border: 1px solid #ebebeb;
	background: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	min-height: 90px;
}
#comment .right .comment .alt {
	background: #f9f9f9;
}
#comment .right .comment a {
	color: #d1a301;
	text-decoration: underline;
}
/* ---------------------------------------------------------------- 
*  FOOTER
* ---------------------------------------------------------------- 
*/ 


