@charset "UTF-8";

/* CSS for Saint Helena Pet Sitters by David Tierney of Designs by Tierney. 08/2009 */


/***********************************
		Undo Default Styling
***********************************/
ul,ol { 
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; }
ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,html,body,div,blockquote,form,fieldset,input {
	margin:0;
	padding:0;
}
a,a:hover,a:link,a:visited,a img,a:hover img,a:link img,a:visited img { 
	border:none; text-decoration:none; }


/***********************************
		Global Template Rules
***********************************/
.backgroundloader {
	display:none;
	}

.img-left {
	float:left;
	padding-right: 20px;
	padding-bottom: 6px;
	}
	
.img-right {
	float:right;
	padding-left: 20px;
	padding-bottom: 6px;
	}
		

/***********************************
		Core Styles
***********************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 16px;
	color: #FFF;
	}

#background {
	width: 690px;
	margin: 20px auto;
	border: 1px solid #B84307;
	text-align:center;
	}

/***********************************
		Header
***********************************/
#header {
	height: 70px;
	padding-right: 25px;
	text-align: left;
	}

#header p {
	float: right;
	text-align: right;
	padding-top: 36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #B84307;
	}


/***********************************
		Photo Top
***********************************/
#photo-top {
	height: 244px;
	margin: 0 10px;
	padding: 0 3px;
	background-color: #858585;
	}

#photo-top img {
	float: left;
	margin: 6px 3px;
	}

/***********************************
		Top Nav
***********************************/
#topnav {
	padding-bottom: 3px;
	font-size: 17px;
	font-variant: small-caps;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #99CCFF;
	text-align: right;
	border-bottom: 1px dotted #99CCFF;
	}

#topnav ul {
	display:inline;
	}

#topnav ul li {
	display:inline;
	padding-left: 28px;
	}

#topnav ul li a {
	color: #99CCFF;
	text-decoration:none;
	}

#topnav ul li a:hover {
	color: #FFF;
	text-decoration:none;
	}

/***********************************
		Content
***********************************/
#content {
	margin: 6px 10px;
	padding: 15px 30px;
	background-color: #B84307;
	text-align:left;
	}

#content a {
	color: #99CCFF;
	}

#content a:hover {
	text-decoration: underline;
	}

#content h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	}

#content h2 {
	font-size: 105%;
	padding-bottom:4px;
	font-weight:normal;
	text-decoration: underline;
	}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-bottom: 24px;
	}

#content .r-column-section {
	float:right;
	width: 240px;
	text-align:center;
	}

/***********************************
		Footer
***********************************/
#footer {
	margin: 6px 10px;
	padding: 14px 30px;
	background-color: #B84307;
	text-align:left;
	font-size: 14px;
	color: #C1C1C1;
	}


#footer p {
	}

#footer p.text-right {
	float: right;
	}

#footer p a {
	color: #C1C1C1;
	}

#footer p a:hover {
	text-decoration: underline;
	}
