@charset "utf-8";

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

a:active {
	color: #F90;
	text-decoration: none;
}
h1 {
	font-size: 150%;
	color: #bc8a5e;
}
h2 {
	font-size: 130%;
	color: #FFF;
}
h3 {
	font-size: 110%;
}
body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #161616;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 0 0 90px;
	height: 200px;
}
#header #logo {
	clear: none;
	float: right;
	width: 200px;
}

#header h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #d74e4e;
	font-size: 320%;
	margin: 0;
}
#header h2 {
	font-size: 200%;
	padding: 0;
	margin: 0;

}
#container h2 {
	margin: 20px 2px12px 2px;
	padding: 0px;
}

#container h3 {
	margin: 0px 2px 12px 2px;
	padding: 0px;
}

#header #navbar {
	height: 2em;
	margin: 15px 0 0 0;
}

#mainContent p {
	font-size: 90%;
	margin: 5px 20px;
}
.galleryImage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#imageGallery ul li{
	margin: 5px 5px;
	padding: 0;
	list-style-type: none;
	font-size: 1.5em;
	position: relative;
	text-align: left;
	float: left;
	border: 0;
	}
#imageGallery {
	margin-right: auto;
	margin-left: auto;
}

.twoColumnRight {
	margin-left: 240px;
	float: none;
	padding-top: 12px;
	padding-bottom: 10px;
}
.twoColumnLeft {
	float: left;
	clear: both;
	text-align: right;
	width: 210px;
	font-weight: bold;
}
.clear {
	clear: both;
}





#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
	font-size: 80%;
}
#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 */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.right {
	clear: both;
	float: right;
	margin: 15px 120px 0 0;
}

.h2Secondary {
	color: #D74E4E;
	font-weight: lighter;
}
.code {
	font-family: "Courier New", Courier, monospace;
	background-color: #000;
	text-align: left;
	margin: 5px 30px 5px 20px;
	padding: 0px;
}
#imageWithCaption{
	background: #000;
	padding: 2px;
	margin: 5px 30px;
	width: 200px;
}
.imageWithCaptionRt {
	float: right;
	clear: none;
}

.imageWithCaptionLf {
	float: left;
	clear: none;
}

#imageWithCaption img {
	clear: none;
	float: left;
}
#imageWithCaption p {
	clear: both;
	text-align: center;
	font-size: 70%;
}

