/*
CSS Updater (style.php)
*/

/*
Theme Name: T-0017
*/



* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    background-image: url(./images/body.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #270303;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

.separator {
clear: both;
}


.text {
    padding: 5px;
    color: #920B0B;
}

a {
    text-decoration: none;
    color: #E8B96E;
}

a:hover, .post .info p a:hover  {
    color: #FBEBD2;
}


/*   HEADER  */

#header {
    display: block;
    margin: 0px auto 0px auto;
    background-image: url(./images/head.jpg);
    width: 1000px;
    height: 141px;
}

#main {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #330303;
    color: #920B0B;
}

h1 {
    width: auto;
    margin-top: 0px;
    padding: 40px 130px 0px 0px;
    font-size: 18pt; 
    text-transform: capitalize;
    text-align: right;
    float: none;
    clear: both;
}


h1 a {
color: #FFFFFF;
font-style: normal;
}

h1 a:hover {
color: #FBEBD2;
}


#menu {
text-align: center;
font-size: 9pt;
padding: 0px;
height: 25px;
margin:49px 0px 0px 0px;
overflow: hidden;
border-top:2px solid #998181;
border-bottom:2px solid #ffffff;
width:100%;

}

#menu ul {
    margin: 0px;
    list-style-type: none;
}

#menu ul li {
    display: block;
    float: left;
    width: auto;
    border-right: 1px solid #0D0101;
}

#menu ul li#noboder {
    border-right: none;
}

#menu ul li a { 
    display: block;
    width: auto;
    color:#D3B5B5;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
}

#menu ul li a:hover, #menu ul li a:active {
/*    background-image: url(images/menu_hov.png); 
    background-position: center center;
    background-repeat: no-repeat; */
    background-color: #FFFFFF;
    color: #920B0B;
}

/*   END HEADER  */

.row {
    float: none;
    clear: both;
    width: auto;
    margin-top: 10px;
}

h2, #sidebar ul li h4 {
    width: auto;
    margin: 0px;
    float: none;
    clear: both;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: left;
    color: #E8B96E;
    height: auto;
	background:transparent;
	border-bottom:1px solid #ffffff;
}

h2 a, #sidebar ul li h4 a {
    color: #E8B96E;
}

h2 a:hover {
    color: #FBEBD2;
}

/*   CHARTS   */


.commetmain, .post  {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
	background:#330303 url(images/bg-cell.gif) repeat-x;
	background-position:top;
	border-top:1px solid #720808;
	padding:5px;
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}


.commetmain .tablewidget  {
    float: none;
	width: auto;
    margin: auto;
    padding: 0px;
	color:#920b0b;
/*    background-image: url(images/content_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x; */
    background-image: none;
    background-color: #280303;
    border: 1px solid #410808;
	font-size:8pt;
 
}

#tabs {
    border-top: 1px solid #280303;
}



.commetmain .tablewidget table {
    width: 100%;
    background-color: #4B0B0B;
	font-size:8pt;
	font-weight:normal;
}

.commetmain .tablewidget table tr th {
	background-color: #4a0606; 
	color: #D3B5B5;
	text-align: center;
	font-weight:normal;
	border-bottom:1px solid #920b0b;
	font-size:7pt;
	padding:2px;
}

.commetmain .tablewidget table tr td {
    padding:2px;
    color: #920B0B;
	font-size:8pt;
	font-weight:normal;
}

.comment-area {
    background-color: #280303;
/*    background-image: url(images/odd_bg.jpg);
    background-position: top left;
    background-repeat: repeat-y; */
}

.link_table {
   background-color: #150101;
/*    background-image: url(images/even_bg.jpg);
    background-position: top left;
    background-repeat: repeat-y; */
}
.footer {
    /*background-image: url(images/footer_bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;*/
    padding:5px;
	text-align:right;
    color: #E8B96E;
	font-size:9pt;
}

.footer a {
    color: #E8B96E;
}


/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
    background-color: #330303;
    width: auto;
    padding: 0px;
    background-image: none;
}

body#charts-sidebar-body #sidebar, .commetmain #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	padding:0px;
	width:auto;
}


#sidebar {
	float: right;
	width: 180px;
	padding:5px;
	color: #920b0b;
	margin: 10px 10px 0px 0px;
	background:#330303 url(images/bg-cell.gif) repeat-x;
	background-position:top;
	border-top:1px solid #720808;
	padding:5px;
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	background-color: #280303;
	border: 1px solid #410808;
}

#sidebar ul ul li {
    background-position: left;
    padding: 5px 5px 5px 15px;
	margin:0px;
    vertical-align:middle;
	border-bottom:1px solid #4b0b0b;
	list-style:none;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 15px;
    vertical-align:middle;
	border-bottom:1px solid #4b0b0b;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background-color: #280303;
	border: 1px solid #410808;
}
#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 a {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:8pt;
}

#sidebar a:hover {
text-decoration: none;
color: #920b0b;
}
/*   end SIDEBAR  */



.post_date {
    font-size: 9pt;
    color: #8F8B8B;
    font-weight: bold;
    padding-left: 5px;
}




form {
text-align: center;
padding: 15px 0px 15px 0px;
}

form input {
    width: 80%;
    border: 1px solid #E8B96E;
    background-color: #895454;
}

button {
    width: 152px;
    height: 38px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #AE1919;
    margin: 15px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 7px;
    
}

button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #B80336;
}

button:focus {
    outline: none;
}

button:active {
    outline: none;
}

.button:active {
    outline: none;
}

.button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

/*   END SIDEBAR  */

#content {
float: left;
margin:10px 0px 15px 10px;
-margin-left:5px;
width: 77%;
background-color: transparent;
}

#charts {
	width:98%;
	overflow:hidden;
	margin:10px 0px 0px 7px;
	-margin-left:5px;
	float:left;
}
/**********************************Content-post**********************************/


.post h2 a {
	color:#e8b96e;
	text-decoration:none;
}
.post .info {
    margin-bottom: 20px;
    padding: 0px;
	background-image: none;
    background-color: #280303;
    border: 1px solid #410808;
}
#content .post a .calendar-post {
	background:url(images/date.gif) no-repeat;
	width:86px;
	height:66px;
	float:left;
	padding:10px 0px 0px 0px;
	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;
}


.post .info p {
	width:82%;
	float:right;
	padding-bottom:15px;
	margin:0px;
}
.post .info p a {
	color:#920b0b;
	font-style:italic;
	text-decoration:underline;
}

/*   END POST  */

/*   FOOTER  */
#footer {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0px auto 0px auto;
    background-image: url(./images/footer.jpg);
    width: 1000px;
    height: 71px;
    text-align: center;
    
}

#footer p {
    display: block;
    margin: 20px 20px 0px 0px;
    float: right;
    padding-top: 20px;
}

#footer p a {
    color: #D3B5B5;
    font-weight: bold;
}

/*   END FOOTER  */

.image_and_button {
    width: auto;
    float: none;
    clear: both;
    text-align: center;
}

img {
    border: none;
    margin: 5px;
}

.review .post .tablewidget {
    float: none;
    clear: both;
    width: auto;
    margin: auto;
    padding: 5px;
    padding-top: 0px;
    background-image: none;
    background-color: #280303;
    border: 1px solid #6D0808;
    border-top: none;
    -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;    
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    -khtml-border-top-right-radius: 0px;
}

.image_and_button .button {
    display: block;
    float: none;
    width: 152px;
    height: 38px;
    background-image: url(./images/button1.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #AE1919;
    margin: 5px auto -5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 20px;
}

.button:hover {
    background-image: url(./images/button1_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #B80336;
}

.image_and_button .button2{
    display: block;
    float: none;
    width: 152px;
    height: 38px;
    background-image: url(./images/button2.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color: #807F72;
    margin: -10px auto 5px auto;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    padding-top: 20px;
    color: #8E041D;
}

.button2:hover {
    background-image: url(./images/button2_hov.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #8C2F04;
}
td.layouts-1, td.layouts-2, td.layouts-4, td.layouts-5, td .layouts-6, td.layouts-7, td.layouts-8 , td.layouts-9, td.layouts-10  {
	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;} 

.commetmain .tablewidget object, .commetmain .tablewidget embed {
    width: 100%;
}

.imgalignleft, .imgs {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.graphs img {
    text-align: center;
    vertical-align: middle;
}

.point, .table_border {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.point a, .table_border a {
    font-size: 9pt;
}

.point a:hover, .table_border a:hover {
}

.point h1, .table_border h1,
.point h2, .table_border h2,
.point h3, .table_border h3,
.point h4, .table_border h4,
.point h5, .table_border h5,
.point h6, .table_border h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    color: #FD0623;
}

.point p, .table_border p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.point ul, .table_border ul, .point ol, .table_border ol{
    margin-left: 20px;
    padding-left: 10px;
}

td.layouts-2, td.layouts-5, td .layouts-6, td.layouts-7, td.layouts-8 , td.layouts-9, td.layouts-10  {
	text-align: center; 
	vertical-align: middle;
}

td.layouts-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.layouts-3, td.layouts-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}

.commetmain .tablewidget table tr th, .commetmain table thead th {
    font-size: 8pt;
}

.commetmain .tablewidget table tr td {
    font-size: 8pt;
}

.commetmain .tablewidget table {
    border-spacing: 0px;
}

.commetmain img {
    border: none;
    margin: 0px;
}



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.categories, .tablewidget ul.textSMALLgray li.rssfeed {
    background-color: #280303;
    color: #ffffff;
    border: 1px solid #650808;
}
.tablewidget ul.textSMALLgray li {
    background-color: #650808;
}
.tablewidget ul.textSMALLgray li, .tablewidget ul.textSMALLgray li h4 {
    color: #ffffff;
}

/* Common tab styles */

.tablewidget ul.textSMALLgray {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.tablewidget ul.textSMALLgray 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;
}
.tablewidget ul.textSMALLgray li.rssfeed {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.tablewidget ul.textSMALLgray h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.tablewidget ul.textSMALLgray li.rssfeed h4 {
    font-weight: bold;
}
.tablewidget ul.textSMALLgray li:hover {
    text-decoration: underline;
}

.tablewidget .categories {
    margin: 0;
    padding: 5px;
}

.tablewidget .categories h1,
.tablewidget .categories h2,
.tablewidget .categories h3,
.tablewidget .categories h4,
.tablewidget .categories h5,
.tablewidget .categories h6 {
    margin: 0;
}

