/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	line-height: 1;
	font-size: .63em;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: inherit;
}

/* @end */

/* @group Site */

body {
	background: #e2edef url(img/bkg.jpg) no-repeat center top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sitewrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 980px;
	background: url(img/header.png) no-repeat left top;
	z-index: 100;
}

#header h1 {
	display: none;
}

#header #logo {
	width: 275px;
	height: 119px;
	float: left;
}

#header #logo a {
	display: block;
	width: 275px;
	height: 119px;
	background: url(img/logo.gif) no-repeat center center;
}

#header #logo2 {
	display: block;
	width: 275px;
	height: 119px;
	float: left;
}

.flash {
	padding-left:48px;
	padding-top:25px;
}

.flash {
	padding-left:54px;
	padding-top:32px;
}

#header #nav_main {
	float: left;
	padding-top: 50px;
	display: block;
	z-index: 200;
	position: relative;
}

#header #nav_main li {
	float: left;
	display: block;
	margin: 0 10px;
	position: relative;
}

#header #nav_main li:hover {
	background-color: #edf7f8;
	background-color: rgba(237,247,248,0.95);
}

#header #nav_main li:hover a {
	background: url(img/menuhover.gif) no-repeat center 28px;
}

#header #nav_main li.active a {
	background: url(img/menuhover.gif) no-repeat center 28px;
}

#header #nav_main li:hover #nav_sub li a {
	background: none;
	font-weight: normal;
}

#header #nav_main li.active #nav_sub li a {
	background: none;
	font-weight: normal;
}

#header #nav_main li a {
	float: left;
	display: block;
	color: #4d8795;
	text-transform: uppercase;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	height: 15px;
}

#header #nav_main li #nav_sub {
	float: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 100;
	background-color: #edf7f8;
	background-color: rgba(237,247,248,0.95);
	overflow: hidden;
	display: none;
}

#header #nav_main li:hover #nav_sub {
	display: block;
}

#header #nav_main li.active #nav_sub {
	display: block;
}

#header #nav_main li #nav_sub li {
	margin: 0;
	padding: 0;
	float: none;
}

#header #nav_main li #nav_sub li a {
	text-transform: capitalize;
	font: italic 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 8px 20px;
	width: 100%;
	height: auto;
	z-index: 300;
}

#header #nav_main li #nav_sub li a:hover {
	background-color: #d6edee;
}

#sitebody {
	width: 950px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(img/shadowbkg.png) repeat-y center center;
}

#filmstrip {
	width: 934px;
	height: 281px;
	background: url(img/filmstrip_blue.png) no-repeat center top;
	padding: 13px 8px;
}

#filmstrip_home {
	width: 950px;
	height: 307px;
	overflow: hidden;
}

#striptitle {
	width: 64px;
	height: 280px;
	float: left;
	display: block;
}

#striptitle.home {
	background: url(img/htitle_blog.gif) no-repeat 30px center;
}

#striptitle.album {
	background: url(img/htitle_album.gif) no-repeat 30px center;
}

#striptitle.info {
	background: url(img/htitle_blog.gif) no-repeat 30px center;
}

#striptitle.blog {
	background: url(img/htitle_blog.gif) no-repeat 30px center;
}

#striptitle.contact {
	background: url(img/htitle_contact.gif) no-repeat 30px center;
}

#striptitle.weddings {
	background: url(img/htitle_wedding.gif) no-repeat 30px center;
}

#striptitle.engagement {
	background: url(img/htitle_engagement.gif) no-repeat 30px center;
}

#striptitle.portrait {
	background: url(img/htitle_portrait.gif) no-repeat 30px center;
}

#striptitle.alison {
	background: url(img/htitle_alison.gif) no-repeat 30px center;
}

#striptitle.jessica {
	background: url(img/htitle_jessica.gif) no-repeat 30px center;
}

#striptitle.sean {
	background: url(img/htitle_sean.gif) no-repeat 30px center;
}

#striptitle.tina {
	background: url(img/htitle_tina.gif) no-repeat 30px center;
}

#striptitle.katy{
	background: url(img/htitle_katy.gif) no-repeat 30px center;
}

#striptitle.igor {
	background: url(img/htitle_igor.gif) no-repeat 30px center;
}

#striptitle.destination {
	background: url(img/htitle_destination.gif) no-repeat 30px center;
}

#stripslideshow {
	float: left;
	width: 870px;
	height: 280px;
	position: relative;
}

#arrowleft {
	height: 280px;
	width: 25px;
	float: left;
	background: url(img/arrowl.gif) no-repeat center center;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

#arrowright {
	height: 280px;
	width: 25px;
	float: left;
	background: url(img/arrowr.gif) no-repeat center center;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

#sliderholder {
	padding: 0 10px;
	height: 280px;
	width: 800px;
	overflow: hidden;
	float: left;
}

#slider {
	height: 280px;
	width: 800px;
}

#slider .slide {
	height: 270px;
	width: 170px;
}

.jcarousel-container {
    position: relative;
    margin: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 170px;
    height: 270px;
    padding-top: 10px;
}

.jcarousel-next {display: none;}

.jcarousel-prev {display: none;}

.jcarousel-container-horizontal {
    width: 800px;
}

.jcarousel-clip-horizontal {
    width:  800px;
    height: 280px;
}

.jcarousel-item-horizontal {
    margin-right: 40px;
}

#slider .slideinfo {
	width: 170px;
	overflow: hidden;
	padding-top: 10px;
	color: #fff;
	font-style: italic;
	font-size: 1.1em;
	line-height: 110%;
	padding-bottom: 2px;
}

#slider .slideinfo strong {
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}

.clear {
	clear: both;
}

#contentholder {
	padding: 50px 45px;
}

.content_title {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	margin-bottom: 5px;
	background: url(img/hdiv.png) no-repeat left bottom;
	padding-bottom: 6px;
}

.content_sub {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	margin-bottom: 8px;
	margin-top: 8px;
}

.content_details {
	color: #9aa5a7;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 25px;
}

.content_details a {
	color: #9aa5a7;
	font-weight: bold;
}

.content {
	font-size: 1.2em;
	color: #505d60;
}

.content p {
	margin-bottom: 1.2em;
	line-height:1.5em;
}

.content a {
	font-weight:bold;
	text-decoration:none;
	color:#4f4c46;
}

.content a:hover {
	border-bottom: 1px dotted #4f4c46;
}

#homeblock_blog {
	width: 197px;
	height: 400px;
	background-color: #4f4c46;
	float: left;
	margin-right: 24px;
}

#homeblock_wart {
	width: 197px;
	height: 400px;
	background-color: #4f4c46;
	float: left;
	margin-right: 24px;
}

#homeblock_clients {
	width: 197px;
	height: 400px;
	background-color: #4f4c46;
	float: left;
	margin-right: 24px;
}

#homeblock_contact {
	width: 197px;
	height: 400px;
	background-color: #4f4c46;
	float: left;
}

.homeblock_info {
	padding: 20px;
	color: #fff;
}

.homeblock_info p {
	font-size: 1.1em;
	margin-bottom: 12px;
	line-height: 120%;
}

.homeblock_info p strong {
	font-size: 1.2em;
	font-weight: bold;
}

.homeblock_info p em {
	font-size: 0.9em;
}

.homeblock_info p a {
	color: #fff;
	font-weight: bold;
}

.homeblock_info p a:hover {
	border-bottom: 1px dotted #fff;
}

#footer {
	width: 880px;
	height: 15px;
	background: url(img/footer.png) no-repeat left top;
	position: relative;
	padding: 27px 50px;
	text-align: right;
	color: #fff;
	font-size: 1em;
	font-style: italic;
}

#weddingholder {
	padding: 30px 7px;
}

#weddingloginholder {
	padding: 50px 100px;
	text-align: center;
}

#smallholder {
	text-align: center;
	margin: 0 auto;
	width: 440px;
}

#smallholder a {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
}

#smallholder a:hover {
	border-bottom: 1px solid #4d8795;
}

#smallholder form {
	margin-top: 20px;
	text-align: center;
	color: #555;
	font-weight: bold;
	font-size: 1.2em;
}

#smallholder .field {
	color: #fff;
	background-color: #93c6d4;
	border: 1px solid #6cabbc;
	padding: 3px;
	width: 200px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}

.wedding {
	float: left;
	width: 300px;
	padding: 0 6px 20px;
	height: 250px;
	overflow: hidden;
}

.wedding img {
	margin-bottom: 10px;
}

.wedding p {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	text-align: center;
	line-height: 125%;
}

#contactcontent {
	width: 610px;
	float: left;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 30px;
}

#contactsidebar {
	width: 210px;
	float: right;
	padding: 35px 20px 30px 30px;
	background: url(img/blogdiv.gif) no-repeat left top;
}

#contactsidebar .header {
	color: #505d60;
	font: italic small-caps 1.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-bottom: 3px;
	background: url(img/blogsidediv.png) no-repeat left bottom;
	display: block;
	margin-bottom: 10px;
}

#contactsidebar p {
	margin-bottom: 15px;
	font-size:1.3m;
	line-height:1.8em;
	color: #4d8795;
}

#contactsidebar  a {
	font-size:1.3m;
	color: #4d8795;
}

#contactsidebar li{
	font-size:1.8m;
	color: #4d8795;
	line-height:1.8em;
}

#contactsidebar li a {
	font-size:1.8m;
	color: #4d8795;
}

#contactsidebar a:hover {
	border-bottom: 1px dotted #4d8795;
}

#contactform td {
	padding: 4px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	vertical-align: middle;
}

#contactform .contact_field {
	color: #fff;
	background-color: #93c6d4;
	border: 1px solid #6cabbc;
	padding: 3px;
	width: 300px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}


/* @end */

/* @group Blog */

#blogcontent {
	width: 610px;
	float: left;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 30px;
}

#blogcontent a {
	color: #4d8795;
	text-decoration:none;
}

#blogcontent a:hover {
	color: #4d8795;
	border-bottom: 1px dotted #4d8795;
}

#blogsidebar {
	width: 210px;
	float: right;
	padding: 35px 20px 30px 30px;
	background: url(img/blogdiv.gif) no-repeat left top;
}

.ble_title {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	margin-bottom: 5px;
}

.ble_title a {
	color: #4d8795;
}

.ble_extratitle {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #4d8795;
	margin-bottom: 20px;
	background: url(img/hdiv.png) no-repeat left bottom;
	padding-bottom: 6px;
	margin-top: 25px;
}

.ble_extratitle a {
	color: #4d8795;
}

.ble_extratitle a:hover {
	border-bottom: 1px dotted #4d8795;
}

.ble_details {
	padding-top: 5px;
	color: #9aa5a7;
	font-size: 1em;
	font-style: italic;
	background: url(img/hdiv.png) no-repeat left top;
	margin-bottom: 20px;
}

.ble_details a {
	color: #9aa5a7;
	font-weight: bold;
}

.ble_details a:hover {
	color: #4d8795;
}

.ble_content {
	font-size: 1.2em;
	color: #505d60;
}

.ble_content p {
	margin-bottom: 15px;
	line-height: 140%;
}

.ble_readmore {
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	color: #505d60;
}

.ble_readmore a {
	color: #505d60;
}

.ble_readmore a:hover {
	color: #4d8795;
}

.ble_paginate {
	margin-top: 5px;
}

.ble_paginate .left {
	float: left;
}

.ble_paginate .right {
	float: right;
}

.ble_paginate a {
	color: #4d8795;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	margin-right: 25px;
	padding-top: 15px;
}

.ble_paginate a:hover {
	border-bottom: 1px dotted #4d8795;
}

.ble_comment_normal {
	border-bottom: 2px dotted #5a8186;
	position: relative;
	padding: 30px 20px 25px 80px;
}

.ble_comment_normal .ble_comment_pic {
	background-image: url(img/commentpic1.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_normal .ble_comment_author {
	color: #526164;
	margin-bottom: 2px;
	font: italic small-caps 1.6em Georgia, "Times New Roman", Times, serif;
}

.ble_comment_normal .ble_comment_date {
	color: #9aa5a7;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 1em;
}

.ble_comment_normal .ble_comment_text {
	font-size: 1.2em;
	color: #505d60;
	line-height: 140%;
}

.ble_comment_text p {
	margin-bottom: 1em;
}

.ble_comment_alt {
	border-bottom: 2px dotted #5a8186;
	position: relative;
	padding: 30px 20px 25px 80px;
	background-color: #cee7eb;
}

.ble_comment_alt .ble_comment_pic {
	background-image: url(img/commentpic2.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_alt .ble_comment_author {
	color: #526164;
	margin-bottom: 2px;
	font: italic small-caps 1.6em Georgia, "Times New Roman", Times, serif;
}

.ble_comment_alt .ble_comment_date {
	color: #9aa5a7;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 1em;
}

.ble_comment_alt .ble_comment_text {
	font-size: 1.2em;
	color: #505d60;
	line-height: 140%;
}

.ble_comment_1 {
	border-bottom: 2px dotted #5a8186;
	position: relative;
	padding: 30px 20px 25px 80px;
	background-color: #6cabbc;
}

.ble_comment_1 .ble_comment_pic {
	background-image: url(img/commentpicadmin.gif);
	width: 54px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 13px;
}

.ble_comment_1 .ble_comment_author {
	color: #fff;
	margin-bottom: 2px;
	font: italic small-caps 1.6em Georgia, "Times New Roman", Times, serif;
}

.ble_comment_1 .ble_comment_date {
	color: #fff;
	font-style: italic;
	margin-bottom: 20px;
	font-size: 1em;
}

.ble_comment_1 .ble_comment_text {
	font-size: 1.2em;
	color: #fff;
	line-height: 140%;
}

.ble_comment_fieldtitle {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 1px;
	font-weight: bold;
}

.ble_comment_fieldsmalltitle {
	color: #666;
	font-size: 1em;
}

.ble_comment_field {
	color: #fff;
	background-color: #93c6d4;
	border: 1px solid #6cabbc;
	padding: 3px;
	width: 300px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 16px;
	margin-top: 5px;
}

.ble_comment_btn {
	color: #fff;
	background-color: #6cabbc;
	border: 1px solid #6cabbc;
	padding: 3px;
	width: 80px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#searchbox {
	height: 30px;
	width: 165px;
	float: left;
}

#searchbox input {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

#searchbox input {
	height: 18px;
	width: 145px;
	padding: 6px 10px;
	background-image: url(img/searchbkg.png);
	color: #677478;
	font: small-caps 14px Georgia, "Times New Roman", Times, serif;
}

#searchbtn {
	height: 30px;
	width: 36px;
	float: left;
}

.ble_sideh {
	color: #505d60;
	font: italic small-caps 1.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding-bottom: 3px;
	background: url(img/blogsidediv.png) no-repeat left bottom;
	display: block;
	margin-top: 20px;
}

#blogsidebar ul {
	margin-top: 15px;
}

#blogsidebar ul li {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #4d8795;
}

#blogsidebar ul li a {
	color: #4d8795;
}

#blogsidebar ul li a:hover {
	border-bottom: 1px dotted #4d8795;
}

#searchcontent a {
	color: #4d8795;
}

#searchcontent a:hover {
	color: #4d8795;
	border-bottom: 1px dotted #4d8795;
}

#searchcontent th {
	font: italic small-caps 1.6em Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	color: #fff;
	background-color: #6cabbc;
}

#searchcontent td.excerpt {
	font-size: 1em;
}

#searchcontent td {
	font-size: 1.2em;
	padding: 4px;
	vertical-align: middle;
}

#searchcontent .resultRowTwo td {
	background-color: #edf7f8;
}

#slideshow {
    position:relative;
    width: 862px;
	height: 280px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

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

ol {
	list-style:decimal;
	line-height:1.8em;
	margin-left:35px
}

/* @end */