/*
CSS Updater (style.php)
*/

/*
Theme Name: Art Of Civilized Bushwhacking
*/
@charset "utf-8";


* { margin: 0; padding: 0; }

body {
	background: #81ac16 url(images/background.jpg) repeat-x top;
	text-align: center;
	margin: 0 auto;
	}
	

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: url(images/framebg.jpg) 0 0 no-repeat;
	}
	
#middle {
	background: url(images/framebg.jpg) 0 0 repeat-y;
	width: 100%;	
	}

#content {
	float: left;
	width: 760px;
        padding-left: 0px;
        padding-right: 0px;
        background: #eff8d8 url(images/content-bg.jpg) repeat-x top;
        margin-left: 10px;
        _margin-left: 5px;
	}
	
#sidebar {
	float: right;
	background: #025e1a url(images/sidebar-bg.jpg) repeat-x top;
	width: 200px;
	padding: 0px;
    margin-right: 10px;
    _margin-right: 5px;
	}
	
/* -------------------
Header
------------------- */

#header {
	height: 110px;
        background: url(images/header.jpg);
        width: 900px;
        height: 318px;
	}
	
.header-title {
	font-family: Tahoma, Verdana, Arial;
	color:#e96c2a;
	font-size:28px;
        font-weight:bold;
	padding:68px 0 0 338px;
	text-align:left;
	}
.header-title a{
	color:#fec302;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#f9fbf3;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#080808;
	font-size:11px;
	padding:0px 0 0 339px;
	text-align:left;
        font-weight:normal;
	}
.ads{	
	float: right;
	margin-right: 55px; 
        margin-top: 10px;
}

.ads h2 {
	color: #fec302;
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 6px 0;
	}

.ads img { 
      padding: 4px;
      border: #93ce08 1px solid;
      background: #93ce08;
      }

.ads a:link img  { 
      padding: 4px;
      border: #93ce08 1px solid;
      background: #93ce08;
      }

.ads a:hover img  { 
      padding: 4px;
      border: #e96c2a 1px solid;
      background: #e96c2a;
      }

	
/* -------------------
Content
------------------- */

#content .post {
	margin: 10px;
	}
	
/* general #content definitions */
	
#content h2 {
	color: #080808;
        background: #93ce08;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 8px 0;
        padding: 2px 6px 2px 6px;
	border:1px solid #93ce08;
	}

#content h2 a {
	color: #080808;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #080808;
	text-decoration: none;
	}
	
#content h3 {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #e96c2a;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}
	
#content h4 {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #e96c2a;
	border-left: 1em solid #e96c2a;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #080808;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content p, #content ul, #content ol, #content dl, #content img {
	margin: 0 0 0 0;
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #080808;
	font: 0.80em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote {
	margin: 0 0 0 1em;
	border-left: 6px solid #93ce08;
	padding: 0 0 0 1em;
	color: #080808;
}
	
#content a { color: #e96c2a; }
#content a:hover { color: #080808; }
	
#content .post ul.post-data {	
        border-top: 1px dotted #025e1a;
	list-style: none;
	font: 0.85em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #93ce08;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #080808;
	}
	
#content .post ul.post-data a {
	color: #e96c2a;
        text-decoration: none;
        font-weight:bold;
	}
	
#content .post ul.post-data a:hover {
	color: #080808;
        text-decoration: underline;
        font-weight:bold;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 0px;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}

.entry {
	margin: 0 0 0px 0;
	padding: 0 0 5px 0;
	}

.entry  p {
	margin: 5px 0 0 0;
	padding-bottom: 10px;
	}

.entry  img { 
      padding: 4px;
      border: 1px dotted #025e1a;
      margin: 0px;
      }


.entry  img.alignleft { 
                float: left;
                margin: 3px 3px 0px 0;
                }

.entry  img.alignright { 
                 float: right;
                 margin: 0 3px 0px 3px;
                 }
.ads {
		text-align: center;
	}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }
	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 10px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
font: 12px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #e96c2a;	}
#content #comments .comment a:hover { 
font: 12px Tahoma, Arial, Helvetica, sans-serif;
color: #93ce08; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
font: 12px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #080808;
	border-top: 1px dashed #e96c2a;
	border-left: 1px dashed #e96c2a;
	padding: 0 0 0 0px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #080808; }
#content #comments .comment .comment-data p a:hover { color: #93ce08; }

#content #comments form {
	color: #93ce08;
	font: 0.75em/1.6em Arial, Helvetica, sans-serif;
	}

#content #comments form a { color: #93ce08; }
#content #comments form a:hover { color: #fff; }

	
	
/* -------------------
Sidebar
------------------- */


	
#sidebar h3, #sidebar h4 {
	color: #080808;
	font: 11pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
        padding: 3px 0px 3px 6px;
        background: #93ce08;
	}
	
#sidebar p, #sidebar li {
	color: #fec302;
	font: 10pt Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
    
    #sidebar .banners {
    text-align: center;
    padding: 5px;
}

#sidebar .banners  img, #sidebar .banners  object, #sidebar .banners  embed {
    margin-bottom: 5px;
}

	
#sidebar ul { list-style: none; }

#sidebar ul li ul li {
	padding: 0 0 0 3px;
	list-style-type: circle;
	margin-left: 30px;
	}
    
    #sidebar ul li ol li {
	padding: 0 0 0 3px;
	margin-left: 16px;
	}
    
    #sidebar ul li ol {
    list-style-position: inside;}
    
#sidebar ul li ul.children {
display: none;
}	


#sidebar a {
	color: #fec302;
	text-decoration: none;
        font-weight:bold;
	}
	
#sidebar a:hover {
	color: #eff8d8;
	text-decoration: underline;
        font-weight:bold;
	}
	



/* -------------------
Footer
------------------- */

#footer {
	clear: both;
	background: url(images/framebg.jpg) 0 0 repeat-y;
	height: 43px;
        width: 900px;
        margin: 0px auto;
	}
	
#footer #footertext {

	color: #080808;
	font: 0.7em/1.6em Arial, Helvetica, sans-serif;
	padding: -10px 0 13px 0px;
	text-align: center;
	}
	
#footer #footertext a {
	color: #080808;
	text-decoration: none;
	}

#footer #footertext a:hover {
	color: #080808;
	text-decoration: underline;
	}
	
#footer #searchform {
	padding: 33px 0 0 30px;
	}
	
#footer #searchform .searchfield {
	height: 17px;
	}
	
#footer #searchform .searchbutton {
   height:22px;
	}

.alt
{
	padding: 0px;
	font: 1.0em Tahoma, Arial, Helvetica, sans-serif;
	width: 450px;	
}

.commentlist {
font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
width: 563px;
padding-bottom: 1em;
}

.commentlist li {
font: 1.0em Tahoma, Arial, Helvetica, sans-serif;
width: 563px;
padding-bottom: 1em;
}


.commentmetadata
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}


.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color: #e96c2a;
	}

.commentlist p
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#commentform {
margin: 2em 0;
margin-left:2em;
width: 580px;
}

#commentform textarea {

background: #fefefe;
border: 1px solid #93ce08;
width: 560px;
}
#commentform textarea:hover {
background: #fefefe;
border: 1px solid #93ce08;
}
#commentform textarea:focus {
background: #fefefe;
border: 1px solid #e96c2a;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #fefefe;
border: 1px solid #93ce08;
width: 150px;
height: 15px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #fefefe;
border: 1px solid #93ce08;
width: 150px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #fefefe;
border: 1px solid #e96c2a;
width: 150px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
        background: #93ce08;
        color: #080808;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #93ce08;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 2px;
        margin-bottom: 10px;
        margin-top: 3px;
        height: 20px;
	}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #93ce08;
background-color:#fefefe;
font-size:12px;
color:#080808;
}

.separator {
    float: none;
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
font-size:11pt;
font-weight: bold;
padding:5px;
font-family:Verdana;
}
 a img  {
	border:none;
}
/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

  .charts {
    float: none;
    margin: auto;
    width: 990px;
    overflow: hidden;
}  

.authordiv {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
}

.authordiv * {
    width: auto;
    float: none;
}

.authordiv a {
    color: #e6b206;
    text-decoration: underline;
	font-weight:normal;
}
.authordiv a:hover {
    text-decoration: none;
	color:#ffffff;
}

.authordiv h2 {
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding:5px;
	text-align:right;
}
.authordiv h2 a {
    color: #000;
    text-decoration: none;
	font-weight: bold;
}
.authordiv h2 a:hover {
    color: #FFF;
    text-decoration: underline;
}


.authordiv .main-menu {
    margin:0px;
	color:#ffffff;
	font-size:8pt;
	font-family:Verdana;
	padding:0px;
	border:5px solid #134B06;
background-color: #279B0C;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
}

.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.moduletabletop-1 {
	text-align: right; 
	vertical-align: middle;
}

td.moduletabletop-2, td.moduletabletop-5, td .moduletabletop-6, td.moduletabletop-7, td.moduletabletop-8 , td.moduletabletop-9, td.moduletabletop-10 {
	text-align: center; 
	vertical-align: middle;
}

td.moduletabletop-3, td.moduletabletop-4  {
	text-align: left; 
	vertical-align: middle;
}


.paints, .imgnav {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.authordiv .main-menu #tabs, 
.authordiv .main-menu #accordeon, 
.wording,
.polldiv {
	padding:5px;
}
.authordiv .main-menu object, .authordiv .main-menu embed {
    width: 100%;
}
.authordiv .main-menu ul, .post ul, .authordiv .main-menu ol, .post ol {
	margin:5px;
	padding:0px;
}
.authordiv .main-menu ul li, .post ul li {
	margin:5px;
	list-style-position: inside;
	padding-left:15px;
	list-style-type: square;
}

.authordiv .main-menu ol li, .post ol li {
	background-position: left;
	list-style-position: inside;
   padding-left:15px;
	margin:5px;
    vertical-align:middle;
}

.authordiv .main-menu table {
    width: 100%;
    background-color: #279B0C;
	border-spasing:0px;
}
.authordiv .main-menu table tr th {
    color: #000;
    font-size: 7pt;
    padding:2px;
    margin: 0;
    color: #000000;
    letter-spacing: normal;
	font-weight:normal;
	background: #81ac16 url(images/gradient.jpg) repeat-x top;
}
.authordiv .main-menu table tr td {
    font-size: 8pt;
    padding:2px;
	font-weight:normal;
    background-color: #111111;
}

.contentleftarea td{
    border-top: 1px solid #2A6F19;
    border-bottom: 1px solid #3FA727;
}

.fieldvalue-reviews td{
    border-top: 1px solid #2A6F19;
    border-bottom: 1px solid #3FA727;
}


.authordiv .main-menu table tr.contentleftarea td {
    background-color: #279B0C;
    
}.authordiv .main-menu table tr.fieldvalue-reviews td {
    background-color: #279B0C;
}


.authordiv .main-menu table tr td a {
    color: #ffffff;
    text-decoration: none;
	font-weight:normal;
}
.authordiv .main-menu table tr td a:hover {
    color: #33FD04;
    text-decoration: underline;
}

.authordiv .main-menu table tr:hover td {
    background: #30BA10;
}
.authordiv .main-menu table tr td img {
    border: none;
}

.authordiv .footer {
    padding: 5px;
    font-size: 10pt;
    text-align: right;
	color: #ffffff;
	background:transparent;
}
.authordiv .footer a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.authordiv .footer a:hover {
    color: #000000;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.ttext, .main-menu ul.tab li.alfc_table {
    background-color: #fefefe;
    color: #000000;
    border: 1px solid #dfdfdf;
}
.main-menu ul.tab li {
    background-color: #dfdfdf;
}
.main-menu ul.tab li, .main-menu ul.tab li h4 {
    color: #000000;
}

/* Common tab styles */

.main-menu ul.tab {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.main-menu ul.tab li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.main-menu ul.tab li.alfc_table {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.main-menu ul.tab h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.main-menu ul.tab li.alfc_table h4 {
    font-weight: bold;
}
.main-menu ul.tab li:hover {
    text-decoration: underline;
}

.main-menu .ttext {
    margin: 0;
    padding: 5px;
}

.main-menu .ttext h1,
.main-menu .ttext h2,
.main-menu .ttext h3,
.main-menu .ttext h4,
.main-menu .ttext h5,
.main-menu .ttext h6 {
    margin: 0;
}

