/* reset.css */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}body{line-height:1.5;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:400;}table,td,th{vertical-align:middle;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}a img{border:none;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font:  Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#ccc;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px dotted #000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:30px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:10px;
	margin-top:1px;
}


body{
	background: #f3fafe;
	color: #666;
	margin-top: 0;
	font: 100% 'trebuchet ms', verdana, arial;
}
h1{
 text-align: left;
 margin: 0 0 10px 10px;
 width: 180px;
 height: 35px;
 }
h2{
    font-weight: 700;
    text-transform: uppercase;
}
p{
    font-size: .85em;
    line-height: 1.2em;
    margin-bottom: 1em;
	padding: 0;
}
ul{
	font-size:0.85em;
	list-style-type: none;
}
em{
    font-style: italic;
}
a,a:hover,a:visited{
	color: #096dac;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: underline;
}
.headerUnderlined{
  display: block;
  margin: auto;
  padding-bottom: 5px;
  border-bottom: 1px dotted;   
  clear: both;
}
/* =Layout */
#wrap{
    width: 957px;
    margin: 0 auto;
}
#content{
    background: #fff;
    padding: 20px 10px;
	border: 1px dotted;
	overflow: auto;
}
#leftColWide{
	float:left;
    clear: left;
    margin: 0 10px 0 0;
	width: 620px;
}
#leftCol{
    float:left;
    clear: left;
    margin: 0 10px 0 0;
}
#leftCol img{
    margin: 40px 0 0 15px;
    display: inline-block;
}
#centerCol{
    float:left;
    width:420px;
    border: 1px dotted;
    margin: 0 10px 0 0;
}
#centerCol p{
	padding: 0 10px;
}
#rightCol{
    width: auto;
    float: right;
    clear: right;
    margin: 0;
}
.featured{
	border-top: 1px dotted;
	margin: 20px 10px;
	clear: both;
}
.featured p{
	padding: 10px 0!important;
}
#sendToFriend{
	float: left;
	width: 370px;
}
.rules{
	background-color: #fff;	
}
.rules div{
	width: 450px;
	margin: 0 auto;
	font-size: .9em;
	padding: 0;
	position: relative;	
}
.rules h3{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin: 30px 0 20px;
	color: #069;
	font-size: .8em;
	font-weight: bold;	
	font-size: 1em;
	position: relative;
}
.rules h3 .print{
	position: absolute; 
	right: 3px; 
	top: 0;
	zoom: 1;
}
/* =index */
.indexSection{
	border-top: 1px dotted;
	background: url(/weddings/i/div-shadow.gif) repeat-x 0 0;
	width: 520px;
	margin: 0 auto;
	padding: 20px 0;
}
.indexSection p{
	margin: 0 70px 0 143px;
	padding-bottom: 10px;
    display: block;
}
.indexSection img{
	float: left;
}
.indexSection p img{
	float: none;
}
.indexSection p.menu{
	margin-right: 0;
	padding-top: 10px;
}
.indexSection p.menu{
	color: #5ab1e7;
	text-transform: lowercase;	
}
.indexSection p.menu a{
	line-height: 1.5em;
	white-space: nowrap;
	color: #5ab1e7;	
}

.citiguides{
	width: 280px;
	border: 1px dotted;
	padding: 20px 0;
	background: url(/weddings/i/gift.gif) no-repeat 230px 5px;
	margin: 0 auto;
}
.citiguides p{
	margin-left: 10px;
}
.citiguides ul{
	list-style-type: none;
	margin-left: 10px;
}
.citiguides ul li{
	height: 24px;
}
/* =content */
.sectionItem{
    clear: both;
    padding: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.sectionItem img{
    float: left;
    padding: 0 10px 10px 0;
}
.sectionItem h2{
    margin-left: 143px;	
}
.sectionItem h2.noimage{
	margin-left: 0;
}
.sectionItem h4{
	font-weight: 600;
	color: #069;
	font-size: .9em;
	margin-top: 10px;
}
.sectionItem p{
    margin-left: 143px;
	padding: 0!important;
    display: block;
}
.sectionItem p.noimage{
	margin-left: 0;
}
.sectionItem ol, .sectionItem ul{
	list-style-position: outside;
	padding-left: 20px;
}
.sectionItem ol{
	font-size: .85em;
}
.sectionItem ul{
	list-style: none;
}
.sectionItem ul li{
	line-height: 1.6em;
}
.sectionItem ul.checklist{
	list-style-image: url(/weddings/i/square.gif);
	padding-left: 20px;
	margin: 10px 0 0 20px;
}
.sectionItem ul.checklist li strong{
	font-weight: 600;
	color: #069;
	font-size: 1em;
}

.rectangle300{
    margin:0 auto 10px auto;
}
p.footer{
    font-size: .7em;
}

#footer{
    margin: 10px auto;
    text-align: center;
    color: #999;
    font-size: .7em;
}
#footer a,
#footer a:visited,
#footer a:hover{
    color: #999;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

/* =Sweeps */
.sweeps{
	width: 530px;
	margin: auto;
	background: url(/weddings/i/sweeps-div.gif) repeat-y 50% 0;
}
.sweeps div{
	width: 200px;
	float: left;
	padding: 0 30px;
}
.sweeps div.clear{
	width: 500px;
	float: none;
	clear: both;
}


/* =Form */
form#friendForm{
    margin: 10px 0;
	clear: both;
	display: inline-block;
	width: 370px;
}
form#friendForm textarea{
    width: 370px;
}
form#friendForm .submitBtnDiv{
    padding: 10px 0;
}
div.share-progress {
	position:relative;
	margin: -20px 0 0 10px;
	display: inline-block;
}
div.share-messages{
	display:none;
	margin:5px 0;
	background-color:#F8D1D9;
	border:3px double #F0A4B3;
	width:367px;
}
ul#errors {
	margin:5px 0;
	background-color:#F8D1D9;
	border:3px double #F0A4B3;
	width:310px;
	padding: 5px;
}
ul#errors li{
	padding: 3px;
}
div.share-thankyou {
	display:none;
	margin-top:80px;
	margin:80px auto 0 auto;
	width:280px;
}
div.share-thankyou p{
	text-align:center;
	width:280px;
	font-size:1em;
}
div.share-thankyou a{
	text-decoration: underline;
}
p.share-errors {
	margin:0 10px;
	padding:5px 20px;
	color:#611020;
}
input.share-error,
select.share-error,
textarea.share-error,
.error {
	background-color:#F8D1D9;
}
form.sweepsForm{
	width: 340px;
	margin: 20px auto;
	
}
form.sweepsForm div#signupCheck {
	position: relative;
	margin-left: 35px;
}

form.sweepsForm input#signup {
	position: absolute;
	top: 5px;
	left: -22px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}
form.sweepsForm label{
	width: 85px;
	text-align: right;
	margin-right: 15px;
	display: inline-block;
}
form.sweepsForm #signupCheck div#check {
	position: absolute;
	top: -2px;
	left: -24px;
	z-index: 0;
	height: 20px;
	width: 20px;
}
form.sweepsForm #submitBtn{
	margin-top: 20px;
}

#cities{
	width: 230px;
}
input#go{
	margin-bottom: -10px;
	zoom: 1;
}

/* =Navigation */
#utilitiesMenu{
    display: inline-block;
    float: right;
    color: #54b6f4;
    margin: 50px 10px 0 0;
    display: inline;
}
#utilitiesMenu a,
#utilitiesMenu a:visited,
#utilitiesMenu a:active{
    text-decoration:none;
    color: #54b6f4;
    font-size: .85em;
}
#utilitiesMenu a:hover,
#utilitiesMenu a.on{
    color: #096dac;
    font-size: .85em;    
}
ul#topNavigation{
   background: #5ab1e7;
   position: relative;
   height: 51px;
   width: 692px;
   list-style: none;  
   float: right;
   clear: right;
   padding: 0;
   margin: 10px 10px -31px 0;
   display: inline;
}
ul#topNavigation li{
    float: left;
    margin: 0;
    height: 51px;
    line-height: 51px;   
    overflow: hidden;   
}
ul#topNavigation li a{
    display: inline-block;
	margin-top: -52px;
}
ul#topNavigation li a:hover,
ul#topNavigation li a.on{
   margin-top: 0;
}
ul#leftNavigation{
    list-style: none;
    margin: 0 0 0 10px;
    padding: 10px;    
    border: 1px solid #54b6f4;
    width: 160px;
    background: #fff;
}

ul#leftNavigation li a{
    color: #666;
    text-decoration: none;
    margin: 1px -10px 1px -20px;
    padding: 0 10px 0 30px;
    display: block;
    zoom:1;
	text-indent: -10px;  
}
ul#leftNavigation li a:hover,
ul#leftNavigation li a.on{
    background: #a8daf9;
    color: #fff;
    font-weight: 600;
    opacity: .7;
    filter: alpha(opacity=70);
    letter-spacing: -0.025em;
}
ul#shareMenu{
    list-style: none;
    clear: both;
    margin: 0 auto;
    border-bottom: 1px dotted;
    height: 30px;
    margin: 10px;
}
ul#shareMenu li{
    float: left;
}
ul#shareMenu li a{
    padding: 1px 0 1px 26px;
    display: block;
    margin-left: 10px;
    text-decoration: none;
    color: #666;
    font-size: .8em;
    line-height: 17px;
    height: 17px;
    display: inline-block; 
}
ul#shareMenu li a#send{
    background: url(/weddings/i/share.gif) no-repeat 0 1px;
    margin-left: 100px;
}
ul#shareMenu li a#share{
    background: url(/weddings/i/share.gif) no-repeat 0 -18px;
}
ul.networks{
 border-top: 1px dotted;
 list-style: none;  
 width: 215px;
 padding-top: 5px;
 margin: 5px auto 20px auto;
 clear: both;
}
ul.networks li{
    float: left;
    margin: 5px;
	display: inline!important;
}
ul.networks li a img{
	display: inline!important;	
}
/* = Gallery */
.imageGallery{   display: none;}
#TB_ajaxContent .content{
	float: left;
	display: inline-block;
	width: 330px;
}#TB_ajaxContent img{
	margin: 0 auto;
	display: block;
}
#TB_ajaxContent .content img{
	padding:0;
	margin:0;
}
.slideshow{
	width: 321px;	
}
.image-wrapper{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.ss-controls{
	display: none;
}
.navigation{
	width: 220px;
	float: right;
}
ul.thumbs{
	width: 200px; 
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
ul.thumbs li{
	float: left;
	width: 100px;
	height: 100px;
}
ul.thumbs li a{
		padding: 10px 0 0 10px;	
		display: block;
}
ul.thumbs li a:hover,
ul.thumbs li.selected a{
	background: url(/weddings/i/buttons/shadow.gif) no-repeat 0 0;
	padding: 6px 10px 10px 8px;
}
ul.thumbs li img{
	width: 80px;
	height: 80px;	
	margin: 0!important;
	-ms-interpolation-mode: bicubic;
}
.slideshow,
.controls{
	padding: 0;
	margin: 0;
}

.nav-controls{
    display: block;
    text-align: right;
    padding: 0!important;
    margin: 5px 10px 0 0;
    
}
.nav-controls a.prev{
  background: url(/weddings/i/buttons/left-arrow.gif) no-repeat 0 0;  
  display: inline-block;
  width: 24px;
  height: 23px;
}
.nav-controls a.prev:hover{
  background: url(/weddings/i/buttons/left-arrow.gif) no-repeat 0 -23px;  
}
.nav-controls a.next{
  background: url(/weddings/i/buttons/right-arrow.gif) no-repeat 0 0;  
  display: inline-block;
  width: 24px;
  height: 23px;
}
.nav-controls a.next:hover{
  background: url(/weddings/i/buttons/right-arrow.gif) no-repeat 0 -23px;  
}
.gallery-share{
	margin-top: 20px;
	float: right;
}
a.advance-link img{
	display: block;
	margin: auto;
}
/* =Util */
.clear{
    clear:both;
	display: block;
}
p.clear{
	clear:both;
	display:inline-block;
}
#clear45{
	clear:both;
	height: 45px;
}
img.img-left{
    float: left;
}   
img.img-right{
    float: right;
} 
img.img-center{
    display: block; 
    margin: auto;
}
.right{
    float: right;
} 
.left{
    float: left;
} 
.center{
	text-align: center;
}

/* =Missulanious */

#sweepsAd{
	margin: -20px -9px 10px 0; 
	position: relative;
}
#logo{
    display: inline-block;
    margin-top: 20px;
    float: left;
    position: relative;
}
#logo img{
    display: block;	
	margin-bottom: 10px;
}


/* ThickBox */
#TB_window{
    padding: 0;
}

#TB_ajaxContent ol{
	margin: 0 0 20px 20px;
	font-size: .85em;
}

#TB_ajaxContent p{
	padding: 3px 0 0 0;
}
#TB_ajaxContent{
}
#TB_closeAjaxWindow{
	height: 27px;
	padding: 2px;
	margin: 0;
}
.close{
	float: right;
	text-align: right;
	clear: both;
	display: block;
	width: 100%;
}



