/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	margin-top:20px;
}

a:link{
	color:#333;
	text-decoration:none;
	}
	
a:visited{
	color:#333;
	text-decoration:none;
	}
	
a:hover{
	color:#CC0000;
	text-decoration:underline;
	}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.5em;
	color:#666;
	font-weight:normal;
	margin-top:20px;
}

h2 {
	font-family:"Trebuchet MS";
	font-size: 1em; 
	color:#444444;
	margin-top:60px;
	letter-spacing:0.1em;
}

h3 {
	font-size: 1.3em;
	color:#444444;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

.brd {	border-bottom:1px solid #444;}
.quote {font-style:italic; font-size:1em; font-weight:bold; color:#666666; text-align:right}
#footer p {margin:15px 0; color:#858585}

#footer a {text-decoration:underline;}
h3 {margin-bottom:50px; margin-top:25px; padding-top:0}
#gallery {margin-left:-10px}