/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	width: 100%;
	height: 100%;
	padding: 0;
}

body#cauldron #sidebar ul {

}

body#documents  #content {
	text-shadow: #fff 0 0 0px;
}
	
#container { 
	min-width: 910px;

}

.sideHeader {
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-bottom: 6px;
}

#sidebar {
	margin-left: 10px;
}

#sidebar ul {
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

#sidebar li {
	padding-bottom: 5px;

}


a:link {
	color: blue;
	text-decoration: underline;

}
	
a:visited { 
	color: blue;
	text-decoration: underline;

}
	
a:active { 
	text-decoration: underline;
	color: gray;

}
	
a:hover {
	text-decoration: underline;
	color: gray;

}


.image-left {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	display: block;
	clear: left;
}

.image-right {
	float: right;
	padding: 0;
	position: relative;
	z-index: 6;
	display: block;
	clear: right;
	right: 0;
}

.image-center {
	padding: 0;
	position: relative;
	z-index: 6;
	display: block;
	margin-left: auto;
    margin-right: auto;
	
}

p.centered {
	margin-left: auto;
    margin-right: auto;
   	width: 6em
}

	
/* @end */

/* @group Layout */


#sidebox {
	position:relative;
	display:block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 0.8em;
	background-color: white;
	text-transform: uppercase;
}

#sidebox ul {
	list-style-image: none;
	font-size: 1em;
	list-style-type: none;
}


.box {
	position:relative;
	display:block;
	padding: 6px 6px 6px 6px;
	background-color: transparent;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}

.vidbox {
	position:relative;
	display:block;
	padding: 6px 6px 6px 6px;
	border: 3px solid #ccc;
	width: 375px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fbff77;
}

.photobox {
	position:relative;
	display:block;
	padding: 6px 6px 6px 6px;
	border: 3px solid #ccc;
	width: 720px;
	height: 480px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fbff77;
	overflow: hidden;
}

#lowernavlist {
	list-style-image: none;
	list-style-type: none;
	font-size: 0.8em;
}


.loudbox {
	position:relative;
	display:block;
	padding: 6px 6px 6px 6px;
	border: 2px solid #faa44f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fbffde;
	border-left-color: orange;
}

.clearer {
	clear: both;
}

#pageHeader {
    padding: 15px 0px;
	position: relative;
	margin-bottom: 1px;
	z-index: 0;
	height: 70px;
}

#pageHeader img {
	position: absolute;
	top: 0;
}


#contentContainer {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 910px;
}

#contentContainer #content {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 50px;
	margin-right: 20px;

}

.date {
	text-shadow: gray 1px 1px 3px;
	text-align: center;
}




#footer {
	border-top: 0px solid #eeeeee;
	margin-top: 20px;
	color: #909090;
	text-align: center;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#sidebarContainer {
	z-index: 10;
	float: left;
	display: block;
	background-color: transparent;
	position: fixed;
	left: 2px;
	top: 150px;
	border-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sidebarnav {
	display: block;
	float: right;
}



	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 80%;
	color: #cccccc;
	font-weight: normal;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 36px;
	display: block;
	border-top: 1px none silver;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #faa44f;
}

#breadcrumbcontainer a:hover {
	color: #999999;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	height: 20px;
	position: relative;
	z-index: 100;
	border-bottom: 1px solid #faa44f;
	background-color: #feff92;
	border-top: 1px solid #faa44f;
	
}


#navcontainer #current {
	color: black;
	
}

#navcontainer .currentAncestor {
	color: black;
	
}

/* Parent - Level 0 */
#navcontainer a {
	display: block;
	color: gray;
	text-decoration: none;
	width: 120px;
	text-align: center;
	height: 20px;

}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	background-color: #feff92;
	display: block;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer li {
	position: relative;
	width: 122px;
	float: left;
}

#navcontainer a:hover { 
	color: black;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 20px;
	display: none;
	z-index: 10;
	border-bottom: 2px solid #faa44f;

	
}

#navcontainer ul ul a { 
	text-align: left;
	text-indent: 15px;
	padding-top: 4px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

#navcontainer ul ul a:hover {
	color: black;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #feff92;
}

#navcontainer ul ul #current{
	color: #000000;
	border-top: none;
}



/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}



div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}




/* @end */

/* @group Global Classes */


blockquote, .standout {
	font-style: italic;
	padding: 15px 5px 15px 55px;
	border-left: 4px solid orange;
	border-right: 4px solid orange;
	border-top: 4px solid orange;
	border-bottom: 4px solid orange;


}

/* My Comment */




h1 {
	font-size: 150%;
	margin-bottom: 2px;
	letter-spacing: 3px;
	text-shadow: gray 1px 1px 2px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

h2 {
	font-size:120%;
	margin-bottom: 2px;
	text-shadow: gray 1px 1px 2px;
	border-bottom: 1px solid gray;
}

h3 {
	font-size:110%;
	margin-bottom: 0;
	text-shadow: gray 1px 1px 2px;
}

h4 {
	font-weight: bold;
	margin-bottom: 0;
}


/* 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-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;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

/* @group Blog */

#blog-categories{
	border: 2px solid #ccc;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

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

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

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 30px;
	border-bottom: 1px solid #ff9900;
	padding-bottom: 15px;
	border-style: solid;
	border-color: #fff;
}

.blog-archive-entries-wrapper {

}

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

.blog-archive-month {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

/* @end */

.blog-entry {
	margin-bottom: 30px;
	border-bottom: 1px none #ff9900;
	padding-bottom: 15px;
	
}

.blog-entry-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 3px;
	color: black;
}

.blog-entry-date {
	color: #b3b3b3;
	margin-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	
}

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

/*styles the category link in the main entry */
.blog-entry-category {
	color: #6a7a90;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	background: #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #b3b3b3;
}

/* @end */

/* @group Quicktime Album */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */

/* Below are the stacks css taken from rw_common/plugins/stacks */

/* @group stacks */

.stacks_div {
	position:		relative;
	display:		block;

}

.stacks_out {                                      
    position:		relative;                                       
    display:		block;                                      
    margin:			0;                                      
    border:			0;
    padding:		0;                                      
    margin-left:	auto;                                       
    margin-right:	auto;                                      
    overflow:		hidden;    
}


.stacks_in {                                   
    position:		relative;                                       
    display:		block;                                      
	overflow:		visible;                                      
}           


.stacks_empty .stacks_in {
	display:		none;                        
}         
                              

.stacks_top {                                      
	position:		relative;                                       
	display:		block;
	margin:			0;                                      
	padding:		0;                                      
	border:			0;                                      
	overflow:		hidden;    
}   
                                        

.centered_image {
	position: relative;
	display: block;
	text-align:center;
} 


.centered_image .imageStyle {
	position: relative;
	display: block;
	margin:0 auto;
	border-style: none;
}


.stacks_clearer {                                      
    position:		relative;                                       
    display:		block;                                      
	clear:			both;       
}                                        
   
										                                     
.stacks_clear_left {                                      
    position:		relative;                                       
    display:		block;                                      
	clear:			left;       
}                                        
     
										                                   
.stacks_clear_right {                                      
    position:		relative;                                       
    display:		block;                                      
	clear:			right;       
}

/* @end */

/* @group accordianEbedGDocs */

#acAlignment {
	position:relative; 
	border:0px; 
	padding:0px;
	 margin-bottom:0px; 
	 margin-top:0px; 
	 margin-right:auto; 
	 margin-left:0px; 

}

#acContentWrapper {
	width:100%; 
	float:left; 
	border:0px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

#accordion_wrapper {
	position:relative; 
	width:97%; 
	border:0px; 
	margin:0px; 
	padding:0px; 
	overflow:hidden;
}

.acToggle {
	width:160px; 
	height:15px; 
	padding-top:5px; 
	padding-bottom:5px; 
	padding-right:5px; 
	padding-left:5px; 
	margin-top:4px; 
	margin-bottom:4px; 
	margin-left:0px; 
	margin-right:0px; 
	border-left-width:3px; 
	border-top-width:0px; 
	border-bottom-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
	border-color:#faa44f; 
	font-size:12px; 
	color:#faa44f; 
	cursor:pointer;
}

#acTitlesWrapper {
	width:160px; 
	float:left; 
	left:0px; 
	top:0px; 
	overflow:hidden; 
	border:0px; 
	margin:0px; 
	padding:0px;
}

.acStretch { 
	padding-top:10px;  
	padding-left:15px;
	padding-bottom:0px; 


}

/* @end */

/* @group InputForm */

.dataform {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.ss-form-container {
width: 45em;
background-color: #fff;
border: 1px solid #ccc;
margin: 0 auto;
padding: 1em
}

.ss-q-title {
display: block;
font-weight: bold
}

.ss-form-desc {
font: inherit;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
width: 99%;
margin: 0
}

.ss-q-help {
display: block;
color: #666;
margin: .1em 0 .25em 0
}

.ss-form-entry {
margin-bottom: 1.5em
}

.ss-choices {
list-style: none;
margin: .5em 0 0 0;
padding: 0
}

.ss-q-short {
	background-color: #fbffde;
}

.ss-q-long {
max-width: 90%;
	background-color: #fbffde;
}

.ss-q-other {
	background-color: #fbffde;
}

.ss-section-title {
background-color: #eee;
padding: 0.4em;
margin: 2em -0.4em 0
}

.g-doc,.g-doc-1024,.g-doc-800 {
font-size: 130%
}
.ss-base-body {
font-size: .8em
}
.ss-textarea {
max-width: 99%
}
.ss-choice-item {
margin: 0;
line-height: 1.3em;
padding-bottom: .5em
}
.ss-form-entry input {
vertical-align: middle;
margin-top: 0
}
.g {
color: #666
}
.i {
display: inline
}
.ss-powered-by {
display: block;
clear: left;
color: #666;
margin: 1em 0.2em 0.2em
}
.ss-powered-by a:link,.ss-powered-by a:visited {
color: #666
}
.ss-terms {
display: block;
clear: left;
margin: 1em 0.2em 0.2em
}
.ss-required-asterisk {
color: #c43b1d
}
.ss-section-description {
margin-top: 0.5em
}
.ss-page-number {
color: #666;
line-height: 2em
}
hr {
background-color: #ccc;
height: 2px;
border-width: 0;
margin: 0 -2em
}
.ie hr {
width: 107%
}
.ss-page-title {
margin: 0;
padding: 0
}
.ss-gridnumbers {
text-align: center;
border-bottom: 1px solid #d3d8d3
}
.ss-gridnumber {
display: block;
padding: 0.5em 0 .5em
}
.ss-gridrow {
text-align: center;
color: #666;
border-bottom: 1px solid #d3d8d3;
padding: .5em .25em
}
.ss-grid-row-even {
background-color: #fff
}
.ss-grid-row-odd {
background-color: #f2f2f2
}
.ss-gridrow-leftlabel {
padding: 0 1em
}
.ss-grideditor-columns input {
line-height: 150%
}
.ss-grideditor-editor .ss-magiclist-ul span.ss-header {
font-weight: bold;
padding-right: 1em
}
.ss-grid .errorbox-component .errorbox-good,.ss-grid .errorbox-component .errorbox-bad {
display: none
}
.ss-scalenumbers {
text-align: center
}
.ss-scalenumber {
display: block;
padding: 0.5em 0 .5em
}
.ss-scalerow {
text-align: center;
color: #666;
border: 1px solid #d3d8d3;
border-left: 0;
border-right: 0;
padding: .5em .25em
}
td.ss-leftlabel {
text-align: right;
padding-left: 0
}
td.ss-rightlabel {
text-align: left;
padding-right: 0
}
label {
display: block;
cursor: pointer
}
ul label {
display: inline
}
hr {
border: 0;
height: 1px;
background-color: #ddd
}
table {
border-collapse: collapse
}
.ss-response-cell {
background-color: #fff;
border: 1px solid #ccc;
padding: .1em .5em
}
.ss-responses-header {
background-color: #969696;
color: #fff;
padding: .2em .5em
}
.ss-old-form-response {
background-color: #ffff3d;
font-weight: bold
}
.errorbox-bad {
border: 2px solid #c43b1d;
background-color: #ffe6cc;
padding: 2px
}
.errorheader {
color: #c43b1d
}


/* @end */

.spacer {
	margin-top: 400px;
}