@import "layout.css";

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
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, 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,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Tahoma, Helvetica, Arial, sans-serif; !important; 
	font-size: 100% !important;
	color: #5B5B5B !important;
}
/* -------------//Reset everything */

body {
	color: #c9c5c3;
	background-color: #c7b18b;
	margin-bottom: 30px;
	font: 0.70em/1.4 Tahoma, Helvetica, Arial, sans-serif;
}

#footer{
	color: #4f4138;
	font-size: 0.8em;
}

#navigation-links a {
			color: #c2b29e;
			text-decoration: none;
			font-weight: bold;
			font-size: 90%;
		}
		#navigation-links a:hover {text-decoration: underline;}
		#navigation-links a.active {color: #c2b29e;}

#content #details h1 {
	font: 400% Edwardian Script ITC, Tahoma, Helvetica, Arial, sans-serif;
	color: #c9c5c3;
	margin-bottom: 0.2em;
}

#content #details h2 {
	font: 250% Edwardian Script ITC, Tahoma, Helvetica, Arial, sans-serif;
	color: #c9c5c3;
	margin-bottom: 0.2em;
}

/* Spacing */
#content #details p, #content #details ul,
#content #details ol, #content #details dl,
#content #details table {margin-bottom: 1.5em;}

/* Line height */
#content #details p,
#content #details li,
#content #details dl {line-height: 1.3;}
/* Lists */
#content #details ul {margin-left: 24px;}
	#content #details ul li {
		background: url("../images/css/bullet.gif") no-repeat 0 0.90em;
		padding-left: 0.60em;
	}
#content #details ol {
	list-style: decimal;
	margin-left: 42px;
}
#content #details ol ol {list-style: lower-alpha;}
#content #details ol ol ol {list-style: lower-roman;}
#content #details ul ul, 
#content #details ol ol {margin: 0.60em 0 0.60em 10px;}

#content #details a {
			color: #c2b29e;
			text-decoration: none;
			font-weight: bold;
			font-size: 90%;
		}
		#content #details a:hover {text-decoration: underline;}
		#content #details a.active {color: #c2b29e;}
		
		
		#content #details input, 
#content #details textarea,
#content #details select {
	font: 0.8em Tahoma, Helvetica, Arial, sans-serif;;
	color: #4B4B4B;
	width: 30em;
	padding: 0.25em 0.30em;
	background: #c2b29e;
	border: 1px solid #D8DAD9;
}

#content #details input.button{
	width: 49px;
	border: none;
	padding: 0
}

#content #details select{
	width: 30.8em;
}

.project img{
	border: 1px solid #D8DAD9;
}

.project strong{
	font: 185% Edwardian Script ITC, Tahoma, Helvetica, Arial, sans-serif;
}