
/* import CSS */
@import url(reset.css);
@import url(typography.css);
@import url(text_replace.css);



/*clear breaks*/
.clearright{ clear:right; line-height:0;}
.clearleft{ clear:left; line-height:0;}
.clearboth{ clear:both; line-height:0;}
th, td { padding: 5px 10px;}
/**HTML5 inline fix thingie**/
header, footer, nav, section, article {
    display:block;
}
/**sticky footer**/
html
{
    background:#fff url(../../images/blue/bg1.png);}

body
{
    background:transparent url(../../images/blue/bg-home.png) repeat-x;
    padding:0; font-family: Arial, Helvetica, sans-serif;
    margin:0px auto auto auto;
    color:#72615a;
    font-size:12px;
}
html, body, #wrap{ height:100%; }
body > #wrap {height: auto; min-height: 100%;}
#mainContent {padding-bottom: 20px;}  /* must be same height as the footer */

.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**generic styles**/
p{
    margin:8px 2px 8px 2px;
}
p.center{
    text-align:center;
}
.fLeft{ float:left; }
.fRight{ float:right;}


/**body/HTML styles**/

/**main areas**/
#content_container{
    width:900px;
    margin:0 auto;
}
#content{
    padding-bottom: 50px;
}
#content a{
    text-decoration: none;
}
#top { 
    height: 10px; 
    background-color:#05619b;
    width: 100%;
}

/**header**/
header{
    min-height: 100px;

}
.user.menu ul li ul{
    z-index: 10000;
}
.user.menu ul li ul li a{
    color: #72615A;
    text-shadow: 0 1px rgba(255,255,255,1);
}
.user.menu ul li ul li a:hover{
    color: white;
    text-shadow: 0 1px rgba(0,0,0,0.4);
}



/**menu**/	
nav{

}
#breadcrumb{
    background: #4C3E38;
    height: 32px;
    line-height: 32px;
    padding: 0 13px !important;
}
.breadcrumbs, .breadcrumbs a,.breadcrumbs span{
    color: #DDD;
    text-decoration: none;
}
.breadcrumbs span{
    color: white;
    font-weight: bold;
}

/* Slide */

.post, .slide { min-height: 300px; background: #eee;}

.post { padding: 10px;}

#logo{
    width:347px;
    height:78px;
    float:left;
    font-weight: bolder;
    font-size: 33px;
    position: relative;
    bottom: -26px;
}
#logo img{
    float: left !important;
    margin-top: -18px !important;
}

.user-home{
    max-height: 50px;
    float:right;
    background-color:#05619b;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}
/**main content**/
#content:not(.transparent){
    background: #EEE;
    padding: 23px 13px;
}
#content:not(.transparent) a{
    color: inherit;
}
#content{
    position: relative;
    overflow: auto;    
    min-height: 340px;
}
#mainContent{

}

#mainCol{

}

#sideCol{

}
.view{
    border-bottom: solid gainsboro 1px;
    padding: 13px;
    margin-bottom: 13px;
}
.button-column .view{
    border: none;
    padding: 0;
    margin: 0;
}




/**footer**/
footer{

    margin-left:auto;
    margin-right:auto;
}	

#footer {
    width:900px;
    margin: 0 auto;
}
.contact_information{
    text-shadow: 0 1px rgba(255,255,255,0.3);
    color: #352823;
}
/**accessibility**/
a.accessibility:active, a.accessibility:focus {
    left: 0em;
    width:10em;
    border: 3px solid #FF0000;
    background-color: #fff;
    text-align:center;
    height:3em;
    line-height: 3em;
    font:1em bold Verdana, Geneva, sans-serif;
    color:#03F;
    z-index:10;
}
a.footerAccessibility {
    position: absolute;
    bottom:0;
    left: -999em;
    width: 990em;
}
a.footerAccessibility:active, a.footerAccessibility:focus {
    left: 0em;
    bottom:0em;
    width:10em;
    border: 3px solid #FF0000;
    background-color: #fff;
    text-align:center;
    height:20px;
    line-height: 20px;
    font:14px bold Verdana, Geneva, sans-serif;
    color:#03F;
}

/* positioning */
.accessibility {
    position: absolute;
    left: -999em;
    width: 990em;
}
#skipLink {
    display: block;
    position: absolute;
    top:0;
    left: -999px;
    height: 20px;
    padding: 10px 20px;
    z-index:999;
}
#topLink {
    display: block;
    position: absolute;
    bottom:0;
    left: -999px;
    height: 20px;
    padding: 10px 20px;
    z-index:999;
}
#skipLink:focus, #topLink:focus {
    left: 0;
}

/* Menu */
.menu {position: relative;
       height: 32px; 
       font-size:11px;
       padding:0px; 
       background:#AB1230;
       -webkit-border-radius: 7px 7px 0px 0px;
       -moz-border-radius: 7px 7px 0px 0px;
       -khtml-border-radius: 7px 7px 0px 0px;
       border-radius: 7px 7px 0px 0px; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {float: left; padding:0;margin:0 0 0 7px;list-style-type:none; height:28px; background:#267cb2;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px;}

/* style the sub level list items */
.menu ul ul li {z-index: 1000;display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #B91434 solid;}

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    float:left;
    height:100%;
    font-size:12px;
    text-decoration:none;
    color:#fff;
    background:#AB1230;
    padding:3px 15px 0 17px;
    text-shadow: 1px 1px 0 #333;
}
.menu a.current{background:#3da1e0;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#AB1230; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#C9183B;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#C9183B;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#C9183B;}
.menu :hover > a {color:#fff;background:#C9183B;}
/* second */
.menu ul ul a:hover{color:#fff;background:#C9183B;}
.menu ul ul :hover > a {color:#fff;background:#C9183B;}
.menu.user ul ul :hover > a {color:#fff;background:#3DA1E0;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}
.form_search {position: absolute; right: 0; top: 3px;}
.btn-search { width:30px;
              height:30px;
              background:url(../../images/blue/search.png) no-repeat center;
              text-align:center;
              border: none;
              float: right;
              text-indent: -999px;}

.get { 
    height: 70px; 
    width: 100%; 
    background: #015595;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px ;
    margin-top: 20px;
    box-shadow: 1px 1px 3px #333;
}

.get .chat { float: left; padding: 10px 0 5px 10px;}

.get .chrp {float: right; margin-top: -10px;}

.column-one { 
    width: 525px;
    float: left;
    margin: 20px 0; }

.column-two { 
    width: 315px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    background: #a09692;
    border-top: 10px solid #7f6c64;
    padding: 10px 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px ;
    box-shadow: 2px 2px 12px #ddd inset, 1px 1px 3px #333;
}


#news { 
    background: transparent url(../../images/blue/news.png) no-repeat left top; 
    padding-top: 30px; 
}

#news .blog { 
    margin: 0; 
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px ;
    background: #f0f0f0;
    box-shadow: 1px 1px 3px #333;
}
#news.about{
    background: transparent url('../../images/blue/about.png') no-repeat left top;
    float: left;
}
#news.about .blog{
    float: left;
}

#news span { 
    font-weight: bold; 
    color: #ab1230; 
    padding-right: 25px;
}

.column-one li { overflow: hidden; 
                 height: 26px; 

                 border-bottom: 1px solid #DDDDDD;
                 border-top: 1px solid #FFFFFF;
                 list-style: none; 
                 padding: 5px 25px; 
                 font-size: 14px; 
}

.column-one li a {
    text-decoration: none;
    color: #72615a;
}

.column-one li:hover { background: #ddd;}

/* Footer Box */
.box { clear: both;}

.left_box{
    width:270px;
    height:auto;
    display: inline-table;
    padding:10px;
}
.left_box li a{ color: #fff; text-decoration: none; }
.blog { border-radius: 10px;}
.box_title{
    text-align:left;
    font-size:18px;
    color:#ddd;
    padding:5px 0 5px 0;
    text-shadow: 1px 1px 0 #333;
}
.box_title span{
    font-weight:bold;
    color:#AB1230;
}

.main_text_box{
    padding:5px;
}

footer{
    clear:both;
    font-size:12px;
    background-color:#a09692;
    border-bottom:10px #015595 solid;
    text-shadow: 1px 1px 0 #333;
}

ul.footer_menu {
    list-style:none; display:block; width:650px;
    margin:0px; padding:9px 10px; 
    text-align: left;
}

ul.footer_menu li {
    display:inline; 
    font-size:11px;}

.footer_menu li a {
    padding:5px 6px 5px 10px; 
    margin:0; 
    text-decoration:none; 
    color:#fff;
    text-shadow: 1px 1px 0 #333;
}

footer a:hover { color: #ddd;}

.login { text-align: center;}

.login_box input { margin: 10px;}
.login_box { 
    height: auto;
    padding: 10px;
    width: 270px;
    margin: 20px auto;
    background: #f0f0f0;
    box-shadow: 1px 1px 3px #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px ;
    top: -70px;
    position: relative;
}
.login_box .form_input{
    width: 200px;
}
.login_box a{
    color: #AB1230;
}

.follow li { display: inline; opacity: 0.8;}

.follow li:hover { opacity: 1;}

/* Admin */

.admin { 
    background: #f0f0f0;
    padding: 10px;
}

.admin th, .admin th a { color: #333; font-weight: bold;}

.admin tr.even { background: #ddd;}

.user.menu, .user.menu ul, .user.menu a { border: none; background: none;}

.user.menu ul li ul { 
    background: #f0f0f0;
    box-shadow: 1px 1px 3px #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px ;
    margin-left: -5px; 
}

.user.menu ul ul li { border: none;}

.user.menu ul ul li a { border-bottom: #333 1px solid;}

.user.menu ul ul a { width: 10em; margin-left: 5px;}

/*---------------------pagination-----------------------------*/

div.pagination {
    padding:5px;
    margin:5px;
    text-align:center;
    float:left;
    font-size:10px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;

    text-decoration: none; 
    color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
    border:1px solid #ddd;
    color: #fff;
    background-color: #d8325d;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    font-weight: bold;
    background-color: #d8325d;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    color: #ccc;
}

/*Question */

.post section { display: inline-table;}
.quest { width: 600px; margin-right: 10px;}
.post #sideCol { width: 240px; background: #ddd; padding: 10px ;}
.quest ol { padding-left: 20px;}
.quest ol li {
    padding-left: 10px;
    list-style: decimal;
}
.quest-title { 
    padding: 5px 10px; 
    border-bottom: 1px #ddd dashed; 
    background: #05619B; 
    text-shadow: 1px 1px 0 #333;
    color: #fff;
}
.main-title { color: #AB1230;}
.title { font-weight: bolder; }
.quest ol li { margin: 5px 0;}
input[type=submit]{
    cursor: pointer;
}

/*other*/
.link-column a{
    color: #267CB2; 
}
#deadline{
    background: #d5cea6;
    background: -moz-linear-gradient(top,  #d5cea6 0%, #c9c190 40%, #b7ad70 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5cea6), color-stop(40%,#c9c190), color-stop(100%,#b7ad70));
    background: -webkit-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%);
    background: -o-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%);
    background: -ms-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%);
    background: linear-gradient(to bottom,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 );

    padding: 5px;
    border-radius: 3px;
}
#tagline{
    font-size: 14px;
    font-weight: normal;
    top: -13px;
    width: 600px;
    position: relative;
}
.myaccount-table,.myaccount-table th,.myaccount-table td,.myaccount-table tr{
    background: transparent !important;
    border: none !important;
    font-size: 12px;
}
.myaccount-table th{
    width: 120px !important;
    text-align: left !important;
    font-weight: bold;   
}

.left-submenu .parent{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

.left-submenu ul ul li{
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 0px;
}

.left-submenu .active{
    background-color: #a09692;
    color: #000;    
}

.sub-page{
    width:680px;
    float:left;
    margin-left:20px;
    margin-bottom: 20px;
}


.content-page ol li{
    list-style: decimal;
    margin-left: 25px;
}

.content-page ul li{
    list-style: disc;
    margin-left: 17px;
}

.sub-page ol li{
    list-style: decimal;
    margin-left: 17px;
}

.sub-page ul li{
    list-style: disc;
    margin-left: 17px;
}

#news span.date{
    display: inline-block;
    width: 100px;    
}