/*
Theme Name: T-0022
*/



* {
    font-family: georgia, "thimes new roman", serif;
}

body {
    font-size: 10pt;
	background-image: url(./images/body.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #80A506;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #FEFF85;
}

a {
    text-decoration: none;
    color: #0a5600;
}

a:hover {
    color: #FFFFFF;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background-image: url(./images/head.jpg);
    width: 1000px;
    height: 202px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #FDFE94;
    border: 5px solid white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

h1 {
    width: auto;
    margin: auto auto 0px auto;
    padding: 36px 0px 0px 110px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: left;
}


h1 a {
color: #000000;
font-style: normal;
}

h1 a:hover {
color: #7C7A77;
}

#menu {
    text-align: center;
    font-size: 12pt;
    margin:100px 0px 0px 10px;
	height:35px;
    padding: 0px;
	overflow: hidden;
}

#menu ul li#noboder {
    border-right: none;
}


#menu ul {
    display: block;
    width: 100%;
    height:35px;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
}

#menu ul li {
    display: block;
    float: left;
	border-right: 1px solid #D1D283;
    position: relative;
    margin-right:2px;
    padding:0px;
	overflow: hidden;
	 height:35px;
	}

#menu ul li a {
    display: block;
    text-decoration: none;
	padding: 10px 16px 10px 16px;
    font-size: 14px;
	color: #2A6D03;
	font-weight:bold;
	overflow: hidden;
}

#menu ul li:hover a {
    color: #FDFE94;
    background:#2a6d03 url(images/menu_hov.jpg) repeat-x;
	background-position:top;
	overflow: hidden;
 }
 
 
 
 
 
/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
}

h2, #sidebar ul li h4 {
	width: auto;
    height: auto;
    margin: 0;
    color: #000;
    letter-spacing: normal;
    background-image: url(images/h2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #9A271C;
    border-bottom: 1px solid #FEFF90;
    font-size: 12pt;
    text-align: left;
    color: #FEFF90;
    padding: 5px 5px 5px 60px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
}

h2 a {
    color: #FEFF90;
}

h2 a:hover {
    color:#FFFFFF;
}

/*   CHARTS   */



.cell {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
	margin-bottom:10px;
}


.cell .content {
    float: none;
    clear: both;
    width: auto;
    margin: 0px;
    padding: 0px;
    color: #FEFF85;
    background-color: #83A601;
    border: none;
	color:#000000;
}
.cell .content object, .cell .content embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.cell .content ul, .cell .content ol {
    padding-left: 20px;
}


.cell .content table {
    width: 100%;
    background-color: #aaaaaa;
}

.cell .content table tr th{
    height: 30px;
    background-image: url(images/thead.jpg); 
    background-position: top left;
    background-repeat: repeat-x; 
    background-color: #083100; 
    color: #FDFE94;
    text-align: center;
	font-weight:normal;
	font-size:7pt;
}

.cell .content table tr td {
    font-size: 8pt;
    padding: 3px;
    background-color: #aaaaaa;
	font-weight:normal;
	color:#000000;
}

td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
.cell .content table tr.even td {
    background-color: #7a7a7a;
}
.cell .content table  td a, .post a {
    color: #FEFF85;
	font-weight:normal;
}

.cell .content table  td a:hover{
	color:#000000;
}

.footer {
    background-image: url(images/footer_bg.jpg); 
    background-position: top left;
    background-repeat: repeat-x; 
    height: 21px;
    padding: 5px 0px 3px 10px;
    background-color: #7F7F7F;
    color: #000000;
	border-top:1px solid #fdfe94;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}


/*   END CHARTS   */

#content {
	float:right;
	width:77%;
	margin:10px 10px 15px 0px;
}
#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	float:left;
}

/**********************************Content-post**********************************/

.post {
	background-color: #8eae01;
	margin:0px 0px 20px 0px;
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

.post .info {
    width:86%;
    padding:5px;
	float:right;
}


#content .post a .calendar-post {
	background:#ad3528;
	width:60px;
	height:50px;
	float:left;
	padding:10px 0px 0px 0px;
	border: 1px solid #ffffff;
	margin:10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	font-size:10pt;
	border:none;
	text-transform:uppercase;

}
.calendar-post  div {
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    font-size:14pt;
    background:transparent;
	text-decoration:none;
}

/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #fdfe94;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .cell #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
    background-color: #fdfe94;
}


#sidebar {
	float: left;
	width: 190px;
	color: #000000;
	margin: 10px 0px 15px 10px;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 15px 0px;
	color: #000000;
	background:#ffffff;
	border:1px solid #91b012;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#ffffff;
	border:1px solid #91b012;
	margin-bottom:15px;
}
#sidebar .banners .banner {
	margin:5px;
}

#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}

.banners .banner embed {
}

#sidebar ul ul li a {
	text-decoration: underline;
	color: #2a6d03;
	font-weight:normal;
	font-size:8pt;
	border-left:3px solid #2a6d03;
	padding-left:10px;
}

#sidebar ul ul li a:hover {
	text-decoration: none;
	color: #000000;
	border-left:3px solid #000000;
	padding-left:10px;
}
#sidebar a, #sidebar ul ul li.sidebar-post a {
	border:none;
	padding:0px;
	text-decoration: underline;
	color: #2a6d03;
}

#sidebar a:hover, #sidebar ul ul li.sidebar-post a:hover {
	border:none;
	padding:0px;
	text-decoration: none;
	color: #000000;
}
form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #FEFF85;
    background-color: #FFFFFF;
}

#searchsubmit {
    width: 125px;
    height: 32px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;   
}

#searchsubmit:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #313530;
}

#searchsubmit:focus {
    outline: none;
}

#searchsubmit:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */



/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.jpg);
    width: 1000px;
    height: 168px;
    text-align: center;
}

#footer p {
    display: block;
    margin: 0px 20px 0px 0px;
    float: right;
    padding-top: 15px;
}

#footer p a {
    color: #768E25;
    font-weight: bold;
}

/*   END FOOTER  */


.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .content {
/*    background-color: #FFFFFF;
    border-bottom: none;
    background-image: url(./images/reviews_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x; 
    padding: 5px;
    margin: 0px;
    padding: 0px;
    background-color: #111111;
    border: 1px solid #262626;
    border-top: 1px solid #111111;
    */
    padding-top: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}


.image_and_button .button {
    display: block;
    float: none;
    width: 125px;
    height: 27px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #FEFFDA;
    margin: 5px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 9px 0px 0px 0px;
}

.button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFB87;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 125px;
    height: 28px;
    background-image: url(./images/button2.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: 0px auto 0px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    color: #DAFBFF;
}

.button2:hover {
    background-image: url(./images/button2_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #01FF3D;
}

