/* ++++++++++++++  Custom CSS  ++++++++++++++ */

#main_top {width:100%;height:100px;background-image:linear-gradient(#BDD8F0, #6596C3);border-bottom:2px solid #347A99}
.sidebar h3,.box_content h3{background-color:#7CAFDD;border: 1px solid #95BCE3;}
#navigation ul li ul {width:15em;}
#sitename {
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
width: auto;
height: auto;
position: static;
cursor: default;
opacity: 1;
margin: 0;
padding: 0;
overflow: visible;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
font: normal 44px/1 "orbitron", Helvetica, sans-serif;
color: rgba(255,255,255,1);
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: 4px 4px 6px rgba(0,0,0,0.5) ;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}
/* {color:#fff;text-shadow:1px 1px 2px #555} */
#navigation > ul > li { box-shadow:0 -3px 2px #638BB9;}
#logo {box-shadow:0px -3px 2px #93B5DD;}