/* 
VALUES:
light pink: #f680a4
dark violet: #dc15fa

*/

/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* UTILITIES */

.clear {
	clear: both;
}

span.left {
	float: left;
}

span.right {
	float: right;
	margin-right: 1px;
}

span.middle {
	float: left;
	margin-left: 40%;
}

/* STRUCTURE */

body {
	background: url('../images/bg.png') fixed repeat-x;
}

#page-wrap {
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	min-height: 100%;
	width: 960px;
}

#content-border {
	background: #ffffff url('../images/content-bg.png') repeat-x;
	border: 1px solid #f680a4;
	margin-top: 20px;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #f680a4;
	-webkit-box-shadow: 0 0 5px 5px #f680a4;
	box-shadow: 0 0 5px 5px #f680a4;
}

#content-img {
	background: url('../images/content-img.png') no-repeat;
	float: right;
	height: 400px;
	margin-right: 50px;
	width: 282px;
}

#content-area {
	float: left;
}

/* TYPOGRAPHY */

h1#title {
	font-family: "Informal Roman", Sans-serif;
	font-size: 42px;
	font-weight: bold;
}

h2#wed-date {
	font-size: 16px;
	font-weight: bold;
}

div#panes div, ul#tab li {
	font-family: Tahoma, Sans-serif;
}

h2#wed-date {
	font-family: "Lucida Bright", Sans-serif;
}

ul#tab li{
	font-size: 12px;
}

#panes div p {
	font-size: 13px;
}

/* HEADER */

h1#title {
	color: #ffffff;
	margin: 0px 0px 0px 40px;
	text-shadow: #000000 2px 2px 3px;
}

h2#wed-date {
	color: #f680a4; /*#0e1bc3*/
	margin: 0px 0px 0px 200px;
	text-shadow: #ffffff 1px 1px 1px;
}

/* CONTENT */
#main-content-area{
	margin: 20px 0px 0px 50px;
}

#panes div {
	background-color: #ffffff;
	border: 1px solid #f680a4;
	display: none;
	height: 250px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 15px;
	width: 400px;
}

ul#tab {
	margin: 20px 2px 2px 0px;
}

ul#tab li {
	display: inline;
}

ul#tab a {
	color: #ffffff;
	text-decoration: none;
}

ul#tab li a {
	background: #f680a4;
	padding: 4px 4px 2px 4px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

ul#tab li a:hover {
	background: #dc15fa;
	border-bottom: 1px solid #dc15fa;
}

ul#tab a.current, ul#tab a.current:hover, ul#tab li.current a {
background: #dc15fa;
border-bottom: 1px solid #dc15fa;
color: #ffffff;
font-weight: bold;
}

span.label {
	color: #dc15fa;
	font-size: 14px;
	font-weight: bold;
}

span.sub-label {
	font-size: 12px;
	font-weight: bold;
}

/* FOOTER */
#border-footer {
	border-bottom: 1px solid #808080;
	margin-bottom: 6px;
}

#footer {
	color: #808080;
	font-family: Tahoma, Sans-serif;
	font-size: 10px;
}