/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

a.lightbox, a.thickbox {
	cursor: url(/img/magnify.cur), pointer;
}

table, table tr, table td, table th {
	border:none;
}

html {
	background:#fef3f7 url(../img/body_bg.jpg) no-repeat center center;
	height:100%;
}

html, body {
/*	overflow:hidden;*/
}

#wrapper {
	width:900px;
/*	position:absolute;*/
/*	top:50%;*/
/*	left:50%;*/
/*	margin:-273px 0 0 -398px;*/
	margin:50px auto 0 auto;
	background:url(../img/rightimages/cork.gif) no-repeat right bottom;
	min-height:546px;
	height:auto !important;
	height:546px;
}

#wrapper .top {
	height:88px;
	margin-bottom:23px;
}

#wrapper .top a.logo span {
	display:none;
}

#wrapper .top a.logo {
	display:block;
	width:365px;
	height:103px;
	margin:-20px 0 0 -30px;
	background:url(../img/logo2.gif) no-repeat;
}

#wrapper .top a.logo.weddings {
	background-image:url(../img/logo3.gif);
}

#wrapper .menu {
	width:206px;
	float:left;
}

#wrapper .content {
	float:left;
	width:550px;
	margin-left:30px;
	padding-right:20px;
/*	height:410px;*/
/*	overflow:auto;*/
}

#wrapper .content.halfWidth {
	width:350px;
}

#wrapper .menu ul {
	margin:0;
	padding:0;
}

#wrapper .menu ul li {
	margin:0 0 20px 0;
	padding:0;
	clear:left;
	list-style:none;
}

.portfolioResult {
	clear:left;
}

.portfolioResult img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

/************************ Slideshow on home page */
.slideshow {
	position:relative;
}

.slideshow .item {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

.slideshow .item.active {
    z-index:10;
}

.slideshow .item.last-active {
    z-index:9;
}

.slideshow .item .caption {
	margin-top:10px;
	font-size:11px;
}

/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}


/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}