@import url("style_reset.css");

/* */

html{
    min-height: 100%;
    overflow-y: scroll;
}

* a{
    text-decoration: none;
    cursor: pointer;
}


h1{ font-size: 300%; line-height: 120%; }
h2{ font-size: 200%; line-height: 120%; }
h3{ font-size: 150%;  line-height: 120%; }
h4{ font-size: 120%; line-height: 120%; }
h5{ font-size: 100%; line-height: 120%; }
h6{ font-size: 89%; line-height: 120%; }

body{
    display: block;
    background: #b21f29 url('images/back.png') bottom left repeat-x scroll;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
}

.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

#container{
    display: block;
    position: relative;
    margin: 10px auto;
    width: 970px;
}

/*  c1272d */
#header{
    position: relative;
    z-index: 10;
    background: url('images/header.png') no-repeat;
    height: 211px;
}

div#date{
    z-index: 15;
    line-height: 120%;
    position: absolute;
    right: 20px; top:20px;    
    font-size: 11px;
    color: #fcee21;
}

div#date a{    
    color: #fcee21;    
}

div#date a:hover{
    color: orange;
}


/* #main_navigation */

#main_navigation{
    z-index: 11;
    position: relative;
    height: 95px;
    margin-top: -95px;
    bottom: 16px;
}

#main_navigation a,#main_navigation li{
    float: left;
    font-size: 11px;
    color: #fff;    
}

#main_navigation ul{
    height: 95px;
    padding-left: 11px;
}

#main_navigation ul li{
    margin-right: 3px; 
    height: 95px;
}

#main_navigation ul li.after{
    background: transparent url('images/menu_after.png') no-repeat left bottom;
    width: 106px;
    margin-right: 0;
}

#main_navigation ul li.before{
    background: transparent url('images/menu_before.png') no-repeat left bottom;
    width: 26px;
}

#main_navigation ul li a{
    padding: 79px 7px 5px 7px;
    background: url('images/main_menu_hover.png') repeat-x 0 9px;
}

#main_navigation ul li a:hover{
    background-position: 0 -93px;
}

#main_navigation ul li a:active{
    color: orange;    
}

/* END #main_navigation */

/* #sub_navigation */

#sub_navigation{
    z-index: 9;
    display: none;
    position: relative;
    margin-top: -70px;    
    font-size: 11px;
    height: 50px;
}

#sub_navigation ul{
    position: absolute;
    top: 0;    
    height: 50px;    
}


#sub_navigation ul li a:active{
    color: orange;
}

#sub_navigation ul li{
    position: relative;
    float: left;
    height: 50px;   
}

#sub_navigation ul li.after{    
    background: transparent url('images/sub_menu_after.png') no-repeat right bottom;
}

#sub_navigation ul li.before{    
    background: transparent url('images/sub_menu_before.png') no-repeat left bottom;
}

#sub_navigation ul li.after a, #sub_navigation ul li.after span{
    margin-right: 10px;
    padding-right: 0;
}

#sub_navigation ul li.before a, #sub_navigation ul li.before span{
    margin-left: 10px;
    padding-left: 0;
}

#sub_navigation ul li a, #sub_navigation ul li span{
    color: #fff;
    float: left;
    background-color: #ed1c24;
    padding: 32px 12px 7px 12px;
}

#sub_navigation ul a:hover{
    color: orange;
}

/* END #sub_navigation */


/* START #main_content */

#main_content{
    width: 930px;
    margin: 50px auto;
}

/* END #main_content */


/* .box */

div.box{
    clear: both;
    font-size: 12px;
}

div.box_title{    
    overflow: hidden;
    float: left;
    height: 24px;    
    background: transparent url('images/box_title_right.png') top right no-repeat;
    margin-right: 20px;
}

div.box_title div{
    min-width: 80px;
    height: 24px;  
    padding: 6px 6px 6px 10px;
    background: transparent url('images/box_title_left.png') top left no-repeat;
    margin: auto 72px auto 20px;
}

div.box_title h1{ /* title */
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

div.box_content_top{
    clear: both;
    height: 13px;
    background: transparent url('images/box_content_top_right.png') top right no-repeat;
}

div.box_content_top div{
    height: 13px;
    background: transparent url('images/box_content_top_left.png') top left no-repeat;
    margin-right: 26px;
}

div.box_content_bottom{
    height: 13px;
    background: transparent url('images/box_content_bottom_right.png') bottom right no-repeat;
}

div.box_content_bottom div{
    height: 13px;
    background: transparent url('images/box_content_bottom_left.png') bottom left no-repeat;
    margin-right: 26px;
}

div.box_content{
    min-height: 1px;
    background: transparent url('images/box_content_right.png') right repeat-y; 
    
}

div.box_content div.inner{    
    min-height: 1px;    
    background: transparent url('images/box_content_left.png') left repeat-y; 
    padding-left: 13px;
    margin-right: 6px;
    padding-right: 7px;
}

div.box_content div.multiple{    
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    line-height: 100%;    
    padding: 5px 10px;
    margin-top: 3px;
}

div.box_content div:first-child{
    margin-top: 0;
}

div.box_content .odd{

    background-color: #FFBE4D;
    /* background-color: #cc9999; */
}

div.box_content .even{
    background-color: #FBCD7C;
    /* background-color: #996666; */
}


div.box_content div.simple{
    min-height: 20px;
    overflow: hidden;    
    line-height: 120%;
}

div.box_content div.simple p{
    padding-bottom: 10px;
    line-height: 150%;
}

div.box_content div.simple ul{
    padding-bottom: 10px;
}

div.box_content div.simple li{
    margin-left: 30px;
    margin-bottom: 5px;
    list-style-type: disc;
    line-height: 150%;
}


div.box_content div.simple h2{    
    padding-bottom: 7px;
}

div.box_content div.simple a{
    color: orange;    
}

.box_meta{
    float: right;    
    text-align: right;
    margin-right: 20px;    
    width: 356px;
    height: 64px;
    background: transparent url('images/box_meta.png');
}

.box_meta ul{
    padding-top: 5px;
    padding-right: 15px;
    margin: auto;
}

.box_meta ul li{
    padding-top: 5px;
    color: #ed1c24;
    font-size: 11px;
}
.box_meta ul li a{
    
    color: #fff;    
}

.box_meta ul li span{
    margin: 2px;
    color: #fcee21;
}

.box_button{
    float: right;
    text-align: right;
    margin-right: 20px;
    width: 90px;
    height: 23px;
    background: transparent url('images/box_button.png') bottom;
}


/* END .box */

/* FORM */

form.common td{    
    vertical-align: top;
}

form.common label{
    margin-top: 10px;
    float: right;        
    text-align: right;
    color: #9C7F28;
    font-size: 11px;   
}

form.common a{
    color: #9C7F28;
    font-size: 11px;
}

form.common input.text, form.common textarea,form.common select{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}


form.common input.text,form.common select{
    display: block;
    background: #FBCD7C;
    margin: 2px; padding: 2px 8px; border: none;
    height: 22px;
    font-size: 18px;
}

form.common select{
    margin: 2px; padding: 1px 8px;
    height: 26px;
}


form.common textarea{    
    display: block;
    height: 100px;
    background: #FBCD7C;
    margin: 2px; padding: 2px 8px; border: none;
    overflow: hidden;
}

form.common input.button{
    float: left;
    height: 28px;
    font-size: 11px;
    border: none;
    text-transform: uppercase;    
    font-weight: bold;    
    color: #ed1c24;  
}

form.common .box_button input.button{
    float: none;
    background: transparent;
    height: 23px;
    width: 80px;
    margin-right: 10px;
    
}

#form-blog-search input.text{
    width: 184px;
}

/* END FORM */

#footer{
    clear: both;
}

a.ordered{
	position: fixed;
	bottom:-1px;
	right:0px;
	background-image:url('images/ordered.png');
	width:131px; height:39px;
	z-index:15;
}

























#main_content.home .box{
    margin-bottom: 10px;
}

/* FORM .login */


#main_content.home form.login{
    margin: auto;
    width: 300px;
}

#main_content.home form.login table{
    margin: auto;
}

#main_content.homeform.login label{
    width: 70px;    
}

#main_content.home form.login input.text{
    width: 160px;
}

form.login textarea{
    width: 160px;
}

#main_content.home form.login .error{
    padding: 5px;
    font-size: 11px;
    color: #b21f29;
}

/* end FORM .login */








/* 930 max */
#blog_sidebar{
    float: right;
    width: 230px;
}

#blog_content{
    float: left;
    width: 570px;    
}

#blog_content div.simple{
    width: 540px;
}




#blog_content.wide{
    width: 930px;
}

#blog_content div.box_title{
    float: none;
}

#blog_content div.box{    
   margin-bottom: 25px;
}

#blog_sidebar div.box{
   margin-bottom: 10px;
}

#blog_sidebar ul{    
    margin: 0; padding: 0;
}

#blog_sidebar li{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    height: 22px;
    margin: 0; padding: 0;
    list-style-type: none;
    margin-top: 3px;
}

#blog_sidebar li:first-child{
    margin-top: 0;
}

#blog_sidebar li a{
    height: 12px;
    font-size: 12px;
    padding: 5px;
    display: block;
    text-align: right;
    color: #fff;
    color: #333;
}


#sub_navigation .radio{
    left: 60px;
}

#sub_navigation .editorial{
    left: 110px;
}

#sub_navigation .account{
    left: 40px;
}

#sub_navigation .blog{
    left: 180px;
}

#sub_navigation ul.selected{
    top: 35px;
}



/* PAGER */

#sub_navigation ul.pager.selected{
    top: 38px;
}


#sub_navigation ul.pager{
    padding-left: 3px;
    margin-left: 10px;
    left: 450px;
    width: 121px;
    text-align: center;    
    background: transparent url('images/sub_menu_pager.png') no-repeat right bottom;
    height: 55px;
}

#sub_navigation ul.pager li{
    margin: 0;
    position: relative;
    background: none;
    margin-right: 2px;
    width: 15px;
}

#sub_navigation ul.pager li.current span{
    color: red;
}

#sub_navigation ul.pager li span{
    background: none;
    width: 15px;
    display: block;
    font-size: 14px;
    padding: 0;
    padding-top: 32px;
    padding-bottom: 5px;
}

#sub_navigation ul.pager li.next a, #sub_navigation ul.pager li.prev a{
    color: yellow;
}


#sub_navigation ul.pager li a{
    background: none;
    width: 15px;
    margin: 0;
    padding: 34px 0 5px 0;
}


/* END PAGER */


#main_content.account table.account{
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

#main_content.account table.account td{
    padding: 3px;
}


#main_content.account table.account tbody td{
    background-color: #FBCD7C;
}

#main_content.account table.account thead td{
    font-weight: bold;
    color: #fff;

    background-color: #FFBE4D;;
}

#main_content.account table.account tbody tr:hover{
    color: #fff;
    background-color: #FFBE4D;
}

#main_content.account table.account tbody tr:hover td{
    background-color: #FFBE4D;
}

#main_content.account table.account a{
    color: #9C7F28;
}

#main_content.account .box.wide{
    width: 930px;
}

#main_content.account .box.narrow{
    float: right;
    clear: none;
    width: 620px;
}

#main_content.account .box.sidebar{
    clear: none;
    width: 300px;
    float: left;
}

#main_content.account .box.sidebar table.post_form{
    width: 250px;
}

#main_content.account .box.sidebar table.post_form td{
    padding: 5px 0;
}

#main_content.account .box.sidebar textarea#post_tags{
    background-color: #aaa;
    border: 1px solid #666;
    color: #000;
}

#main_content.account .box .box_content .inner{
    padding: 0 20px;
}



/* BLOG */

#main_content.blog form.comment{        
    display: block;
}

#main_content.blog form.comment textarea{
    float: right;   
    -moz-border-radius:10px;
    -webkit-border-radius:10px;    
    width: 300px; height: 100px;    
    margin-top: 10px;
    
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #999;
}

#main_content.blog form.comment input.button{
    float: right;
    clear: both;        
    border: 0; background: transparent;
    color: red;
}

/* END BLOG*/


/* HOME */

#main_content.home div.wide{
    width: 930px;
    float: left;
}

#main_content.home div.left_column{
    float: left;
    width: 540px;
}

#main_content.home div.right_column{
    
    float: right;
    width: 350px;
}

.simple.event{
    position: relative;
    display: none;    
    overflow: hidden;
}

#wrapper_event{
    height: 240px;
    overflow: hidden;
}

.event_img{
    float: left;
    height: 240px;
    margin-right: 10px;
    overflow: hidden;        
}

.event_content{
    width: auto;
}

.simple.event h1{    
    font-size: 16px;    
    line-height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.simple.event span.date{
    display: inline-block;
    color: #333;
    
    background-color: #ed1c24;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;        
    
}

#wrapper_event h1 a,
#wrapper_event h1 a:link,
#wrapper_event h1 a:visited,
#wrapper_event h1 a:hover,
#wrapper_event h1 a:active{
    color:#000 }  /* selected link */



.simple.page{
    padding: 10px 20px;
}


div.multiple h3{ /* date */
    text-align: right;
    font-size: 11px;
    height: 15px;
    padding: 2px 0;
    font-weight: normal;    
    color: #dbb6cc;
    color: #333;
}

div.multiple img { /* date */
    /* border: 1px solid #fff; */

}

div.multiple h2, div.multiple h2 a{ /* title */
    margin-bottom: 5px;
    line-height: 130%;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    color: #333;
}

div.box_content div.multiple p{ /* summary */
    font-size: 11px;
    line-height: 130%;
    color: #fff;
    color: #333;
    
}

div.box_content div.multiple p a{ /* see more */
    display: block;
    text-align: right;
    font-weight: normal;
    color: #fcee21;
    color: #333;
    color: #9C7F28;
}

div.box_content div.simple h3.date{
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    padding-bottom: 7px;
}

div.box_content div.simple h3.date span.date{
    float: right;
}


div.box_content div.simple h3.date img.flag{
    margin-left: 3px;
    float: right;
}

