/* @override 
	http://www.pinkworks.co.uk/themes/shop/css/layout.css
	http://www.pinkworks.co.uk/themes/shop/css/layout.css?m=1267130054
	http://www.pinkworks.co.uk/themes/shop/css/layout.css?m=1267792856
*/

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,b,u,i,center,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;vertical-align:baseline;background:transparent;}

body{line-height:1;}ol,ul,li{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{*zoom:1;}

/* Global Resetting */
html{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	font-size: 75%;
		/* reset font-sizes to 1em == 10px */
}


* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Home Page */
#Main_Home{
text-align: center;
}

#HomeContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: auto;
	margin-top: 20px;
}

#Title_Home {
width:100%;
height:110px;
background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Content_Home {
width:auto;
height:60px;
padding-bottom:5px;
text-align:center;
	background: url(../images/corner_bottom.gif) no-repeat center top;
}
#Image_Home {
	width:auto;
	height:auto;
	text-align: center;
	vertical-align: baseline;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	background-color: white;
}
#Image_Home_Left {
	height: 380px;	
	width: auto;
	display: inline;
}

#Image_Home_Left img {
vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}

#Image_Home_Right {
	height: 380px;	
	width: auto;
	display: inline;
}
#FlashID {
}

/* Layout CSS */
#Main {
	width:900px;
	margin: 18px auto 0px;
	background: url(../images/corners.jpg) no-repeat 0 145px;
}
#Header {
	height: 110px;
	width: 100%;
	background: url(../images/top.jpg) no-repeat center top;
	margin-bottom: 34px;
	text-align: center;
}

/* Main Page (home) */

div#MainLeftButton {
	width: 150px;
	height: 150px;
	float: left;
}

div#MainPageContent {
	width: 550px;
	height: auto;
	float: left;
}

img#righthome {
	width: 150px;
	height: 150px;
	float: left;
}

#MainPageWrapper {
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* Main Page Images */

a.MyImage img:hover {
	border: 1px solid #FF99CC;
	padding: 2px;
}
a.MyImage img {
	border: 1px solid #FFFFFF;
	padding: 2px;
}
#MainBottomImageLeft,
#MainBottomImageRight {
	width: 420px;
	height: auto;
	float: left;
	padding-top: 30px;
}
#MainBottomImageLeft {
	text-align: center;
}
#MainBottomImageRight {
	text-align: center;
}

/* Menu */
#Menu1{
	text-align: center;
	color: white;
	width: 100%;
	overflow: hidden;
	height: auto;
	margin-top: 5px;
}
#Menu1 ul li{
	display: inline;
	margin: 3px;
}
#Menu1 span {
	display: none;
}
			#Menu1 li a, a:visited, a:active
			{
	text-decoration: none;
	color: white;
	height: auto;
	width: auto;
}


#ContentContainer {
background-color: white;

background-repeat:no-repeat;
background-position:center top;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
	height:auto;
	min-height:400px;
	margin: 0;
}

* html .ContentContainer {
  min-height: 400px;
	background-color: white;
}
	
#Menu2 {
	width: auto;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	margin: 0;
	padding: 2px 2px 5px;
}
#Menu2Bottom{
	width: auto;
	height: 15px;
	background: url(../images/menu_decor.jpg) no-repeat center -85px;
}
#Menu2Top{
	width: auto;
	height: 85px;
	background: url(../images/menu_decor.jpg) no-repeat center top;
}
			ul#Menu2 li
		{
	font-size: 1.3em;
	text-decoration: none;
	padding-bottom: 5px;
}
			ul#Menu2 li a, a:visited
			{
	text-decoration: none;
	color: #ff99CC;
	font-weight: bold;
}

			ul#Menu2 li a:hover, a:active
			{
	color: #fa15a3;
	text-decoration: none;
			}
				#Menu2 li.current,
				#Menu2 li.section,
				#Menu2 li.current a,
					#Menu2 li.section a {
					color: #dd2091;
								}

#Content {
float: left;
margin: 0;
width:860px;
text-align: center;
background-color: white;
display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
.center{
	text-align: center;
}
div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	clear:both;
	text-align:center;
	border:none;
	border-top:0;
	background-image: url(../images/corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	padding-top: 23px;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #CCCCCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
	
	#Footer a, a:visited{
	color: #cccccc;
	text-decoration: none;
}
		#Footer a:hover, a:active{
	color: #fa15a3;
	text-decoration: none;
}

/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

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

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background: #ffe7fd;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom: 1px dashed #bbb;
	text-align: center;
}

ul#PageComments {
	font-size: 1.8em;
}
ul#PageComments span{
	font-size: 0.6em;
}

#PageComments_holder {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

li#Link {
	margin-bottom: 30px;
}
li#Link h1{
	color: black;
}

/* Events */

#EventsList {
	width: 580px;
	float: left;
	height: auto;
	overflow: auto;
}

li#Events {
	border-bottom: 1px dashed #ff99CC;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
	height: auto;
	overflow: auto;
}

div#EventDescription {
	width: 360px;
	height: auto;
	float: left;
}

div#EventDate,
div#EventLocation {
	width: 190px;
	float: left;
	text-align: left;
}

div#EventImage {
	width: 260px;
	height: auto;
	float: left;
	overflow: auto;
	text-align: right;
	padding-top: 35px;
}
#HeaderOne h1 {
	width: 360px;
	float: left;
}
#HeaderTwo.clearfix h1 {
	width: 200px;
	float: left;
	clear: right;
}

#NewsletterWrapper {
	width: 700px;
	height: auto;
	background-color: white;
	padding: 5px;
	margin: 15px auto;
}

#NewsletterFooter {
	text-align: center;
}
/* Newsletter Style */

