/*
Theme Name: RegattaBar
Theme URI: http://bostonchefs.com
Description: The RegattaBar theme is adapted from the great, free 2010 theme.The RegattaBar is a theme for RegattaBar, that will remove much of the extra functionality of the 2010 theme.
Author: the BostonChefs team (based off the great 2010 theme)
Version: 1
License: GNU General Public License
License URI: license.txt
Tags: two-columns, fixed-width, custom-header, custom-background, colorful-background sticky-post, translation-ready, microformats, 
editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

@font-face {
font-family: 'Museo Slab';
	  
	src: url('fonts/MuseoSlab/eot/style_183117.eot?') format('embedded-opentype'),
		url('fonts/MuseoSlab/eot/style_183120.eot?') format('embedded-opentype'),
		 url('fonts/MuseoSlab/otf/Museo_Slab_500.otf') format('opentype'),
		 url('fonts/MuseoSlab/woff/style_183117.woff') format('woff'),
		 url('fonts/MuseoSlab/woff/style_183120.woff') format('woff'),
		 url('fonts/MuseoSlab/eot/style_183117.svg#style_183117') format('svg');
}
@font-face {
font-family: 'Museo Sans';
	src: url('fonts/MuseoSans/eot/style_159303.eot?') format('embedded-opentype'),
		 url('fonts/MuseoSans/eot/style_159309.eot?') format('embedded-opentype'),  		 
		 url('fonts/MuseoSans/eot/style_159303.ttf') format('ttf'),
	     url('fonts/MuseoSans/eot/style_159309.ttf') format('ttf'),
		 url('fonts/MuseoSans/woff/style_159303.woff') format('woff'),
		 url('fonts/MuseoSans/woff/style_159309.woff') format('woff');
}
* {
padding: 0;
margin: 0;
}
li {
list-style: none;	
}
a {
text-decoration: none;	
color:#c0be30;
outline: none;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;	
}
body {
background: #09436b url("../img/bg-bloomLrgv2.jpg") no-repeat top center;
font-family: 'Museo Slab', sans-serif;
font-size: 14px;
}
/* Background styling, for burst and transparent logo */
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
}
#bg img {
position: absolute;	
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}

/* This is for the actual content */
#logo-reg {
position: absolute;
width: 100%;
z-index: 4;	
}
#logo-reg a {
position: absolute;
text-indent: -10000px;
display: block;	
height: 92px;
width: 100%;
min-width: 1000px;
padding-right: 200px;
right: 10px;
background: url(../img/logo-regatta.png) no-repeat top center;
top: 225px;
margin: 0 auto;
}
#wrapper {
position: relative;
z-index: 3;
min-height: 500px!important;
width: 1000px;
margin: 0 auto;
}
/* Navigation styling */
#header-img { /*This has potential to become featured image */
background: url(../img/header-artists.jpg) no-repeat top left;	
height: 151px;
}
#header-nav {
position: relative;
background: url(../img/bg-tranBla.png) repeat top left;
padding-bottom: 125px;
width: 100%;
}
#header-nav #nav {
position: relative;
margin: 0 auto;
padding: 14px 0 45px 0;
text-align: center;
}
#header-nav #nav li {
display: inline;
font-size: 17px;
color: #0070b9;	
}
#header-nav #nav li:after {
content: "/";	
}
#header-nav #nav li#menu-item-79:after { /* ie doesn't support last-child, so we will hard code in a solution */
content: "";	
}
#header-nav #nav li:last-child:after {
content: "";	
}
#header-nav #nav li ul.sub-menu {
display: none;
width: 100%;
}
#header-nav #nav li ul.sub-menu li:after {
content: "";	
}
#header-nav #nav li:hover ul.sub-menu {
display: inline;
position:absolute;
background:url("../img/bg-sub-menu.png") repeat top left;
top: 40px;
left: 0;
padding: 5px 0  7px 0;
} 
/* will have to go through these and change according to the classes given by wordpress */
#header-nav #nav .sub-menu a {
color: #c2c018;	
font-size: 15px;

}
#header-nav #nav li ul.sub-menu li a:hover {
color: #C0BE30;
}
#header-nav #nav li a {
color: #0070b9;	
padding: 0 30px 20px 30px;
}
#header-nav #nav li a, #header-nav #nav #menu-item-83, #header-nav #nav .menu-item-83 a {
color: #C86428;
}
#header-nav #nav .menu-item-69 ,#header-nav #nav .menu-item-69 a {
color: #0070B9;	
}
#header-nav #nav #nav-cal ,#header-nav #nav #nav-cal a {
color: #c86428;	
}
#header-nav #nav .menu-item-68, #header-nav #nav .menu-item-68 a {
color: #d61d5e;	
}
#header-nav #nav .menu-item-72, #header-nav #nav .menu-item-72 a {
color: #8d3795;	
}
#header-nav #nav .menu-item-79, #header-nav #nav .menu-item-79 a {
color: #739f40;
}
#header-nav #nav li a:hover,#header-nav #nav .menu-item-83 a:hover, #header-nav #nav .menu-item-79 a:hover, #header-nav #nav .menu-item-68 a:hover, #header-nav #nav .menu-item-69 a:hover, #header-nav #nav .menu-item-72 a:hover, #header-nav #nav #nav-eat a:hover  {
color: #C0BE30;
}
#header-nav h1 {
text-indent: -10000px;
background:url(../img/header-regatta.png) no-repeat top left;
width: 944px;
height: 89px;
margin: 15px auto 0 auto;
}
#content-out {
background: url(../img/bg-content.png) repeat top left;
}
#content {
position: relative;
background: url(../img/bg-topGrad.png) repeat-x top left;
}
#content-in {
background: url(../img/bg-bttmGrad.png) repeat-x bottom left;
overflow: hidden;
padding-bottom: 25px;	
}
#content p {
font-size: 13px;
margin-bottom: 20px;	
line-height: 21px;
}
#content p, #content h1, #content h2, #content h3, #content h4 {
color: #d3e4c2;	
}
#content h2, #content h3, #content h4 {
text-transform: uppercase;	
}
.col {
float: left;
overflow: hidden;
}
#right-col {
width: 674px;
padding: 30px 40px 0 10px;	
}
#left-col {
width: 210px;
padding: 30px 20px 0 40px;	
}
/* left col styling */
#left-col h1 {
color: #c0be30;
font-size: 38px;
margin-bottom: 50px;
}
.evt-nav {
border-bottom: 1px dotted #B2B2B1;	
}
.evt-nav li {
border-top: 1px #b2b2b1 dotted;
padding: 8px 0;
font-size: 16px;
}
.evt-nav li.lst-nav {
border-top: 1px #b2b2b1 dotted;
border-bottom: 1px #b2b2b1 dotted;
}
.evt-nav li.widget-container {
border: none;	
}
.evt-nav li a {
color: #c0be30;	
}
.evt-nav .children li {
margin-left: 25px;
border: none;
padding: 10px 0;	
font-size: 80%;
}
.evt-nav .children li a {
color: #739f40;
text-transform: uppercase;
}
#left-col .art-nav li a {
text-transform: uppercase;
font-style: italic;
font-size: 12px;
display: block;
padding-top: 10px;
height: 21px;
}
#art-logo-twt {
background: url(../img/Icon_Twitter2.png) no-repeat top right;	
}
#art-logo-fac{
background: url(../img/Icon_FB2.png) no-repeat top right;	
}
#art-logo-my {
background: url(../img/Icon_MySpace.png) no-repeat top right;	
}
#left-col p.date, #left-col p.price, #left-col p.time  {
color: #739f40;
font-size: 18px;	
}
#left-col p.date {
font-style: italic;	
}
.bttn-lg-tx a {
display: block;
background: url(../img/bttn-lg-tx.jpg) no-repeat top left;
width: 210px;
height: 28px;
text-indent: -10000px;	
}
/* right col styling */
#right-col h1 {
font-size: 27px;
margin-bottom: 15px; /* change 12.23.02 - increase margin on bottom */
color: #739F40; /* change 12.23.02 - change color of header text */	
}
#right-col h2 {
margin: 35px 0 20px 0;	
font-size: 20px;
}
#right-col h3 {
margin-bottom: 30px; /* change 12.23.02 - increase margin on bottom */	
}
.art-feature {
overflow: hidden;	
margin-bottom: 25px;
}
.art-feature img {
float: left;	
}
.art-text {
margin-left: 145px;	
}
#content .art-feature h3 {
color: #127d6f;	
margin-bottom: 5px;
}
#content .art-feature h3 span {
color: #739f40;	
font-style: italic;
font-size: 12px;
}
/* footer styling */
#footer-lrg {
overflow: hidden;
color: #d3e4c2;		
}
.footer-smll {
background-color: #283138;
padding: 39px 40px;
}
.footer-smll .col {
width: 235px;
padding: 0 0 0 15px;
}
#footer-accol {
overflow: hidden;
clear: both; /* ie */	
}
#footer-accol .col {
width: 164px;
padding: 0 10px;
text-align: center;
position: relative;
height: 130px;	

}
#footer-evt {
padding-left: 0;
padding-right: 0;
overflow: hidden;
background: url(../img/bg-tranBla.png) repeat top left;	
}
#nav-addr {
padding: 0;	
}
#nav-addr address {
background-color: #1c262d;
padding: 12px 0;
clear: both;
color: #155fa1;
font-style: normal;
text-align: center;
font-size: 18px;
}
#nav-addr address img {
vertical-align: bottom;
margin-left: 20px;
}
#col-twt {
width: 460px;	
padding-left: 40px;
padding-right: 0;
}
#col-twt .twt-lct {
text-align: right;
color: #739f40;
font-style: italic;
font-size: 11px;
padding-right: 15px;
letter-spacing: 3px;	
}
#twt-cont {
background: url(../img/TalkBubble.png) no-repeat top left;
padding: 25px 20px 30px 20px;;
width: 410px;
height: 75px;
}
#ext-med {
float: left;	
}
#ext-med li {
float: left;
margin-right: 6px;
}
#ext-med li a {
display: block;
width: 31px; 
height: 31px;
text-indent: -10000px;
background:url(../img/med-logos.png) no-repeat top left;	
}
#ext-med li#logo-twt a {
background-position: -31px 0;
}
#ext-med li#logo-twt a:hover {
background-position: -31px -31px;	
}
#ext-med li#logo-face a {
background-position: -62px 0;
}
#ext-med li#logo-face a:hover {
background-position: -62px -31px;	
}
#ext-med li#logo-you a:hover {
background-position: 0 -31px;	
}
.hd {
text-indent: -10000px;
margin-bottom: 17px;
}
#hd-upd {
background:url(../img/Head_Twitter.png) no-repeat top left;
width: 213px;
height:	10px;
}
#hd-tick {
background: url(../img/Head_Tickets.png) no-repeat top left;
width:80px;
height: 10px;
}
#phn-num {
font-size: 28px;
color: #1568b3;
margin-top: 17px;	
}
#hd-news {
background: url(../img/Head_Newsletter.png) no-repeat top left;
width:124px;
height: 10px;
}
#news-form {
margin-top: 15px;	
}
#news-form input {
height: 19px;
border: none;
vertical-align: top;	
}
#news-form #bttn-news {
background: url(../img/Subscribe.png) no-repeat bottom left;
border: none;
width: 73px;
height: 22px;
text-indent: -10000px;
text-transform: capitalize;/* for ie */
cursor:pointer;	
}
#footer-accol p {
margin-bottom: 15px;	
}
#footer-accol blockquote {
font-style: italic;
font-size: 11px;
font-weight: normal;	
}
#footer-accol .col .pos-ele {
position: absolute;
width: 164px;
bottom: 0;
left: 0;	
}
#footer-nav {
overflow: hidden;
background: url(../img/bg-tranBla.png) repeat top left;	
text-align: center;
width: 100%;
padding: 20px 0;
}
#footer-nav li {
display: inline;
text-align: center;
color: #c2c018;
}
#footer-nav li:after {
content: "/";	
}
#footer-nav li.menu-item-79:after {/* ie doesn't support last-child, so we will hard code in a solution */
content: "";	
}
#footer-nav li:last-child:after {
content: "";	
}
#footer-nav li a {
color: #c2c018;
margin: 0 18px;
}
/* Page specific styling

Home Page

*/

.page-template-homepage-php #content {
background: url(../img/bg-tranBla.png) repeat top left;
padding: 0 40px 20px 40px;
min-height: 300px!important;
}
.home-feat {
position: relative;
background-color: #739f40;
float: left;
height: 274px;
width: 140px;
overflow: hidden;
margin-right: 12px;
padding-top: 6px;
}
.home-feat p, .home-feat h1, .home-feat h2, .home-feat h3, .home-feat ul, .home-feat ol  {
padding-left: 5px;	
}
#main-feat p, #main-feat h1, #main-feat h2, #main-feat h3, #main-feat ul, #main-feat ol  {
padding-left: 10px;	
}
#last-feat {
margin-right: 0;
}
#main-feat {
width: 210px;
height: 234px;
margin-right: 0;
}
#main-feat-cont {
position: relative;
float: left;
height: 280px;
width: 450px;
overflow: hidden;
margin-right:24px;
}
#main-feat h2 {
margin-bottom: 25px;
font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
padding-top: 10px;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 17px;
font-style: italic;	
color: #c0be30;
}
#main-feat-img {
float: left;	
}
#content #main-feat p {
font-size: 17px;
margin-bottom: 20px;	
line-height: 14px;
}
#content .home-feat p {
font-size: 12px;
line-height: 12px;	
}
#content .home-feat p.date {
color: #0d233f;
font-style: italic;	
margin-bottom: 3px;
}
#content .home-feat p.time a {
font-style: italic;	
color: #D3E4C2;
}
#content .home-feat p.time span {
color: #0D233F;
font-size: 9px;
text-transform: uppercase;
font-style: normal;	
}
#content .home-feat p.time a:hover {
text-decoration: underline;	
}
#content .home-feat p.bttn, #content .home-feat p.bttn, #content #main-feat p.bttn  {
margin-bottom: 0;
padding-left: 0;
}
.home-feat .bttn {
position: absolute;
float: left;
text-indent: -10000px;
bottom: 0;
}
.home-feat .bttn a {
display: block;	
}
.bttn-tx a {
width: 120px;
height: 28px;
background: url(../img/bttn-tx.jpg) no-repeat top left;	
}
.home-feat .bttn-ls {
right: 0;	
}
.bttn-ls  a {
width: 22px;
height: 28px;
background: url(../img/bttn-ls.jpg) no-repeat top left;	
}
#content p#bttn-cal {
position: absolute;
font-family: "Museo Sans", "Myriad Pro", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
height: 28px;
width: 97%;
padding-left:3%;
bottom: 0;
margin-bottom: 0;
background:url(../img/bg-gryLght.png) repeat top left;
}

#bttn-cal a {
height: 23px;
padding-top: 5px;
display: block;
background: url(../img/icon-cal2.png) no-repeat top right;
}
#bttn-cal a:hover {
color: #d61d5e;
}
div#slogan {
background: url(../img/bg-content.png) repeat top left;
text-align: center;
color: #1568b3;
font-family: "Museo Sans", "Museo Slab", sans-serif;
font-size: 27px;
letter-spacing: 1px;
padding-top: 17px;
padding-bottom: 17px;
font-weight: normal;
}
/* music calendar styling */
#cal-date {
overflow: hidden;
padding-top: 25px;
padding-left: 25px;
width: 300px;	
}
span.new {
color: #C0BE30;
text-transform:  uppercase;
}
#cal-date li {
float: left;
color: #c0be30;
margin-right: 15px;
padding-bottom:10px;
}
.cal-month {
font-size: 38px;
letter-spacing: 3px;	
}
.bttn-left, .bttn-right {
text-indent: -10000px;
width: 6px;
height: 12px;	
}
.bttn-left a, .bttn-right a {
display: block;
margin-top: 18px;
}
.bttn-right a {
background: url(../img/Arrow_Right.png) no-repeat top left;
}
.bttn-left a {
background: url(../img/Arrow_Left.png) no-repeat top left;
}
#mus-sched, .mus-sched {
overflow: hidden;
text-align:left;
padding-top: 10px;
clear: both;
}
#mus-sched th, .mus-sched th {
color: #d3e4c2;	
text-transform: uppercase;
background: url(../img/bg-tableheader.png) repeat-x top left;
border-right: 1px #21221b solid;
font-weight: normal;
font-size: 12px;
width: 122px;
padding: 10px 10px 10px 10px;
line-height: 16px;
}
#mus-sched .dates, .mus-sched .dates {
font-size: 18px;
color: #d3e4c2;
}

#mus-sched td, .mus-sched td {
width: 122px;
padding: 0 10px 20px 10px;
line-height: 16px;
vertical-align: text-top;
border-right: 1px #21221b solid;
border-bottom: 1px #21221b solid;
}
#mus-sched td.lst-td, .mus-sched td.lst-td {
border-right: none;
width: 142px;	
}
#mus-sched tr.dates td, .mus-sched tr.dates {
border-bottom: none;
padding-top: 10px;	
}
#mus-sched td .art-name, .mus-sched td .art-name {
color: #739f40; /* change 12.23.02 - swap color */	
font-size: 16px;
text-transform: uppercase;	
}
#mus-sched td .time, .mus-sched td .time {
color: #127d6f; /* change 12.23.02 - swap color */	
font-size: 16px;
text-transform: uppercase;
font-style: italic;	
}
#user-actions {
position: absolute;
width: 600px;
right: 0;
padding-right: 40px;
padding-bottom:10px;
top: 45px;
}
#user-actions li {
float: right;
text-indent: -10000px;	
}
#user-actions li#print a {
display: block;
background: url(../img/icons-calender.png) no-repeat top right;
width: 224px;
height: 24px;
}
#user-actions li#email a {
display: block;
background: url(../img/icons-calender.png) no-repeat top left;
width: 180px;
height: 24px;	
}

.expire {
   zoom: 1;
   filter: alpha(opacity=50);
   opacity: 0.5;
}

/* Added for jQuery twitter plugin */
.rct-twt { line-height: 1.3; }
.tweet_action { display: inline-block; width: 16px; height: 16px; text-indent: -10000px; font-size: 0; line-height:0; vertical-align: top; }
.tweet_retweet { background: url(http://si0.twimg.com/images/dev/cms/intents/icons/retweet.png) no-repeat top left; }
.tweet_reply { background: url(http://si0.twimg.com/images/dev/cms/intents/icons/reply.png) no-repeat top left; }
.tweet_favorite { background: url(http://si0.twimg.com/images/dev/cms/intents/icons/favorite.png) no-repeat top left; }
