/* @override http://pasticherie.co.uk/new/css/style.css */

/* eric meyer's reset  reloaded - thanks, Eric :) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 1em; 
	font-family: Helvetica, Verdana, Sans-Serif; 
	line-height: 1.3em; 
	color: #333;
	padding: 0;
	background: #fff8e8 url(../images/paper-texture.jpg) top left repeat;
	background-attachment: fixed;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ################## general  settings ################## */
body {

}
a, a:link, a:visited {
	color: #8a090c;
	text-decoration:none;
}
a:hover, a:active {
	color: #000;
}
h1, h2, h3, h4 {
	font-family: Georgia, Times, serif;
} 
h2 {
	font-weight: bold;
	font-size: 1.1em;
}
h3 {
	font-weight: bold;
	font-size: 1.4em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
}

.clear {
	clear: both;
}
/* ################## wrapper - fixed size ################## */
#wrap {
	width: 9000px; 
	height: 720px;
	overflow-y: hidden;
	border-top: 4px solid #333;
}

/* ################## header - including nav ################## */
header {
	display: block;
	width: 250px;
	background: url(../images/paper-opaque.png) top left repeat;
	margin: 0 0 0 0;
	padding: 2.4em 20px 2.6em 30px;
	position: fixed;
	top: 2px;
	text-transform: lowercase;
	text-align: right; 	
}
header h1 {
	font-size: 2em;
	display: block;
}
header h1 span {
	font-size: .6em;
	display: block;
	margin: .3em 0 .4em .2em;
}

/* ################## nav ################## */
header nav {
	display: block;
	margin: 2px 0 0 0;
	padding: 4em 0 .2em 0;
	position: absolute;
	top: 0;
	left: 300px;
	width: 12em;
	border-left: 3px solid #8a090c;
	background: url(../images/paper-texture-light.png) top left repeat;
}
header nav ul {
	float: left;
	text-align: left;
}
header nav ul li {
	display: block;	
	margin: 0;
	list-style: none;
	font-size: 1em;
	line-height: .9;
}
header nav ul li a:link, header nav ul li a:visited {
	display: block;
	padding: 4px 20px;
	color: #333;
	border: none;
	background: none;
}
header nav ul li a:hover, header nav ul li a:focus, header nav ul li a:active  {
	display: block;
	padding: 4px 20px;
	color: #f5eddd;
	background: #8a090c;

}
/* ################## CONTENT SECTION - all ################## */
section#content {
	display: block; 
	height: 1200px;
	margin: 0;
}

section#content section {
	display: block;	 
	float: left; 
	width: 700px;
	height: 1200px;
	padding: 170px 0 100px 0;
	margin: 0 0 0 0;
}
section#content section h1 {
	float: left;
	margin: -.2em 0 0 -300px;
	width: 260px;
	text-align: right;
	font-size: 1.4em;
	line-height: 1.2;
	color: #8a090c;
}

section#content section p {
	margin: 0 20px 20px 0;
	width: 360px;
	font-size: .76em;
	line-height: 1.34;
	float: left;
}
section#content section h3 {
	margin: 0 20px 20px 0;
	width: 360px;	
	text-transform: capitalize;
}
section#content section h4 {
	margin: 0;
	width: 360px;	
}
#note { 
	margin-top:10px;
}
.top { 
	clear: both;
}
section#content section article {
	display: block;
	height: auto;

}

/* ################## individual sections --- WELCOME ################## */
section#content section#welcome {
	display: block;
	width: 1200px;
	background: url(../images/1-intro-bear.png) top left no-repeat;
	padding: 170px 0 0 320px;
}
section#content section#welcome article article {
	display: block;
	width: 360px;
	float: left;
	height: auto;
}

section#content section#welcome img {
	float: left;
	margin: 0 20px 0 0;
}
section#content section#welcome article article p {
	width: 330px;
}

section#content section#welcome article article.showreel {
	display: block;
	width: 200px;
	float: left;
	height: auto;
	background: url(../images/intro.jpg) top left no-repeat;
	padding: 380px 0 0 0;	
}
section#content section#welcome article article p.showreel-info {
	display: block;
	color: #8a090c;
}

section#content section#welcome article article.showreel a, section#content section#welcome article article.showreel a:link, section#content section#welcome article article.showreel a:visited {
	text-decoration:none;
	display: block;
	padding: 4px 0 4px 2px;
	color: #8a090c;
	border: none;
	background: none;
}
section#content section#welcome article article.showreel a:hover, section#content section#welcome article article.showreel a:active {
	display: block;
	color: #f5eddd;
	background: #8a090c;
}

/* ################## individual sections --- WORK ################## */
section#content section#work {
	background: url(../images/2-work-frankenstein.png) top left no-repeat;
	padding: 170px 0 0 320px;
	display: block;	 
	float: left; 
	width: 900px;

}
section#content section#work article {
	display: block;
	width: 580px;
	float: left;
}
section#content section#work article h1 {

}
section#content section#work article ul li {
	display: block;
	float: left;
	margin: 3px;
}

	
/* link styling --- work section*/
/* 	NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
	colour box elements
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */	

section#content section#work article ul li a.cboxelement img {
	display: block;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
}


section#content section#work article ul li a:link.cboxelement {
	border: none;
	display: block;
	background: #999;
	padding: 6px;
}

section#content section#work article ul li a.cboxelement:hover, section#content section#work article ul li a.cboxelement:active, section#content section#work a.cboxelement:focus {
	background: #8a090c;
}


section#content section#work article ul li a:link.elroydirect {
	background: #666;
}

/* clips */
section#content section article object {
	display: block;
	margin: 0 12px 12px 0;
	width: 400px;
	height: 299px;
}
section#content section article p {
	width: 300px;
}
/* ################## individual sections --- ARCHIVE ################## */
section#content section#archive {
	background: url(../images/3-archive-toonlady.png) top left no-repeat;
	padding: 170px 0 0 320px;
	display: block;	 
	float: left; 
	width: 1200px;

}
section#content section#archive article {
	display: block;
	width: 100%;
	float: left;
}
section#content section#archive article ol {
	width: 375px;
	float: left;
}
section#content section#archive article ol li {
	margin: 0;
	padding: 0;
}

/* 	NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
colour box elements
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */	
	
	/* link styling --- work section*/
section#content section#work article ul li a.cboxelement {
	border: none;
	display: block;
	background:url(../images/overlay-desat-transparent.png) 0 0 repeat;
	padding: 6px;
}
section#content section#work article ul li a.cboxelement:hover, section#content section#work article ul li a.cboxelement:active, section#content section#work a.cboxelement:focus {
	background: #8a090c;
}

/* link styling --- archive list */
section#content section#archive a.cboxelement {
	border: none;
	padding: 0 0 0 4px;
	margin: 0 0 4px 0;
	background: none;
	display: block;
}
section#content section#archive a.cboxelement:hover, section#content section#archive a.cboxelement:active, section#content section#archive a.cboxelement:focus {
	padding: 0 0 0 2px;
	border-left: 2px solid #8a090c;
}
	

section#content section#archive article ol li span.date {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1em;
	color: #333;
	display: block;
	width: 4.4em;
	float: left;
}
section#content section#archive article ol li h3 {
	font-size: 1em;
	font-weight: normal;
	color: #8a090c;	
	margin: 0 0 0 0;
	padding: 0;
}
section#content section#archive article ol li img {
	float: left;
}
section#content section#archive article ol li div {
	display: none;
}
/* ################## individual sections --- ABOUT ################## */
section#content section#about {
	background: url(../images/4-about-oddbobgirl.png) top left no-repeat;
	padding: 170px 0 0 320px;
	display: block;	 
	float: left; 
	width: 1600px;
}
section#content section#about article p {
	display: block;
	min-height: 500px;
	width: 210px;
	margin: 0 30px 0 0;
	float: left;

}

/* ################## individual sections --- LINKS ################## */
section#content section#links {
	display: block;	
	background: url(../images/5-links-bouffantlady.png) top left no-repeat;
	padding: 170px 0 0 320px;
	float: left; 
	width: 900px;
}
section#content section#links article dl {
	width: 375px;
	float: left;
	font-size: .7em;
	margin: 0 0 0 10px;
}
section#content section#links article dl dt {
	margin: 0;
	padding: 0;
}
section#content section#links article dl dd {
	display: block;
	margin: 0 0 14px -6px;
}
section#content section#links article dl a{
	display: block;
	padding: 0 0 0 3px;
	margin: 0 0 0 -10px;
	border: none;
	border-left: 2px solid #8a090c;	
	font-size: 1.4em;
}
section#content section#links article dl a:link, section#content section#links article dl a:visited {
	
}
section#content section#links article dl a:active, section#content section#links article dl a:focus, section#content section#links article dl a:hover {
	color: #8a090c;
}
/* ################## individual sections --- CONTACT ################## */
section#content section#contact {
	display: block;	
	background: none;
	padding: 170px 0 0 320px;
	float: left; 
	width: 540px;
}
section#content section#contact h1 {
	float: left;
	margin: -.2em 0 0 -300px;
	width: 270px;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
	color: #8a090c;	
}
section#content section#contact object {
	float: right;
	margin: 1em 0 0 0;
}

/*  contact form formatting  */
section#content section#contact article form table {
	display: block;
	width: 330px;
	float: left;
	margin: 2em 0 0 -200px;
	padding: 1em 0 0 0;
	font-size: .76em; 
	font-family: Helvetica, Verdana, Sans-Serif; 
	line-height: 1.3em; 
	color: #333;
}

section#content section#contact form td span {
	display: none;
}
section#content section#contact form td { 
	color: #333;
	padding: 4px 0;
	text-align: right;
	width: 160px;
	
}

section#content section#contact form td textarea {
	width: 380px;

	padding: 5px;
	background: none;
	border: 1px solid #8a090c;	
}
section#content section#contact form td textarea:hover, section#content section#contact form td textarea:focus, section#content section#contact form td textarea:active {
	background: #f8f5ef;
	color: #8a090c;
	padding: 4px;
	border: 2px solid #333;	
}

section#content section#contact form td input {
	width: 100px;
	margin: 0 0 12px 0;
	padding: 5px;
	background: none;
	border: 1px solid #8a090c;
}
section#content section#contact form td input:hover,section#content section#contact form td input:focus, section#content section#contact form td input:active {
	background: #f8f5ef;
	color: #8a090c;
	padding: 4px;
	border: 2px solid #333;	
}
section#content section#contact form input#security_code {
	width: 6em;
}

section#content section#contact form input#submit {
	clear: left;
	float: right;
	display: block;
	width: 140px;
	margin: 0 0 20px 0;
	padding: 3px;
	background: none;
	border: none;
	border-bottom: 3px solid #8a090c;	
	font-size: 1.2em;
	font-weight: bold;
	color: #8a090c;
}
section#content section#contact form input#submit:hover, section#content section#contact form input#submit:focus, section#content section#contact form input#submit:active {
	padding: 3px;
	text-transform: uppercase;
	border: none;
	border-bottom: 3px solid #8a090c;
	color: #f5eddd;
	background: #8a090c;
}
section#content section#contact span {
	display: block;
}

/* ################## individual sections --- END ################## */
section#content section#end {
	display: block;	
	background: #fff;
	padding: 170px 0 0 320px;
	float: left; 
	width: 200px;
}






