/*

	960 Grid System ~ Text CSS.

	Learn more ~ http://960.gs/



	Licensed under GPL and MIT.

*/



/* `Basic HTML

----------------------------------------------------------------------------------------------------*/



body {
	font-size:100%;
	color:#000000;
	background:#fff;
	font-family: Verdana, Arial, Sans-Serif;
	line-height:1.75em;
	font-size: 0.75em;

}


h1, h2, h3, h4, h5, h6 {font-family:"Century Gothic"; font-weight:normal;color:#111;}

h1 {font-size:2em;line-height:2em;margin-bottom:0em;color:#317ee9;}

h1 .title {color:#666666;}

pagetitle a{font-size:2em;line-height:1;margin-bottom:0.5em; font-weight:normal;}

h2 {font-size:2em;margin-bottom:0em;}

#subtitle h2 {
	color:#CCCCCC;
}

h3 {font-size:1.5em;line-height:1;margin-bottom:.4em;}

h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}

h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}

h6 {font-size:1em;font-weight:bold;}


/* Word press style adjustments-----------------------------------------------------------------------*/
small {
	font-family: "arial narrow";
	line-height: 2em;
	}

#sidebar h2 {
	padding-left:50px;
/*	background-image:url(images/flame.gif);
	background-repeat:no-repeat;
	background-position:left;
*/	font-size:1.75em;line-height:1;margin-bottom:.5em;
}

a:focus {
	outline: 1px dotted invert;
}
.postmetadata {
	font-family: "arial narrow";

}


hr {

	border: 0 #ccc solid;

	border-top-width: 1px;

	clear: both;

	height: 0;

}



/* `Spacing

----------------------------------------------------------------------------------------------------*/



ol {

	list-style: decimal;

}



ul {
	font-size:100%;
	font-family: Verdana, Arial, Sans-Serif;
	list-style: none;

}



li {
	font-size:100%;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 30px;

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#999999;
	font:.75em  "Trebuchet MS", Arial, Sans-Serif;
	letter-spacing:1px;
}
#footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#999999;
	font:.75em  "Trebuchet MS", Arial, Sans-Serif;
	letter-spacing:1px;
}


p,

dl,

hr,

ol,

ul,

pre,

table,

address,

fieldset {

	margin-bottom: 20px;

}