/******************************************************************************/
/* General */
body {
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;

    color: #4d4d4d;
    padding: 0px;
    margin: 0px 0px 5px 0px;

    /*-*/

    background-color: #ebebeb;
    background-image: url(./images/background.gif);
    background-position: top;
    background-repeat: repeat-x;
    
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

/******************************************************************************/
/* Fixed width */
.page {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    
    background-color: white;
    padding: 10px;
    
    /*-*/

    background-color: #ebebeb;
    width: 1250px;
    padding: 0px;
    background: transparent;
}

/******************************************************************************/
/* Column layout */
.outer_wrapper {
    text-align: center;
    
    /*-*/
    
    margin: 0px;
    padding: 0px;
    background: transparent;
}

.inner_wrapper {
    text-align: left;
    float: left;
    width: 794px;

    /*-*/

    width: 905px;
    margin: 0px;
    padding: 0px;
    background: transparent;
}

.content_top_wrapper { /*-*/
    margin: 0px;
    padding: 0px;

    background-image: url(./images/content.gif);
    background-position: top;
    background-repeat: no-repeat;
}

.content_bottom_wrapper { /*-*/
    margin: 0px;
    padding: 0px 0px 1px 0px;

    background-image: url(./images/content3.gif);
    background-position: bottom;
    background-repeat: no-repeat;

    min-height: 500px;
}

.content {
    padding: 0px 2px 0px 2px;
    float: right;
    width: 574px;
    margin-right: 5px;
    
    /*-*/

    padding: 0px;
    margin: 0px;
    width: 560px;

    background-image: url(./images/content2.gif);
    background-position: top;
    background-repeat: repeat-y;
}

.inner_wrapper_two_col {
    text-align: left;
    float: left;
    width: 1000px;
}

.content_two_col {
    padding: 0px 2px 0px 2px;
    float: right;
    width: 780px;
    margin-right: 5px;
}

.left_sidebar {
    margin: 0px;
    padding: 0px;
    width: 345px;
    float: right;
}

.right_sidebar {
    margin: 0px;
    padding: 0px;
    width: 345px;
    float: left;
}

/******************************************************************************/
/* Content Sections */

.section {
    border: 1px solid #b3aba3;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    
    /*-*/
    text-align: center;
    color: #676768;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 0px 20px;
    border: none;
}

.section br.clear {
    margin-bottom: 10px;
}

.section a {
    color: #4d4d4d;
}

.section p {
    padding: 0px;
}

.section h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #b2875c;
    margin: 0px;
    padding: 4px;
    
    /*-*/

    text-align: left;
    padding: 10px 0px 0px 200px;
    background-color: transparent;
    color: #f27722;
    font-size: 22px;
    font-weight: normal;

    background-color: transparent;
    background-image: url(./images/content-icon.png);
    background-position: 56px 10px;
    background-repeat: no-repeat;
    
    min-height: 55px;
}

.section h1 a {
    color: white;
    text-decoration: none;


    /*-*/

    background-color: transparent;
    color: #f27722;
    font-size: 22px;
    font-weight: normal;
}

.section h1 a:hover {
    color: white;
    background-color: #b2875c;
    text-decoration: underline;

/*-*/

    background-color: transparent;
    color: #f27722;
    font-size: 22px;
    font-weight: normal;
}

.section h2 {
    font-size: 18px;
    font-weight: bold;
    
    /*-*/
    
    font-weight: normal;
    background-color: transparent;
    color: #f27722;
}


.section .newscontent {
    text-align: left;
    padding: 10px 0px 0px 0px;
}

.section .newscontent a {
    color: blue;
}

.section .newscontent div {
text-align: center;
}

.section .newscontent div img{

}

.section .newscontent div p {
    font-weight: bold;
    font-size: 11px;
margin: auto;
text-align: center;
max-width: 350px;


}

.section h2.newsfeed a {
    display: block;
    font-weight: bold;
    background-color: transparent;
    color: #f27722;
    padding-top: 20px;
}


.section .author {
    color: black;
    font-size: 12px;
    font-weight: bold;
    
    float: left;
    
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.section .comments_link {
    font-size: 12px;
    font-weight: bold;
    float: right;
    
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.section .tags {
    font-size: 12px;
}

.section .nav {
    font-size: 14px;
}

.section a {
    color: #8a3207;
    text-decoration: none;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.section table {
    width: auto;
    margin: auto;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

.section table tr {
}

.section table tr td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.section table.sponsor-table {
   font-weight: bold;
   width: 100%;
   border: none;

}

.section table.sponsor-table tr {
   border: none;
}

.section table.sponsor-table tr td {
   border: none;
   text-align: center;
}


.section .sponsor-break {
    text-align: center;
    margin: auto;
    width: 450px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #cccccc;
    line-height: 0px;
    height: 0px;
}

.section table.rave-table {
width: auto;
margin: auto;
padding: 0px;
border: 2px solid #cccccc;

}

.section table.rave-table tr  {
border: none;
padding: 0px;
}

.section table.rave-table tr td {
border: none;
padding: 0px;
}







/******************************************************************************/
/* Top Section */
.top_section {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;

    /*-*/

    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    border: none;
}

.top_section a {
    font-weight: normal;
    color: #8a3207;
    text-decoration: none;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section h1, .top_section h1 a {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #a2876c;
    margin: 0px;
    padding: 4px;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section h1 a:hover {
    background-color: #a2876c;
    text-decoration: underline;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section p {
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.top_section ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.top_section ul li * {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.top_section ul li a {

}

.top_section ul li h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #a2876c;
    margin: 0px;
    padding: 4px;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section ul li h2 a {
    color: white;
    text-decoration: none;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}

.top_section ul li h2 a:hover {
    color: white;
    text-decoration: underline;
    
    /*-*/
    
    background-color: transparent;
    color: #f27722;
}*/


/******************************************************************************/
/* Bottom Section */
.bottom_section {
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 11pt;
    font-weight: bold;
    
    /*-*/
    
    background: transparent;
    margin: 0px;
    padding: 0px;
}

.bottom_section a {
    font-weight: normal;
    color: #8a3207;
    text-decoration: none;
}

.bottom_section a:hover {
    color: black;
    background-color: #dfdec6;
    text-decoration: underline;
}

/******************************************************************************/
/* Heading style*/
.heading {
    clear: both;
    padding-bottom: 10px;
    
    /*-*/
    
    padding: 0px;
    margin: 0px;
    background-image: url(./images/header.jpg);
    height: 400px;
    
    text-align: left;
}

.heading h1 {
    font-size: 20px;
    display: inline;
    position: relative;
    top: -10px;
}

.heading h1 a {
    color: #663300;
    text-decoration: none;
    border: none;
}

.heading img {
    border: none;
}

.heading a.enter_now {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;

    position: relative;
    top: 350px;
    left: 584px;
}

div.presented_by {
    width: 235px;
    height: 70px;

    background: transparent;
    overflow: hidden;
    position: relative;
    top: 27px;
    left: 872px;

    font-size: 10px;
    color: #f27722;

    text-align: left;

    margin: 0px;
    padding: 0px;
}

div.presented_by li *, div.presented_by ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

/******************************************************************************/
/* Footer */

.footer {
    clear: both;

    text-align: center;
    color: #bbbbbb;
    font-size: 11px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    
    /*-*/

    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    height: 107px;
    background-color: #cdcdcd;
    background-image: url(./images/footer.gif);
    background-position: top;
    background-repeat: repeat-x;

    font-size: 10px;
}

.footer a {
    color: #f27722;
    text-decoration: none;
}

.footer .bi_footer {
    margin: 15px;
    padding-top: 52px;
    color: #f27722;

    background-image: url(./images/content-icon.png);
    background-position: top;
    background-repeat: no-repeat;
}

.footer .bi_footer .bi_text {
    color: #676768;
}

/******************************************************************************/
/* Menu */

div.top_menu_wrapper {    
    text-align: center;
}

div.top_menu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 38px;
}

.top_menu ul {
    display: inline;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.top_menu ul li {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
    margin: 2px 4px 0px 0px;
    padding: 2px 4px 4px 4px;
    background-color: #993366;
    border: 1px solid #b3aba3;
    float: left;
}

.top_menu ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: white;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
}

.top_menu ul li.current_page_item a {
    text-decoration: underline;
}

.top_menu ul li a:hover {
    text-decoration: underline;
}

/******************************************************************************/
/* Sidebar */

.sidebar {
    text-align: left;
    
    /*-*/

    background: transparent;
}

ul.sidebar {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    border: 1px solid #b3aba3;
    
    /*-*/

    border: none;
    padding: 0px 0px 9px 0px;
    margin: 0px;
}

ul.sidebar li * {
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    
    display: block;
}

ul.sidebar li a {
    color: #b3aba3;
}

ul.sidebar li h2 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #c2ad99;
    margin: 0px;
    padding: 4px;
}

ul.sidebar li h2 a {
    color: white;
    text-decoration: none;
}

ul.sidebar li h2 a:hover {
    color: white;
    text-decoration: underline;
}

/*-*/

.left_sidebar {
}

ul.left_sidebar li * {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.left_sidebar li {
    padding-left: 135px;
    padding-top: 51px;


}

ul.left_sidebar li h2 {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    background-image: url(./images/menu.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 38px;

}

ul.left_sidebar li h2 a {
    font-size: 18px;
    font-weight: normal;
    height: 32px;
    color: #f27722;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    padding-top: 10px;

}

ul.left_sidebar li h2 a:hover {
    color: #f27722;
    text-decoration: underline;
}


.right_sidebar {
    text-align: left;
}

ul.right_sidebar {
    background-color: transparent;
}

ul.right_sidebar li * {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.right_sidebar li {
    background-color: transparent;
}

ul.right_sidebar li div.widget_top {
    background-image: url(./images/partner3.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    
    margin-top: 20px;
    
    padding-bottom: 10px;
}

ul.right_sidebar li div.widget_bottom {
    background-image: url(./images/partner4.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 220px;
    padding: 4px 0px 0px 30px;
    margin: 0px 0px 0px 0px;

}

ul.right_sidebar li div.widget_bottom ul {
    background: transparent;
}

ul.right_sidebar li div.widget_bottom li {
    background: transparent;
}
/*
ul.right_sidebar li div.widget_bottom .textwidget, ul.right_sidebar li div.widget_bottom ul {
    padding-left: 30px;
}*/

ul.right_sidebar li h2 {
    background-color: transparent;
    color: #f27722;
    text-align: center;

    padding-bottom: 18px;
    position: relative;
    left: -30px;
}

ul.right_sidebar li h2 a {
    font-size: 18px;
    font-weight: normal;

    text-decoration: none;
    
    background-image: url(./images/menu.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

ul.right_sidebar li h2 a:hover {
    color: #f27722;
    text-decoration: underline;
}

/******************************************************************************/
/* Images */

img {
    border: none;
    padding: 0px;
    margin: 2px;
}

img.alignright {
    float: right;
    margin-left: 15px;
}

img.alignleft {
    float: left;
    margin-right: 15px;
}

img.aligncenter {
    margin: 0px auto;
    display: block;
}

a img, a:hover img {
    background-color: inherit;
}

.wp-caption-text {
    font-weight: bold;
    font-size: 12px;
}

ul.right_sidebar li .sponsor {
    margin-left:25px;
    padding-bottom: 20px;
    width: 120px;
}

.sponsor a img {
    border: none;
}

ul.right_sidebar li .sponsor-wide {
    margin-left:5px;
    padding-bottom: 20px;
    width: 160px;
}
.sponsor-wide a img {
    border: none;
}
ul.right_sidebar li .sponsor-text {
    padding-bottom: 0px;
}

ul.right_sidebar li .sponsor-wide a, 
ul.right_sidebar li .sponsor-wide p {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #676768;
    padding-top: 5px;
    padding-bottom; 5px;
}

ul.right_sidebar li .sponsor-wide a:hover {
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #474748;
}

ul.right_sidebar li .sponsor-break {
    margin-left:5px;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #979798;
}
/******************************************************************************/
/* alignment */

.aligncenter {
    margin: 0px auto;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
/******************************************************************************/