/*
Theme Name: Scott & Deirdre's Wedding 2010
Theme URI: www.jamesbarry.ca
Description: A custom theme for Scott Bailey & Deirdre Barry
Version: 6.66
Author: James Barry
Author URI: www.jamesbarry.ca
*/

/* Thanks Meyer! */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #a1d2f1;
	font-family: verdana, geneva, arial, sans-serif;
	color: #133245;
	line-height: 1.5em;
	font-size: 13px;
}

#bgtop{
	width: 100%;
	height: 100px; /* height of bg! */
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/images/topbg.gif) repeat-x;
}

#bgbtm{
	width: 100%;
	height: 100%; /* height of bg! */
	position: absolute;
	bottom: 0;
	overflow: scroll;
	background: transparent url(/images/bg.gif) repeat-x bottom left fixed;
}


#wrapper{
	margin: 0 auto;
	width: 650px;
	position: relative;
}

#main{
	float:left;
	width: 620px;
	margin: 0 15px;
	border-bottom: 1px dotted white;
}

#topnav{
	float:left;
	width: 650px;
	height:53px;
	margin:14px 0 49px;
}

h2{
	font-size: 22px;
	color: white;
	border-bottom: 1px dotted white;
	margin-bottom: 10px;
	padding-bottom:10px;
}

p{
	margin-bottom: 15px;
	color: #38637e;
	line-height: 1.5em;
	font-size: 12px;
}

a, a:link, a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

strong{
	color: #a91e22;
}

input{
	margin: 5px 0;
}

label{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #a91e22;
}

#scottdeirdre{
	float: left;
}

#nav, #nav li, #nav li a{
	list-style: none;
	float: left;
	height: 50px;
	display: block;
}

#nav li a{
	text-indent: -6666px;
	overflow: hidden;
}


#homeli, #homeli a:link, #homeli a:visited{
	background: url(/images/nav.gif) no-repeat 0 0;
	width: 78px;
}

#homeli a:hover{
	background: url(/images/nav.gif) no-repeat 0 -50px;
	width: 78px;
}

#infoli, #infoli a:link, #infoli a:visited{
	background: url(/images/nav.gif) no-repeat -78px 0;
	width: 61px;
}

#infoli a:hover{
	background: url(/images/nav.gif) no-repeat -78px -50px;
	width: 61px;
}

#lodgeli, #lodgeli a:link, #lodgeli a:visited{
	background: url(/images/nav.gif) no-repeat -139px 0;
	width: 92px;
}

#lodgeli a:hover{
	background: url(/images/nav.gif) no-repeat -139px -50px;
	width: 92px;
}

#newsli, #newsli a:link, #newsli a:visited{
	background: url(/images/nav.gif) no-repeat -231px 0;
	width: 63px;
}

#newsli a:hover{
	background: url(/images/nav.gif) no-repeat -231px -50px;
	width: 63px;
}

#rsvpli, #rsvpli a:link, #rsvpli a:visited{
	background: url(/images/nav.gif) no-repeat -294px 0;
	width: 80px;
}

#rsvpli a:hover{
	background: url(/images/nav.gif) no-repeat -294px -50px;
	width: 80px;
}


#slideshow {
    position:relative;
    height:339px;
    margin-bottom: 10px;
}

#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;
}

#brother{
	float:left;
	width: 620px;
	margin: 10px 15px;
}

#brother p{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#brother a, #brother a:link, #brother a:visited{
	color: #A91E22;
}

#comment-area{
	padding-top: 10px;
	border-top: 1px dotted white;
}

.commentlist p{
	margin-top: 8px;
}

.commentlist li{
	margin-bottom: 5px;
	border-bottom: 1px dotted white;
}

#comment-area h3{
	margin-bottom: 10px;
}

#comment{
	width: 450px;
	float: left;
	margin: 10px 0;
}

.clearfix label, .clearfix input{
	clear: both;
	float: left;
}