﻿@charset "utf-8";
/*  
Theme Name: OMT
Theme URI: http://www.onemoretime.com
Description: Designed for One More Time Swing Band
Version: 1.1
Author: Alex Sablan
Tags: Black, Purple, Yellow, Red, two-columns, right-sidebar, fixed-width
*/
/***** Forms *****/

form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}


label 
{
	cursor:pointer;
}

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
	border:0;
}
table tr th 
{
	padding:2px;
	border:0;
}


/***** Global Classes *****/

.clear         { clear:both; overflow:hidden; width:1px; height:1px;}
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #ddcc55;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */ 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/**************  Classes  **************/
/*++++++++++++++  Header  +++++++++++++++*/

.description
{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ddcc55;
	position:absolute;
	left:57px;
	top:44px;
}


.subscribe_rss
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:200px;
}
.subscribe_rss a, .subscribe_rss a:visited
{
	color:#ddcc55;
	text-decoration:none;
}
.subscribe_email
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:30px;
}
.subscribe_email a, .subscribe_email a:visited
{
	color:#ddcc55;
	text-decoration:none;
}
.subscribe_email a:hover, .subscribe_rss a:hover
{
	color:#CC9900;
}


ul.menu
{
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:201px;
	left:55px;
}

ul.menu li
{
	float:left;
	font:bold 11px/11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	color:#ddcc55;
	padding:0 21px 0 0;
	margin:0;
	position:relative;
}
ul.menu li a, ul.menu li a:visited
{		
	color:#fff;	
}
ul.menu li a:hover
{		
	color:#CC9900;		
}

ul.menu li ul 
{ 	
	position: absolute; 
	left:0px; 
	top: 10px;
	padding:0;
	margin:0;
	display:none; 
	width:150px;
	background:#cabf72;
	list-style:none;
}

ul.menu li ul li
{
	float:none;
	padding:5px 0 5px 5px;
	display:block;
	margin:0;
	position:relative;
	border-bottom:1px dashed #71691c;
}
ul.menu li ul li ul
{
	position: absolute; 
	left:150px; 
	top:0px;
	display:none; 
	padding:0px 0 0 0;
	list-style:none;
}


ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li:hover ul li ul, ul.menu li.over ul li ul { display: none; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 
/* Comments */

.comments
{
	width:100%;
	overflow:hidden;
	border-top:1px solid #413a1f;
	color:#ddcc55;
}
.comments h1
{
	padding:20px 0 10px;
}
ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
li.comment
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard
{
	padding:0 0px 0 75px;
}
li.pingback .p
{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 75px;
}
li.comment img
{
	border:5px solid #7b9db4;
	float:left;
	margin:0 15px 0 0;
}

li.comment cite
{
	font-style:normal;
	font-size:14px;
	line-height:80%;
	margin:0;
	padding:0;
}
li.comment span
{
	font-style:normal;
	font-size:11px;
}
.commentmetadata
{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.comment-body
{
	width:100%;
	overflow:hidden;
color:#ddcc55;
}
.comment-body p
{
	width:485px;
	overflow:hidden;
	float:right;
	padding:0 0 15px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.comment-body blockquote
{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*Comment form*/

.commentform
{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	background: url('http://onemoretimeswingband.com/images/transbackblk.png');
}
.commentform_inner h1
{
	padding:0 0 0px;
}
.commentform_inner
{
	padding:18px 16px 25px;
	overflow:hidden;
}

.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#ddcc55;
}

.commentform_hint
{
	padding:6px 9px;
	background:#000;
	overflow:hidden;
	color:#ddcc55;
	font-size:11px;
	margin:0 0 5px 0;
}
form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left
{
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}
.commentform_right
{
	float:right;
	width:360px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#ddcc55;
	padding:5px 0 2px 4px;
}
.commentform_left input
{
	width:145px;
	height:19px;
	border:1px solid #9d9474;
}
.commentform_right textarea
{
	width:358px;
	height:72px;
	border:1px solid #9d9474;
}
.commentform_right input.commentform_submit
{
	width:67px;
	height:40px;
	background:gray;
	margin:12px 0 0 0;
	border:1px solid #9d9474;
	font-size:12px;
	cursor:pointer;
}
.tags
{
	padding:10px 0;
	font-size:10px;
}
.tags a, .tags a:hover {
color:#CC9900;
text-decoration:none;

}
.tags a:hover {	color:#ddcc55;
text-decoration:none;
}

.sidebar
{
	float:left;
	width:270px;
	overflow:hidden;
	margin:22px 0 0 10px;
}
.sidebar ul, .sidebar ul li, .sidebar ul li ul, .sidebar ul li ul li
{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	background:none;
	overflow:hidden;
}
.sidebar ul li, .sidebar ul, .sidebar ul li ul
{
	display:block;
}
.sidebar ul li
{
	width:268px;
	border:1px dashed #99936f;
	background:url(images/sidebar_body.gif) top left repeat;
	margin:0 0 10px 0;
	overflow:hidden;
}
.sidebar ul li h2
{
	width:268px;
	height:33px;
	background:url(images/sidebar_h2.gif) top left repeat-x;
	margin:11px 0 20px 0;
	color:#ddcc55;
	text-transform:uppercase;
	font: bold 24px/33px "Trebuchet MS", Helvetica, sans-serif;
	padding:0 0 0 18px;
}
.sidebar ul li ul
{
	width:232px;
	margin:0 0 10px 0;
	padding:0;
}
.sidebar ul li ul li
{
	margin:0 0 0px 10px;
	padding: 5px 0 5px 13px;
	background:url(images/bullet.gif) left top no-repeat;
}

.sidebar ul li ul li a, .sidebar ul li ul li, .sidebar ul li ul li a:visited
{
	font:normal 13px/13px Georgia, "Times New Roman", Times, serif;
	color:#ddcc55;
}

.sidebar ul li ul li a:hover
{
	color:#CC9900;
}
.sidebar ul li input.search_input
{
	width:180px;
	height:18px;
	background:#e4ddc6;
	border:1px solid #8d8c87;
	vertical-align:middle;
	font:normal 12px/100% "Trebuchet MS", Helvetica, sans-serif;
	padding:1px 0 0 5px;
	margin:0 5px 0 0;
}

.sidebar ul li input
{
	vertical-align:middle;
}
.sidebar ul li input.submit_search
{
	width:32px;
	height:21px;
	background:#667b8f;
	border:1px solid #667b8f;
	margin:0 0 0 0px;
	padding:0;
	font:bold 12px/100% "Trebuchet MS", Helvetica, sans-serif;
	color:#ddcc55;
	text-transform:uppercase;
	cursor:pointer;
}
form.sidebar_search
{
	width:232px;
	padding:13px 18px;
	display:block;
	
}

.footer
{
	width:100%;
	height:55px;
	background:url(images/sharp_footer.gif) bottom left repeat-x;
}
.footer_left
{
	width:100%;
	height:55px;
	background:url(images/sharp_left.gif) bottom left repeat-y;
}
.footer_right
{
	width:100%;
	height:55px;
	background:url(images/sharp_right.gif) bottom right repeat-y;
	position:relative;
}

.copy
{
	position:absolute;
	top:10px;
	left:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#ddcc55;
}
.copy_support
{
	position:absolute;
	top:10px;
	right:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#ddcc55;
}
table#wp-calendar
{
	width:100%;
}



@import url('layout.css');
body {
	background-position: center top;
	font-family: Candara;
	font-size: 16px;
	color: #ddcc55;
	background-color: #000000;
	top: 100px;
	background-image: url('http://onemoretimeswingband.com/images/OneMoreTime.png');
	background-repeat: no-repeat;
}
#blogContent {
	width:600px;
	float:left;
}
#blogSidebar {
	width:280px;
	float:left;
background-image: url('http://onemoretimeswingband.com/images/transbackblk.png');
}

.center {
	text-align: center;
}
.rep {
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	color: #FFFFFF;
}
#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;
background-image: url('http://onemoretimeswingband.com/images/transbackblk.png');
}
#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('http://onemoretimeswingband.com/images/transbackblk.png');
}
#sidebar li {
	display: block;
	background-image: url('http://onemoretimeswingband.com/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: #aaaa77;
	text-decoration: underline;
}
a:hover {
	color: #CC9900;
	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: 16px;
	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('http://onemoretimeswingband.com/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('http://onemoretimeswingband.com/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;
}
a {
text-decoration:none;
}
#tagCloud a {
  display: inline;
  }
#blogSidebar ul li a{
 color: #ddcc55;
}
#blogSidebar ul li a:hover {
 color: #CC9900;
text-decoration:none;
}


a:visited {
color:#552244
}