/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
        margin-top:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


html {
	background:#fff url('../media/watermark.jpg') no-repeat; 
}
body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:0.85em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

#left_top {
	float:left;
	width: 340px;
	padding:0 10px;
}
#business {
	clear:both;
}
#pleasure {
	clear:both;
}
.padding-image {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.padding-image p {
	margin-top:10px;
	font-weight:bold;
}
h2 {
	font-family:georgia;
	color:#F27122;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.6em;
	line-height:14px;
	padding:5px 0;
}
.yui-b h1 {
	text-align:center;
	font-size:25px;
	margin:0 0 0 0;
}
#hd span {
	position:relative;
	left:260px;
	top:-60px;
	clear:both;
}
#hd span h1 {
	font-size:23px;
	margin:0;
}
#right {
	float: left;
	margin-left:20px;
	margin:0 10px;
}
#logos {
	width:630px;
	float:left;
	height:330px;
}
#logo_admin {
	float:left;
}
#contacts h2 {
	margin:0;
	font-size:1.8em;
}
#contacts h2 a {
	font-size: 9px;
}
#ft {
	text-align:center;
}
#ft dt {
	display:inline;
	padding:5px;
	list-style-type:none;
}
#ft dt a {
	font-weight:bold;
	font-size:12px;
	color:#F27122;
}
#top_ft {
	height: 120px;
	background:url('../media/footer_back.png') no-repeat;
}
#navigation {
	clear:both;
	height:50px;
}
#navigation li {
	float:left;
	padding:5px;
	list-style-type:none;
}
#navigation li a {
	background:url(../media/waves2.png) no-repeat;
	font-weight:bold;
	font-size:16px;
	color:#F27122;
	text-decoration:none;
}
.smooth-menu li a {
	z-index: 1;
	position: relative;
	display: block;
	text-decoration:none;
}

.smooth-menu {
	margin: 0;
}

.menu-one li {
	float: left;
	list-style: none;
}

.menu-one li a {
	/* anchor must have zindex higher than li.selection adn it should be a block */
	padding: 10px;
}

.menu-one .selection {
	background: transparent url('images/bg_menu_right.png') no-repeat top right !important;
	background: transparent url('images/bg_menu_right.gif') no-repeat top right;
}
/* Use sliding doors technique */
.menu-one .selection div {
	background: url('images/bg_menu.png') no-repeat top left !important;
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.yui-b p {
	text-align:justify;
}
/* Form Elements */

form {
	padding:1em;
	border:1px solid #eee;
}

legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input, textarea {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
select {
	border:1px solid #ddd;
	background:#fafafa;
	width:13em;
	font:0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:focus, select:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
textarea {
	width:17em;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}


/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

.pics { background: url(../media/weddings_back.png) no-repeat; margin:15px; z-index:1000; position:relative; top: -30px; }
.pics img { background: url(../media/weddings_back.png) no-repeat; height: 283px; width: 570px; border: 1px solid #F27122;position:relative;z-index:900; }
#images_header {margin-left:15px;height:18px;width:100%;position:relative;z-index:2000;top:0px;}
#bd {
	clear:both;
}

.error {
border: 1px solid;
margin: 10px 0px;
padding:10px 0px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../media/error.png');
}
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-weight:bold;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../media/success.png');
}
.info, .success, .warning, .error, .validation {
	clear:both;
}
fieldset .error {
	margin-left:0;
}
#slideshow {
	margin-top: 60px;
	background:url('../media/circle_back.png');
	float:left;
	width:322px;
	height:242px;
}
.numbers h4 {
	position:relative;
	text-align: center;
	top:80px;
	font-size:2.2em;
	color:#000;
}
.numbers p {
	position:relative;
	text-align: center;
	top:80px;
	font-size:1.5em;
}
.front_images img {
	border:2px solid #F27122;
	border-top:7px solid #F27122;
}
span.title {
	color:#F27122;
	font-weight:bold;
}
.yui-g p {
	text-align:justify;
}
ol.lowercase_alpha li {
	list-style-type:lower-alpha;
}
ol.upper-alpha li {
	list-style-type:upper-alpha;
}
#recaptcha_table {
	float:left;
}
#add_location {cursor:pointer; color:blue;text-decoration:underline;}

table {
  width: 100%;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px;
	background: #CAE8EA url(../media/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../media/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../media/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #B4AA9D;
}
td {
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px;
	color: #6D929B;
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
