@charset "utf-8";
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset*/

body{
	background: #b4b4b4 url(../images/mainBg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.1em;
	color: #666;
}

h1{
	font-size: 2em;
	margin: 0 0 2em; 0;
}

h2{
	margin: 0 0 1em 0;
}

#mainContainer{
	max-width: 1500px;
	min-width: 700px;
	width: 70%;
	margin: 0px auto;
}

#header{
	width: 100%;
	margin: 0px auto;
	color: #FFF;
	background: #000;
}

#header #logo{
	margin: 20px 0 0 10%;
	float: left;
}

#logoText{
	font-size: .9em;
	float: left;
	padding: 62px 0 0 3%;
}
#navHolder{
	float: right;
	margin: 80px 10% 0 0;
}

#nav{
	list-style: none;
	font-size:.9em;
}

#nav li{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

li#n-home,
li#n-portfolio,
li#n-about{
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
}

#nav a{
	float: left;
	display: block;
	margin: 0;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}

#index #nav li#n-home a,
#portfolio #portNav a:hover,
#portfolio #nav li#n-portfolio a,
#portfolio #portNav a:hover,
#nav a:hover{
	color: #5cac46;
}

#content{
	padding: 160px 0 0 0;
}

/*---------------Home Page-------------------*/
#latestProject{
	padding: 40px 0 0 0;
}

#latestInfo{
	width: 50%;
	margin: 0 15% 0 5%;
	float: left;
}

#latestPreview{
	width: 30%;
	float:left;
}

#currentClasses{
	width: 35%;
	float: left;
	border: 1px solid #236c35;
	border-width: 0 2px 0 0;
	margin: 0 0 0 5%;
}

#currentClasses ul{
	list-style:url(../images/bullet.gif);
}

#currentClasses li{
	padding: 0 0 1em .5em ;
	margin: 0 0 0 2em;
}

#currentBook{
	width: 49%;
	float: left;
	margin: 0 5% 5em 5%;
}

#currentBook img{
	float:right;
	margin: 0 0 0 10%;
}

/*---------------Portfolio Page-------------------*/
#portNav{
	list-style: none;
	font-size:1.1em;
	margin: 0 0 3em 0;
}

#portNav li{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#portNav a{
	float: left;
	display: block;
	margin: 0;
	padding: 0 8px;
	color: #666;
	text-decoration: none;
}

li#p-websites,
li#p-interactive{
	border: 1px solid #666;
	border-width: 0 1px 0 0;
}

.portHeading{
	font-size: 1.3em;
}

.portfolioPiece{
	width: 50%;
	padding: 40px 15% 0 5%;
	float: left;
	height: 300px;
}

.portfolioPreview{
	width: 30%;
	float:left;
	height: 300px;
	padding: 0 0 40px 0;
}


/*---------------Footer-------------------*/
#footer{
	height: 75px;
	width: 100%;
	clear: both;
	color: #000;
	text-align: center;
	padding: 20px 0 0 0;
	border: 1px solid #236c35;
	border-width: 2px 0 0 0;
}

#footer li#n-home,
#footer li#n-portfolio,
#footer li#n-about{
	border-color: #666;
}


#footer #nav a{
	color: #666;
}

#footerNav{
	margin: 20px auto 0 auto;
	width: 30em;
	font-size: .8em;
}