/* 
	Lightbox Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography

*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}



#wrapper{
	padding: 20px 30px;
	margin: 1.5em 18%;
	text-align: left;
	background-color: #fff;
	}


/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	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; }
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.7em;
	font-weight: bold; color: #777;
	padding-top: 0.2em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 0.8em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #ddddd3;
	}

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}

h1 { font-size: 2.0em; color: #dba748; padding-top: 0;}
h1 a { color: #dba748; border: none; }
h2 { font-size: 1.0em; color: #b19165; padding-top: 0.5em; text-transform: uppercase;}

a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	font-weight: bold;
	color: #A4AAAA;
	text-decoration: none;
}

p a:hover { border-bottom: 1px dotted #8ab459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }
h1 small{ font-size: 0.5em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{ font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.1em;}
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;
	}


/* misc
----------------------------------------------- */
.section{ border-top: 1px solid #edede3;  padding-top: 1.0em; }

.download{
	background-color: #f3f3e6;
	border: 1px solid #ddddd3; 
	padding: 0.7em 1.5em; }
.download li{
	list-style: none;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddddd3;
	}

.thumbnail{
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	}	

.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 */
	}	




