﻿@import url('layout.css');
body {
	background-position: center top;
	font-family: Candara;
	font-size: 16px;
	color: #5F682C;
	background-color: #000000;
	top: 100px;
	background-image: url('../images/OneMoreTime.png');
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}
.rep {
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	color: #FFFFFF;
	background-image: url('../images/transbackblk.png');
}
#masthead {
	text-align: right;
	width: 900px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: inline;
}
.homepageimg {
	border-style: solid;
	border-width: 0;
	margin: 20px;
	vertical-align: text-top;
}
#content {
	float: left;
	width: 900px;
	padding: 0px;
	margin: 0px;
	color: #ddcc55;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 900px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
.mastheademail {
	color: #FFFFFF;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-image: url('../images/transbackblk.png');
}
#sidebar li {
	display: block;
	background-image: url('../slices/images/OneMoreTime_05.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ddcc55;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CC9900;
}
a {
	color: #dd0000;
	text-decoration: underline;
}
a:hover {
	color: #aa3322;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#jgal {
	list-style: none;
	width: 200px;
}
#jgal li {
	filter: alpha(opacity=50);
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-position: 50% 50%;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 14px;
	margin-bottom: 14px;
}
#jgal li img {
	position: absolute;
	top: 100px;
	left: 220px;
	display: none;
}
#jgal li.active img {
	display: block;
	float: right;
	clear: both;
}
#jgal li.active, #jgal li:hover {
	outline-color: #bbb;
	filter: alpha(opacity=100); /* safari bug */
}
.aboutus {
	margin-right: 30px;
	margin-left: 30px;
	font-style: italic;
	padding: 10px;
}
#links {
	border-collapse: collapse;
	caption-side: top;
	font-family: Constantia;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #989ACD;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	border-width: 0;
}
.rssstyle {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
/***************************JqueryTabs******************************/
DIV.container {
	margin: auto;
	width: 90%;
	margin-bottom: 10px;
}
TEXTAREA {
	width: 80%;
}
FIELDSET {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0;
}
LEGEND {
	color: #ccc;
	font-size: 120%;
}
INPUT, TEXTAREA {
	font-family: Arial, verdana;
	font-size: 125%;
	padding: 7px;
	border: 1px solid #999;
}
LABEL {
	display: block;
	margin-top: 10px;
}
IMG.example {
	margin: 5px;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	width: 87%;
	margin-left: auto;
	margin-right: auto;
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #7b6939;
	color: #000;
	text-decoration: none;
}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
	background-color: #2b0b06;
	color: #fff;
	padding-top: 7px;
}
UL.tabNavigation LI A:focus {
	outline: 0;
}
div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 1px solid #4a1216;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
div.tabs > div h2 {
	margin-top: 0;
}
#first {
	background-color: #e0cd96;
}
#first h2, #first p {
	padding-left: 6px;
	padding-right: 6px;
}
#second {
	background-color: #cfb45f;
}
#second h2, #second p {
	padding-left: 6px;
	padding-right: 6px;
}
#third {
	background-color: #aa9a5f;
}
#third h2, #third p {
	padding-left: 6px;
	padding-right: 6px;
}
.waste {
}
#tabs {
	margin-top: 12px;
}
.tab_link {
	float: left; /* important */ /* just styling */;
	border: 1px solid black;
	background: #552244;
	padding: 5px;
	margin-right: 10px;
	color: white;
	text-decoration: none;
	font-variant: small-caps;
}
.tab_link_selected {
	background-color: #ddcc55;
}
/* just a different tab link bg color when it's selected */
.tab_text {
	display: none; /* hide the text containers */ /* just styling */;
	border: 1px solid black;
	padding: 5px;
	color: #ddcc55;
	background-image: url('../images/transbackblk.png');
}
.clear {
	clear: both;
}
/* when we use css float property, we need to clear after the last floated item */
.float_right {
	padding: 20px;
	float: right;
}
.float_left {
	padding: 20px;
	float: left;
}
.galleria {
	list-style: none;
	width: 900px;
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
.galleria li a {
	display: none;
}
.galleria li div {
	position: absolute;
	display: none;
	top: 0;

}
.galleria li div img {
	cursor: pointer;
}
.galleria li.active div img, .galleria li.active div {
	display: block;
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;

	display: block;
	width: 700px;
	height: auto;
}
.galleria li .caption {
	display: block;
	padding-top: .5em;
}
* html .galleria li div span {
	width: 400px;
}
.replaced {
	
	margin:0px auto;
}
/* MSIE bug */
#samples {
	float:left;}
.sample {
	float:left;
	padding-right:15px;
}
.style1 {
	text-align: left;
}
.style2 {
	border: 2px solid #000000;
	border-collapse: collapse;
	background-image:url('../images/transbackblk.png')
}
.style3 {
	margin-bottom: 1px;
}
img.table {
	float: none;
	clear: both;
	margin-right: 20%;
	margin-left: 20%;
}
#tabbedPreview {
	height: 360px;
	width: 100%;
}
h1,h2,h3,h4,h5,h6,h6,h7,h8,h9,p,ul, ul li, ul li a 
{
	padding-left:12px;
	padding-right:12px;
}
ul {
	list-style:none;
}
.centered {
	margin: 0px auto 0px auto;
	width:450px;
	text-align:center;
}