/* @group RESET */
* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

p {
	margin: 0 0 1.0em;
}

ul, ol {
	padding: 1.0em 0;
	margin-left: 2.5em;
}

li {
	margin-left: 2.0em;
}

/* @end */

/* @group STICKER */

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px; /* the bottom margin is the negative value of the footer's height */
}

.footerContainer, .push {
	height: 95px; /* .push must be the same height as .footer */
}

/* @end */

/* @group General Styles */

body {
	background: #ffffff;
	font: 75%/1.8em "Myriad Web", "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img, img a {
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.widthCheck {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 200px;
}

code {
	font: 1.3em/1.5em "Times New Roman", Times, sans-serif;
}

pre {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid;
	font-size: 1.2em;
}

sup {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

sub {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

.image-left {
	float: left;
	margin: 0 15px 5px 0;
}

.image-right {
	float: right;
	margin: 0 0 5px 15px;
}
	
.imageStyle {
}

blockquote, .standout {
	margin: 20px;
	font: 1.3em/1.5em Times, serif;
	font-style: italic;
}

/*Up2five*/
.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.column .content { width: 90%; margin: 0 auto; }

/* Invalid RapidWeaver markup for stike through
s {
}
*/

/* Main content area unordered list styles */
.contentContainer .content ul {
}

.contentContainer .content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* @group Layout */

/* @group Global .container styles*/

.container {
	width: 900px;
	margin: 0 auto;
}

/* @end */

/*slogan styles*/
.header .slogan {
	font-size: 1.8em;
	padding: 0 0 0.5em;
}

/*custom header in .header*/
.header_custom {
	height: 200px;
	width: 100%;
	overflow: hidden;
}

/*header content and ExtraContent styles*/
.header .content {
	padding: 20px 0;
	float: left;
}

.header .content h1,
.header .content h2,
.header .content h3,
.header .content h4,
.header .content h5,
.header .content h6 {
	padding-bottom: 0.5em;
}

/*subheader styles*/
.subHeader #extraContainer2 {
	padding: 40px 0 0;
}

.subHeader .pad {
	padding: 0 0 30px;
}

.subHeader .content h1,
.subHeader .content h2,
.subHeader .content h3,
.subHeader .content h4,
.subHeader .content h5,
.subHeader .content h6 {
	padding-bottom: 0.5em;
}

/*sidebar in main content area*/
.content_bg .sidebarContainer {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 0.8em;
}

/*sidebar title*/
.content_bg .sidebarContainer .title {
	font-size: 1.8em;
}

/*content area in main content area*/
.content_bg .contentContainer {
	text-align: left;
	margin: 0 240px 0 0;
}

/*common style between sidebar and content*/
.content_bg .content {
	padding: 20px 0;
	min-height: 285px;
}

/*subcontent styles*/
.subContent #extraContainer3 {
	padding: 40px 0;
}

.subContent .pad {
	padding: 0 0 30px;
}

.subContent .content h1,
.subContent .content h2,
.subContent .content h3,
.subContent .content h4,
.subContent .content h5,
.subContent .content h6 {
	padding-bottom: 0.5em;
}

/*breadcrumb and footer in footerContainer*/
.footerContainer {
	text-align: center;
}

.footerContainer .content {
	position: relative;
	top: 30px;
}

.footerContainer h1,
.footerContainer h2,
.footerContainer h3,
.footerContainer h4,
.footerContainer h5,
.footerContainer h6 {
	padding-bottom: 0.5em;
}

/* @end */

/* @group Bread-crumb */

ul.breadcrumbList {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	clear: both;
	font-size: 0.8em;
	text-align: center;
}

ul.breadcrumbList li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Toolbars */

/* @group toolbar_horizontal*/

/*title & navbar bg styles*/
.tbh_bg {
	height: 68px;
	line-height: 68px;
}

.tbh_bg .title {
	float: left;
	font-size: 2.25em;
	font-weight: bold;
	margin-right: 1em;
	text-shadow: #222222 0px -1px 0px;
}

/*logo styles*/
.tbh_bg .title img {
	float: left;
	margin: 10px 20px 0 0;
}

/*toolbar styles*/
#toolbar_horizontal {
	text-align: right;
	padding: 0;
}

/* Parent - Level 0 */

#toolbar_horizontal ul {
	padding: 0;
	float: right;
}

#toolbar_horizontal ul li {
	float:left;
	list-style:none;
	margin: 0 0 0 40px;
	padding: 0;
}

#toolbar_horizontal ul li a {
	display:block;
	text-decoration:none;
	margin: 0 auto;
	text-align: center;
}

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

/* @group toolbar_vertical */

#toolbar_vertical {
	position: relative;
	top: 20px;
	font-size: 1.3em;
	margin: 0;
}

/* Parent - Level 0 */

#toolbar_vertical ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#toolbar_vertical ul li { /*hides the top level*/
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	height: 0;
}

#toolbar_vertical ul li a { /*hides the top level*/
	display: none;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	margin-bottom: 20px;
	display: block;
}

#toolbar_vertical ul ul li a {
	display: block;
	padding-left: 10px;
	margin-bottom: 3px;
	height: 30px;
	line-height: 30px;
	border: 1px solid;
}

/* Child Level 2 */

#toolbar_vertical ul ul ul {
	border-top: none;
	margin-bottom: 0;
}

#toolbar_vertical ul ul ul li a {
	padding: 0 0 0 40px;
}

/* Child Level 3 */

#toolbar_vertical ul ul ul ul li a {
	padding: 0 0 0 80px;
}

/* @end */

/* @end */

/* @group Blog */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dashed;
}

h1.blog-entry-title {
	padding: 0;
	font-size: 2.0em;
	line-height: 1.5em;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.blog-entry-category {
	padding-left: 20px;
	margin-left: 5px;
}

p.blog-entry-tags {
	margin-top: 10px;
	font-size: 0.9em;
}

/* @group blog sidebar */

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dashed;
}

#blog-categories:before {
	content: "Categories:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

.blog-category-link-enabled {
	padding-left: 20px;
}

.blog-category-link-disabled {
	padding-left: 20px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dashed;
}

#blog-archives:before {
	content: "Archives:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled:after {
	content: ", ";
}

.blog-archive-link-enabled {
	margin-right: 5px;
}

.blog-archive-link-disabled:after {
	content: ", ";
}

.blog-archive-link-disabled {
	display: inline;
	margin-right: 5px;
}

/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud {
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 2px dashed;
}

ul.blog-tag-cloud:before {
	content: "Tag cloud:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

ul.blog-tag-cloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

ul.blog-tag-cloud li a {
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dashed;
}

#blog-rss-feeds:before {
	content: "Feeds:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

/* @end */

/* @end */

/* @group File Sharing */

/* sample HTML
<div class="filesharing-description"></div>
<div class="filesharing-item">
	<div class="filesharing-item-title">
		<a href="files/Aqua Blue.jpg">Aqua Blue.jpg</a>
	</div>
	<div class="filesharing-item-description">
		The original Aqua Blue that shipped with Tiger.
	</div>
</div>
*/

.filesharing-description {
	margin-bottom: 40px;
}

.filesharing-item-title {
	width: 30%;
	float: left;
	margin: 15px 0;
	border-top: 1px solid;
}

.filesharing-item-title:after {
	content: ":";
}

.filesharing-item-description {
	width: 70%;
	float: right;
	margin: 15px 0;
	border-top: 1px solid;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

/* sample thumbnail code 

<div class="album-title">Your Album (Click to Change)</div>
<div class="album-description"></div>

<div class="album-wrapper"> <!--Start album wrapper -->

	<div class="thumbnail-wrap" style="width:144px; height:144px;">
		<div class="thumbnail-frame" style="width:144px;">
			<a href="files/page11-1000-full.html"><img src="files/page11-1000-thumb.jpg" alt="20070928_DSC03723.JPG" width="144" height="144"/></a>
			<p class="thumbnail-caption">20070928_DSC03723.JPG</p>
		</div>
	</div>
</div>
*/

.album-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.album-description {
	margin-bottom: 80px;
}


.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin: 0 25px 60px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
}

.thumbnail-frame img {
	border: 4px solid;
}

.thumbnail-caption {
	text-align: center;
}
	
/* @end */

/* @group Single Page (Photo view) */

/* sample single page code
<body class="photo-background">

	<div class="photo-navigation">
		<p class="photo-title">By Merrifield-Photography.com</p>
		<p class="photo-caption">20070928_DSC03723</p>
		<p class="photo-links"><a href="../index.html">RapidWeaver's Photo Album</a> | <a href="page11-1001-full.html">Next</a></p>
	</div>
	
	<img class="photo-frame" src="page11-1000-full.jpg" alt="Loading Image" width="640" height="428"/>
		
	<div class="exif-data"><p class="exif-exposure-time">Exposure Time: 1/60</p><p class="exif-pixel-y-dimension">Y Dimension: 2592</p><p class="exif-iso-rating">ISO: 400</p><p class="exif-pixel-x-dimension">X Dimension: 3872</p></div>
		
</body>
*/

.photo-background {
	text-align: center;
	margin: 0 auto;
}

.photo-navigation {
	width: 904px;
	text-align: center;
	margin: 40px auto;
}

.photo-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.photo-caption {
	font-size: 1.5em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.photo-frame {
	border: 4px solid;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.exif-data p {
	display: inline;
	margin-right: 10px;
	text-align: center;
}

.exif-data p:after {
	content: ", ";
}

/* @end */

/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-frame {
	margin: 0 auto 40px;
	text-align: center;
}

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

/* sample Movie Album code
<div class="movie-page-title">Lotza Moobies</div>
<div class="movie-page-description">Ahh movies, you have to...</div>

<div class="movie-thumbnail-frame">
	<a href="files/page10-1000-pop.html" onclick="window.open(this.href, '1000', 'width=700, height=586'); return false;" onkeypress="this.onclick()"><img src="files/page10-1000-thumb.jpg" alt="Kids will say the citest things." width="132" height="92" border="0"/></a>
	<div class="movie-thumbnail-caption">Kids will say the citest things.</div>
</div>
*/

.movie-page-title {
	font-size: 2.3em;
	padding-bottom: 1.0em;
	line-height: 1.0em;
}

.movie-page-description {
	padding-bottom: 2.0em;
}

.movie-thumbnail-frame {
	float: left;
	width: 132px;
	margin: 0 10px 20px;
}

.movie-thumbnail-frame img {
	border: 4px solid;
}

.movie-thumbnail-caption {
	width: 95%;
	text-align: center;
}
	
/* @end */

/* @group Single Page (Movie View) */

/* sample single page code
<body class="movie-background">

	<div class="movie-frame">
		<!-- Movie code here !-->
		<script language="JavaScript" type="text/javascript">
			QT_WriteOBJECT_XHTML('page10-movie-1.avi', '640', '496', '', 'autoplay', 'false' );
		</script>
		<object></object>
		<!-- Movie code ends !-->
		<p class="movie-title">Or sometimes say nothing at all.</p>
	</div>

</body>
*/

.movie-frame {
	margin: 0 auto;
	text-align: center;
}

.movie-frame object {
	border: 4px solid;
}
	
.movie-title {
	text-align: center;
}

/* @end */


/* @end */

/* @group Contact Form */

/* sample HTML code
<div class="message-text">
          Fill in the form below to send me an email.
</div>
<form action="...">
<label>Your Name:</label> *
<input class="form-input-field" .../>
<textarea class="form-input-field"...></textarea>
<input class="form-input-button".../> <input class="form-input-button"
</form>
*/
.message-text { 
	font-size: 1.5em;
} 

.required-text {
	font-size: 1.5em;
}

.form-input-field {
	border: 1px solid;
	width: 99%;
} 

.form-input-button { 
	margin-right: 10px;
} 
/* @end */

/* @group twitter HTML/javascript badge */

/*
<div id="twitter_div">
<h2 class="sidebar-title">Twitter Updates</h2>
<ul id="twitter_update_list"></ul>
</div>
*/
ul#twitter_update_list {
	margin: 0;
	padding: 0;
}

ul#twitter_update_list li {
	margin: 0 0 3px;
	padding: 5px;
	list-style: none;
	border: 1px solid;
}

/* @end */