/*
 * COLORS
 * 
 * Background		FAF6F3
 * H1				706050
 * Border			D0C0B0
 * Link				906030
 */


* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

body {
	font-size: 75%;
}

p, ul, ol, table {
	font-size: 1em;
	line-height: 1.75em;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 2em;
}

body, p, table {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

img {
	border: none;
}

/******************** COLORS ********************/

h1, h2, h3 {
	color: #706050;
}

a {
	color: #906030;
}

a:hover {
	text-decoration: underline;
}

div#main {
	background-color:#FAF6F3;
	border-left: 1px solid #D0C0B0;
	border-right: 1px solid #D0C0B0;
	border-bottom: 20px solid #ffffff;
}

/******************** PAGE ********************/

div#page {
}

div#main {
	margin: 0 auto;
	padding: 25px;
	width: 550px;
}

div#nameImage {
	height: 50px;
	background-image: url(/designs/redesign1_1/images/keyboard.png);
	background-repeat: no-repeat;
	background-position:50% 0pt;
}

	div#nameImage h1 {
		display: none;
		visibility: hidden;
	}
	
.breakBar {
	position: relative;
	left: -45px;
	width: 600px;
	border-top: 1px solid #D0C0B0;
	border-bottom: 1px solid #D0C0B0;
	
	font-size: 1em;
	font-family: Georgia, Times, sans-serif;
	line-height: 2em;
	
	margin: 25px 0;
	padding: 0 20px;
	text-align: center;
	clear: both;
}

div#footer {
	position: relative; 
	top: 25px; 
	margin:0;
	font-style: italic;
	color: #706050;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
	
/******************** NAVIGATION ********************/

ul#navigation {
	list-style: none;
	text-transform: lowercase;
	font-style: italic;
	text-align: center;
}
	ul#navigation li {
		display: inline-block;
		padding: 0.25em 1.25em;
	}

	ul#navigation li a.selected {
		color: #000000;
	}
		
/******************** HEADINGS ********************/

h1, h2, h3, h4, h5 {
	margin: 25px 0;
}

h1 {
	font-size: 2em;
	font-family: Georgia, Times, sans-serif;
	margin-top: 0;
	letter-spacing: 1px;
}

h2 {
	font-family: Georgia, Times, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

/***********************************************
 **********           Lists           **********
 ***********************************************/

ul {
	padding-left: 30px;
}

ul.socialLogos {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.socialLogos li {
	display: block;
	float: left;
	margin-right: 30px;
}

ul.socialLogos li.last {
	border-right: none;
}

		
/***********************************************
 **********           Forms           **********
 ***********************************************/

input[type="text"],
textarea {
	border-width: 1px;
	border-style: solid;
	padding: 7px;
	width: 100%;
}

input[type="submit"] {
	padding: 5px 25px 5px 25px;
	border-width: 1px;
}

table.formTable {
	width: 400px;
}

table.formTable tbody tr td.label {
	width: 100px;
}

table.formTable tbody tr td.buttons {
	text-align: center;
}

table.formTable textarea {
	width: 100%;
	height: 150px;
}

input.hidden {
	display: none;
	visibility: hidden;
}

/***********************************************
 **********          Images           **********
 ***********************************************/

img.framed {
	padding: 10px;
	border-width: 1px;
	border-style: solid; 
	border-color: #ddd #bbb #bbb #ddd;
	background-color: #ffffff;
}

img.floatRight {
	float: right; 
	position:relative; 
	margin: 10px;
}

img.floatLeft {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
}

/***********************************************
 **********           Photos          **********
 ***********************************************/
 
 
table.album {
	margin: auto;
}

table.album td.thumbnail {
	text-align: center;
	vertical-align: bottom;
}

table.album tr td.caption {
	height: 40px;
	vertical-align: top;
	text-align: center;
	font-style: italic;
}

/***********************************************
 **********          Projects         **********
 ***********************************************/

div.projects h2 {

}

div.projects h3 {
	border-top: 2px solid #706050;
	padding-top: 2em;
	margin: 2em 0;
}

div.projects h3 a {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

/***********************************************
 **********          Resume           **********
 ***********************************************/

ul.resume li .title {
	font-weight: bold;
}

ul.resume li .place {
	font-style: italic;
}

ul.resume li .date {
	font-style: italic;
}