/* CSS coding for jwarfield.com - March 2008 (modified from 2004 School of Architecture Holiday Card Project) */
   
@import url("/assets/css/level2.css");

/* HTML attribute definitions */

html, body {
	/* \*/
	height: 100%;
	/* hide from Mac IE 5.x */
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}

img { border: 0px }

p {line-height:140%; font-size: 14px;}

#text h1 { color:#FF0000 !important; font-size:38px !important; font-weight:normal !important;}

/* GALLERIES */

#header {width:100%; height:43px;}

#nav {width:100%; height:40px; text-align:center; vertical-align:middle; border-top: 1px solid #FF0000; padding-bottom:10px; font-size:24px;}

.current {font-weight:normal !important; color:#999999 !important;}

#footer {height:43px; font-family: Arial, Helvetica, san-serif; font-size:10px; color:#CCCCCC !important; text-decoration:none; padding:3px;}

/* FRONT */
#credits {font-size: 10px; font-family: Arial, Helvetica, san-serif; color:#CCCCCC; width: 878px; padding: 10px 0px 50px 0px; margin: 0px; margin-top:40px; clear:both; float:none; border-top:1px solid #FFFFFF;}

#content {position: relative; top: 0px; left:0px; width:878px; border: 0; margin: 0px auto; padding: 0px; clear:both; float:none; display:block;}

#introletter {padding:20px 10px;}

#topbar {margin:10px; width:665px;}

#navtable {width:878px; margin-bottom:100px;}

td #navtable {text-align:center; font-size:24px;}

/* INTRO AFTERWORD */

#text {padding:20px 10px; text-align: center;}

.title { font-size: 20px; color:#FF0000; font-weight: bold;}



/* LINKS attributes */

a:link { color: #FFFFFF; text-decoration: none; font-style:normal; }

a:visited { color: #CCCCCC; text-decoration: none; font-style:normal; }

a:visited #nav { color: #FFFFFF !important;}

a:hover, td a:hover { color: #FF0000; text-decoration: none; font-style:normal; }

a:active { color: #FFFFFF; text-decoration: none; font-style:normal;}