/* Screen styles for absoluterestoration.co.uk

Basic colours

#CC9966 - background
#99CC66 - logo, page intro border
#669933 - logo border, page header subtext
#E6FFCC - page intro background
#6666CC - link colours
#CC6666 - link hover
#9999FF - link visited
#FF3333 - link active
#CCCC66 - quotes

*/

/*html {
	border : 5px solid #fff;
}*/

body {
	background-color : #c96;
	font-family : Georgia, "Times New Roman", Times, serif;
}

a:link {
	color : #66c;
}

a:visited {
	color : #99f;
}

a:hover {
	color : #c66;
}

a:active {
	color : #f33;
}

img {
	background-color : #fff;	
	border : 1px solid #333;
	padding : 4px;
}

/* Layout */

#outer {
	width : 760px;
	border : 1px solid #fff;
	/* needs hack for IE width */
	margin : 25px auto 0 auto;
	padding : 9px;
}

#inner {
	background-color : #fff;
	padding : 20px;
}

#header {
	height : 70px;
	margin-bottom : 30px;
}

#intro {
	background-color : #E6FFCC;	
	border : 1px solid #9c6;
	padding : 20px 30px;;
	margin-bottom : 30px;
}

#content {
	border-right : 1px solid #E6FFCC;
	padding : 0 30px;
	width : 445px;
}

#sidebar {
	float : right;
	width : 180px;
}

#footer {
	padding : 10px;\
	clear: both;
}

/* Logo */

#header h1 {
	background-color : #9c6;
	border : 1px solid #693;
	color : #fff;
	float : left;
	font-size : 24px;
	font-weight : normal;
	margin : 0;
	text-align : center;
	padding : 20px 0;
	width : 275px;
}

#header h1 a {
	color : #fff;
	display : block;
	text-decoration : none;
}

#header h1 a:hover {
	text-decoration : underline;
}

/*  Contact info */

#header dl {
	float : right;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	margin : 0;
	padding :0;
}

#header dl dt {
float : left;

}

#header dl dd {
padding : 0;
margin : 0;
}


/* Intro text */

#intro p {
	font-size : 14px;
	margin-top : 0;
}

#intro #personal {
	float : right;
	color : #693;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 18px;
	margin-left :  30px;
	width : 180px;	
}

/* Amended intro 7-10-07 */

#intro #update {
	border-bottom: 1px solid #9c6;
	padding-bottom: 15px;
}


/* Content text */

#content div.teaser {
	clear : left;
	height : 90px;
	margin-bottom : 15px; 
}

#content img {
	float : left;
	margin-right : 10px;
}

#content h3 {
	font-size : 18px;
	margin : 0;
}

#content p {
	font-size: 14px;
	margin-top : 0;
}

#content ul li {
	font-size: 14px;
	line-height : 20px;
}

#content hr {
	color : #fff;
}

#content span.new {
	background-color : #693;
	color : #fff;	
	float :right;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 1px 2px;
}

/* Sidebar quotes */

blockquote {
	color : #cc6;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	margin : 0;
	padding : 0;
}

blockquote p#sig {
	font-size : 16px;	
}

/* Page heading */

h2 {
	font-size : 18px;
	background-color : #E6FFCC;
	border : 1px solid #9c6;
	color : #693;
	padding : 10px 30px;
}

h2 em {
	font-weight : normal;
}

/* Karens page */

#fd #intro {
	background-color : #fff;	
	border : 0;
	padding : 20px 30px 0 30px;
}

#fd #intro p {
	font-size : 16px;		
	margin-top : 0;
}


#fd #intro #personal {
	float : right;
	margin-left :  30px;
	width : 120px;	
}

#gallery {
	padding : 0 30px;
	height : 340px;
}

#gallery p {
	font : 11px Georgia, "Times New Roman", Times, serif;
}

#gallery #thumbs {
	float : left;
	width : 290px;
}

#gallery #preview {
	float : right;
}

#gallery #thumbs img {
	margin-right : 20px;
	margin-bottom : 20px;	
}

/* Footer text */

#footer p {
	color : #fff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;	
	margin : 0;
	text-align : center;
}

#footer p#creds {
	margin-top : 10px;
} 

#footer p#creds, #footer p#creds a {
	color : #fc9;
}

.hide {
	display : none;
}

