/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright © 2002 - 2013 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Name: Modish Theme
| Filename: styles.css
| Author: PHP-Fusion Mods UK
| Version: v1.00
| Developers: Craig
| Site: http://www.phpfusionmods.co.uk
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
body { 	
margin:0; 	
padding:0; 	
width:100%; 	
color:#656565; 	
font:normal 14px  "Open Sans", Helvetica, Arial, sans-serif; 
letter-spacing:0.4px;
background:#ededed;
}

a { 
text-decoration: none; 
color: #848484; 
}

a:hover { 
text-decoration: none; 
color: #F6A504; 
}

a.side { 
text-decoration: none; 
color : #848484; 
}

a:hover.side { 
text-decoration: none; 
color: #F6A504; 
}

a.white { 
color: #fff; 
}

.clr { 	
clear:both; 	
padding:0; 	
margin:0; 	
width:100%; 	
font-size:0; 	
line-height:0; 
}

p {
padding-top: 0.1em; 

}

h1 { 
margin:0; 
padding:5px 0; 	
width:400px; 	
color:#1f7fbb; 	
font:normal 46px/1.2em "Open Sans", Helvetica, Arial, sans-serif; 	
letter-spacing:-2px;
}

h1 a, h1 a:hover { 	
color:#1f7fbb; 	
text-decoration:none; 
}

h1 span { 	
color:#fff; 
}

h1 small { 
text-align:left; 
float:right; 	
width:400px; 	
color:#a5a4a4; 	
display:block; 	
padding:3px 0 0 10px; 	
font:normal 12px/1.2em "Open Sans", Helvetica, Arial, sans-serif;	
letter-spacing:normal; 
}

h2 { 	
font:normal 24px "Open Sans", Helvetica, Arial, sans-serif;	
padding:0; 
margin:5px 0; 	
color:#595959;
}

h4 { 	
margin: 0 0 5px 0; 	
padding: 0 0 5px 0; 	
font-size: 20px; 	
color: #ffffff; 	
font-weight: normal;	
}

form { 	
margin : 0px; 
}

hr { 	
height : 1px; 	
border-bottom: 1px solid #EDEDED; 	
border-top: 1px solid #ddd;
}

hr.side-hr { 	
height: 2px; 	
border-bottom: 1px solid #EDEDED; 	
border-top: 1px solid #ddd; 
}

td { 	
font-family: "Open Sans", Helvetica, Arial, sans-serif; 	
font-size: 14px; 
}

pre { 	
font-family: "Open Sans", Helvetica, Arial, sans-serif; 
font-size: 12px; 
}

.theme-bullet { 
vertical-align:middle; 
border: 0px;
}

.bullet-main { 	
padding: 0px 0 0 5px; 
}

.alt { 	
color: #888; 
}

.head-strip {
width: 100%; 
height: 3px; 
background: #04688D;
}

.sub-head-strip {
width: 100%; 
height: 3px; 
background: #F6A504;
}

.header, .content,  .footer, form, ol, ol li, ul { 	
margin:0; 	padding:0;
}

.header { 
font-size: 11px;
}

.header_resize { 
height: 260px; 
margin:0 auto; 	
padding:0; 	
width:1004px; 
}

.logo { 	
padding: 0px 0px 0px 0px; 		
width:1000px; 
}

.logo img { 	
float:left; 	
}

#home {
background-image:url(images/home.png);
background-repeat:no-repeat;
background-position:50% 50%;
}

#home:hover {
background-image:url(images/home-hover.png);
background-repeat:no-repeat;
background-position:50% 50%;
}

#menu, #menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu {
width: 100%;
margin:  auto;
background-color: #585858;
background-image: -moz-linear-gradient(#585858, #111); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));	
background-image: -webkit-linear-gradient(#585858, #111);	
background-image: -o-linear-gradient(#585858, #111);
background-image: -ms-linear-gradient(#585858, #111);
background-image: linear-gradient(#585858, #111);
}

#menu:before,
#menu:after {
content: "";
display: table;
}

#menu:after {
clear: both;
}

#menu {
zoom:1;
}

#menu li {
float: left;
border-right: 1px solid #222;
-moz-box-shadow: 1px 0 0 #444;
-webkit-box-shadow: 1px 0 0 #444;
box-shadow: 1px 0 0 #444;
position: relative;
}

#menu a {
float: left;
padding: 12px 15px;
color: #E0E0E0;
text-transform: uppercase;
font: bold 12px "Open Sans", Helvetica, Arial, sans-serif;
text-decoration: none;
}

#menu li:hover > a {
color: #F6A504;
}

*html #menu li a:hover { /* IE6 only */
color: #F6A504;
}

#menu ul {
margin: 20px 0 0 0;
_margin: 0; /*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 1;    
background: #444;
background: -moz-linear-gradient(#444, #111);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
background: -webkit-linear-gradient(#444, #111);    
background: -o-linear-gradient(#444, #111);	
background: -ms-linear-gradient(#444, #111);	
background: linear-gradient(#444, #111);
-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;  
width: 175px;
}

#menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}

#menu ul ul {
top: 0;
left: 150px;
margin: 0 0 0 20px;
_margin: 0; /*IE6 only*/
-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

#menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;    
}

#menu ul a {    
padding: 10px;
width: 130px;
_height: 10px; /*IE6 only*/
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}

#menu ul a:hover {
background-color: #04688D;
background-image: -moz-linear-gradient(#04688D,  #0B7CA5);	
background-image: -webkit-gradient(linear, left top, left bottom, from(#04688D), to(#0B7CA5));
background-image: -webkit-linear-gradient(#04688D, #0B7CA5);
background-image: -o-linear-gradient(#04688D, #0B7CA5);
background-image: -ms-linear-gradient(#04688D, #0B7CA5);
background-image: linear-gradient(#04688D, #0B7CA5);
width: auto;
}

#menu ul li:first-child > a {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;	
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
border-bottom-color: #04688D; 
}

#menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3; 
border-bottom-color: transparent; 	
}

#menu ul li:last-child > a {
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

#menu .home {
width: 42px;
}

#menu .home a {
background: url(images/home-icon.png) no-repeat 14px center;
width: 16px;
text-indent: -9000em;
}

#menu .home a:hover, #menu .home.current_page_item a, #menu .home.current-menu-item a {
background-position: -41px center;
}

/* iPad */
.no-transition {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
opacity: 1;
visibility: visible;
display: none;  		
}

#menu li:hover > .no-transition {
display: block;
}

.sub-date { 
padding-top: 5px; 
padding-right: 10px; 
color: #eee; 
font-size: 12px; 
font-weight: bold;
}

a.new-pm { 
font-size: 10px;
color: #ff0000;
}

a.new-pm:hover {
 color: #ff0000;
}

.newmsg {
   animation-name: blinker;
    animation-duration: 1.7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
@-moz-keyframes blinker {  /* Decimal not necessary, 0 and 1 is enough */
    0% { opacity: 1.7; }
    50% { opacity: 0.0; }
    100% { opacity: 1.7; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.7; }
    50% { opacity: 0.0; }
    100% { opacity: 1.7; }
}

@keyframes blinker {  
    0% { opacity: 1.7; }
    50% { opacity: 0.0; }
    100% { opacity: 1.7; }
}: 0; }


a.login { 
font-size: 12px;
color: #fff;
font-weight: bold;
}

a.login:hover {
 color: #eee;
}

.main {  
margin:0 auto; 
width: 1004px; 
-webkit-box-shadow: 0px 0px 4px 0px  rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.content { 	
padding:0 0 0 0;
border: 1 px solid #000;
}

.content_resize { 
margin:0 auto; 
padding:0; 	
width: 1004px; 
background:#fff;  
overflow: hidden;  
}

.main-container{
width: 62%; 
padding: 6px;
margin-left: 20px; 
}

.main-containerb{ 
width: 920px;  
padding-left: 10px;
padding-right: 10px; 
margin-left: auto; 
margin-right: auto;
}

.main-content { 
padding : 6px; 
margin-top: 10px; 
margin-bottom: 1px;
} 

.footer-bg {	 }

.footer-bg_resize { 
color: #ddd; 
width:964px; 	
background:#585858; 	
padding:10px 20px 20px 20px; 
margin-left: auto; 
margin-right: auto; 
}

.footer-bg h2 { 	
color:#fff; 
font: "Open Sans", Helvetica, Arial, sans-serif;
}

.footer-bg p { 
color:#fff;
}

.footer-bg a { 
color:#eee; 
}

.footer-bg img { 	
background-color:#585858; 
}

.footer-bg .col { 	
margin:0;  
float:left; 
}

 .col a:hover {
 color: #F6A504;
 }
 
.footer-bg .c1 { 
padding:0 20px 0 17px; 	
width:260px; 
}

.footer-bg .c2 { 	
padding:0 12px 0 21px; 	
width:300px; 
}

.footer-bg .c3 { 
padding:0 0 0 58px; 
width:260px; 
}

.footer-bg .c1 img { 
margin: 5px 7px 5px 5px; 
}

.footer-bg .c3 img { 	
margin:8px 14px 4px 0; 	
float:left; 
}

.footer { 	
width:994px; 	 
margin-left: auto; 
margin-right: auto;
}

.footer p.lf { 	
font-size: 11px; 
margin:0; 	
padding:4px 0; 	
float:right; 	
width:auto; 	
text-align:right; 
line-height:1.5em; 	
color:#ddd; 
}

.footer p.lf a { 
font-size: 11px; 
color:#fff;
}

.footer p.lf a :hover{ 
color:#FAC864;
}

.footer p.lr { 	
font-size: 11px; 
margin:0; 
padding:4px 0; 
float:left; 
width:auto; 
line-height:1.5em; 	
color:#ddd; 
}

.footer p.lr a { 
font-size: 11px;	
color:#fff; 
}

.footer p.lr a:hover { 
color:#FAC864;
}

.pre-foot-strip {
width: 100%; 
height: 3px; 
background: #04688D;
}

.foot-strip {
width: 100%; 
height: 3px; 
background: #F6A504;
}

.sub-footer {
color: #ddd;
font-size: 10px;
background-color: #111;  	
width:964px; 
padding:10px 20px 10px 20px;  	
margin-left: auto; 	
margin-right: auto;
}

.fusion-copyright {
padding-top: 10px;
}

.lstsn-user {
opacity:0.8; filter:alpha(opacity=80); /* For IE8 and earlier */ 
}

.lstsn-user:hover { 
opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */
}

.lstsn-users-online { 
border: 2px solid #82FF44; 
width: 58px; 
height: 58px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.lstsn-users-five { 
border: 2px solid #FFA70F; 
width: 58px;
height: 58px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.lstsn-users-offline { 
border: 2px solid #FF3D3D;
width: 58px; 
height: 58px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

ol { 	
list-style:none; 
}

ol li { 
display:block; 
clear:both; 
}

ol li label { 	
display:block; 
margin:0; 
padding:16px 0 0 0; 
}

.ui-sortable { 
margin: 0; 
padding: 0; 
}

.side-both .main-content {	
vertical-align: top; 
margin: 0 0 0 30%; 
}

.side-left .main-content { 
margin-left: 30%; 
}

.side-right .main-content {
margin-left: 30%; 
}

.side-border-left { 	
float: left; 
width: 25%; 	
padding: 6px;
}

.side-border-right { 
float: right; 	
width: 25%; 		
padding: 6px;
margin-right: 20px; 
}
.side-border-rightb { 
float: right; 	
width: 20%; 		
padding: 6px;
margin-right: 20px; 
}
.scap-main { 
height: 23px;  
font-size: 18px; 
color : #585858;
padding: 8px 0 0px 0; 
margin-top: 15px;
} 

.panelbutton {
float: right; 
margin-top: 2px;
}

.side-body { 
margin-bottom: 10px; 
font-size: 14px; 
padding: 3px; 
}  

.side-small { 
font-size: 10px; 
} 

.side-label { 	
padding: 2px; 
}

.main-border { 
font-size: 14px; 
background-color: #fff;  
vertical-align: top; 
padding: 6px 6px 6px 8px; 
padding-left:10px; 
margin-bottom: 10px; 
}

.cap-main { 
height: 40px; 
font-size: 20px; 
color : #585858;  
padding : 8px 6px 6px 8px;
line-height: 1.2em;
}

.main-body {  
padding: 1px 0px 5px 0px;
}

div.emulated-fieldset,div.emulated-fieldset span.emulated-legend.admin-message,.admin-message,.nocomments-message,.noscript-message,.textbox,.bbcode,.button,.quote,.side-border,.outer,.tbl-border,.comment-main,.side-label,.news-info,.news-category,.fpst_bookmark,.comment-avatar,#navigation h2,#navigation a:hover,.pagenav span,.pagenav a{ }
div.emulated-fieldset div.attachments-list { 	
background-repeat: no-repeat; 
background-image: url(images/attach.png); 
background-position: 7px center;
border: 1px solid #bbb; 
margin-top: 15px; 
padding: 15px 0px 15px 30px; /* top right bottom left*/  
width: 320px; 
border-radius : 5px; 
-moz-border-radius : 5px; 
-webkit-border-radius : 5px;
}

.small { 	
font-size: 11px; 	
font-weight: normal; 
}

.small2 { 	
font-size: 10px; 	
font-weight: normal; 	
color: #888; 
}

.news-body {
font-size: 14px;  
background-color: #fff; 
padding: 0px 6px 5px 0px; 
margin-top: 14px;
} 

.news-body ul{
margin: 0 1em;
}

.news-body  li{
// margin-left: 9.5em;

}

.news-category { 
background: none repeat scroll 0 0 #F1F1F1;
border: 1px solid #D4D6D8;
border-radius: 4px 4px 4px 4px;
float: left;
margin: 3px 10px 5px 0;
padding: 4px; 
}

.news-img-div { 
float:left; 
padding: 0 5px 0px 0px;
}

.news-image { 
background-color:#FFFFFF; 
border-left: 0px solid #C4C2C2; 
padding-top:5px; 
padding-left:10px; 
padding-right:5px; 
}

.poster { 
padding-top: 5px;
}

.news-info { 
font-size: 11px; 
padding: 1px 0px 6px 0px; /* top right bottom left*/ 
background-color: #fff;
}

.news-infob {
font-size: 12px;  
padding: 3px 5px 3px 5px; /* top right bottom left*/ 
margin-top: 10px; 
margin-bottom: 10px;
margin-left: 55px;
}

.news-icons {   
vertical-align:middle; 
border: 0px;  
padding: 0px 5px 0px 5px; 
}

.news-iconsb {  
vertical-align:middle;
border: 0px;  
}

.news-footer { 
text-align: left; 
font-size: 10px; 
background-color: #fff;  
padding: 1px 4px 4px 4px; 
padding-left:15px; 
margin: -10px 0px 10px 0px; 
}  

.news-button { 
font-family: "Open Sans", Helvetica, Arial, sans-serif; 	
font-size: 11px; 	
color: #fff; 
font-weight: bold;	
background-image: url(images/right-arrow.png); 
background-repeat:no-repeat; 
background: #04688d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0Njg4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzcwODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #04688d 0%, #237089 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04688d), color-stop(100%,#237089)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #04688d 0%,#237089 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #04688d 0%,#237089 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #04688d 0%,#237089 100%); /* IE10+ */
background: linear-gradient(to bottom,  #04688d 0%,#237089 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04688d', endColorstr='#237089',GradientType=0 ); /* IE6-8 */
d-position: left; 
vertical-align: middle;  
height: 24px; 
width: 60px;	
border: 1px solid #333; 
padding-left: 18px; 
padding-right: 9px; 
padding-bottom: 5px; 
padding-top: 3px;  
margin-top: 5px; 
 border-radius : 5px; 
-moz-border-radius : 5px; 
-webkit-border-radius : 5px;
}

.news-button:hover {
background-color : #DADFEA; 
color: #ddd;
}

.breaking-news { 
color: #ff0000; 
font-size: 9px; 
text-transform: uppercase; 
float:left;   
margin-bottom: 2px; 
animation-name: blinker;
animation-duration: 2.2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-name: blinker;
-webkit-animation-duration: 2.2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  /* Decimal not necessary, 0 and 1 is enough */
    0% { opacity: 2.2; }
    50% { opacity: 0.0; }
    100% { opacity: 2.2; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 2.2; }
    50% { opacity: 0.0; }
    100% { opacity: 2.2; }
}

@keyframes blinker {  
    0% { opacity: 2.2; }
    50% { opacity: 0.0; }
    100% { opacity: 2.2; }
}: 0; }

}

.sticky-news {
border: 0px; 
float:right; 
padding-right: 5px;
}

.news-link { 	
padding: 5px 5px 5px 5px; 
background: #848287; /* Old browsers */
background: -moz-linear-gradient(top,  #848287 0%, #706c73 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848287), color-stop(100%,#706c73)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #848287 0%,#706c73 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #848287 0%,#706c73 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #848287 0%,#706c73 100%); /* IE10+ */
background: linear-gradient(to bottom,  #848287 0%,#706c73 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848287', endColorstr='#706c73',GradientType=0 ); /* IE6-9 */
border-radius: 6px 6px 6px 6px;
color: #F7F7F7;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
-webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.75);  
}

.news-link:hover { 	
background: #f6a504; /* Old browsers */
background: -moz-linear-gradient(top,  #f6a504 0%, #f6a502 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6a504), color-stop(100%,#f6a502)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6a504 0%,#f6a502 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6a504 0%,#f6a502 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6a504 0%,#f6a502 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6a504 0%,#f6a502 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a504', endColorstr='#f6a502',GradientType=0 ); /* IE6-9 */
color: #DDDDDD;
}

.news-published {
width:50px; height: 50px; 
border: 0px;
text-align: center;
float:left; padding: 0 5px 0px 0px; 
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
margin-top: 15px;
opacity:0.9; filter:alpha(opacity=90);
}

.news-published:hover {
opacity:1.0; filter:alpha(opacity=100);
}

.news-pub-month {
display:block; 
font-size: 14px;
margin:0; 
padding-bottom: 4px;
padding-top: 1px;
background-color: #585858;
background-image: -moz-linear-gradient(#585858, #111); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));	
background-image: -webkit-linear-gradient(#585858, #111);	
background-image: -o-linear-gradient(#585858, #111);
background-image: -ms-linear-gradient(#585858, #111);
background-image: linear-gradient(#585858, #111);
color: #fff;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px; 
}

.news-pub-date { 
display:block; 
font-size:21px;
margin:0; 
padding-top: 1px;
padding-bottom: 10px;
height: 20px;
background:#ccc;  
}

.news-pub-year {
margin:0; 
padding-bottom: 2px;
padding-top: 1px;
display:block;
font-size: 10px;
background-color: #585858;
background-image: -moz-linear-gradient(#585858, #111); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));	
background-image: -webkit-linear-gradient(#585858, #111);	
background-image: -o-linear-gradient(#585858, #111);
background-image: -ms-linear-gradient(#585858, #111);
background-image: linear-gradient(#585858, #111);
color: #fff; 
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px; 
}

.tbl-border {
border: 0px;
}

.tbl { 	
font-size: 12px; 
padding: 4px;
}

.tbl1 { 	
font-size: 12px; 
padding: 4px; 
} 

.tbl2 { 
font-size: 12px; 
padding: 4px;
}

.tbl-error  { 
color: #AC260F; 
font-weight: bold; 
background-color: #FCCAC2;
border:2px solid #EB5339;
}

.profile, .profile_category {
width: 450px;
}

.edit-profile { 
width: 450px;
}

.profile-link { }

.profile_user_reason { 
color: #ff6666; 
font-weight: bold;
}

.forum_sig {  
margin-top: 15px;  
padding: 15px 0px 15px 10px; /* top right bottom left*/
}

.forum-caption { 
font-size: 12px; 
color: #555; 
padding: 5px 5px 5px 5px; 
background: #EDEDED;
}
.forum-caption a { 
text-decoration : none; 
color : #555; 
}

.forum-caption:hover {
text-decoration : none; 
color : #333; 
}

.forum_breadcrumbs {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px;  
font-weight: normal; 
padding: 5px 6px 5px 10px; 
margin: 0; 
}

.forum_idx_table, .forum_table, .forum_thread_table {
font-size: 12px; 
border: 0px; 
background-color: transparent;
}

/*.forum { } */
/*.forum_breadcrumbs {  }*/

.forum_idx_table .tbl2, .forum_idx_table .tbl1, .forum_table .tbl2, .forum_table .tbl1 { 
font-size: 12px; 
}

.forum_thread_table .forum-caption { 
border: 0px; 
font-size: 12px;
}

/*.forum_cat_name {}*/

.forum_name {
font-weight: bold; 
font-size: 12px;
}

.forum_name .small { 
font-size: 11px; 
font-weight: normal;
}

.forum_thread_post_date, .forum_thread_user_post, .forum_thread_userbar { 
font-size: 12px;
}

/*.forum_thread_user_name, .forum_thread_post_date { border-top: 5px solid #CCC; }*/
/*.forum_thread_user_name, .forum_thread_user_info, .forum_thread_ip { background-color: #f1f1f1; border-right: 5px solid #CCC; }*/

.forum_thread_ip, .forum_thread_userbar { 
font-size: 12px; 
border-bottom: 1px solid #F3F3F3;
}

/* border-top: 5px solid #CCC; */
.admin-message { 
font-size: 12px; 
text-align: center; 
color:#555;
font-family:"Open Sans", Helvetica, Arial, sans-serif;
font-size:11px;
background:#e3f7fc url(images/notice.png) no-repeat 10px 50%;
border:1px solid #8ed9f6;
padding: 10px 5px 10px 5px; 
margin-bottom: 5px; 
} 
 
.nocomments-message {
font-size: 12px; 
text-align: center; 
color:#555;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size:11px;
background:#e3f7fc url(images/notice.png) no-repeat 10px 50%;
border:1px solid #8ed9f6;
padding: 10px 5px 10px 5px; 
margin-bottom: 5px;
}

.noscript-message { 
font-size: 12px; 
text-align: center; 
color:#555;
font-family:"Open Sans", Helvetica, Arial, sans-serif;
font-size:11px;
background-color:#ffecec;
border:1px solid #f5aca6;
padding: 10px 5px 10px 5px; 
margin-bottom: 5px;
} 

.button { 	
cursor: pointer; 
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size : 12px; 	
color : #333; 	
background-color: #F1F1F1; 	
box-shadow: inset 0px -24px 30px #f6f6f6; 	
-moz-box-shadow: inset 0px -24px 30px #f6f6f6; 	
-webkit-box-shadow: inset 0px -24px 30px #f6f6f6; 	
height: 28px; 
border : 1px solid #CACACA; 	
padding-left: 15px; 
padding-right: 15px; 
padding-bottom: 2px; 
margin-top: 2px; 
margin-right: 3px; 
-moz-border-radius: 2px; 
-webkit-border-radius: 2px; 
border-radius: 2px; 
}

.button:hover {
color : #555; 
}

.bbcode { 
font-family: "Open Sans", Helvetica, Arial, sans-serif; 
font-size: 10px; 
color: #555; 
background-color: #EAEAEA;
border: 1px solid #ccc; 
margin-top: 2px; 
}

.bbcode:hover { 
background-color: #eee; 
}

.bbcode-popup { 
font-size: 12px; 
color: #555;
background-color: #fff; 
padding: 4px; 
}

.textbox { 	
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px; 
border:1px solid #c0c0c0; 
margin:5px 0 5px 0; 
padding:4px; 
background:#fff;
}

.textbox:hover {
background:#eee;
border:1px solid #c1c1c1;
}

.checkbox { 
font-family: "Open Sans", Helvetica, Arial, sans-serif; 
font-size: 10px; 
color: #555; 
background-color: #EAEAEA; 
border: 1px solid #ccc; 
border-radius:5px; 
-moz-border-radius:5px; 
-webkit-border-radius:5px; 
-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.20); 	
-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.20)
}

.checkbox:hover { 
background-color: #EDEEF0;
}

.quote { 
font-style:italic; 
color: #444; 
background: #fff; 
background-image: URL(images/test_1.gif); 
background-repeat: no-repeat; 
background-position:5px 5px; 
padding-left: 28px; 
padding-top: 3px; 
padding-bottom: 3px; 
padding-right: 5px;  
margin: 0 20px; 
border: 1px solid #ccc; 
}

.code_bbcode { 
background-color: #F9F9F9;
width: 410px;
}

.poll {
height: 12px; 
border: 1px solid #000; 
background-image: URL(images/cap.png);
background-repeat:repeat;
}

.comment-main {
background-color: #fff; 
padding: 6px; 
}

.comment-name { 
font-weight: bold; 
color: #005599; 
padding-left: 10px;
}  

.comment-avatar { 
float: left; 
border: 2px solid #ccc;
}

.comment_actions {
float:right; 
color:#000000;  
padding-left: 15px;
}

.comment_message{ 
padding-left: 63px;
vertical-align:top; 
}

.comment_admin { 
color: #555;
}
.shoutboxname {
color: #333; 
font-size: 11px;
}

.shoutbox {
color: #555;
 font-size: 11px;
} 

.shoutboxdate {
font-size: 11px; 
color: #444; 
}

/* Vertical Navigation */  
#navigation h2 {
font-size: 10px; 
color: #ccc; 
background-color: #1174C1; 
margin: 0; 
padding: 3px 3px 3px 3px; /* top right bottom left*/
}  

#navigation ul { 
margin: 0; 
padding: 0; 
list-style-type: none;
} 

* html #navigation ul li {
height: 2%; 
}  

#navigation a {
display: block; 
color: #848484; 
padding: 3px 1px 3px 1px; /* top right bottom left*/ 
text-decoration: none; 
}  

#navigation a:hover { 
color : #2cadff; 
}

/* Page Navigation */
.pagenav { 	
padding:4px 10px 4px 10px; 	
margin: 0.2em; 
}

.pagenav span { 
color: #fff; 
background:#F6A504; 
border:1px solid #ebe8e8;	
padding:4px 10px 4px 10px; 
margin: 0.2em;
}

.pagenav a { 
border: 1px solid #000; 
padding:4px 10px 4px 10px;
margin: 0.2em; 
text-decoration: none; 
color : #999; 	
background : #eee; 	
border:1px solid #ebe8e8;
}

.pagenav a:hover { 
padding:4px 10px 4px 10px; 
margin: 0.2em; 	
text-decoration: none; 
border:1px solid #ebe8e8;
background:#F6A504;
color:#fff; 
}

/*Helpers*/
.center {
margin: 0 auto;
}

.content_center {
text-align: center;
}

.float-left {
float: left !important;
}

.float-right {
float: right !important;
}

.clear {
clear: both;
}

#qTip{
   border:1px solid #ccc;
   z-index: 3000;
   background: #333;
   text-align:center;
   padding:5px 5px;
   filter:alpha(opacity=90);
   opacity:0.9;
   border-radius: 6px 6px 6px 6px;
   color:#fff;
   font-size:9pt;
   font-family: tahoma;
   display:none;
   position:absolute;
   margin-top:-10px;
   margin-bottom:10px;
   margin-left:20px;
   max-width: 300px;
   background-color: #333 !important;
   word-wrap: break-word;
}

* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/

.defaultTheme {
	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;
	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}
/*INDEX HOMEPAGE STYLES */


img {
	border: none;
}

#index-content {
	width: 100%;
	margin: 0 ;
	margin-top: 5px;	
}

#latest-news {
	float: left;
	width: 60%;
}

#latest-news .title {
	letter-spacing: -1px;
	font-size: 2.2em;
}

#latest-news .posted {
	margin-bottom: 1em;
	font-size: .8em;
	font-weight: normal;
}

#latest-news .image {
	float: left;
	margin: .1em 1em 0 0;
}

#latest-news p, #latest-news blockquote, #latest-news ul, #latest-news ol {
	line-height: 155%;
}

#latest-active-posts {
	float: right;
	width: 35%;
	height: auto;
}

#latest-active-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latest-active-posts li {
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #04688D;
	height: 55px;
}

#latest-active-posts li:hover {
	background: #EFEFEF;
	border-bottom: 1px solid #F6A504;
}

.post-preview {
padding-top: 2px;
}

#latest-downloads {
	float: right;
	width: 35%;
	margin-bottom: 10px;
}

#latest-downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latest-downloads li {
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #04688D;
	height: 55px;
}

#latest-downloads li:hover {
	background: #EFEFEF;
	border-bottom: 1px solid #F6A504;
}

/*IE Fixes*/
* html #main-content { 
height: 1%; 	
width: auto;
}

.clearfix:after { 
content:"."; 	
display:block; 	
height:0; 	
clear:both; 	
visibility:hidden;
}

/* Hide from IE Mac \*/
.clearfix {
display:block;
}

/* End hide from IE Mac */
.floatfix {
overflow:hidden;
}

* html .floatfix {
width:100%;
}

.center, *[align="center"] {
margin: 0 auto;
}

/* TinyMCE specific rules */
body.mceContentBody { 
background: #eee; 
color: #111; 
overflow: auto;
}

/*Removes Dotted Border From Links In Firefox*/
a:active, a:active * { 
outline: none !important;
}

a:focus, a:focus * { 
outline: none !important;
}

/*for FireFox*/
[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
border:0px; 
}

/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus { 
outline:none; 
}