/*																*/
/*  Special Events and Flowers Customer Stylesheet				*/
/*  Created: October 2009										*/
/*  Version: 2.0												*/
/*																*/
/*  This code belongs exclusively to Open Knowledge Corp.  		*/
/*  Created by Anne Dixon-Mahatoo								*/
/*																*/

/* Colours:														*/
/*   Weddings: #82c287 (green)									*/
/*   Flowers: #9ac7e9 (blue)									*/
/*   Details: #dcbef3 (purple)									*/
/*   Corporate: #f46969 (red)									*/
/*   About: #edcce6 (pink)										*/

body { 
	background: #333 url('../graphics/portfoliosBG.png') top left repeat-x;
	font-size: 62.5%;
	color: #fff;
	font-family: Optima, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}


#navbar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	height: 30px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	width: 800px;
}

#navbar ul{
	list-style: none;
	display: block;
	}
	
#navbar li {
	float: left;
	padding-right: 1.5em;
	}

#outerWrapper {
	background: #fff;
	border: 1px solid white;
	height: 600px;
	margin: auto;
	width: 800px;
	}
	
/*												*/
/* Set colours for each right side page.		*/
/*												*/

#rightWeddings {
	background: #82c287 url('../graphics/Paisley.png'); 
	float: right;
	width: 320px;
	height: 600px;
	text-align: center;
	}

#rightFlowers {
	background: #9ac7e9 url('../graphics/Paisley.png'); 
	float: right;
	width: 320px;
	height: 600px;
	text-align: center;
	}
	
#rightDetails {
	background: #dcbef3 url('../graphics/Paisley.png'); 
	float: right;
	width: 320px;
	height: 600px;
	text-align: center;
	}
	
#rightCorporate {
	background: #f46969 url('../graphics/Paisley.png'); 
	float: right;
	width: 320px;
	height: 600px;
	text-align: center;
	}

/*												*/
/* Set colours for each left side page.		*/
/*												*/
	
#logoWeddings {
	background: #82c287;
	height: 162px;
	margin: auto;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 162px;
	}
	
#logoFlowers {
	background: #9ac7e9;
	height: 162px;
	margin: auto;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 162px;
	}
	
#logoCorporate {
	background: #f46969;
	height: 162px;
	margin: auto;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 162px;
	}
	
#logoDetails {
	background: #dcbef3;
	height: 162px;
	margin: auto;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 162px;
	}

#logoAbout {
	background: #edcce6;
	height: 162px;
	margin: auto;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 162px;
	}

/* Setting for text box on the About page*/

#rightAbout {
	background: #edcce6 url('../graphics/Paisley.png'); 
	color: #555;
	float: right;
	width: 320px;
	height: 600px;
	text-align: center;
	}
	
#rightAbout p {
	color: #111;
	padding-left: 20px;
	text-align: left;
	}

#rightAbout p.line1 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px
	}

#rightAbout a:link {
	font-size: .8em;
	font-weight: bold;
	color: #555;
	line-height: 0.2em;
	text-decoration: underline;
	}

#rightAbout a:visited {
	font-size: .8em;
	font-weight: bold;
	color: #555;
	line-height:0.5em;
	text-decoration: underline;
	}
	
img.large {
	margin-top: 35px;
	border: 2px solid #777;
	}
	
img.portfolio {
	margin-bottom: 10px;
	margin-top: 35px;
	}
	
img.title {
	padding-top: 25px;
	}
	
#textAbout {
	background: #fff;
	border: 2px solid #777;
	font-size: 1.2em;
	line-height: 0.5em;
	margin: auto;
	margin-top: 10px;
	width: 270px;
	padding-bottom: 5px;
	}
	
#textAbout p {
	font-size: 1.1em;
	line-height: .5em;
	}
	
#left {
	background: #222 url('../graphics/contentBG.png') bottom left no-repeat;
	float: left;
	height: 600px;
	padding: 0;
	width: 478px;
	}
	
#left p{
	font-size: 1.3em;
	line-height: 1.5em;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	}

#left p.addr {
	font-size: 1.5em;
	line-height: 0em;
	text-align: center;
	}

#left p.line1 {
	padding-top: 20px;
	}
	
#left ul {
	font-size: 1.2em;
	text-align: left;
	}

#left .quote {
	font-size: 1.5em;
	font-style: italic;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
}

#thumbnailsbox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 2px;
	margin: auto;
	text-align: center;
	top: 25px;
	position: relative;
	width: 225px;
}

#thumbnailsbox p{
	color: #555;
	font-size: 6em;
	font-style: italic;
	padding-top: 25px;
	padding-left: 35px;
	width: 150px;
	}

#blank {
	clear: both;
}

#footer {
	clear: both;
	color: #ffffff;
	text-align: center;
	margin: 10px;
	font-size: 1em;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
}

.sitemap {
	text-align: left;
	}
	
a:link {
	color: #fff;
	text-decoration: none;
	}

a:visited {
	color: #ccc;
	text-decoration: none;
	}

a:hover {
	color: #000;
}

a img {
	border: none;
	}

img.thumbnail {
	border-width: 3px;
	border-color: #444;
	border-style: solid;
	}

#footer {

}

