/* sarahtryfan.com PRINT stylesheet, made by Sarah on 24th April 2008------------*/

/*--------Page structure-------------------*/

body {
	color: #000000;
	font: 0.8em verdana, Arial, tahoma, sans-serif; 	
}

/*---------Menu title and list --------------------*/

#menuColumn h1 {
	padding: 0; 
	margin: 0;
	color: #cc3300;
	font-size: 1.7em;
	font-weight: bold;
}

#menuColumn ul {
	display: none;
}

/*-------------Link colours-----------------------------------*/

a {
	color: #cc3300;
	text-decoration: none;
}

/*-------------Page content styles----------------------------------*/

h1 {
	padding: 5px 5px 5px 0; 
	color: #333;
	font-size: 1.7em;
	font-weight: bold;
}

h2 {
	margin: 10px; 
	padding: 10px;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
}

#pageColumn h3 {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
}

img {
	border: 0;
}

p {
	text-align: left;
}

/*--------------------Specific Stage Management styles-----------------------------------*/

table.cv {
	table-layout: automatic;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 0.9em;
}

p.jobTitles {
	display: none;
}

#pageColumn ul {
	margin-top: -20px;
}

/*--------------------Specific Web Design styles-------------------------------------------*/

/*--------------------Specific Zen Photo styles-----------------------------------------------*/

li.album {
	list-style-type: none;
	float: left;
	padding: 15px;
}

li.image {
	list-style-type: none;
	float: left;
	padding: 10px;
}

body.artPage p {
	padding-top: -15px;
}

body.artPage .albumdesc p {
	text-align: center;
}

body.imagePage p {
	padding: 0;
	margin-bottom: -35px;
}

body.imagePage img {
	padding: 20px;
}

body.imagePage .imgprevious {
	padding-bottom: 15px;
}

#credit {
	text-align: right;
	font-size: 0.8em;
	color: #cccccc;
}

#credit a {
	color: #cccccc;
}

.imgprevious {
	display: none;
}

.imgnext {
	display: none;
}

p.imageBreadcrumb {
	display: none;
}

/*---------------------Specific Contact styles-------------------------------------------------------*/

p.form-footer, p.form-footer a {
	text-align: right;
	color: #ccc;
}

input[type="text"] {
	margin: 7px;
}

#option-menu, #subject, #message {
	margin: 7px;
}

input[type="submit"] {
	margin: 20px;	
}

form {
	margin: 0;
}

/*------------------Footer: top of page link-----------------------------------*/

#footer {
display: none;
}

/*-------------------THE END-------------------------------------------------*/

