/* @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 General Styles */

body { text-align: center; font: 80%/1.5em sans-serif; }

p { }

b, strong { font-weight: bold; }

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; font-style: 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: 3px 15px 0px 0; }

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

.imageStyle { }

.standout, blockquote { line-height: 1.3em; text-indent: 28px; font-size: 1.1em; font-style: italic; font-weight: bold; }

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

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

/* unordered list styles */
.content-wrapper ul {
}

.content-wrapper li {
}

/* Table Styles */
table {
}

/* @end */

/* @group Layout */
#container {
	margin: 0 auto;
	width: 788px;
}

#pageheader {
	padding: 25px 10px 0px;	
	height: 172px;
	text-align: left;
}

#pageheader .title {	
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0px;
	font-size: 4.7em;
	line-height: 1.1em;
}

#pageheader .slogan {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 1.9em;
	line-height: 1.8em;
}

#pageheader .border {
	border-bottom: 1px solid;
}

#logo {
	float: right;
	padding: 0 10px;
}

#sidebar .title {
	letter-spacing: 2px;
	padding: 0 0 10px 0px;
	font-size: 1.7em;
}

#sidebar-wrapper {
}


#sidebar {
	float: right;
	width: 30%;
}

#content {
	float: left;
	width: 65%;
}

.content-wrapper {
	text-align: left;
	line-height: 18px;
	margin: 10px 0 0;
	padding: 25px 20px 20px 20px;
}

#footer {
	padding-top: 30px;
	text-align: center;
}

#footer p {

}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {	
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 15px 0 0;
	text-align: center;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer a {
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}

/* @end */

/* @group Toolbar */

/* @group #toolbar_horizontal */
.tbh_bg {
	background: url(../images/tbh_bg.png) repeat-x;
	height: 60px;
}

#toolbar_horizontal {
	background: url(../images/nav_bg.png) repeat-x 0 top;
	text-align: left;
}

/* Parent - Level 1 */

#toolbar_horizontal ul {
	margin: 0 10px;
	padding: 0;  
	position: relative;
	height: 35px;
	background: url(../images/nav_split.png) no-repeat top left;
}

#toolbar_horizontal ul li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 35px;
}

#toolbar_horizontal ul li a {
	background: url(../images/nav_split.png) no-repeat top right;
	font-weight: bold;
	line-height: 35px;	
	font-size: 1.1em;
	text-decoration: none;
	position: relative;
	padding: 0 15px;
	display: block;
	float: left;
}

#toolbar_horizontal ul li.currentAncestor a,
#toolbar_horizontal ul li.current a,
#toolbar_horizontal ul li a:hover {
	
}

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	position: absolute;
	left: 0;
	padding: 0;
	width: 100%;
	top: 34px;
	height: 26px;
	margin: 0;
	background-image: none;
}

#toolbar_horizontal ul ul li {
	height: 26px;
}

#toolbar_horizontal ul ul li a {
	font-size: 0.9em;
	background: none;
	padding: 0 10px;
	line-height: 26px;
}

#toolbar_horizontal ul ul li.currentAncestor a {
	background: none;
}

#toolbar_horizontal ul ul li.currentAncestor a:hover {
}

#toolbar_horizontal ul ul li.currentAncestor a:active {
}

#toolbar_horizontal ul ul li.current a {
	background: none;
	text-decoration: underline;
}

#toolbar_horizontal ul ul li.current a:hover {
}

#toolbar_horizontal ul ul li.current a:active {
}

#toolbar_horizontal ul ul li.normal a {
	background: none;
}

#toolbar_horizontal ul ul li.normal a:hover {
	background: none;
	text-decoration: underline;
}

#toolbar_horizontal ul ul li.normal a:active {
}

/* Child - Level 2 */

#toolbar_horizontal ul ul ul {
	display: none;
}

/* @end */


/* @group toolbar_vertical */

#toolbar_vertical {
	position: relative;
	top: 0;
	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 {/*hidden due to inherit*/
}

/* Child - Level 2 */

#toolbar_vertical ul ul ul {
	margin: 0 0 20px;
	display: block;
	border: 1px solid;
	border-bottom-style: none
}

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

/* Child Level 3 */

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

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

/* Child Level 4 */

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

/* @end */

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background { }

.blog-entry-summary { }

.blog-archive-headings-wrapper {
	letter-spacing: 1px;
	font-size: 1.7em;
	padding: 20px 0 20px 0;
}

.blog-archive-entries-wrapper { }

.blog-archive-month {
	padding-bottom: 5px;
}

.blog-archive-link {
	font-size: 1.2em;

}


/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud { padding-top: 15px; margin: 0; }

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

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

/* @end */
a:link.blog-permalink { }

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	letter-spacing: 1px;
	font-size: 1.7em;
	padding-top: 20px;
}

.blog-entry-title a {	
	text-decoration: none;	
}

.blog-entry-date {
	font-size: 1.1em;
	background: url(../images/date-icon.gif) no-repeat left 50%;
}

.blog-entry-date, .blog-entry-category {
	padding: 8px 0px 8px 33px
}

.blog-entry-category {
	background: url(../images/cat-icon.gif) no-repeat left 50%;
	margin: 0 0 0 4px;
}

.blog-read-more { }

.blog-entry-category a:link, .blog-entry-category a:visited { }

.blog-entry-body {
	padding-top: 5px;
}

.blog-entry-comments {
	padding-top: 10px;
}

.blog-entry-tags {
	padding-top: 10px;
}

a.blog-comment-link { }

a.blog-trackback-link { }

/* styles the archives in the blog sidebar */

.blog-archive-link-enabled, .blog-archive-link-disabled, .blog-archive-link-disabled, .blog-category-link-enabled, .blog-comments-rss-link, .blog-rss-link, .blog-category-link-disabled {
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat left center;
}

#blog-archives {
	padding: 15px 0 0 0px;
}

#blog-categories {
	padding: 15px 0 0 0px;
}

#blog-rss-feeds {
	padding: 15px 0 0 0px;
}

.blog-archive-link-enabled { }

.blog-archive-link-disabled { }

/* Styles the blog categories in the blog sidebar */

.blog-category-link-enabled { }

.blog-category-link-disabled { }

/* Styles the blog RSS feeds in the blog sidebar */

.blog-rss-link { }

.blog-comments-rss-link { }

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

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

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

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

/* @end */

/* @group Photo Album */

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

.photo-background { }

.photo-navigation {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	background: url(../images/nav-bg.jpg) repeat-x 0 top;
	width: 620px;
	padding: 10px;
	margin: 0 auto;
}

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

.photo-navigation a:hover { }

img.photo-frame {
	padding-top: 20px;
}

.photo-links, .photo-links a:link, .photo-links a:visited {
	padding-top: 8px;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
}

.photo-title {	
	display: inline;
}

.photo-caption {
	padding-left: 8px;
	font-weight: normal;
	font-size: 1.1em;
	display: inline;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data { }

/* p tag classes for all exif data */
p.exif-version { }

p.exif-colour-space { }

p.exif-focal-length { }

p.exif-dimensions { }

p.exif-pixel-y-dimension { }

p.exif-pixel-x-dimension { }

p.exif-oecf-value { }

p.exif-subsec-time-original { }

p.exif-exposure-mode { }

p.exif-spatial-frequency-response { }

p.exif-scene-capture-type { }

p.exif-subject-location { }

p.exif-shutter-speed { }

p.exif-datetime-original { }

p.exif-subsec-time { }

p.exif-compressed-bits-per-pixel { }

p.exif-flash-energy { }

p.exif-saturation { }

p.exif-brightness { }

p.exif-exposure-time { }

p.exif-f-number { }

p.exif-file-source { }

p.exif-gain-control { }

p.exif-subject-area { }

p.exif-cfa-pattern { }

p.exif-scene-type { }

p.exif-white-balance { }

p.exif-flash { }

p.exif-exposure-index { }

p.exif-flashpix-version { }

p.exif-device-setting-description { }

p.exif-focalplane-x-resolution { }

p.exif-image-uniqueid { }

p.exif-components-configuration { }

p.exif-light-source { }

p.exif-sensing-method { }

p.exif-aperture { }

p.exif-sharpness { }

p.exif-exposure-program { }

p.exif-subject-distance { }

p.exif-subsec-time-digitized { }

p.exif-contrast { }

p.exif-focalplane-resolution-unit { }

p.exif-gamma { }

p.exif-35mm-focal-length { }

p.exif-datetime-digitized { }

p.exif-subject-distance-range { }

p.exif-custom-rendered { }

p.exif-max-aperture { }

p.exif-sound-file { }

p.exif-metering-mode { }

p.exif-spectral-sensitivity { }

p.exif-exposure-bias { }

p.exif-focalplane-y-resolution { }

p.exif-iso-rating { }

p.exif-maker-note { }

p.exif-digital-zoom-ratio { }

p.exif-user-comment { }
/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

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

.album-title {
	letter-spacing: 1px;
	font-size: 1.7em;
	padding: 20px 0 10px 0;
}

.album-description {
	padding-bottom: 10px;
} 

.album-wrapper {
	display: block;
	padding: 10px 0;
	position: relative;
}

.thumbnail-wrap {
	margin: 0px;
	padding: 20px 9px;
	text-align: center;
	position: relative;
	float: left;
}



.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
}

.thumbnail-caption {
	width: 100%;
	height: 38px;
	display: block;
}

/* @end */

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	letter-spacing: 1px;
	font-size: 1.7em;
	padding: 20px 0 10px 0;
}

.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	padding: 0 10px;
	float: left;
	text-align: center;
}


.movie-thumbnail-caption {
	padding-top: 8px;
	height: 38px;
}

/* @end */


/* @end */

/* @group File Sharing */

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

.movie-background {
	margin: 30px;
}

.movie-title {
	padding-top: 10px;
	font-size: 2.0em;
	text-align: left;
}

.movie-frame { }

/* @end */

.filesharing-description { }

.filesharing-item {
	margin-top: 15px;
	padding-left: 35px;
	background: url(../images/download-icon.gif) no-repeat left center;
}

.filesharing-item-title { }

.filesharing-item-title a:link { }

.filesharing-item-title a:hover { }

.filesharing-item-description { }

/* @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 { } 

.required-text { }

form { }

label { }

input { }

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

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

/* @group special */
/* @group plugin support*/

/*GoogaLoom*/
#googlecart-widget {  }

#googlecart-widget-head {  }

#googlecart-arrow {  }

#googlecart-title {  }

#googlecart-summary {  }

#googlecart-widget-body {  }

#googlecart-widget-list {  }

.googlecart-widget-item {  }

.googlecart-widget-quantity-column {  }

.googlecart-widget-quantity-box {  }

.googlecart-widget-details-column {  }

.googlecart-widget-title {  }

.googlecart-widget-short-details {  }

.googlecart-widget-long-details {  }

.googlecart-widget-removed-message {  }

.googlecart-widget-image-column {  }

.googlecart-widget-img {  }

.googlecart-widget-price-column {  }

.googlecart-widget-price {  }

.googlecart-widget-remove {  }

.googlecart-widget-restore {  }

#googlecart-widget-emptymessage {  }

#googlecart-widget-foot {  }

.googlecart-widget-footertext {  }

.googlecart-widget-totalmessage {  }

.googlecart-widget-totalprice {  }

.googlecart-widget-disclaimer {  }

.googlecart-widget-checkout {  }

/* FormLoom styles*/
input.fl-text, textarea.fl-textarea { width: 98%; border: 1px solid; }
/* @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 */

/*Up2five column CSS support*/
.column { float: left; position: relative; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}

/* @end */