html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
vertical-align:middle;
padding:5px;
}



/*MAIN*/

body{
        background: #232323 url('../images/background.jpg') no-repeat fixed left top;
        margin:0;
        padding: 0;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        font-family: Arial, Helvetica, sans-serif;
        }

#header {
        /*position:fixed;
        left:0px;
        top:0px;
        background: #000000 url(images/headerbg.png) repeat-x 0 top;*/
        background-color: rgba(0,0,0,1); color:#000000;
        width:100%;       
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;               
        clear:both;
        overflow: hidden;
        padding-top:20px;
        z-index:1;
        }

#logo img {
        float:left;
        max-width:80% !important;
        height:auto;
        margin-left: 10px;
        }


#navbar {clear: both;}
#navbar ul {float:left; margin:10px;}
#navbar ul li {
        float: left;
        padding-top:2px;
        padding-bottom:5px;
        color:#ffffff;
        -o-transition:.5s;
        -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
        }
#navbar ul li a {padding:0px 10px; text-decoration: none; font-size: 14px; }
#navbar a{ color:#FFFFFF;}
#navbar li:hover {
        background: #f58220;
        color:#000000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        }

#social-media{ float:right; margin-right: 20px; }
#social-media img { width:30px; height: 30px; }
#social-media ul li {float:left; margin: 2px}

#content {
        width: 100%;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;               
        background-color: rgba(53,53,53,0.5);
        color:#FFFFFF;
        overflow-x: hidden;
        }



.titlebox {
        width: auto;
        background-color: rgba(20,20,20,0.5);
        color:#FFFFFF;
        padding:5%;
        clear: both; color: #f58220;
        font-size: 14px;
        font-weight: bold;
        }

.newsbox {
        float:left;
        width:100%;
        background-color: rgba(60,60,60,0.5);
        }

.newsbox h2{ clear: both; color: #f58220; padding-top:10px; margin: 10px; font-size: 12px;  border-top: 1px #f58220 solid;}
.newsbox h3{ font-size: 12px; color: #f58220; line-height: 20px;font-weight: bold; margin:10px;}
.newsbox h4{ font-size: 12px; color: #b1aeae; line-height: 15px; margin:10px;}
.newsbox p{ font-size: 12px; line-height:20px;margin:10px; }
.newsbox a{
        color:#FFFFFF;
        text-decoration: none;
        font-weight: bold;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
        }

.newsbox a:hover	{ color:#c15f00;}
.newsbox img{
        float:left;
        margin: 5px;
        border-radius: 0px 8px 8px 0px;
        -moz-border-radius: 0px 8px 8px 0px;
        -webkit-border-radius: 0px 8px 8px 0px;
        max-width:100% !important;
        height:auto;
        display:block;
        margin-right: 10px;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        }

#main_column {
        width:55%;
        min-width:250px;
        float:left;
        margin-bottom: 20px;
        }

#main_column h1{ clear: both; color: #f58220; margin-left:10px; margin-top:20px; margin-bottom:20px; font-size: 16px;font-weight: bold; border-bottom: 1px #f58220 solid;}
#main_column h2{ clear: both; color: #f58220; margin-left:10px; margin-top:10px; margin-bottom:20px; font-size: 16px;}
#main_column h3{ font-size: 14px; color: #f58220; line-height: 20px; margin-left:10px; margin-top:10px;}
#main_column h4{ font-size: 12px; color: #b1aeae; line-height: 15px; margin:10px;}
#main_column p{ font-size: 14px; margin-bottom: 5px; line-height:20px;margin:10px;}
#main_column ul {margin-left:20px; list-style: square; line-height: 20px; font-size: 14px;}
#main_column ol {margin-left:25px; list-style: decimal; line-height: 20px; font-size: 14px;}
#main_column img{
        float:left;
        margin: 5px;
        border-radius: 0px 8px 8px 0px;
        -moz-border-radius: 0px 8px 8px 0px;
        -webkit-border-radius: 0px 8px 8px 0px;
        max-width:100% !important;
        height:auto;
        display:block;
        margin-right: 10px;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        }


#main_column img.right {
        float:right;
        margin-right: 5px;
        margin-left: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        }


#main_column a{
        color:#e17b24;
        text-decoration: none;        
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
         }

#main_column a:hover	{ color:#c15f00;}

#side_column1 {
        float:left;
        width: 23%;
        min-width:120px;
        }

#side_column2 {
        float:right;
        width:165px;
        }

.half_column {
	 float:left;
   width: 35%;
   font-size: 12px; 
   margin-bottom: 5px; 
   line-height:20px;
   margin:10px;
}

.fade {
        opacity: 0.8;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        }

.fade:hover {
        opacity: 1.0;
        }
code{
     background:#000000; 
     border:grey dashed 1px; 
     margin-left:20px; 
     padding:5px;
     font-family: "Lucida Console", Monaco, monospace;
     font-size: 10px;
     line-height:25px;  
        
     }

#cookie_consent {
        position:fixed;
        left:0px;
        top:30%;
        width:100%;
        background:#000000;
        background-color: rgba(10,10,10,0.9);
        border-top: 1px #e17b24 solid;
        border-bottom: 1px #e17b24 solid;
        color: #FFFFFF;
        z-index:10;
        }

#cookie_consent h3{ font-size: 14px; color: #FFFFFF; line-height: 20px;font-weight: bold; margin-left:20px;}
#cookie_consent h4{ font-size: 14px; color: #FFFFFF; line-height: 20px; margin: 5px 5px 0px 15px; }
#cookie_consent h5{ font-size: 11px; color: #FFFFFF; line-height: 20px; margin: 5px 5px 0px 15px;}
#cookie_consent p{ font-size: 12px; margin-bottom: 5px; line-height:20px; margin:20px; }
#cookie_consent img{display: block; margin-bottom: 10px;  margin-left: auto; margin-right: auto; }
#cookie_consent a{color:#ff8711;}

.banner{
        float: right;
        width: 165px;
        background-color: #626060;
        }

#horiz_banner {        
        padding-bottom: 5px;
        background-color: #626060;
        width: 100%;
        max-width: 1024px;
        height: 92px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;        
        clear:both;
        }
        
#horiz_banner img{
	    float:left;
      margin: 0px;
      padding: 0px;
      min-height: 92px;
	    }
        
#horiz_banner_inner {        
        padding: 0px;
        margin: 0px;
        width: 80%;
        float: left;
        }

.center {        
        width:760px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px; 
        }




#footer {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        background:#000000;
        border-top: 1px #403f41 solid;
        }
#footer p { color:#FFFFFF; font-size:13px;  text-align: center; padding: 10px;}

#footer a {text-decoration: none;
           font-weight: bold;
           color:#ff8711;
           }

.separator{
  clear: both;
  }
 

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3) and (max-width: 1024px),
        only screen and (-o-min-device-pixel-ratio: 13/10) and (max-width: 1024px),
        only screen and (min-resolution: 120dpi) and (max-width: 1024px),
        only screen and (max-width: 360px)
        {  
    #side_column1 {
            width: 100%;            
            }
		#side_column2 {
            width: 100%;            
            }
        .newsbox {            
            width:100%;            
            } 
        .banner{
            background-color: rgba(30,30,30,0.5);
            width: 100%;
            }
        #main_column {
            width:100%;                      
            }       
        }









