/*
Theme Name: This Just In!
Theme URI: http://wphackr.com/this-just-in/
Description: Compatable with WordPress version 2.7. A clean, optimized with enhanced archives and a large header image, designed for professional and/or photography blogs. This version adds support for threaded comments and sticky posts.
Version: 2.7.
Author: John Crenshaw
Author URI: http://wphackr.com
Tags: black, white, fixed-width, two-columns, threaded-comments, sticky-post, right-sidebar

	This Just In!
	 http://wphackr.com/this-just-in/

	This theme was designed and built by John Crenshaw at WordPress Hacker.
	For tips on customizing WordPress, visit http://wphackr.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;

}

html {
	font-size: 100%;
	height: 100%;
	background-color:#F7F7F7;

	
}

body {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	color: #828282;
	background-color:#F7F7F7;
	font-size:11px;
	margin: 0;
	height:100%;
	padding:0;
	
}


/* ---------------------------
      Global Styles 
-----------------------------*/


h1 {
	font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
	color: #2C2C2C;
	letter-spacing:-1px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
	text-transform:none;
}

h2 {
	font-family:Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:-1px;
	color: #3f3f3f;
	font-size: 2em;
	text-transform:none;
	margin: 0.8em 0 0.2em 0;
}



h3 {
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing:-1px;
	padding-bottom: 2px;
	font-size: 1.5em;
	color: #989898;
	margin-top: 20px;
	text-transform:none;
}

h4 {
	font-family: Arial,"Trebuchet MS", Verdana, Helvetica, Sans-serif;
	font-size: 1.3em;
	letter-spacing:-1px;
	text-transform:none;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

a {
  color:#6e8902;
  text-decoration:none;
}


a:hover {
  color:#6e8902;
  text-decoration:underline;
}



/*   Additional Global Styles  */

h1 a.standard {
	background:transparent none repeat scroll 0 0 !important;
	color:#000000;
	font-size:24px;
	line-height:30px;
	text-decoration:none;
	}
h1 a.standard:hover {
	color: #000000 !important;
	background: transparent !important;
	text-decoration: none;
}
h1 a, h2 a {
	text-decoration: none;
	color: #333;
	font-size:18px;
}
h1 a:hover, h2 a:hover {
	color: #333;
}
h1.pagetitle { /* For title of categories, archives, and tags pages */
	margin-bottom: 15px;
	margin-right:0;
	display: inline;
	font-style: italic;
}
h3.pagetitle { /* For ...now browsing by "" for categories, archives, and tags pages */
	display: inline;
	color: #333;
	font-style: italic;
}


h3.archives {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
}
h3.archive_head {
	font-size: 18px;
	color: #333;
}
h3.archives a {
	text-decoration: none;
}

	
/*====: [STANDARD HTML STYLES] :================================*/
h1.attr {
	background: url('images/separator.gif') repeat-x bottom left;
	padding-bottom: 10px;
	}
h2.attr {
	background: url('images/separator.gif') repeat-x bottom left;
	padding-bottom: 7px;
}
p {
	margin: 3px 0 10px 0;
	padding: 0px;
	}
hr.postdiv {
	border: 15px solid #EEE; /* Set height in Firefox */
	margin: 10px 0;
	background: #EEE;
	height: 30px; /* Set height in IE */
	padding: 0;
	}

blockquote {
	background: url('images/quotes-bg.gif') no-repeat left top;
	font-style: italic;
	color: #454545;
	margin-left: 0;
	padding-left: 45px;
	min-height: 43px;
	height: auto !important;
	height: 43px;
}
blockquote p {
	margin: 0 !important;
}
blockquote blockquote {
	background: none;
	border-left: 2px solid #CCC;
	padding-left: 5px;
	margin-left: 20px;
}

abbr[title], acronym[title] {
	cursor: help;
}

pre {
	overflow: auto;
	padding: 5px;
	display: block;
}



/* ---------------------------
          Top HEADER  
-----------------------------*/

.top-hd {
  height:83px;
  width:auto;
  min-width:1200px;
  margin:0;
  padding:0;
  background-image:url(images/top_bg.gif);
  background-repeat:repeat-x;
  background-position:left top;
}

.menu-panel {
  height:80px;
  min-width:1200px;
  width:auto;
  margin:0 0 -3px;
  padding:0;
  background-image:url(images/menu_panel_bg.gif);
  background-repeat:repeat-x;
  background-position:left top;
}


.top-hd .top-cnt {
  width:1200px;
  margin:0 auto;
  height:83px;
  padding:0;
}


.logo {
  float:left;
  width:250px;
  height:64px;
  margin:13px 0 0 0;
}

.top-lft {
  float:right; 
  text-align:right !important; 
  width:898px;
  display:table;
}


/*---------------------------
      Browsers Hacks
-----------------------------*/

*+html .login-form-hd .login-form-cnt input{
  position:relative;
  top:-1px;
}

*html .login-form-hd .login-form-cnt input{
  position:relative;
  top:-1px;
}

*+html .srch-form .srch-cnt{
  width:130px;
}

*html .srch-form .srch-cnt {
  width:120px;
}


*+html .srch-form .srch-cnt input {
  position:relative;
  top:-1px;
  width:130px;
}

*html .srch-form .srch-cnt input {
  position:relative;
  top:-1px;
  width:120px;
}

*+html .hm-right_forms .top img{
   top:-6px;
}

*html .hm-right_forms .top img{
   top:-6px;
}

*+html .signup_fields .field input.itself{
  position:relative;
  top:-1px;
}

*html .signup_fields{
  margin:5px auto;
}

*html .signup_fields .field input.itself{
  position:relative;
  top:-1px;
}

*html .cons_bl .sfp_button{
  position:relative;
  top:-182px;
  left:20px;
  float:right;
}


*html .cons_bl{
  width:auto;
  
}

*html .res_icons{
  margin-right:57px;
 
}

*html .lft-menu{
  margin:0 0 20px 0;
}

*html .lmenu .lmenu_select {
  position:relative;
  left:10px;
}




/*--------------------------------------------
    Top Controls / Login, Password
----------------------------------------------*/

.contrls {
  float:right;
/*  width:auto;
  height:64px;*/
  text-align:right;
}


.contrls .contrl-form-hd {
  /*width:auto;*/
  height:35px;
  float:right;
}

.contrls .contrl-form-hd .contrl-form_lft{
  padding:0;
  margin:0;
  float:left;
  height:35px;
  width:6px;
}


.contrls .contrl-form-hd .contrl-cnt{
  padding:4px 0 0 0;
  margin:0;
  float:left;
  height:32px;
  /*width:auto;*/
  background-color:#e4e4e4;
}


.contrls .contrl-form-hd .contrl-form_rgt{
  padding:0;
  margin:0;
  float:left;
  height:35px;
  width:6px;
}

.contrl-cnt .login-form-hd{
  /*width:auto;*/
  height:26px;
  float:left;
  margin-right:4px;
}

.login-form-hd .login-form-lft, .login-form-hd .login-form-rght {
  float:left;
  
  height:26px;
}

.login-form-hd .login-form-cnt{
  float:left;
  width:80px;
  
}

.login-form-hd .login-form-cnt input{
  width:80px;
  height:19px;
  padding:5px 0 0 0;
  margin:0;
  background-color:#ffffff;
  border-top:1px solid #a1a4a5;
  border-bottom:1px solid #a1a4a5;
  border-right:none;
  border-left:none;
  font-size:11px;
  color:#909090;

}



.log-btn {
   float:left;
   margin:0px 5px 0 1px;
}

.log-btn input.login{
   width:67px;
   height:27px;
   border:none;
   background:transparent;
   background-image:url(images/login_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   cursor:pointer;
}

.log-btn input.login:hover{
   background-image:url(images/login_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
}



.contr-btns {
  float:left;
  margin:10px 45px 0 5px;
}

.contr-btns .faq, .contr-btns .reg, .contr-btns .logbtn, .contr-btns .account, .contr-btns .signout  {
  float:left;
  margin-right:5px;
}


.faq a.faq_btn{
   background-image:url(images/faq_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   width:67px;
   height:27px;
   display:block;
}

.faq a.faq_btn:hover{
   background-image:url(images/faq_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
   
}

.logbtn a.login_btn{
   background-image:url(images/login_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   width:67px;
   height:27px;
   display:block;
}

.logbtn a.login_btn:hover{
   background-image:url(images/login_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
   
}


.reg a.reg_btn{
   background-image:url(images/register_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   width:72px;
   height:27px;
   display:block;
}

.reg a.reg_btn:hover{
   background-image:url(images/register_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
   
}

.account a.acc_btn {
   background-image:url(images/myaccount_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   width:86px;
   height:26px;
   display:block;
}

.account a.acc_btn:hover {
   background-image:url(images/myaccount_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
}

.signout a.signout_btn{
   background-image:url(images/signout_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   width:69px;
   height:26px;
   display:block;
}


.signout a.signout_btn:hover{
   background-image:url(images/signout_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
}


.usr-name {
  float:left;
  font-size:12px;
  color:#6b6b6b;
  margin:10px 15px 10px 10px;
}


/*----------------------------------
        Top Menu Panel
-----------------------------------*/


.menu-panel .mpanel-cnt {
   margin:0 auto;
   width:1200px;
   height:80px;
   
}

.mpanel-cnt .menu-top{
   float:left;
   margin:6px 0 0 0;
   padding:0;
}

.menu-top ul{ 
  width:auto;
}

.menu-top ul li{ 
  float:left;
  list-style:none;
  width:auto;
  height:auto;
  margin:0;
  padding:0;
  
}

.img-repl {
 overflow:hidden;
 text-indent:-9999px;
 outline:0;
}

#getting_started_tab {
  background: url(images/top-menu.png) no-repeat 0 0;
  width: 140px;
  height: 71px;
  display: block;
}
#getting_started_tab:hover {
  background-position: 0 -142px;
}
#getting_started_tab.active {
  background-position: 0 -71px;
}

#ecommerce_consulting_tab {
  background: url(images/top-menu.png) no-repeat -634px 0;
  width: 154px;
  height: 71px;
  display: block;
}
#ecommerce_consulting_tab:hover {
  background-position: -634px -142px;
}
#ecommerce_consulting_tab.active {
  background-position: -634px -71px;
}

#best_fit_solutions_tab {
  background: url(images/top-menu.png) no-repeat -140px 0;
  width: 177px;
  height: 71px;
  display: block;
}
#best_fit_solutions_tab:hover {
  background-position: -140px -142px;
}
#best_fit_solutions_tab.active {
  background-position: -140px -71px;
}
#opportunity_corner_tab {
  background: url(images/top-menu.png) no-repeat -317px 0;
  width: 171px;
  height: 71px;
  display: block;
}
#opportunity_corner_tab:hover {
  background-position: -317px -142px;
}
#opportunity_corner_tab.active {
  background-position: -317px -71px;
}

#resources_tab {
  background: url(images/top-menu.png) no-repeat -488px 0;
  width: 146px;
  height: 71px;
  display: block;
}
#resources_tab:hover {
  background-position: -488px -142px;
}
#resources_tab.active {
  background-position: -488px -71px;
}

#ecommerce_consulting_tab {
  background: url(images/top-menu.png) no-repeat -634px 0;
  width: 154px;
  height: 71px;
  display: block;
}
#ecommerce_consulting_tab:hover {
  background-position: -634px -142px;
}
#ecommerce_consulting_tab.active {
  background-position: -634px -71px;
}

.help-blk {
  width:100px;
  height:80px;
  float:left;
  margin:0 15px 0 0;
}


/*  Search Form  */

.srch-hd {
  float:left;
  margin:30px 0 0 7px;
}

.srch-hd .srch-form{
  height:26px;
  float:left;
}

.srch-form .srch-lft{
  float:left;
  width:25px;
  height:26px;
}

.srch-form .srch-cnt {
  float:left;
  width:140px;
  height:26px;
}

.srch-form .srch-cnt input{
  width:140px;
  height:15px;
  padding:6px 0 3px 0;
  color:#909090;
  font-size:11px;
  background-color:#fbfbfb;
  border-top:solid 1px #a1a4a5;
  border-bottom:solid 1px #a1a4a5;
  border-left:none;
  border-right:none;

}



.srch-form .srch-rght {
  float:left;
  width:9px;
  height:26px;
}


.srch-hd .srch-btn {
  float:left;
  margin-left:5px;
  
}

.srch-hd .srch-btn input.srch{
   width:67px;
   height:27px;
   border:none;
   background:transparent;
   background-image:url(images/search_btn.gif);
   background-repeat:no-repeat;
   background-position:left top;
   cursor:pointer;
}

.srch-hd .srch-btn input.srch:hover{
   background-image:url(images/search_btn_over.gif);
   background-repeat:no-repeat;
   background-position:left top;
}



/*---------------------------
      Header Images
-----------------------------*/


.top_img_def{
  height:182px;
  margin-left:-80px;
  position:relative;
  width:100%;
  background-position:center top;
  background-repeat:no-repeat;
  background-image:url(images/header_img_def.jpg);
}




.head-hold_cons{
  width:100%;
  clear:both;
  height:182px;
  background-color:#bfcdd5;
  background-image:url(images/header_bg_consult.gif);
  background-position:left top;
  background-repeat:repeat-x;
  position:relative;
  min-width:1200px;
}

.top_img_cons{
  position:relative;
  width:100%;
  height:182px;
  margin-left:-80px;
  background-image:url(images/header_img_consulting.jpg);
  background-position:center top;
  background-repeat:no-repeat;

}



.head-hold_res{
  width:100%;
  clear:both;
  height:182px;
  background-color:#1e120a;
  position:relative;
  min-width:1200px;
}

.top_img_res{
  position:relative;
  width:100%;
  height:182px;
  margin-left:-20px;
  background-image:url(images/header_img_resources.jpg);
  background-position:center top;
  background-repeat:no-repeat;

}

.top_img_res_def {
  background-image:url(images/header_img_resources_def.jpg);
}

/*---------------------------
      Central Part
-----------------------------*/

.cnt-hd {
  width:100%;
  min-width:1200px;
  height:auto;
  min-height:480px;
  background-color:#f7f7f7;
  background-image:url(images/content_bg.gif);
  background-repeat:repeat-x;
  background-position:left top;
  
 
}

.cnt-hd .cnt{
  width:1200px;
  padding:0 0 25px 0;
  min-height:480px;
  height:auto;
  margin:0 auto;
}

.cnt-hd .cnt .cnt-left {
  float:left;
  margin:0;
}


/*  Central Part / Inner Pages  */

.inner_cnt{
  background-color:#F8F8F8;
  float:left;
  height:auto;
  min-height:300px;
  width:692px;
  color:#555555;
  font-size:12px;
  line-height:18px;
  background-image:url(images/cnt_bg.jpg);
  background-repeat:no-repeat;
  background-position:right top;
}

.inner_cnt_margins{
  margin:35px 20px 30px 30px;

}




/*---------------------------
      Left Part / Menu
-----------------------------*/

.section_lft{
  float:left;
  width:198px;
  background-image:url(images/delim_left-centr.gif);
  background-repeat:no-repeat;
  background-position:right top;
  min-height:494px;
  padding:20px 0 0 0;
}


.lft-menu{
  margin:0 10px 20px 10px;
}



.lft-menu .lmenu li{
  list-style:none;
}

.lmenu .small  a{
  color:#525252;
  font-size:10px;
  text-decoration:none;
  display:block;
  line-height:20px;
  margin-left:25px;
}

.lmenu .small a:hover{
  text-decoration:underline;
}


.lft-menu .lmenu .small ul li{
  padding:5px 0;
}

.lmenu .lmenu_select a{
  width:187px;
  height:21px;
  display:block;
  position:relative;
  color:#6e8902;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
  padding:7px 3px 0 9px;
  left:-2px;
  margin:10px 0 0;
  background-image:url(images/getting-started-gateway_btn.gif);
  background-repeat:no-repeat;
  background-position:left top;
}

.lmenu .lmenu_select a:hover{
  background-image:url(images/getting-started-gateway_btn_over.gif);
  text-decoration:none;
}

.lmenu .lmenu_twolines a{
   background-image:url(images/lmenu_select.gif);
   height:39px;
   padding-top:5px;
}


.lmenu .lmenu_twolines a:hover{
   background-image:url(images/lmenu_select_over.gif);
}


.lmenu .ldop_txt{
  color:#525252 !important;
  font-weight:bold;
  font-size:11px;
  margin:5px 0 5px 18px;
  display:block;
}

.lmenu .ldop_txt a{
  color:#525252 !important;
  text-decoration:none;
}

.lmenu .ldop_txt a:hover{
  text-decoration:none;
}

.lmenu .lm_title a{
  color:#333;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
  display:block;
  margin:20px 5px 10px 10px;
}

.lm_orng a{
 color:#d08f04 !important;
}

/*---------------------------
      Right Part / Sidebar
-----------------------------*/

.r_sidebar{
  float:left;
  width:285px;
  position:relative;
  top:-200px;
  margin:0 0 -200px 45px;
}

.r_sidebar_gs{
  top:-170px !important;
  margin:0 0 -100px 0 !important;
  overflow:hidden;
}

.r_sidebar_search{
  top:-120px !important;
  margin:0 0 -50px 0 !important;
  overflow:hidden;
}


.sidebar_hold{
  padding:0 20px;
}

.sidebar_hold li{
  list-style:none;
  padding:0 0 10px 0;
}



.sidebar_hold li ul li{
  padding:3px 0;
}

.sidbar-top{
  width:285px;
  height:13px;
  background-image:url(images/sidebar_top.png);
  background-position:left top;
  background-repeat:no-repeat;
}

.sidbar-bg{
  width:285px;
  height:auto;
  min-height:300px;
  background-image:url(images/sidebar_bg2.png);
  background-position:left top;
  background-repeat:repeat-y;
}

.sidbar-bottom{
  width:284px;
  height:13px;
  padding-left:1px;
  background-image:url(images/sidebar_bottom.png);
  background-position:left top;
  background-repeat:no-repeat;
}



.sidebar-delim{
  height:8px;
  background-image:url(images/sidebar_delim.gif);  
  background-repeat:repeat-x;
  background-position:left top;
  clear:both;
  margin:0 3px 0 4px;
}



span.sidetitle{
  background-image:url(images/sidebar_delim.gif);
  background-position:left bottom;
  background-repeat:repeat-x;
  clear:both;
  display:block;
  color:#333333;
  font-family:Arial;
  font-size:18px;
  margin:0 0 5px;
  width:100%;
  padding:10px 5px 10px 0;
}


*+html span.sidetitle{
  float:left;
}

*html span.sidetitle{
  float:left;
}

.ess-btns_hold{
  width:auto;
  margin:0 0 0 -4px;
}

.ess-btns_hold .ess-btns a{
  float:left;
  width:130px;
  height:60px;
  display:block;
  background-repeat:no-repeat;
  background-position:left top;
  margin:0 4px 3px 0;
}




/*---------------------------
          Footer
-----------------------------*/

.footer {
  width:100%;
  min-width:1200px;
  background-color:#232323;
  height:30px;
  clear:both;
  margin-top:40px;
}

.footer .footer-all{
  width:1200px;
  color:#979797;
  margin:0 auto;
  font-size:10px;
}

.footer-all .copy{
  float:left;
  padding:9px 0 0 10px;
  
}

.footer-all .bmenu{
  float:right;
  padding:0;
  margin:0;
   
}

.footer-all .bmenu ul{
  float:right;
  height:30px;
}

.footer-all .bmenu ul li{
  float:left;
  line-height:30px;
  list-style:none;
  background-image:url(images/footer_delim.gif);
  background-repeat:no-repeat;
  background-position:right top;
  padding:0 15px 0 15px;
  
}

.footer-all .bmenu ul li:last-child{
  background-image:none;
}

.footer-all .bmenu a{
  color:#979797;
  font-size:10px;
  text-decoration:none;
}

.footer-all .bmenu a:hover{
  text-decoration:none;
  color:#d9d9d9;
}





/*=====Fit For Commerce Shell Styles===========*/


.rss_comments {
	float:right;
	color:#FFFFFF;
	padding:10px 10px 5px 0;
}

.rss_comments p a{
	color:#CCCCCC;
}


.rss_comments p a:hover{
	color:#CCCCCC;
}





/* Site description and logo */
#site-description {
	float: left;
	/*width: 70%;*/
	width:10%;
	margin-top:-15px;
	
}


#site-description h1 {
	margin-right: 0;
	margin-bottom:0;
	margin-top:4px;
	font-size:1.7em;
	color:#669900;
	text-align:left;
}

#site-description p{
	margin-bottom:0px;
	padding-bottom:0px;
}

#site-description-errorpage {
	margin:10px 0;
}



/*Send Mail, Print, Font Size icons
----------------------------------------*/

.board_body_title ul{
	float:right;
	margin-top:8px;
	margin-right:10px;
}

.board_body_title ul.linklist {
	height:20px;
	
}



/*------------------- IE fixes ---------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
/** html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }*/

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}


html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
	vertical-align:text-top
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }


* html .clearfix, * html #tabs, * html #minitabs, * html fieldset dl, * html ul.topiclist dl, * html dl.polls {
	height: 1%;
	overflow: visible;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}






/*====: [PREFORMATTED & CODE STYLES] :==========================*/
code {
	font: 1em 'Courier New', Courier, Fixed;
	text-align: left;
	background: #DFDFDF;
	border-left: 5px solid #96A7BE;
	display: block;
	padding: 5px;
	white-space: nowrap;
	overflow: auto;
	}
span.code {
	display: inline;
	padding: 1px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background: #EEE;
	font-family: 'Courier New',Courier,Fixed;
}

/*====: [GENERIC ELEMENTS & HACKS] :=============================*/
.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}
.clearfloatthick {
	clear: both;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.centerer { /* IE hack to center child element inside parent */
	width: 100%;
	text-align: center;
}
.txtalignleft {
	text-align: left;
}
.txtalignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.bottomdotted {
	border-bottom: 1px dotted #D44942;
	display: block;
	padding: 10px;
	}
.marginbottom {
	margin-bottom: 10px;
	}
.hidden {
	/* Javascript hides this div on page load */
	display: block;
}
a.arrows {
	outline: none;
	display: inline;
}
a.arrows:hover {
	background: transparent;
}
a img.arrows {
	width: 18px;
	height: 10px;
	border: none;
	line-height: 10px;
	margin-left: 5px;
}
a:hover img.arrows {
	background: transparent;
}
a.showhide_link {
	font-size: .6em;
	color: #888;
}
a.showhide_link:hover {
	background: transparent;
}

/*====: [CORE LAYOUT ELEMENTS] :================================*/
#container {
	font-size:12px;
	color:#333;
	width: 936px;
	text-align: left; /*Reset center align inheretence from body*/
	margin:0 10px 15px 193px; /*Center site on page in Mozilla*/
}



*html .left-menu {
	padding:0;
	margin:0;
}

h1#masthead {
  background-image:url(images/res_ico_02.jpg);
  background-position:left -20px;
  background-repeat:no-repeat;
  color:#333333;
  display:inline-block;
  font-size:24px;
  font-weight:normal;
  height:80px;
  margin:0 10px -50px 0;
  padding-left:74px;
  text-align:left;
}
#masthead_wrapper {
	margin: 0 35px;
	width: auto;
	padding: 0;
	text-align: left;
}



*html #content {
	margin-left:8px;
	width:600px;

}



/**+html #content {
	margin-left:5px;
	width:600px;

}*/

h2#tagline {
	color:#666666;
	font-size:11px;
	padding-left:83px;
	text-align:left;
	width:450px;
	margin:0 0 40px 0;
	letter-spacing:0;
}

/*====: [RSS & EMAIL SUBSCRIBE LINKS] :==========================*/
#subscribe {
	position: absolute;
	width: 35px;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#subscribe a img {
	border: none;
}
#subscribe #emailbubble {
	text-align: left;
	background: transparent;
	position: absolute;
	display: block;
	width: 210px;
	left: -999px;
	top: 35px;
	height: 45px;
	font-weight: bold;
}
#subscribe #emailbubble_inner1 {
	position: relative;
	width: 100%;
	height: 100%;
}
#subscribe #emailbubble_pointer {
	background: url('images/comment-pointer_up.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
}
#subscribe #emailbubble_inner2 {
	background: #FFFFCC;
	border: 1px solid #555;
	padding: 5px;
}
#spacer {
	height: 10px;
	width: 100%;
}
#subscribe #feedbubble {
	text-align: left;
	background: transparent;
	position: absolute;
	display: block;
	width: 210px;
	left: -999px;
	bottom: 35px;
	height: 45px;
	font-weight: bold;
}
#subscribe #feedbubble_inner1 {
	position: relative;
	width: 100%;
	height: 100%;
}
#subscribe #feedbubble_pointer {
	background: url('images/comment-pointer_down.gif') no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}
#subscribe #feedbubble_inner2 {
	background: #FFFFCC;
	border: 1px solid #555;
	margin-bottom: 8px;
	padding: 5px;
}
/*====: [SIDEBAR ELEMENTS] :==================================*/
#sidebar {
	width: 260px;
	float: left;
	margin:10px 0 0 9px;
	font-size: 12px;
	display: inline;
	}
	




#sidebar li {
	list-style: none;
	margin: 17px 0;
	padding: 0;
}
#sidebar li li {
	margin: 0;
}

#sidebar a {
	display: block;
	color: #222;
	text-decoration: none;
	padding-top: 5px;
	font-size: 1.1em;
	font-family: Arial;
	margin: 0;
  color:#333;
}
#sidebar a:hover {
	color: #333;
	}
#sidebar ul.children li a{
	border-left: 10px solid #EDEDED;
}
#sidebar ul.children ul.children li a {
	border-left: 20px solid #EDEDED;
}
#sidebar ul.children ul.children ul.children li a {
	border-left: 30px solid #EDEDED;
}

#sidebar li select{
	margin-top:11px;
}

/*
* The borders above are for child categories - they go 3 levels deep
* If you want more than that, add another style, and know that you're
* far too obsessed with child categories ;-)
*/


/*====: [SINGLE POST ELEMENTS] :================================*/
.single h1 {
	font-size: 18px;
	color: #333;
	padding-bottom:5px;
	}
.summary {
	font-style: italic;
	border: 1px solid #CCC;
	padding: 5px 5px;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	font-size: .9em;
}
.summary p {
	margin: 0;
}
span.summarywords {
	font-style: italic;
	font-weight: bold;
}

/*====: [POST LEVEL ELEMENTS] :=================================*/
.post {
	margin: 0;
	padding: 0;
}
.post a {

}
.post a:hover {

	}
small {
	color: #999;
	margin: 0;
	}
small.attr {
	background: url('images/separator.gif') repeat-x bottom left;
	padding-bottom: 10px;
	display: block;
	margin-top: -5px;
	}
.entry {
	font-size: 12px;
    line-height:18px;
	margin: 10px 0;
}
.entry p {
	margin: 10px 0;
}
.entry h1 {
	font-size: 16px;
}
.entry h2 {
	font-size: 18px;
        font-family:Arial;
	display: inline;
	border-bottom: 1px dotted #CCC;
        color:#333;
}
.entry h3 {
	font-size: 19px;
}
.entry h4 {
	font-size: 1em;
}

.entry ol {
	margin:0 5px 10px 30px;
}

.entry ul {
	margin:0 5px 10px 20px;

}


.entry .excerpt-index {
	margin:-18px 0 -12px 0; 
	padding-left:5px; 
	background-color:#FFFFFF; 
	border-left:solid 2px #EBEBEB; 
	font-size:11px; 
	font-style:italic;
}

.entry .excerpt-single {
	margin:0 0 -15px 0; 
	position:relative;
	top:-15px;
	text-align:left; 
	padding-left:5px; 
	background-color:#FFFFFF; 
	border-left:solid 2px #EBEBEB; 
	font-size:11px; 
	font-style:italic;
}

*html .entry .excerpt-single {
	margin-bottom:-25px;
}

*+html .entry .excerpt-single {
	margin-bottom:-25px;
}

.entry .excerpt-single p{
	margin-top:5px;
}


p.postmetadata {
	color: #999;
	background: #EEE;
	padding: 5px 5px;
	margin-bottom: 30px;
	clear:both;
	position:relative;
	top:10px;
}
p.postmetadata1 {
	color: #999;
}

table.authors-information {
	border:none;
	width:100%;
}

table.authors-information td{
	border-top:none;
	padding-right:5px;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	font-size:12px;
	vertical-align:top;

}

.author-info {
	padding-right:5px;
	margin-top:10px; 

	
	
}

.author-info img{
	float:right;
	padding-left:8px;
}

.author-info p{
	padding:0;
	margin:0;
}

.author-delim {
	clear:both;
	background:transparent url(images/separator.gif) repeat-x scroll left bottom;
	width:100%;
	height:2px;
	padding-top:10px;
}

/*====: [POST NAVIGATION ELEMENTS] :=============================*/
.navigation {
	width: 100%;
	text-align: center;
	line-height: 100%;
	font-size: .8em;
}
.navigation a {
	padding: 2px;
}


/*====: [POST/PAGE NOT FOUND ELEMENTS] :==========================*/
h2.center {

}
p.center {

}

/*====: [NAVIGATION ELEMENTS] :=================================*/
.logotype {padding-bottom:5px;}
#nav_menu {
        text-align: left;
	font-size: 12px;
	height: 27px;
	overflow: hidden;
        margin-left:-18px;
}
#nav_menu ul {
        float: left;
	margin: 0px;
}
#nav_menu li {
	float: left;
	list-style: none;
}
#nav_menu li a,
#nav_menu li a:visited,
#nav_menu li a:link {
	background: #e4e4c9;
	color: #333;
	display: block;
	margin-left: 3px;
	text-decoration: none;
	padding: 6px 10px;
	}
#nav_menu li a:hover {
background: #FFF !important;
	color: #333 !important;
        }
#nav_menu li a:active,
#nav_menu li a.current {
	background: #FFF !important;
	color: #333 !important;
        font-weight:bold;
	}
	
/*====: [ (NEW) ARCHIVES STLYES] :===================================*/
#archives_month .indent,
#archives_category .indent,
#archives_tag .indent {
	margin-left: 25px;
}
#archives_month,
#archives_category,
#archives_tag {
	margin-top: 7px;
}
#archives_month p {
	margin-bottom: 10px;
}

#archives_category p {
	margin-bottom: 10px;
}
#archives_tag {
	margin-bottom: 10px;
}
#archives_tag a {
	text-decoration: none;
}

h3.archives {

}

.tagcloud {
	background: #FFFFCC;
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
	line-height: 22pt;
}
#description {
	background: #FFFFCC;
	border: 1px solid #999;
	padding: 10px;
	text-align: center;
	margin: 8px 0;
}
#top_tabs {
	border-bottom: 1px dotted #CCC;
	height:20px;
	/*border-top: 1px dotted #CCC;*/
}
#top_tabs ul {
	margin: 0;
	padding: 0;
}
li.top_tab {
	background:#EEEEEE none repeat scroll 0 0;
	display:inline;
	float:right;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:3px;
	padding:0;
}
li.top_tab a {
	text-decoration: none;
	font-size: 12px;
	padding: 3px 10px;
	width: auto;
	display: block;
}

/*====: [ (OLD) ARCHIVES STLYES] :===================================*/
#old_archives ul {
	margin-left: 30px;
}
#old_archives li {
	line-height: 150%;
	list-style: none;
	padding: 5px 5px;
	font-size: 1.3em;
}
#old_archives li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #CCC;
}
#old_archives ul ul li {
	font-size: 1em;
}

/*====: [COMMENT STYLES] :====================================*/
h3#comments {
	margin-top: 20px;
	}
	
ol.commentlist {
	/*background: #FFF url('images/comment-sideimage.gif') repeat-y;*/
	padding: 0;
	position: relative;
	margin-left: 0;
}
ol.commentlist li {
	width: 575px;
	margin-top: 10px;
	list-style: none;
	min-height: 80px;
	background: url('images/comment-sideimage.gif') repeat-y left;
}
ol.commentlist li p {
	margin-top: 10px;
	margin-left: 5px;
}
ol.commentlist li cite {
	margin: 0 0 0 5px;
	font-weight: bold;
}
ol.commentlist li cite a {
	text-decoration: none;
}
.commentwrap {
	margin-left: 40px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	border: 1px solid #CCC;
}
.commentmetadata {
	margin: 0 0 0 5px;
	}
li.author .commentwrap {
	background: url('images/comment-bg.png') repeat-y;
	border: 1px solid #446592;
}
img.avatar {
	float: right;
	width: 80px;
}
li.author img.avatar {
	float: right;
	width: 80px;
}
.avatar-default {
	display: none !important;
}
ol.commentlist .commentsidebar {
	margin: 8px 0 0 6px;
	font-size: 1.4em;
	color: #afafbe;
	text-align: center;
	letter-spacing: -1px;
	float: left;
	background: transparent;
	display: inline;
}
ol.commentlist .commentsidebarupper {
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/comment-sideimage-upper.gif') no-repeat;
	z-index: 1;
	width: 40px;
	height: 16px;
	line-height: 16px;
}
ol.commentlist .sidebarseparator {
	position: absolute;
	left: 0;
	background: #FFF;
	height: 10px;
	width: 40px;
	margin-top: -11px;
}
ol.commentlist .commentmo {
	
	}
ol.commentlist .commenttime {
	font-size: .6em;
	}
span.required {
	color: red;
	font-weight: bold;
	}
#allowedtags {
	background: #EEE;
	float: right;
	width: 230px;
	color: #555;
	padding: 0 10px;
}
#allowedtagstxt {
	display:block;
	border-bottom: 1px dotted #D44942;
	}
span.tags {
	padding: 3px 10px;
	display: block;
	color: #777;
	font-family: Lucida Console, Monaco, monospace;
	font-size: 1.2em;
	letter-spacing: 1px;
	border-bottom: 1px solid #DDD;
}
form#commentform label {
	font-weight: bold;
}
input#submit {
	background: #EEE url('images/submit_bg.gif') repeat-x;
	border: 1px solid #AAA;
	height: 25px;
	width: 125px;
	cursor: pointer;
	}
input#submit:hover {
	background: #EDEDED;
	}
form#commentform input.text {
	width: 300px;
}
form#commentform textarea {
	width: 300px;
}

h3.trackbacks {
	clear: both;
	margin-top: 40px;
}
ol.tpbacks {
	background: #CCC;
	padding: 2px 2px 2px 25px;
}
ol.tpbacks li {
	list-style-position: outside;
}

/*====: [WP 2.7 COMMENT STYLES] :======================*/
ol.commentlist li {
	position: relative;
}

ol.commentlist li.comment {
	border: 3px solid #DDD;
	width: auto;
	background: #FFF;
}
ol.commentlist li.bypostauthor {
	background: #EEE;
}
ol.commentlist li em {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	background: #FDF7DC;
	border: 2px solid #EEEAB6;
	color: #9E9F00;
	font-weight: bold;
}
ol.commentlist li p {
	margin-left: 45px;
	margin-top: 20px;
}	
div.reply {
	margin-left: 45px;
	margin-bottom: 8px;
}
div.reply a {
	text-decoration: none;
	border: 1px dotted #CCC;
	padding: 4px;
	background: #EEE;
}
div.reply a:hover {
	border-color: #000;
}

img.avatar {
	width: auto;
	padding: 2px;
	border: 2px solid #DDD;
	float: left;
	margin: 2px 0 0 2px;
}

.vcard {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .9em;
	width: 240px;
}

.commentmetadata {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
}
.commentmetadata a {
	text-decoration: none;
}
a#cancel-comment-reply-link {
	text-decoration: none;
	border: 1px dotted #CCC;
	padding: 2px;
	background: #EEE;
	font-weight: bold;
	margin-left: 45px;
}
a#cancel-comment-reply-link:hover {
	border-color: #000;
}
	 

/*====: [SEARCH RESULTS PAGE] :============================*/
#searchdate {
	font-size: .9em;
	color: #AAA;
	margin-right: 7px;
	/*width: 60px;*/
}
#searchcomments {
	display: inline;
}
#searchcomments a {
	text-decoration: none;
	font-size: 1.2em;
}
h2.searchtitle {
	font-size: 1.4em;
	display: inline;
	padding-bottom: 2px;
}
div.search_hr {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 2px;
}
.entrysearch {
	font-size: 1.2em;
	margin: 10px 0;
}
.searchmeta {
	font-style: italic;
	color: #990000;
	font-size: 1.2em;
}

/*====: [ERROR PAGES] :=================================*/
.fourohfour {
	font-size: 1.4em;
}
.fourohfour form#searchform input#s {
	font-size: 1em;
}
#container_error {
	width: 650px;
	text-align: left;
	margin: 0 auto;
	padding:0;
	
	
}
.fourohfour ol {
	margin: 20px 0px;
	text-align: center;
	width: 100%;
	padding: 0px;
}
.fourohfour li {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}
.fourohfour li a {
	text-decoration: none;
}

/*====: [CALENDAR STYLES] :=============================*/
li.calendar {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 5px;
	text-align: center;
}
table#wp-calendar caption {
	text-align: center;
	margin: 0 auto;
	font-weight:bold;
	color:#333;
}
table#wp-calendar {
	margin: 0 auto;
}
table#wp-calendar td {
	padding: 2px;
}

table#wp-calendar th {
  background-color:#fff;
}

table#wp-calendar a {
	font-weight: bold;
	text-decoration: underline;
	padding: 0;
}
table#wp-calendar td#prev a,
table#wp-calendar td#next a {
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

/*====: [DAGON DESIGN SITEMAP GENERATOR STYLES] :===============*/
div.ddsg-wrapper li {
}
div.ddsg-wrapper li li {
	margin: 7px 0;
}
div.ddsg-wrapper li a {
	text-decoration: none;
	padding: 0 3px;
}
div.ddsg-wrapper li li a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 3px;
}

/*====: [REQUIRED BY WORDPRESS] :=========*/
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.alignleft {
	float: left;
	margin-right:15px;
	

}
.alignright {
	float: right;
	margin-left:15px;
}
/*====: [IMAGE CAPTION] :==============*/
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7;
	border: 1px solid #CCC;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
p.wp-caption-text {
	margin: 0;
	font-variant: small-caps;
	font-size: .7em;
	font-weight: bold;
	line-height: 100%;
	padding: 2px 0 7px 0;
	color: #777;
}

/*====: [CREDITS] :===========*/
span.credits {
	font-style: italic;
}

/*====: [TABLE STYLES] :==============*/
table {
	border: 1px solid #CCC;
	font-size: .9em;
}
th {
	background: #EDEFF0;
	padding: 3px 10px;
	text-align: left;
}
td {
	border-top: 1px solid #CCC;
	padding: 3px 10px;
}
tr.even td {
	background: #EEE;
}
form p {
	margin: 15px 0 5px 0;
}
/*====: [STICKY POSTS] :====================*/
.homepage .sticky {
	border: 1px solid #bbb;
	border-width: 1px;
	background: #E4E2D3;
	margin-bottom: 20px;
	padding: 10px;
	color: #757171;
}
.homepage .sticky small.attr {
	background-image: none;
}
.homepage .sticky p.postmetadata {
	margin-bottom: 0;
	border-top: 1px solid #CCC;
	background-color: transparent;
}