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

pre {
	margin-bottom: 1.0em;
}

/* @end */

/* @group General Styles */

body {
	font: 75%/1.3em "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

p {
	
}

b, strong {

}

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

.spacer {
	height: 1px;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

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

code {
	font-family: "Times New Roman", Times, sans-serif;
	padding: 5px;
}

pre {
	margin: 0 0 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;
	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 */
.middle ul {
}

.middle li {
}

/* Table Styles */
table {
}

/* @end */

/* @group Layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
}

.middle {
	padding: 0 10px;
}

.top{
	height: 29px;
	margin: 20px 0 0;
}

.bottom {
	height: 29px;
	clear: both;
}

.header {
	display: block;
	height: 144px;
}

#title_block {
	position: relative;
	top: 90px;
	text-align: left;
}

.header .title {
	padding: 0 20px;
	font-weight: bold;
	font-size: 2.1em;
}

.header .slogan {
	padding: 0 20px;
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 1.1em;
}

.header img {
	float: right;
	margin: 70px 0 0;
	padding: 0 20px;
}

#header_shadow {
	margin-top: 50px;
	height: 144px;
}

#gradient, #overlay {
	height: 144px;
}

#sidebarContainer {
	width: 200px;
	float: left;
	font-size: 0.95em;
	padding: 0 0 0 10px;
}

#contentContainer {
	padding: 0 10px;
	margin: 0 0 0 225px;
}

#sidebar {
	margin: 10px 0 0;
}

#sidebarContainer .title {
	text-align: left;
	font-size: 1.6em;
	margin: 10px 0 0;
}

.footer {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 0.9em;
}

/* @end */

/* @group Bread-crumb */

ul.breadcrumbList {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

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

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */
#toolbar_horizontal {
	height: 36px;
	padding: 1px 0 1px 15px;
}

#toolbar_horizontal .current {

}

#toolbar_horizontal .currentAncestor {

}

#toolbar_horizontal a {
	border-right: 1px solid;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 7px;
	height: 35px;
	line-height: 35px;
	float: left;
	position: relative;
}

/* Parent - Level 0 */

#toolbar_horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#toolbar_horizontal ul li {
	margin: 0;
	float: left;
	
}

#toolbar_horizontal ul li a:hover, #toolbar_horizontal ul li a:active {
	text-decoration: none;
	border: none;
	border-right: 1px solid silver;
}

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#toolbar_vertical {
	margin: 0 0 10px;
	height: auto;
}

/* Parent - Level 0 */

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

#toolbar_vertical ul li {
	margin: 0;
	display: inline;
}

#toolbar_vertical ul li a {
	display: none;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	border-top: 1px solid;
}

#toolbar_vertical ul ul li {
	display: block;
}

#toolbar_vertical ul ul a {
	padding: 0 0 0 10px;
	font-weight: bold;
	border: 1px solid;
	border-top: none;
	display: block;
	line-height: 30px;
	text-decoration: none;
}

/* Child - Level 2 */
#toolbar_vertical ul ul ul {
	border-top: none;
}

#toolbar_vertical ul ul ul a {
	padding: 0 0 0 30px;
}

/* Child Level 3 */

#toolbar_vertical ul ul ul ul a {
	padding: 0 0 0 50px;
}

/* Child Level 4 */

#toolbar_vertical ul ul ul ul ul a {
	padding: 0 0 0 70px;
}

/* Child Level 5 */

#toolbar_vertical ul ul ul ul ul ul a {
	padding: 0 0 0 90px;
}

/* @end */

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid;
}

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


h1.blog-entry-title a {
}

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

.blog-entry-category {
}

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

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

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

/* @group blog sidebar */

#plugin_sidebar {
}

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

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

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

#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: 1px solid;
}

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

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

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

#sidebarContainer .middle ul.blog-tag-cloud li a {
}

#sidebarContainer .middle 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: 1px solid;
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @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 {
	border-top: 1px solid;
}

.filesharing-item-title {
	margin: 15px 0;
}

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

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	margin: 15px 0;
}

/* @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: 1.8em;
	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:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.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>
		
<!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 START -->
<script type='text/javascript' src='https://count.carrierzone.com/app/count_server/count.js'></script>
<script type='text/javascript'><!--
wm_custnum='feb1638c31813dd5';
wm_page_name='styles.css';
wm_group_name='/services/webpages/n/u/nuuconsulting.com/public/rw_common/themes/creamux';
wm_campaign_key='campaign_id';
wm_track_alt='';
wiredminds.count();
// -->
</script>
<!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 END -->
</body>
*/

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

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

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

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

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.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: ", ";
}

/* 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 */

/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/* @end */
	
/* @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: 1.8em;
	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-frame:hover {

}

.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-background {
}

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

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

/* @end */

/* @end */

/* @group Quicktime Page */

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

.movie-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 */
/*Up2five column CSS support*/
.column { float: left; }
.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;}

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

/* FormLoom styles*/
input.fl-text, textarea.fl-textarea { width: 98%; }

/* @end */