/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Tables
Clear
Footer

/* ———- @ HTML Elements ———–*/

* {
margin: 0;
padding: 0;
}

body, html {
	color:#666;
	min-height:101%;
	font-size: 100%;
	background-image: url(../images07/bg_linene.jpg);
	background-repeat: repeat;
	margin-top: 10px;
}

body, form {
font-family: Verdana, Arial
}

#floralbg{
	background : url(../images07/bg_floral_home.gif) no-repeat center 0px;
	width : 100%;
	height : 100%;
}


a:link, a:visited {
text-decoration:underline;
color: #7C7D57;
}

a:hover, a:active {
color:#bfbb85;
text-decoration:none
}

*:focus {
outline: none;
}

/* ———- @ Page Structure ———–*/

#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 720px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8c7f92;
	border-left-color: #8C7F92;
}

#masthead {
	background: url(/images07/masthead.gif) no-repeat;
	height: 121px;
	width: 720px;
	margin: 0 auto;
	border-top: 3px solid #6c6245;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main-photo {
	width: 720px;

}

.main-photo-home {
	background-image: url(/images07/masthead_hom.jpg);
	height: 211px;
	width: 693px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}

.main-photo-about {
	background-image: url(/images07/mainphoto_about.jpg);
	height: 233px;
	width: 692px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}


.main-photo-portfolio {
	background-image: url(/images07/mainphoto_portfolio.jpg);
	height: 233px;
	width: 693px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}

.main-photo-raves {
	background-image: url(/images07/mainphoto_raves.jpg);
	height: 233px;
	width: 693px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}

.main-photo-contact {
	background-image: url(/images07/mainphoto_contact.jpg);
	height: 233px;
	width: 693px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}



.main-photo-thankyou {
	background-image: url(../images07/mainphoto_thankyou.jpg);
	height: 621px;
	width: 693px;
	margin: 10px 0px 5px 14px;
	background-repeat: no-repeat;
}

.left {
float:left;
}

.right {
float:right
}



/* ———- @ SlideShows ———–*/

#slideshow {
margin-top: 20px;
}

#slideshow-home {
margin: 20px 0px 0px 10px;
}

#slideshow-one {
margin: 20px 0px 10px 10px;


}

/* ———- @ Navigation ———–*/
#nav {
	margin-left: 390px;
	text-indent: -9000px;
	height: 118px;
	width: 320px;
	padding: 0px;

}

#nav ul {
margin: 0px;
}



#nav li {
	display: inline;
	list-style-type: none;

}

#nav a {
	height: 118px;
	float: left;
	border: none;
	padding-right: 9px;
}

a.home {
	background: url(/images07/nav_home.gif) no-repeat;
	width: 47px;
	height: 118px;
}
a.homecurrent {
	background: url(/images07/nav_home_on.gif) no-repeat;
	width: 47px;
	height: 118px;
}

a.home:hover {
	background-image: url(/images07/nav_home_on.gif);
}

a.about {
	background: url(/images07/nav_about.gif) no-repeat;
	width: 48px;
	height: 118px;
}

a.aboutcurrent {
	background: url(/images07/nav_about_on.gif) no-repeat;
	width: 48px;
	height: 118px;
}

a.about:hover {
	background-image: url(/images07/nav_about_on.gif);
}

a.portfolio {
	background: url(/images07/nav_portfolio.gif) no-repeat;
	height: 118px;
	width: 71px;
}

a.portfoliocurrent {
	background: url(/images07/nav_portfolio_on.gif) no-repeat;
	height: 118px;
	width: 71px;
}

a.portfolio:hover {
	background-image: url(/images07/nav_portfolio_on.gif);
}

a.raves {
	background: url(/images07/nav_raves.gif) no-repeat;
	height: 118px;
	width: 48px;
}

a.ravescurrent {
	background: url(/images07/nav_raves_on.gif) no-repeat;
	height: 118px;
	width: 48px;
}


a.raves:hover {
	background-image: url(/images07/nav_raves_on.gif);
}

a.contact {
	background: url(/images07/nav_contact.gif) no-repeat;
	height: 118px;
	width: 59px;
}

a.contactcurrent {
	background: url(/images07/nav_contact_on.gif) no-repeat;
	height: 118px;
	width: 59px;
}

a.contact:hover {
background-image: url(/images07/nav_contact_on.gif);
}

/* ———- @ Navigation for Portfolios  ———–*/

#sub-nav {
margin-left: 506px;
}

#nav-portfolio {
	margin-left: 390px;
	margin-top: 0px;
	text-indent: -9000px;
	height: 28px;
	width: 320px;
	padding: 0px;
}

#nav-portfolio ul {
margin: 0px;
padding-top: -1px;
}



#nav-portfolio li {
	display: inline;
	list-style-type: none;

}

#nav-portfolio a {
	height: 28px;
	float: left;
	border: none;
	padding-right: 9px;
}

a.homeport {
	background: url(/images07/nav_home_port.gif) no-repeat;
	height: 28px;
	width: 47px;
}

a.aboutport {
	background: url(/images07/nav_about_port.gif) no-repeat;
	height: 28px;
	width: 50px;
}

a.portfolioweddings {
	background: url(/images07/nav_port_weddings.gif) no-repeat;
		height: 28px;
	width: 72px;
}

a.ravesport {
	background: url(/images07/nav_raves_port.gif) no-repeat;
	height: 28px;
	width: 43px;
}

a.contactport {
	background: url(/images07/nav_contact_port.gif) no-repeat;
	height: 28px;
	width: 61px;
}


/* ———- @ Headings ———–*/

h1, #logo {
width: 150px;
background: url(/images/logo.png);
height: 146px;
text-indent:-9000px;
font-size: 1.8em
}

h2 {
	font-size: 1em;
	font-family: Verdana, Arial;
	color: #887A8D;
	background-image: url(/images07/flower.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 2px 0px 0px 16px;
	height: 16px;
	width: 200px;

}

h3 {
	font-size: 1em;
	font-family: Verdana, Arial;
	color: #a49aa8;
background-image: url(/images07/flower.gif);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 2px 0px 0px 16px;
	height: 16px;
	width: 200px;
}

h4 {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8C8663;
	padding: 8px 0px 2px;
}
/* ———- @ Content Area ———–*/

#main-content {
	width: 720px;
	height: 100%;
	margin: 10 auto 0;
	background-color: #ffffff;
}

#main-content p {
font-size: 11px;
line-height: 18px;
padding-bottom: 10px;
}


.col-one {
width: 195px;
padding: 15px 10px 0px 20px;
float: left;
}


.col-two{
width: 200px;
padding: 15px 10px 0px 25px;
float: left;
}

.col-two p {
padding-right: 20px;
}

.col-three{
width: 225px;
padding: 15px 10px 0px 5px;
float: left;
}


.col-left {
width: 300px;
padding: 0px 30px 0px 20px;
margin-top: 16px;
float: left;
border-right: 1px solid #bfbb85;
}

.col-left-about {
width: 360px;
padding: 0px 30px 0px 20px;
margin-top: 16px;
float: left;
border-right: 1px solid #bfbb85;
}
.col-left-contact {
width: 340px;
padding: 0px 30px 0px 20px;
margin-top: 16px;
float: left;

}


.col-right  {
width: 330px;
padding: 0px 0px 0px 20px;
margin-top: 16px;
float: left;
}
.col-right-about  {
width: 270px;
padding: 0px 0px 0px 20px;
margin-top: 16px;
float: left;
}
.col-right-raves  {
width: 270px;
padding: 0px 0px 0px 20px;
margin-top: 16px;
float: left;
}

.col-right-raves p{
margin-right: 10px;
}



.col-right-contact  {
width: 290px;
padding: 0px 0px 0px 20px;
margin-top: 16px;
float: left;
border-left: 1px solid #bfbb85;
}


.col-two img, .col-three img, .col-right img {

margin-bottom: -6px;
}

.image-about {
	margin: 2px 0px 15px 8px;
	
	float: right;
}




#bottom {

height: 40px;
padding: 10px 0px 0px 20px;
	border-bottom: 1px solid #8C845E;
}


.viewportfolio {
	background-image: url(/images07/viewgallery.gif);
	background-repeat: no-repeat;

	margin: 0px 0px 6px;
	padding: 2px 0px 6px 24px;
	height: 16px;
	width: 20px;
}


.featured-venue-img {
float: left;
margin: 0px;
padding: 0px;
border: 1px solid green;
}








#sidebar {
}

/*Interior Pages*/

.bullets {
padding:15px 15px 15px 30px;
}

.bullets li {
background:url(/images/bullet.gif) no-repeat;
list-style:none;
padding-left: 11px;
margin-bottom: 5px;
}

/* ———- @ Tables ———–*/
#contactus {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;


}

#contactus td {

}

/* ———- @ Forms ———–*/

.button {
	background: #D1CDBA ! important;
	border:#F7ECD4 1px solid;
	padding: 1px 2px 2px;
	margin: 0 2px 0 0;
	color:#807960;
	height: 22px;
	width: 50px;
}

.button:focus {
	padding:2px;
	background: #8C7F92 ! important;
	color: #FFFFFF;
}

.button:hover {
	background: #8C7F92 ! important;
	color: #000;
}

#formstyles {
font-size: 11px;
}

input {
	height: 16px;
	width: 180px;
	border: 1px solid #BDBA8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	margin: 5px 0px 8px;
}

textarea {
border: 1px solid #BDBA8C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4F4F4F;
margin: 5px 0px 8px 0px;
}

select {
	height: 15px;
	width: 160px;
	border: 1px solid #BDBA8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	margin: 5px 0px 8px 0px;
}

/*Clear*/

.clearfloat:after {
content:.;
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
height:1%;
}

*+html .clearfloat {
height:1%;
}

.clearfloat {
	display:block;
	clear: both;
}
/* End hide from IE-mac */

/* -- @ Footer --*/

#footer {
	padding: 10px 0px 10px 10px;
	width: 720px;
	color:#5B5A57;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#footer a:link, a:visited {
	color:#5B5A57;
text-decoration: none;
}

#footer a:hover, a:active {
	color:#A98A54;
	text-decoration: underline;
}
