/*
	Theme Name: PetalsOfBrighton.com
	Theme URI: www.petalsofbrighton.com
	Description: Petals of Brighton Website/Portfolio
	Version: 2.0a
	Author: Dennis Stevenson
	Author URI: www.d2webdesigns.com/
	
	Primary Colors:
	bgcolor:
	textcolor:
	texthover color:
	heading1 color:
	
*/
* { padding:0; margin:0; } 

ul, li, img, body, html {
}

a {
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #443d62;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #000 url(../images/bg.png) no-repeat center top;
	width: 100%;
	font-family: Calibri, Verdana, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
}

ul {
	text-align: left;
}

hr {
	width: 80%;
}

h5 {
	font-weight: normal;
	text-align: left;
	padding-left: 80px;
	padding-right: 100px;
}

#wrapper {
	padding-top: 5px;
	margin: 0 auto;
	width: 903px;
}

#header {
	background: url(../images/header.png) no-repeat;
	position: relative;
	float: left;
	height: 150px;
	width: 902px;
	border-bottom: 1px solid #000;
}

#content {
	background: url(../images/content_bg.png) no-repeat;
	position: relative;
	float: left;
	height: 580px;
	width: 903px;
}

#navigation {
	text-align: center;
	width: 80%;
	padding: 2px;
	font-family: Calibri, Verdana, sans-serif;
}

#navigation ul, #navigation li {
	display: inline;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#portfolio {
	text-align: center;
	background: url(../images/carousel.png) no-repeat;
	height: 187px;
	width: 869px;
	border: 1px solid #000;
	margin-bottom: 18px;
}

/* Size of images within the portfolio bar */
.carousel ul li img {
	text-align: center;
	border: 1px solid;
	display: inline;
	margin-top: 15px;
	margin-left: 15px;
}

/* Size of margins around images within the portfolio bar */
.carousel ul li {
	list-style-type:none;
	display: inline;
}

#col1 {
	color: #EFEFEF;
	border: none;
	height: 297px;
	width: 280px;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
}

#quote {
	background: url(../images/quote_bg.png) no-repeat;
	height: 297px;
	width: 299px;
	border: 1px solid #000;
	position: relative;
	float: left;
	overflow: auto;
	text-align: left;
	font-size: 80%;
	padding-left: 5px;
	padding-right: 5px;
}

#col3 {
	height: 297px;
	width: 295px;
	position: relative;
	float: right;
}

#footer {
	background: url(../images/content_bg.png) no-repeat;
	font-size: 80%;
	height: 50px;
	width: 903px;
	overflow: hidden;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.footer a img {
	text-decoration: none;
	vertical-align: middle;
	border: none;
}

a:hover {
	text-decoration: none;
}

a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 130px;
}
	
a.tooltip:hover span{
	font-size: 70%;
	display: block;
	position: absolute;
	background: #94856f;
	border: 1px solid #cccccc;
	color: #000;
}

/* aboutMe.html specific styles */

#aboutMeWrapper {
	background-color: #a19279;
	border: 1px solid;
	height: 250px;
	text-align: left;
	margin: 75px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	
}

#aboutMeWrapper img {
	float: left;
	border: 2px solid;
}

#aboutMeWrapper p {
	padding-left: 200px;
	padding-top: 10px;
}

.aboutmeimage {
	margin-top: 30px;
	margin-left: 20px;
}

/* contactMe.html specific styles */

.contactForm {
	padding-left: 100px;
	padding-top: 25px;
	text-align: left;
}

/* services.html specific styles */

#servicesWrapper {
	overflow: auto;
	height: 550px;
	width: 900px;
}

#servicesWrapper img {
	float: left;
	border: 2px solid;
}

#servicesWrapper p {
	padding-left: 200px;
	padding-top: 10px;
}

#servicesItem {
	background-color: #a19279;
	border: 1px solid;
	height: 175px;
	text-align: left;
	margin-top: 20px;
	margin-left: 75px;
	margin-right: 75px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;	
}

/* portfolio stuff */

#gallery {
	position: relative;
	width: 686px;
	padding:10px;
	border:2px solid #fff;
	background:#AAA;
}

#images {
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px;
}

#image {
	position:relative;
	width:672px;
	height:375px;
	padding:5px;
	border:2px solid #666;
	background:#FFF url(../images/loading.gif) center center no-repeat;
}

#image img {
	position:absolute;
	top:5px;
	left:5px;
}

#thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	width:682px;
	height:100px;
	border:2px solid #666;
	background:#FFF;
}

#thumbarea {
	position:absolute;
	overflow:hidden;
	height:100px;
	width:682px;
}

#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF;
}

#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}

.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer; 
}

#previmg {
	left:0;
	background:url(../images/left.gif) left center no-repeat;
	border-left:5px solid #FFF; 
}

#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#nextimg {
	right:0;
	background:url(../images/right.gif) right center no-repeat;
	border-right:5px solid #FFF;
}

#nextimg:hover {
	opacity:1;
	filter:alpha(opacity=100);
}