/* site styles - mainly for a splash page */
*
{
	margin: 0;
	padding: 0;
}

body
{

	border: 0;
	background-color: #223;
	font: normal .68em/1.3em "Lucida Console", Monaco, sans-serif;
	font-weight: lighter;
	letter-spacing: .03em;
	color: #fff;
	height: 100%;
}

body#home { background: #223 url('gray_bk_alamo.gif') no-repeat; }
body#alamo { background: #223 url('gray_bk_alamo.gif') no-repeat; }
body#dine { background: #223 url('gray_bk_dine.gif') no-repeat; }
body#santa { background: #223 url('gray_bk_santa_ana.gif') no-repeat; }
a:link, a:visited, a:hover { text-decoration: none; }

/* headings
----------------------------------------------- */

h1
{
	position: absolute;
	top: 375px;
	left: 315px;
	font-size: 100%;
	margin: 20px 0px 5px 0px;
	color: #ccc;
	visibility: hidden;
}

h2, h3
{
	font-size: 90%;
/*	margin: 20px 0px 5px 0px;*/
	color: #08d;
}

/* structure
----------------------------------------------- */

#main
{
	background: url('grid1.gif') no-repeat;
	width: 90%;

	padding: 0 0 12em 35px;
	border: 1px solid #666;
	border-width: 0 0 0px 0;
    margin: 0 0 200px;

}

#people #main, #philosophy #main, #contact #main, #awards #main
{
	background: url('grid2.gif') no-repeat;
	width: 100%;
	height: 800px;
	margin-left: 0px;
	border: 0px solid yellow;

}

#portfolio div p a:link
{
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: none;
	border: solid #223;
	border-width: 1px 0px 0px 0px;
}

#portfolio div p a:visited
{
	color: #ccc;
	text-decoration: none;
	display: block;
	background: none;
	border: solid #223;
	border-width: 1px 0px 0px 0px;
}

#portfolio div p a:hover
{
	color: #08d;
	text-decoration: none;
	display: block;
	border: solid #333;
	border-width: 1px 0px 0px 0px;
}

#portfolio div p a:active
{
	color: #ccc;
	text-decoration: none;
	display: block;
	background: none;
	border: solid #223;
	border-width: 1px 0px 0px 0px;
}

#portfolio div p a:link
{
	margin: 0;
	padding: 0;
	display: inline;
}

#logo
{
	position: absolute;
	top: 30px;
	left: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
    z-index: 10;
}

#intro
{
	position: absolute;
	top: 75px;
	left: 150px;
	float: left;
	width: 175px;
	line-height: 2.2em;
	margin-bottom: 20px;
	text-align: right;
}

.clear { clear: both; }

/* lists
----------------------------------------------- */

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}

ol
{
	margin: 0;
	vertical-align: top;
}



/* links
----------------------------------------------- */

#nav li a {

	margin: 0px 0px 0px 0px;
	padding: 2px 15px 2px 0px;
}

#nav li a:link
{
	color: #ccc;
	text-decoration: none;
	display: block;
	background: none;
	border: solid #223;
	border-width: 1px 0px 0px 0px;

}

#nav li a:visited
{
	color: #ccc;
	text-decoration: none;
	display: block;
	background: none;
	border: solid #223;
	border-width: 1px 0px 0px 0px;
}

#nav li a:hover
{
	color: #08d;
	text-decoration: none;
	display: block;
	border: solid #333;
	border-width: 1px 0px 0px 0px;
}

#nav li a.on
{
	color: #08d;
	text-decoration: none;
	display: block;
	border: solid #333;
	border-width: 1px 0px 0px 0px;
}


/* nav
----------------------------------------------- */

#navi
{
	position: fixed;
	bottom: 0;
    width: 100%;
    background:   url('nav_trans_90.png') repeat;
filter:alpha(opacity=90); /* IE patch */
z-index: 100;
	border: 1px solid #333;
	border-width: 1px 0 0 0;
	
	
	}

#nav {

	font-family: "Lucida Console", Monaco, sans-serif;
	font-size: 95%;
	letter-spacing: .15em;


	padding: 0px; }

ul#nav
{
margin: 0 0 10px 0;
	padding: 10px 0px 5px 25px;
	vertical-align: top;
	

}
ul#nav li
{

	padding: 0px 15px 0px 0px;
width: 200px;


}


/* nav_sub
----------------------------------------------- */

ul#subnav1
{
display: block;
	margin: 0px 0px 20px 0px;
	border: solid #333;
	border-width: 0px 0px 0px 0px;

width: 1200px;


}

ul#subnav1 li
{
	border: solid #333;
	border-width: 0 0px 0px 1px;
	padding: 0px 15px 0px 15px;
width: 240px;
	float: left;

}
ul#subnav1 li a.on{

	border: 0px solid yellow;
}
ul#subnav1 ul#subnav2
{
display: block;
	padding: 0px 20px 2px 0px;
}

ul#subnav1 ul#subnav2 li
{

	border-width: 0 0px 0px 0px;
}

ul#subnav1 ul#subnav2 li a.on
{
	border: solid #fff;
	border-width: 0 0px 0 0px;
	color: #08d;

}


ul#breadcrumb
{
	font-family: "Lucida Console", Monaco, sans-serif;
	letter-spacing: .05em;
	position: absolute;
	top: 50px;
	left: 120px;
	display: block;
	width: 850px;
	margin: 0px;
	list-style: none;
	padding: 0px;
	z-index: 10;
}

ul#breadcrumb li
{
	font-size: 85%;
	border: 0px solid blue;
	display: inline;
	margin: 0px 3px 0px 0px;
	float: left;
}

ul#breadcrumb li a
{
	text-decoration: none;
	color: #fff;
}

ul#breadcrumb li.on
{
	border: solid #fff;
	border-width: 0 1px 0 0;
	color: #08d;
	padding-right: 5px;
}

ul#footer
{
	list-style: none;
    margin: 0px 55px 15px 25px;
	padding: 0px;
	border: solid #333;
	width: 75em;
	border-width: 1px 0px 0px 0px;
}

#footer li
{
	font-size: 85%;
	padding: 0 10px 0 0px;
	margin: 0;
	display: inline;
}

#footer li a:link
{
	margin-left: -5px;
	padding: 3px 2px 0px 5px;
	color: #08d;
	text-decoration: none;
	background: none;
	border: solid #444;
	border-width: 0px 0px 1px 1px;
}

#footer li a:visited
{
	color: #bbb;
	text-decoration: none;
	background: none;
	border: solid #eee;
	border-width: 0px 0px 1px 1px;
}

#footer li a:hover
{
	color: #ddd;
	text-decoration: none;
	background: none;
	border: solid #444;
	border-width: 0px 0px 1px 1px;
}


/* thumbnails and swaps
----------------------------------------------- */

#portfolio div
{
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 600px;
	margin-top: 0px;
    padding-top: 74px;
    display: none;
	border: 0px dotted red;
padding-bottom: 200px;
}
/*
#portfolio div
{
	position: absolute;
	top: 0px;
	left: 25px;
	margin-top: 74px;
	display: none;
	border: 0px solid red;
}
*/

#portfolio div#photofades, #portfolio div.on 
{
	display: block;
	visibility: visible;
}

#portfolio div img
{
	position: absolute;
	top: 73px;
	left: 220px;
	margin: 0px;
	border: 1px solid #223;
}

#portfolio div img.portrait
{
	position: absolute;
	left: 753px;
	top: 75px;
	border: 0px solid red;
	margin: 0 10px 10px 0;
}



#portfolio div h2
{
	width: 205px;
	line-height: 1.8em;
	margin: 0 15px 0 0px;
	text-align: right;
}

body#awards #portfolio div h2,
body#people #portfolio div h2,
body#philosophy #portfolio div h2,
body#contact #portfolio div h2
{
	margin: 0 0px -1.8em 0px;
}

#portfolio div p
{
	margin-left: 215px;
	width: 520px;
	line-height: 1.8em;
	text-align: left;
}
body#projects #portfolio div p,
body#alamo #portfolio div p,
body#home #portfolio div p,
body#dine #portfolio div p,
body#santa #portfolio div p
{
position: relative;
left:0px;
	width: 205px;
	line-height: 1.8em;
    margin: 0px;
	text-align: right;
}


/* can be removed?
#spot1, 
#spot2, 
#spot3, 
#spot4, 
#spot5,
#spot6, 
#spot7, 
#spot8, 
#spot9,
#spot10, 
#spot11, 
#spot12
{
	position: absolute;
	top: 74px;
	left: 778px;
	z-index: 100;
}
*/

.projects
{
	position: absolute;
	top: 74px;
	left: 942px;
	width: 70px;
	border: 0px solid green;
}

.projects img
{
	border: 1px solid #223;
	margin: 0 0px 0px 0;
	float: left;
}

.projects a:hover { }

.projects a:hover img
{
	border: 1px solid #fff;
}

.projects  a:hover span img
{
	border: 1px solid #223;
}

/* large image swaps
----------------------------------------------- */

.projects span
{
	position: absolute;
	left: -155px;
	width: 150px;
	padding: 0px;
	border: 0px dashed gray;
	visibility: hidden;
	color: #fff;
	text-decoration: none;
}

.projects span img
{
	border-width: 1px;
	margin: 0 15px 15px 0;
}

/*position where enlarged image should offset horizontally */
.projects a:hover span
{
	visibility: visible;
	top: 0;
	left: -155px;
	z-index: 50;
}

/* debatable use of larger thumb
#profile span, 
#philosophy span,
#contact span,
#awards span
{visibility: visible;}
*/

/* Prev and Next switch vvvvvvvvvvvvvvvvvvvvvvvvvvvv  */
#portfolio ul.switch img
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px solid red;
}

#portfolio ul.switch
{
	position: absolute;
	top: 315px;
	left: 760px;
	text-align: left;
	width: 65px;
}

#portfolio ul.switch li { display: inline; }

#portfolio ul.switch li a {color: #fff;}

#portfolio ul.switch li a:hover {
	color: #08d;
}

#portfolio ul.switch a:link img
{
	text-decoration: none;
	background: #223;
}

#portfolio ul.switch a:visited img
{
	text-decoration: none;
	background: #223;
}

#portfolio ul.switch a:hover img
{
	text-decoration: none;
	background: #08d;
}

#projects div#phot.on, #projects div#phot1.on { visibility: visible; }



strong
{
	font-weight: bold;
	color: #08d;
}

body#awards h3 {
	width:150px;
	margin: 0 0 0 215px;
	border: 0px dotted blue; 
	}

