/*
stylesheets/screen.css
*/

body {
	margin: 0;
	padding: 0;
	border-top: 10px solid #222;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

#header {
	background: url('../images/nav_bg.png');
	height: 109px;
	width: 1025px;
	margin: 0 auto;
}

#header img {
	float: left;
}

#nav {
	float: left;
/*	width: 500px; */
	height: 109px;
	font-size: 1.4em;
}

/* IE users need this rule to avoid the stair-step effect */
#nav li {
	display: inline;
}

/* This link rules gives the nav a block effect */
#nav li a {
	float: left;
	width: 104px;
	height: 109px;
	padding: 10px 0 0 10px;
	/* color: #fff; */
        color: #39aea8;
	text-decoration: none;
	border-right: 1px solid #777;
}

#nav li a.active {
	background: #222;
}

#subnav {
	margin: 0;
	padding: 0;
	background: #d2dbc0;
	height: 46px;
}

#subnav ul li {
	float: left;
	margin: 0;
	padding: 15px 10px 15px 10px;
	font-size: 1.4em;
}

#subnav li.option {
	text-transform: uppercase;
	background: #b2bf99 url('../images/option_li_bg.gif') no-repeat right;
	padding: 15px 25px 15px 10px;
	color: #7f8e62;
}

#subnav li a {
	padding: 10px 0 10px 20px;
	color: #333;
	text-decoration: none;
}

#subnav li a.active {
	background: #7f8e62;
}

/*
Each of the subnav items is classes so that it can recieve
matching icon as it's background.
*/
#subnav li a.webdesign {
	background: url('../images/webdesign_icon.png') no-repeat left center;
}

#subnav li a.animation {
	background: url('../images/animation_icon.png') no-repeat left center;
}

#subnav li a.game {
	background: url('../images/game_icon.png') no-repeat left center;
}

#subnav li a.writing {
	background: url('../images/writing_icon.png') no-repeat left center;
}

.page #subnav li a {
	padding: 15px;
}

.page #subnav li a.active {
	background: #b2bf99;
}

#wrap {
	padding: 0;
/*	margin: 50px 0 0 20px; */
	margin: 0 auto;
	width: 1025px;
	background: #fff;
	border-top: 5px solid #333;
}

h1.crumbs {
        text-align: center;
	background: #eee;
	padding: 10px;
}

#content {
	width: 960px;
	padding: 20px;
	float: left;
}

#content h2 {
	font-size: 2em;
	margin: 0 0 5px 0;
}

#content ul {
	font-size: 1.5em;
	margin: 0 0 5px 0;
	list-style-type: disc;
}

#content p {
	margin: 0 0 10px 0;
}

#footer {
	clear: both;
	border-top: 1.2px solid #ccc;
}

#footer p {
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

#contact {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
}		