/* ---- General structure ---- */
body {
	text-align: center;
	background-color: white;
	color: #2d394f;
	font-family: Georgia, serif;
	min-width: 700px;
}

div#container {
	text-align: left;
	width: 90%;
	margin: auto;
	overflow: hidden;
	max-width: 1500px;
}

div#pageContent {
	width: 100%;
	overflow: hidden;
	margin-top: 0.7em;
}


/* ---- Three column layout ---- */
.primarySection, 
.secondarySection,
.tertiarySection {
	width: 30%;
	margin-right: 4%;
	float: left;
}

.tertiarySection {
	margin-right: 0;
}


/* ---- Two column layout ---- */
.twoColumn div#pageContent {
	width: 64%;
	margin-right: 4%;
	float: left;
	
}

.twoColumn .sidebar {
	width: 30%;
	float: right;
	margin-top: 0.7em;
}


/* ---- Header ---- */
div#header {
	background-image: url(http://oxfordgeeks.net/main.jpg);
	background-repeat: repeat-x;
	background-position: bottom right;
	border-bottom: 1px solid white;
	position: relative;
	height: 75px;
}

.noPhotoset div#header {
	border-bottom: 1px solid black;
}

div#header h1 {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

div#header h1 a:link,
div#header h1 a:visited,
div#header h1 a:hover,
div#header h1 a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-size: 2em;
}


/* ---- Photobar ---- */
#photobar {
	width: 100%;
	overflow: hidden;
}

#photobar ul {
	width: 10000px;
}

#photobar ul li {
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin-right: 1px
}


/* ---- Navigation ---- */
ul.nav {
	float: right;
	margin: 10px 10px 0 0;
	width: 70%;
}

ul.nav li {
	float: right;
	margin: 4px 4px 4px 0;
	border-left: 1px solid white; 
	padding: 0 6px;
}

ul.nav li.last {
	border: none
}

ul.nav li a:link, 
ul.nav li a:visited, 
ul.nav li a:hover, 
ul.nav li a:active {
	color: white;
	text-decoration: none;
}

ul.nav li a:hover, 
ul.nav li a:active {
	color: black;
	text-decoration: none;
}


/* ---- Footer ---- */
div#footer {
	padding-top: 1.9em;
	clear: both;
} 

div#footer ul.nav {	
	background-image: url(http://oxfordgeeks.net/main.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	max-height: 75px;
	height: 1.8em;
	font-size: 0.8em;
	margin: 0;
	width: 100%;
	color: white
}