/* CSS Document */

body, div, ul, li {
	margin: 0; 
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


/* Body Typeset
-------------------------- */
body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 3px 0px;	
}
h2 , h3{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
}
p {
	font-size: .8em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*margin-left: 0px;*/
}
blockquote {
	margin: 0px;
	font-size: 0.9em;
	background-image: url(../images/quotes.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 15px;
}
form#contact {
	background-color: #B6A59C;
	border: 1px solid #584942;
	padding: 5px;
}
input#name , input#email{
	border: 1px solid #594A43;
}

label {
	display: block;
}
textarea {
	border: 1px solid #584942;
}




/* Layout - IDs
-------------------------- */

#container {
	/*width: 85%; */ 
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#header {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	/*margin-right: 10.3em;*/
}
#navigation {
	float: right;
	font-size: .9em;
	padding: 3px;
}

#navigation li {
	margin: 0px;
	display: inline;
}
#navigation ul {
	list-style-type: none;
}
#tagline {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #594A43;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tagline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	border-left: 1px solid #594A43;
	border-right: 1px solid #594A43;
	line-height: 1.5em;
}
#tagline, #tagline2, #footer {
	padding: 10px 5px 10px 10px; 
}
#maincontent {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#portfolio {
	padding: 15px; 
}

ul  {
	font-size: .8em;
	margin:0px;
	padding: 0px;
	list-style-type: none;	
}
ul li  {
	font-size: inherit;
	padding: 0px;
	margin: 0px;
}

#footer {
	font-size: 0.8em;
	text-align: right;
	clear: both;
	border: 1px solid #594A43;
} 


/* Classes
-------------------------- */
.left , .right , .across{
	padding: 15px 15px 20px 15px;
}
div.split {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
	width: 46%;
	clear: both;
}
.right {
	margin-left: 50%;
}
.across , .split{
	clear: both;
	margin: 0;
	border-top: 1px solid #594A43;
	border-left: 1px solid #594A43;
	border-right: 1px solid #594A43;
}
.across {
	background: #fff;
}
.about_me {
	background-image: url(../images/rsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
}
.whatido {
	background-image: url(../images/bsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.skills {
	background-image: url(../images/ysquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
}
.contact {
	background-image: url(../images/pbsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;	
}
.portfolio {
	background-image: url(../images/brsquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.folio {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #594A43;
	width: 222px;
	padding: 5px;
	text-align: center;
	/*display: inline;*/
	margin: 10px 20px 10px 0px;
	float: left;
}
.foliofirst {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #594A43;
	width: 222px;
	padding: 5px;
	text-align: center;
	margin: 10px 10px 10px 0px;
}
.folio a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.folio a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.folio p {
	margin: 0px;
	padding-top: 0px;
	text-align: left;
}

.folio img {
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
}
.listhead {
	font-weight: bold;
	margin-top: 5px;
}
.web {
	float: left;
	display: block;
	width: 50%;
}
.office {
	margin-left: 51%;
	margin-right: 0px;
	display: block;
}


.clearall {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}


/* Links
-------------------------- */
#navigation ul li a:link, #navigation ul li a:visited {
	color: #594A43;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #594A43;
	border-bottom: 1px dotted #594A43;
	text-decoration: none;
}

#maincontent a:link, #maincontent a:visited {
	color: #594A43;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #594A43;
}

#maincontent a:hover {
	color: #FFFFFF;
	background-color: #594A43;
	text-decoration: none;
}
#portfolio a:link, #portfolio a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#portfolio a:hover {
	color: #FFFFFF;
	background-color: #594A43;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	background-color: #594A43;
	text-decoration: none;
}
