/* CSS Document */

/*
light grey = #666
text = #3b3b3b

*/
*,
a img 
{
	margin:0;
	padding:0;
	border:0;
}


body,
html
{
	font-size: 100%;
	color:#3B3B3B;
	
	font-family: arial, sans-serif;
	background-color:#dcdcdc;
}

#wrapper
{
	font-size: 0.75em;/* 12px at default font size */
	line-height: 1.250;/* 15px at default font size 15/12 */
	width:960px;
	margin: auto;
	margin-top:20px;
	padding:0px 0 0 0px;
	overflow:hidden;
}

.copyright
{
float:left;
width:940px;
background-color:#dcdcdc;
padding:10px;
padding-bottom:20px;
}


h1, h2, h3 {
font-family:Georgia, serif;
font-weight:normal;
/*to do - add new windoz fonts */
}

h2
{
	font-size:3em;
	line-height:1;
}

h3
{
	font-size:2em;
	line-height:1;
}

body.presentation h3
{
	margin-top:60px;
	margin-bottom:60px;
	border-top:1px solid #ccc;
	padding-top:5px;
}

p, 
.content li, 
.content dt, 
.content dd
{
	font-family:Georgia, serif;
	font-size:1.185em;
	line-height:1.3;
}


a, a:link
{
	text-decoration:none;
	color:#005689;
}

a:hover
{
	text-decoration:underline;
}
/*--- =Image replacement ----*/


h1#logo {
	text-indent: -5000px;
	background: url(../i/andybrockie.png) no-repeat;
	height: 25px;
	}


body.temp-home h1 {
	text-indent:0;
	background: none;
	margin-bottom:20px;
	}



	
	.content{

background-color:#fff;
float:left;
width:940px;
padding:10px;
padding-top:50px;
}


body.temp-home .content{
margin-top:250px;
padding:50px;
padding-top:50px;
padding: 50px 10px 50px 10px;

}

body.temp-home .content p{


font-size:20px;}


/*--- Drop down nav ----*/
#nav
{
	margin-left:5px;
	margin-top:30px;
}

#nav, #nav ol, ul
{
	/*float:right;*/
	list-style:none;
	width:940px;
}

#nav a
{
	display:block;
	text-decoration:none;
	padding:6px 5px 5px 5px;
	color:#333;
}

#nav li
{
	float:left;
	border-right:1px solid #ededed;
}

#nav li.last
{
border:0;
}



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	margin: 0;
/*	padding: 6px 0 6px 0;*/
}


#nav li li {
border-top:1px solid #ededed;
width: 140px;

}

#nav li ul a {
width: 130px;
padding: 6px 0 6px 6px;
font-weight: normal;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
	

/* generic nav rules */

#nav li.current a
{
color:#000;
}

#nav a:hover
{
color:#000;
}

/* show state */
body.projects #nav li.current,
body.home #nav li.current
{
background-color:#ccc;
}

/* home */
#nav li.home:hover,
#nav li.about:hover,
#nav li.projects:hover,
#nav .projects li:hover, 
#nav li.sfhover

{
background-color:#999;
opacity: .95;
	filter: alpha(opacity=95);
}


#nav li.projects li
{
background-color:#ccc;
}





/* blog */
#nav li.blog:hover{
background-color:#ed2229;

}

/* contact */
#nav li.contact:hover{
background-color:#7ec144;

}


body.presentation .caption .related dt,
body.presentation .caption .related dd
{
font-family:Arial,sans-serif;
font-size:1em;
line-height:1.3;
}

body.presentation .caption .related dt
{

font-weight:bold;}
