/*

 Stylesheet for Geoff Wilson Photography
 © Geoff Wilson, 2009
 
 */
 
body {
	background-color: white;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: small;
}

h1 {
	font-size: medium;
}

#page {
	width: 850px;
}

#footer {
	color: grey;
	font-size: smaller;
	text-align: center;	
}

/* Link Styles */
a {
    color: #4c4c4c;
}       

a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 0.1em solid #a9a9a0;
}

a:hover {
    text-decoration: none;
    border-bottom: 0.12em solid #fa0;
}


/*
	Content styles
 */
#content { /* main content area */
    float:right;
    width:600px;
    background-color: white;
    }


/*
	Sidebar styles
 */
 
#sidebar {
    width: 200px;
    float:left;
    text-align:left;
    background-color: white;
    color: #B2B2B2;
    }
    
#sidebar ul {
    margin: 0 0 1.5em;
    padding: 0 0 1.0em;
    list-style: none;
}
    
#sidebar li {
    margin: 0;
    padding: 0 0 .25em 15px;
    text-indent: 0.8em;
    line-height:1.5em;
}

#sidebar a {
	font-family: "Avenir", "Helvetica", "Arial", sans-serif;
}


