@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for StephanieVaughn.com                 */
/* Last Updated: 04.18.08 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* global defaults (reset.css)
--------------------------------------------------------*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

body {
	background: #753636 url(../images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #353434;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* spans---------------------------------------*/

span.count {
	color: #FF0000;
	font-weight: bold;
}

/* headers-------------------------------------*/
#content #rightContent #rightInner h3.header {
	font-size: 22px;
	font-weight: normal;
	color: #C38383;
	border-bottom: 1px solid #C38383;
	text-transform: uppercase;
	margin: 0 0 17px 0;
	letter-spacing: 1px;
}

#content #rightContent #rightInner .post h3.postTitle {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
	width: 450px;
}
#content #rightContent #rightInner .post h4.postDate {
	font-size: 13px;
	font-weight: normal;
	color: #C38383;
	margin: 0 0 10px 0;
	width: 350px;
}

#leftContent .sidebox h3.sideHead {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: .5px;
	margin: 0 0 8px 0;
}

#content #rightContent #rightInner #commentsdisplay h3.commentHead {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
}

#content #rightContent #rightInner #comment_form h3.leavecomment {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

#content #rightContent #rightInner .scheduleBox h4 {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
}

#content #rightContent #rightInner .scheduleBox h4.date {
	font-size: 15px;
	font-weight: normal;
	color: #FF6600;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
}

#content #rightContent #rightInner .scheduleBox h5 {
	font-size: 13px;
	font-weight: normal;
	color: #C38383;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
}

/* links--------------------------------------*/

.post h3.postTitle a:link {color: #333; text-decoration: none;}
.post h3.postTitle a:visited {color: #333; text-decoration: none;}
.post h3.postTitle a:hover {color: #753636; text-decoration: underline;}
.post h3.postTitle a:active {color: #353434; text-decoration: none;}

a:link {color: #FF0000; text-decoration: none;}
a:visited {color: #FF0000; text-decoration: none;}
a:hover {color: #666666; text-decoration: underline;}
a:active {color: #353434; text-decoration: none;}

#leftContent .sidebox a:link {color: #FFF; text-decoration: none;}
#leftContent .sidebox a:visited {color: #FFF; text-decoration: none;}
#leftContent .sidebox a:hover {color: #C38383; text-decoration: underline;}
#leftContent .sidebox a:active {color: #353434; text-decoration: none;}


/* main layout IDs (framework)-----------------*/

#outerWrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#photoFrame {
	width: 335px;
	height: 489px;
	background: url(../images/image_frame.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#photoFrame img.headimg {
	margin: 20px 0 0 18px;
}

#leftContent {
	position: absolute;
	top: 485px;
	left: 18px;
	width: 245px;
}

#leftContent .sidebox {
	border-bottom: 1px solid #EBE8E8;
	padding-bottom: 10px;
	margin: 10px 0 15px 0;
	overflow: auto;
}

#leftContent .sidebox p {
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	margin-top: 6px;
}

#leftContent .sidebox li {
	margin: 0 0 3px 0;
}

#leftContent .sidebox img.recentland {
	width: 100px;
	height: 80px;
	background: #353434;
	padding: 2px 2px;
	border: 1px solid #FFF;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#leftContent .sidebox img.recentport {
	width: 80px;
	height: 100px;
	background: #353434;
	padding: 2px;
	border: 1px solid #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#leftContent .sidebox img.social {
	margin-bottom: 4px;
	border: 1px solid #353434;
}

#wrapper {
	width: 582px;
	height: auto;
	position: relative;
	margin: 0 0 30px 270px;
}

#header {
	width: 582px;
	height: 110px;
	background: url(../images/sv_logo.png) no-repeat top right;
}

/* main navigation styling */
#mainNav {
	width: 582px;
	height: 53px;
	background: url(../images/nav_bg.png) no-repeat top left;
}

#mainNav ul {
	list-style: none;
	width: 552px;
	height: 48px;
	padding: 18px 0 0 0;
	text-align: right;
}
#mainNav li {
	display: inline;
	text-transform: uppercase;
	font-size: 15px;
	margin-left: 15px;
}

#mainNav a:link {color: #FFF; text-decoration: none;}
#mainNav a:visited {color: #FFF; text-decoration: none;}
#mainNav a:hover {color: #753636; text-decoration: underline;}
#mainNav a:active {color: #353434; text-decoration: none;}

#content {
	width: 582px;
	height: auto;
}

#content #contenttop {
	width: 582px;
	height: 22px;
	background: url(../images/content_top.png) no-repeat top left;
	margin-left: 1px;
}
#content #contentbottom {
	width: 582px;
	height: 25px;
	background: url(../images/content_foot.png) no-repeat top left;
	margin: 0 0 0 1px;
}

#content #rightContent {
	width: 582px;
	height: auto;
	background: url(../images/content_bg.png) repeat-y;
	margin: 0;
}

#content #rightContent #rightInner {
	width: 480px;
	height: auto;
	min-height: 800px;
	margin: 0 0 0 75px;
	overflow: auto;
}
#content #rightContent #rightInner ul {
	margin: 8px 0 8px 0; 
}

#content #rightContent #rightInner li {
	margin: 0 0 6px 0;
}

#content #rightContent #rightInner p {
	margin: 0 5px 15px 0;
	line-height: 18px;
	font-size: 12px;
}

#content #rightContent #rightInner #profilearea p {
	margin: 0 5px 15px 0;
	line-height: 18px;
	font-size: 12px;
}

#content #rightContent #rightInner #profilearea ul {
	margin: 8px 0 8px 15px; 
}

#content #rightContent #rightInner #profilearea li {
	margin: 0 0 6px 0;
	list-style-type: disc;
	list-style-position: outside;
}

#content #rightContent #rightInner #profilearea span.profile {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	color: #7C3C3D;
}

/* blog postings styling */

#content #rightContent #rightInner .post {
	border-bottom: 1px solid #C38383;
	padding-bottom: 4px;
	padding-top: 35px;
}

#content #rightContent #rightInner .post img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px 2px;
	border: 1px solid #C38383;
}

#content #rightContent #rightInner .post p {
	margin: 0 5px 15px 0;
	line-height: 18px;
	font-size: 12px;
}

#content #rightContent #rightInner .post ul {
	margin: 8px 0 8px 0; 
}

#content #rightContent #rightInner .post li {
	margin: 0 0 6px 0;
}

#content #rightContent #rightInner .post .postfooter {
	border-top: 1px solid #C38383;
	margin-top: 20px;
}

#content #rightContent #rightInner .post .postfooter p.foot {
	margin: 0;
	padding: 4px 0 4px 0;
}

/* Blog Comments */

#rightInner #commentsdisplay {
	padding: 6px 6px;
	margin: 25px 0 35px 0;
	background-color: #F2F2F2;
	border-top: 1px solid #C38383;
	border-bottom: 1px solid #C38383;
}

	#rightInner #commentsdisplay .commentbox {
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		margin: 8px 0 8px 0;
	}
	
	#rightInner #commentsdisplay .commentbox h4.commenttime {
		font-size: 11px;
		font-weight: normal;
		color: #753636;
		padding: 4px 0 8px 0;
	}
	
	#rightInner #commentsdisplay .commentbox h3.commentname {
		font-size: 12px;
		font-weight: bold;
		color: #FF6600;
		margin: 0 0 6px 0;
	}
	
	#rightInner #commentsdisplay .commentbox p.comment {
		margin: 5px 5px;
	}
	
/* Photo Gallery (photos.cfm) styling */

.galleryHolder {
	width: 468px;
	height: auto;
}

.galleryHolder .galleryText h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 5px 5px 0;
}

.galleryHolder .galleryText h4 {
	font-size: 13px;
	font-weight: normal;
	color: #FF6600;
}

.galleryHolder .galleryText p.gallery {
	margin: 15px 10px 10px 0;
	line-height: 18px;
}

.galleryRow {
	width: 468px;
	height: 240px;
	margin-bottom: 10px;
}

.galleryland {
	width: 230px;
	height: 186px;
	background: url(../images/photo_bg_land.png) no-repeat top left;
	float: left;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 22px;
	margin-left: 0px;
}

.galleryland img.landphoto {
	width: 210px;
	height: 158px;
	margin: 9px 0 0 10px;
}

.galleryport {
	width: 177px;
	height: 232px;
	background: url(../images/photo_bg_port.png) no-repeat top left;
	float: left;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 24px;
}
.galleryport img.portphoto {
	width: 158px;
	height: 210px;
	margin: 7px 0 0 10px;
}

.galleryCredits {
	font-size:12px;
}

/* Schedule */

.scheduleBox {
	width: 468px;
	height: auto;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCC;
}

.scheduleBox p {
	font-size: 12px;
	line-height: 17px;
	padding-top: 6px;
}

/* Contact Form */

#contact_form, #comment_form {
	width: 470px;
	height: auto;
	margin: 0;
}

#contact_form .row, #comment_form .row {
	padding: 0 0 10px 0;
}

#contact_form .row span.formlabel, #comment_form .row span.formlabel {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

#contact_form .row input, #comment_form .row input {
	border: 1px solid #152E41;
	width: 450px;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#contact_form .row textarea, #comment_form .row textarea {
	border: 1px solid #152E41;
	width: 450px;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#contact_form input.submit, #comment_form input.submit {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	background: #754636;
	color: #FFF;
}

#footer {
	width: 760px;
	height: auto;
}

#pagination {
	text-align: right;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

