/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
		}

body{
	background: #FFFFFF;
	color: #000000;
	font: 10pt 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ccc;
		}
#sidebar{ 
    top: 10px;
	left:8px;
	width: 980px;
	margin: 20px auto 0;
	}
* html div#sidebar  {
	top: 10px;
	left:8px;
	width: 980px;
	margin: 20px auto 0;
		}

#content{
	width: 980px;
	top: 100px;
	margin: 10px auto 0;
	padding-bottom: 2em;
	;
 }


/* typography
----------------------------------------------- */

p {	line-height: 1.8em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1 { color:#999; font-size: 13pt; }
h1 a { color:#ccc; border: none; }
h1 em{ font-size: 1.25em; color: #ccc; font-style: normal; }

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	color: #6D8239;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #98cc33;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h7 {
	font-size: 0.3em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	padding-top: 0.5em;
	}	
a{
	color: #6c0;
	text-decoration: none;
	}
a:visited{
	color: #6c4;
	text-decoration: none;
	}
	
#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	font-size: 0.5em;
	display: block;
	margin: 0 0;
	padding: 1em 0 1em 0;
	letter-spacing: 0px;
	line-height: 1em;
	background-color: #fff;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #8d8d73;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

.solid  {
    width: 550px;
	border: 1px;
	border-style : solid ;
    border-color : #DDD ;
	padding: 5px;
	}

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #6c0;
	}

#sidebar p a:hover,
#sidebar dd a:hover { color:#6c0;border-bottom: 1px dotted #6c0; }

#sidebar h1 a{ color:#000000;font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{
	list-style: none;
	margin: 2em 2em 2em 0;
	float: left;
}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2em;
	padding: 0.3em 0.2em 0.2em 0.8em;
	color: #000;
	width: 100px;
		}

#nav a:hover{
	color: #fff;
	background-color: #6c0;
	float: left;
	}	


/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	background: ; list-style-type:none; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
	}
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	background-image:url('none');padding-left:0; padding-right:0; padding-top:0.3em; padding-bottom:0.3em
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

#nav2{ list-style: none;}
#nav2 li{ padding: 0; margin: 0; }
#nav2 a{
	display: block;
	padding: 1em 1em 1em 1em;
	margin-bottom: 0px;
	color: #000;
	background-color: #fff;
	}

#nav2 a:hover{
	color: #fff;
	background-color: #ccc;
	}	
#nav3{ list-style: none;}
#nav3 li{ padding: 0; margin: 0; }
#nav3 a{
	display: block;
	padding: 1em 1em 1em 1em;
	margin-bottom: 0px;
	color: #000;
	background-color: #fff;
	}

#nav3 a:hover{
	color: #6c0;
	background-color: #fff;
	}
	
		


/* misc
----------------------------------------------- */

.section{ border-top: 4px solid #3d3d33;  padding: 1.4em 0 3.2em 0; }
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Highslide
----------------------------------------------- */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: fff;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

