/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
/*@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

thead th,
tbody th{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.menu{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

blockquote{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0;
color:#000;
background:#efefef url('css/img/grid2.png') repeat center top;
font:normal 0.9em/150% 'Calibri', "Trebuchet MS", arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap{
width:960px;/*960*/
background:#fff;
margin:0px auto 30px auto;
padding:0;
border:1px solid #ccc;
}

.menu{
margin:-1px -1px 0 -1px;
}


#footer{
text-align:center;
padding:20px;
margin:0;
background:#efefef;
border-top:1px solid #ccc;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
}

	#link-top{
	position: absolute;
	top:10px;
	right:10px;
	*right:25px;/*IE 7 ONLY*/
	left:auto;
	color:#666;
	text-decoration:none;
	display: inline-block;
	padding:5px 10px;
	background:#e5e5e5;
	line-height:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}

#header{
padding:10px 0 20px 0;
margin:0 auto;
width:960px;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
text-align:center;
}

	#logo{
	text-decoration:none;
	padding:0;
	position:relative;
	left:-7px;
	}

	#header h1{display:none;}
	#header h2{display:none;}
	
	#slogan{
	font-size:1.3em;
	color:#000;
	margin:10px 0 0 0;
	}
	
	#download-count{
	position:absolute;
	bottom:0;
	right:0;
	font-size:0.9em;
	color:#999;
	}

div.map {
	background-repeat: no-repeat;
	background-position: 10px 10px;	
}
div.map a {
	position: relative;
	display: block;
}
div.map a.codemap {
	background-image:url('./images/cross-green.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
div#list a {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	font-size:0.9em;
	padding:3px;
	color:#518BAB;	
}
.hl-codelist {
	border:1px solid lightblue;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
li {
	padding:0px !important;
}
div#gal {
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: none;*/
	float: left;
	margin: 0 0 22px 10px;
	background-color: white;
	padding:0px;
	z-index:200;
}
div#gal div {
	margin: -10px 0 5px 10px;
}

ul.downmenu li a {
	padding-top:7px !important;
	padding-bottom:7px !important;
	font-size: 0.7em;
}