@import url("reset.css");
@import url("common.css");

/* Begin Global Styles
************************/
body {
	background: #fff;
	color: #000;
	font: 81.25% "Verdana", "Tahoma", sans-serif;
	width: 600px;
	margin: 0 0 0 50px;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Georgia";
	font-family: "Century Gothic", "Microsoft Sans Serif", "Minion Pro";
}
h1 {
	font-size: 2.4em;
	line-height: 1.1;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
p {
	margin: 0 0 1em;
}
a, a:link {
	color: #369;
	font-style: italic;
	text-decoration: underline;
}
a:visited {
	color: #036;
}
a:hover {
	color: #69b;
}
a:focus {
	background: #69b;
	color: #fff;
	position: relative;
	margin: -8px 0 0 -8px;
	padding: 4px;
	right: -4px;
	text-decoration: none;
	outline: 1px #369 dashed;
}
.wai a:focus {
	background: #036;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	position: fixed;
	left: 0;
	margin: 0;
	padding: .5em 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50;
	outline: 0;
}
a:active {
	color: #FED385;
}
/*a[href^="http"] {
	background: url(../images/link-external.png) no-repeat 0 .35em;
	padding-left: 13px;
}*/
.form-text, textarea {
	background: #fff;
	color: #000;
}
ul li, #portfolio-sites li li {
	list-style: none;
	background: url(../images/list-item.gif) no-repeat 0 .35em;
	padding-left: 15px;
	margin: 1px 0;
}
ul li ul {
	margin: 0;
}
/*********************
End Global Styles */


/* Format for older browsers, overwritten in landscape.css */
#nav-main {
	margin-top: 1em;
}
.page {
	margin: 2em 0;
	border-top: 1px solid #000;
	padding-top: 2em;
	width: 600px;
}
.page h1 {
	text-align: center;
	margin: 0 0 1em;
}

/* Remove bullet icons from certain lists */
#nav-main li, #projects li {
	background: none;
}


/* Begin Projects Styles
*********************/
#projects ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#projects li {
	margin-bottom: 1em;
	background: none;
}
#projects ul p {
	margin-top: 0;
}
/*********************
End Projects Styles */



/* Begin Portfolio Styles
*********************/
#portfolio-sites {
	list-style: none;
	margin: 1em 0 0;
	padding: 0;
	width: auto;
	overflow: hidden;
}
#portfolio-sites li {
	margin: 0 0 .5em;
	background: none;
}
#portfolio-sites h3 {
	text-align: center;
	padding: 0;
	text-decoration: none;
	border: 1px solid #7E8349;
	background: #fafaee;
	font-size: 1.5em;
}
#portfolio-sites h3 a {
	display: block;
	padding: .3em 0;
	font-style: normal;
}
#portfolio-sites .selected h3 a, #portfolio-sites h3 a:hover, #portfolio-sites h3 a:focus {
	background: #eaf0bb;
	font-style: italic;
	position: static;
	color: #369;
	margin: 0;
	border: 0;
	outline: 0;
	text-decoration: underline;
}
#portfolio-sites .portfolio-content {
	padding: 1px 1em 0;
	border: 1px solid #A1A762;
	border-width: 0 1px 1px;
	margin: 0 0 .5em 0;
	background: #fff;
}
#portfolio-sites li p.portfolio-screenshot {
	text-align: center;
	padding-top: 1em;
	margin-top: 0;
}
#portfolio-sites .portfolio-screenshot a:active, #portfolio-sites .portfolio-screenshot a:focus {
	background: none;
	border: 0;
	outline: 0;
}
#portfolio-sites .portfolio-screenshot img {
	border: 2px solid;
	border-color: #aaa #444 #444 #aaa;
}
#portfolio-sites .portfolio-screenshot a:hover img, #portfolio-sites .selected .portfolio-screenshot a:focus img {
	border-color: #ccc #666 #666 #ccc;
}
#portfolio-sites .portfolio-content p {
	margin: 1em 0;
	padding: 0;
}
#portfolio-sites .portfolio-content ul {
	padding: 0 0 2em;
}
#portfolio-sites .portfolio-content li {
	margin: 0 0 0 2em;
}
/*********************
End Portfolio Styles */



/* Begin Contact Styles
*********************/
#contact-form {
	padding: 10px 15px;
	margin: 1em 0;
}
#contact-form label {
	display: block;
	width: 50%;
	margin: .5em 0 .2em;
}
#contact-form input, #contact-form textarea {
	display: block;
	font-size: 100%;
	width: 25em;
	padding: .2em;
	font-size: 1.1em;
	border: 1px solid;
	border-color: #A1A762 #7E8349 #7E8349 #A1A762;
	background: #F4F4Ea;
	color: #000;
	font-family: "Times New Roman";
}
#contact-form input:focus, #contact-form textarea:focus {
	background: #fff;
}
#contact-form button {
	margin-left: 17.5em;
	font-size: 100%;
	width: 8em;
	font-size: 1.1em;
}
/*********************
End Contact Styles */
