/* abvio css */
body {font-size:80%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background:url(/images/Background-Gradient.png) repeat-x #c50000;} 

#main-column {float:left; width:730px; padding:0px; margin:0px;}
.main-column-top {background:url(/images/Main-Background-Top.png); height:18px;}
.main-column-middle {background:url(/images/Main-Background-Middle.png) repeat-y;}
.main-column-middle > div {margin:0 20px 0 55px;}
.main-column-bottom {background:url(/images/Main-Background-Bottom.png); height:36px;}

#sidebar-column {float:right; width:270px; padding:0px; margin:0px;}
.sidebar-column-top {background:url(/images/Sidebar-Background-Top.png); height:18px;}
.sidebar-column-middle {background:url(/images/Sidebar-Background-Middle.png) repeat-y;}
.sidebar-column-middle > div {margin:0 25px 0 45px;}
.sidebar-column-bottom {background:url(/images/Sidebar-Background-Bottom.png); height:36px;}
.last-vertical {margin-bottom:0;}

#full-column {float:left; width:1000px; padding:0px; margin:0px;}
.full-column-top {background:url(/images/Full-Background-Top.png); height:18px;}
.full-column-middle {background:url(/images/Full-Background-Middle.png) repeat-y;}
.full-column-middle > div {margin:0 20px 0 55px;}
.full-column-bottom {background:url(/images/Full-Background-Bottom.png); height:36px;}

.home-left {float:left; width:220px;}
.home-middle {float:left; width:430px;}
.home-middle-subcolumn-left {float:left; width:210px; margin-right:10px;}
.home-middle-subcolumn-right {float:left; width:210px; margin-right:0px;}

a {color:#000;}
a:hover {color:#444;}
h1, h2 {color:#c00;}
h3, h4, h5, h6  {color:#000;}
h1 a, h2 a {color:#C00; text-decoration:none;} 
h3 a, h4 a, h5 a, h6 a {color:#000; text-decoration:none;} 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color:#00f;text-decoration:underline;}
h3.title, h4.title, h5.title {color:#000; text-shadow:none;}

h3 {margin-bottom: 0.2em; font-size:22px !important;} 
.h3style {color:#fff; text-shadow:#666666 1px 1px; font-size:22px;}

.blognav a {color:#fff; text-decoration:underline;} 
.blognav a:hover {color:#eee; text-decoration:underline;} 

#header{float:left; width:100%; padding:0; background-image:url(/images/Navigation-Background.png); width:1000px; height:72px; margin:0;}
#header ul{float: right; margin-top:1.5em; margin-right:50px; list-style-type:none;}
#header ul li{float:left; margin:0 0 0 15px; padding:0;}
#header ul li a{border:0; color:#fff; text-decoration:none;}
#header ul li a:hover, #header ul li a.selected {color:#FFFF66;}
#header img {margin:10px 0 0 50px; float:left;}

#footer{float:left; width:100%; padding:0; background-image:url(/images/Footer-Background.png); width:1000px; height:54px; margin:0;}
#footer p {float:left; margin:8px 0 0 40px; padding:0; color:#ddd;}
#footer p a {color:#ddd;}

#main-column ul, #sidebar-column ul {list-style:none; margin-left:0; padding-left:0;}
#main-column ul li, #sidebar-column ul li {background:url(/images/Bullet.png) no-repeat 0 .5em; padding-left: 18px; margin-left:0;}

p.last-vertical + h2 {margin-top:0.75em;}

table, td, th {border:1px solid black;}
th {background-color:#999999; color:#eeeeee;}
td {background-color:#eeeeee;}
/* .headrow {text-align:center; background-color:#CCCCCC; color:#222222; font-style:normal;} */
.headrow {text-align:center; background-color:#666666; color:#eeeeee;}
.best {background-color:#99FF99;}
.better {background-color:#CCFFCC;}
.worse {background-color:#FFCCCC;}
.worst {background-color:#FF9999;}

.num {float:left; font-size:60px;}

.picture-left {float:left;margin:0 10px 8px 0;}
.picture-right {float:right;margin:0 0 8px 10px;}

a.appTab {
	text-decoration:none;
	color:#000;
	cursor:default;
}

#nav {
    margin: 0;
    padding: 7px 6px 0;
    line-height: 100%;
}
#nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}
/* main level link */
#nav a {
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color:#FFFF00;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#nav ul a:hover {
    background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
    background: #ddd; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

    display: none;
    margin: 0;
    padding: 0;
    width: 100px;
    position: absolute;
    top: 35px;
    left: 0;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
    display: block;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
    left: 96px;
    top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
}
/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
#main-column ul#nav li, #sidebar-column ul#nav li {background-image:none; padding-left: 0; margin-left:0;}
