/*---- Developed by nuSpace Media - www.nuspacemedia.com ----*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: #333 url(../images/bckgrnd.gif) no-repeat center 190px;
}

a {
	color: #C39;
}

.clr {
	clear: both;
}


/*---- Containers ----*/

#outercontainer {
	border-top: #000 10px solid;
}

#container {
	background: url(../images/bckgrnd-logo.gif) no-repeat center top;
	margin: 0 auto;
	width: 960px;
}

#innercontainer {
	width: 880px;
	padding: 191px 40px 40px 40px;
}


/*---- Navigation ----*/

#navigation {
	font-size: 12px;
	padding-bottom: 12px;
}

#navigation ul {
	list-style-type: none;
	padding-left: 2px;
}

#navigation li {
	display: inline;
	padding-right: 15px;
}

#navigation a {
	color: #CCC;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFF;
	text-decoration: line-through;
}


/*---- Homepage ----*/

#homefeatured {
	background: #FFF;
	padding: 10px;
	height: 330px;
	margin-bottom: 20px;
}

#homeleft, #homemiddle, #homeright {
	background: #FFF;
	width: 240px;
	float: left;
	padding: 20px;
	font-size: 11px;
	line-height: 16px;
	height: 150px;
	color: #666;
	border-bottom: #000 10px solid;
}

#homeleft, #homemiddle {
	margin-right: 20px;
}

#homemiddle h2, #homeright h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

#homeleft h1 {
	display: none;
}

#homeleft a {
	color: #C39;
}

#homemiddle a {
	color: #999;
}

#homemiddle ul {
	margin-left: 25px;
}

#homemiddle li {
	margin-bottom: 5px;
}


/*--- Internal ----*/

#content {
	background: #FFF;
	padding: 4px;
	border-bottom: #000 10px solid;
}

#contentinner {
	border: #CCC 1px solid;
	padding: 20px;
	min-height: 500px;
	font-size: 12px;
}

#contentinner h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin-bottom: 15px;
}

#contentinner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 15px;
}

#contentinner p {
	margin-bottom: 15px;
	line-height: 20px;
}

#contentinner ul {
	margin-bottom: 15px;
	line-height: 20px;
	padding-left: 25px;
}

#leftcolumn {
	float: left;
	width: 500px;
}

#rightcolumn {
	float: right;
	border: #CCC 1px solid;
	width: 260px;
	padding: 20px;
	font-size: 11px;
	line-height: 18px;
}

#rightcolumn h1 {
	font-size: 21px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.biophoto {
	width: 250px;
	float: left;
	padding: 0 15px 10px 0;
}


/*---- Websites ----*/

#portfolio {
	background: #FFF;
	padding: 4px;
	border-bottom: #000 10px solid;
}

.websiteitemtop {
	border-bottom: #CCC 1px solid;
	border-top: #CCC 1px solid;
	padding: 25px 0;
}

.websiteitem {
	border-bottom: #CCC 1px solid;
	padding: 25px 0;
}

.websitephoto {
	width: 520px;
	float: left;
	border: #000 12px solid;
}

.websitetext {
	float: right;
	width: 260px;
	font-size: 12px;
}

.websitetext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-bottom: 8px;
}

.websitetext p {
	margin-bottom: 12px;
	line-height: 18px;
}

/* Portfolio Styles */

#portfoliowrapper {
	border: 3px solid #cccccc;
	padding: 31px 31px 70px 31px;
	margin-bottom: 15px;
}

#portfoliosidebar {
	float: right;
	width: 192px;
}

.portfoliotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 11px;
}

#portfoliothumbswrapper {
	margin-top: 20px;
	padding: 10px 0 0 10px;
	height: 236px;
}

#portfoliothumbs {
	list-style: none;
	margin: 0;
}

ul#portfoliothumbs {
	margin-left: 0;
	padding-left: 0;
}

#portfoliothumbs li {
	float: left;
	width: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
}



/*---- Footer ----*/

#footer {
	background: #000;
	height: 160px;
	padding: 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
}