/*
--------------------------------------------------
DerScutt.com PAGE STYLES
Last revised 5 May 2008
--------------------------------------------------
Individual page styles
Assign ID to <body> and prepend to declarations
*/
/*
--------------------------------------------------
Home
--------------------------------------------------
*/
#home #content h1, #home #content h2, #home #content .description {
		display: none;
		}
#home #content #photodiv {
		margin: 1.5em auto;
		}

/*
--------------------------------------------------
About
--------------------------------------------------
*/
#about .column.right.pad {
		padding-top: 4.5em;
		}

/*
--------------------------------------------------
Projects
--------------------------------------------------
*/
#projects h1 {
		display: none;
		}
#projects h2 {
		margin-top: 0;
		}

/* Gallery */
#projects .gallery li p {
		font-style: italic;
		}

/* Project section pages */
#projects.section .column.right h2 {
		margin-top: 0;
		}
#projects.section .column.right h3 {
		clear: left;
		}
#projects.section h1 {
		clear: none;
		margin-bottom: 2em;
		}
#projects.section .column .entry {
		clear: both;
		}
#projects.section .column .entry img {
		width: 4em;
		float: left;
		margin-bottom: .75em;
		}
#projects.section .column .entry p {
		width: 34.5em;
		float: right;
		margin: .75em 0 .75em .75em;
		}
/* Gallery */
#projects.section #content .gallery li {
		max-width: 153px;
		}
#projects.section #content .gallery li img {
		/* 200px W x 157px H */
		height: 120px;
		}

/* Project detail pages */
#projects.detail #container {
		margin-bottom: 0;
		}
#projects.detail #content .column {
		height: 51em;
		position: relative;
		}
#projects.detail h1 {
		clear: none;
		margin-bottom: 2em;
		display: block;
		}

/*
--------------------------------------------------
News
--------------------------------------------------
*/
#news h2 {
		color: #A9A9A9; /* DarkGray */
		font-weight: bold;
		font-size: 12px;
		text-transform: none;
		letter-spacing: normal;
		margin: 0;
		}
#news h3.date {
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		margin: 1.5em 0 0;
		}
#news .column.right p { /* image caption */
		font-style: italic;
		}

/*
--------------------------------------------------
Contact
--------------------------------------------------
*/
#contact h2 {
		display: none;
		}
.vcard .org {
		display: none;
		}
.vcard .adr {
		margin-bottom: 1.5em;
		}
.vcard .tel span, .vcard .fax span, .vcard .email span {
		color: #A9A9A9; /* DarkGray */
		font-weight: bold;
		}

/*
--------------------------------------------------
Site Map
--------------------------------------------------
*/