/* sarahtryfan.com stylesheet, made by Sarah on 24th April 2008------------*/

/*--------Page structure-------------------*/

body {
	text-align: center;
	min-width: 750px;
	background: #ddd;
	color: #000000;
	font: 0.8em verdana, Arial, tahoma, sans-serif; 	
}

#wholePage {
	width: 780px;
	height: 5px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	padding-bottom: 65px;
}

#menuColumn {
	width: 170px;
	position: absolute;
	left: 0px; 
	top: 0px;
	background-color: #ffffff;
	padding: 0 0 150px 0;
	margin: 0;
	text-align: left;
	background-image:url('/images/3-sarahtryfan.jpg');
	background-repeat:no-repeat;
	background-position: bottom;
	border-bottom: 0px solid #eee;
}

#pageColumn {
	width: 530px;
	position: absolute;
	right: 0px; 
	top: 0px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin: 0;
	text-align: left;
	border-bottom: 10px solid #eee;
}

/*---------Menu title and list --------------------*/

#menuColumn h1 {
	padding: 10px; 
	margin: 0;
	color: #cc3300;
	font-size: 2.1em;
	font-weight: bold;
}

#menuColumn h1 a, #menuColumn h1 a:hover, #menuColumn h1 a:active, #menuColumn h1 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #cc3300;
}

#menuColumn ul {
	padding-left: 20px; 
	padding-top: 5px;
	margin: 0;
	list-style: none;
}

#menuColumn li {
	padding-bottom: 7px;
}

/*----------Menu  bullets for each page----------------*/

.smPage li.sm {
	list-style-type: square;
}

.webPage li.web {
	list-style-type: square;
}

.artPage li.art, .albumPage li.art, .imagePage li.art {
	list-style-type: square;
}

.contactPage li.contact {
	list-style-type: square;
}

/*-------------Link colours-----------------------------------*/

a {
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
}

#pageColumn a {
	color: #cc3300;
	text-decoration: underline;
	font-weight: normal;
}

a:active, a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}

/*-------------Page content styles----------------------------------*/

#pageColumn h1 {
	padding-top: 38px; 
	padding-bottom: 10px;
	margin: 0;
	color: #333;
	font-size: 1.7em;
	font-weight: bold;
}

#pageColumn h2 {
	padding-top: 5px; 
	padding-bottom: 5px;
	margin: 0;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
}

#pageColumn h3 {
	padding-top: 5px; 
	padding-bottom: 5px;
	margin: 0;
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
}

#pageColumn h3 a, #pageColumn h3 a:hover, #pageColumn h3 a:active, #pageColumn h3a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

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: 5px;
	font-size: 0.9em;
}

p.jobTitles {
	font-size: 0.7em;
}

/*--------------------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 {
	float: left;
}

.imgnext {
	float: right;
}

p.imageBreadcrumb {
	padding-top: 15px;
	margin-bottom: -35px;
}


/*---------------------Specific Contact styles-------------------------------------------------------*/

body.contactPage p {
	padding: 0;
}

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 {
	position: relative;
	width: 530px;
	height: 15px;
	bottom: 0px;
	left: 0px;
	text-align: right;
}

/*-------------------THE END-------------------------------------------------*/
