/*
Theme Name: Concert Chick
Theme URI: http://wordpress.org/
Description: Customized theme for ConcertChick.com
Version: 1.0
Author: Matt McKenny
Author URI: http://www.stoutdesign.com/
Tags: Concert Chick, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
blue - 00abe2
light blue - 34ceff
yellow - ffe502
purple - 7500e2
tan - #ede3d3
dark brown - #5B4A36
*/

a, a:link {
	color: #00abe2;
}

a:hover {
	color: #34ceff;
}

a:visited {
	color: #00abe2;
}

img {
	border:none;
}

body {
  font: 14px sans-serif;
  background: url("images/cc_bkgrd_combined.jpg") black;
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	color: #333;
}

hr {
	height: 1px;
	color: gray;
}

p {
	font-family: Times serif;
	line-height: 1.6em;
}

ul, li {
	padding:0;
	margin:0;
}

#container {
	width: 795px;
	margin: 0 auto; 
	text-align: left; 
}
	
#header {
	background: transparent; 
	padding: 0;
	margin: 0 0 0 -8px;
	position:absolute;
	z-index:20; 
}

#mainContent {
	padding: 180px 60px 80px 60px;
	background: transparent;
}

.getFlash{
	padding: 20px 60px 20px 0;
	margin:0;
	background: transparent;
	height:175px;
	width:810px;
	text-align: center;
	display:block;
	color:black;
}

#footerleft {
	background-image: url("images/cc_footer_left.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 1108px;
	width: 460px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 50;
	margin-left: -800px;
}

#footermiddle {
	background-image: url("images/cc_footer_middle.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 76px;
	width: 680px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 50;
	margin-left: -340px;
}

	
#footerright {
	background-image: url("images/cc_footer_right.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 217px;
	width: 460px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 50;
	margin-left: 340px;
}
	
.footerlinks, .footerlinks a:link, .footerlinks a:visited, .footerlinks a {
	text-align: center;
	color: #AAA;
	margin-top: 35px;
	font-size: 11px;
	line-height: 10px;
}

.footerlinks a:hover {
	color: #FFF;
}

body > div#footerleft, body > div#footermiddle, body > div#footerright {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

h1 {
	z-index:5;
	position:relative;
}

h1 {
	font-size:24px;
	color: #00abe2;
	width:430px;
	height:40px;
} 

h2 {
	font-size:24px;
	color: #5B4A36;
	margin-bottom:0;
	padding-right:50px;
}


h2 + p {
	margin-top: 5px;
}

p + h2 {
	margin-top: 50px;
}

h3 + p {
	margin-top: -15px;
}

p + h3 {
	margin-top: 50px;
}


.wp-credit, .wp-credit a:link,.wp-credit a:visited {
	font-size:12px;
	color: #ede3d3;
	text-align:center;
}

.wp-credit a:hover {
	color:white;
}


#content {
	/*margin-right:200px;*/
	/*padding: 0 20px 0 0;*/
	z-index:1;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.widecolumn {
	width: 670px;
}

#sidebar {
	width: 200px;
	float:right;
	border-left: 1px dotted gray;
	position: relative;
	z-index:30;
	text-align: center;
	margin-left:20px;
	padding-left:20px;
	padding-bottom: 80px;
	margin-bottom: 20px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar .widgettitle {
	color: #5B4A36;
	margin: 20px auto 0;
	padding:20px 10px 0;
	border-top: 1px solid #5B4A36;	
	font-size: 21px;
}

#sidebar div {
	margin: 0 auto;
}

#wp-calendar {
	width:170px;
}

#sidebar #upcoming-events h2{
	display:none;
}

#sidebar #searchform {
	margin-top: 30px;
}

#sidebar #searchform label {
	display:none;
}

#sidebar #searchform #s {
	width: 100px;
}

/* ecommerce styling */
.wpsc_container{
	float:left;
	width: 400px;
}

#shoppingcartcontents .empty,  #shoppingcartcontents .visitshop {
	text-align: center;
}

.wpsc_container {
	padding-bottom:80px;
}

.entry, #content {
	/*z-index:10;
	position:relative;*/
}

.entry p {
/*	width: 90%;*/
}

.postmetadata small{
	font-size:11px;
}

div.product_text {
	text-align:center;
}

.item_image {
	width:120px;
	overflow: hidden;
	margin:0;
	padding:0;
}

.product_image {
	width:120px;
	overflow: hidden;
	margin:0;
	padding:0;
	border: 5px solid black;
}

.product_text {
	padding-left:2px;
	padding-right:2px;
	margin:0px 5px 5px 0px;
	width:120px;
	height:4em;
}

.grid_more_info {
	display: none;
}

/* Event Calendar */

ul.ec3_events li ul li {
	font-size: 12px !important;
	color: gray;
}

table.ec3_schedule {
	border: 4px solid #5B4A36;
	background: #5B4A36;
	width:200px;
	margin:20px 200px 20px 0;
}

table.ec3_schedule td {
	padding: 2px 5px;
	color: white;
	text-align:center;
}

table.ec3_schedule td {
	padding: 2px 5px;
	color: white;
	text-align:center;
}
table.ec3_schedule td.ec3_start,table.ec3_schedule td.ec3_to,table.ec3_schedule td.ec3_end {
	text-align:right;
	padding: 0;
}

table.ec3_schedule td.ec3_to {
	text-align:center;
}

table.ec3_schedule td.ec3_end {
	text-align:left;
}

.ec3_list_day {
	color:#5B4A36;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced. */

.sIFR-hasFlash h1 {
visibility: hidden;
}

/* format WordPress classes */
img.alignleft {
	float:left;
	border:5px solid white;
	margin:10px 20px 10px 0;
}

img.alignright {
	float:right;
	border:5px solid white;
	margin:10px 0 10px 20px;
}

ul.anchor-links li {
	margin-top: 10px;
}


#comment {
	width: 400px;
} 
