/*
Theme Name: BlueShoe project theme
Theme URI: http://wordpress.org/
Description: Wordpress theme for BlueShoe Project.
Author: #
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

*/

/***** Global Settings *****/
*{
padding:0px;
margin:0px;
}
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
text-align:left;
background-color:#000000;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited{
color:#025D95;
text-decoration:underline;
font-weight:bold;
}
a:hover{
color:#000000;
text-decoration:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 

/***** Global Classes *****/
 
.clear         { clear:both; }
.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; }
 
.wrap          { width:960px;margin:0 auto; }
 
.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; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/***** Wrapper *****/
 
#wrapper {
padding:53px 0px 0px 95px;
width:680px;
float:left;
overflow:hidden;
text-align:left;
margin:0px;
background:transparent;
}
.homepage
{
background:url(images/home_bg_withfreelogo.jpg) top left no-repeat;
background-attachment:fixed;
}
.innerpage
{
background:url(images/home_bg.jpg) top left no-repeat;
background-attachment:fixed;
}
 #header
 {
 width:680px;
 float:left;
 overflow:hidden;
 height:170px;
 }
 #logo
 {
 float:left;
 padding:34px 0px 0px 0px;
 margin:0px;
 width:111px;
 text-align:left;
 overflow:hidden;
 height:136px;
 }
 #header_right
 {
 float:left;
 width:568px;
 float:left;
 height:169px;
 background:#025D94;
 border-bottom:1px solid #000000;
 border-left:1px solid #000000;
 }
 #header_nav_links
 {
 float:left;
 height:33px;
 width:568px;
 border-bottom:1px solid #000000;
 }
 #header_nav
 {
 width:350px;
 border-right:1px solid #000000;
 float:left;
 height:33px;
 }
 #topright_links
 {
 float:left;
 height:33px;
 width:217px;
 }
 .linktop
 {
 text-decoration:none;
 font-size:12px;
 text-transform:capitalize;
 }
 .myspace_icon
 {
 width:34px;
 height:33px;
 background:url(images/myspace_icon.jpg) no-repeat top left;
 float:left;
 overflow:hidden;
 }
 .facebook_icon
 {
 width:34px;
 height:33px;
 background:url(images/facebook_icon.jpg) no-repeat top left;
 float:left;
 overflow:hidden;
 }
 .itunes_icon
 {
 width:34px;
 height:33px;
 background:url(images/itunes_icon.jpg) no-repeat top left;
 float:left;
 overflow:hidden;
 }
   .youtube_icon
 {
 width:68px;
 height:33px;
 background:url(images/youtube_icon.jpg) no-repeat top left;
 float:left;
 overflow:hidden;
 }
  .cs_icon
 {
 width:34px;
 height:33px;
 background:url(images/cs_icon.jpg) no-repeat top left;
 float:left;
 overflow:hidden;
 }
  .myspace_icon:hover,.facebook_icon:hover,.itunes_icon:hover,.youtube_icon:hover,.cs_icon:hover
  {
  background-position:bottom left;
  }
 #header_image
 {
 height:107px;
 float:left;
 overflow:hidden;
 width:533px;
 padding:28px 0px 0px 35px;
 }
 #home_content
 {
 width:568px;
 float:left;
 padding:0px 0px 0px 112px;
 overflow:hidden;

 }
 .homepost
 {
 float:left;
 overflow:hidden;
 width:568px;
 height:365px;
 }
 .homeentry
 {
 padding:0px;
 margin:0px;
 text-align:left;
 padding:10px 0px 0px 20px;
 width:548px;
 float:left;

 }
 .narrowcolumn
 {
 float:left;
 padding:0px;
 margin:0px;
 text-align:left;
 width:381px;
 }
 .narrowcolumn1
 {
 float:left;
 padding:0px;
 margin:0px;
 text-align:left;
 width:361px;
 padding:20px 20px 0px 0px;

 }
 #sidebar
 {
 float:left;
 padding:0px;
 margin:0px;
 text-align:left;
 width:162px;
 }
  #sidebar1
 {
 float:left;
 padding:0px;
 margin:0px;
 text-align:left;
 width:166px;
 }
 .entry
 {
 font-family:Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.35em;
color:#606060;
padding:0px 15px 10px 0px;
margin:0px 0px 0px 0px;
 }
.entry h3
	{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	font-size:12px;
	color:#15669d;
	text-align:left;
	}
.postnosidebar
{
width:548px;
float:left;
overflow:hidden;
margin:0px 0px 10px 0px;

}
.lineuprow
{
width:548px;
float:left;
overflow:hidden;
margin:0px 0px 10px 0px;
} 
.lineup_image
	{
	float:left;
	}
.black
{
color:#000000;
}
.lineupheading,.lineupheading a,.lineupheading a:visited
{
padding:0px;
margin:0px;
text-decoration:none;
color:#000000;
}
.lineupheading a:hover
{
text-decoration:underline;
}
.faqquestion
{
color:#025D95;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-weight:bold;
line-height:15px;
}
.faqanswer
{
color:#606060;
font-size:12px;
line-height:15px;
padding:0px 0px 0px 0px;
margin:0px 0px 15px 0px;
}
.faqanswer ul
{
padding:10px 0px 10px 0px;
margin:0px;
}
.faqanswer ul li
{
color:#606060;
}
.entry ul
{
padding:0px;
margin:0px 0px 15px 0px;
list-style-position:inside;
}
.entry ul li
{
padding:0px;
margin:0px;
}
.thecause_link
{
float:left;
overflow:hidden;
background:url(images/the_cause_link.jpg) no-repeat top left;
width:70px;
height:33px;
}
.lineup_link
{
float:left;
overflow:hidden;
background:url(images/line_up_link.jpg) no-repeat top left;
width:56px;
height:33px;
}
.sponsors_link
{
float:left;
overflow:hidden;
background:url(images/sponsors_link.jpg) no-repeat top left;
width:70px;
height:33px;
}
.vips_link
{
float:left;
overflow:hidden;
background:url(images/vips_link.jpg) no-repeat top left;
width:42px;
height:33px;
}
.faqs_link
{
float:left;
overflow:hidden;
background:url(images/faqs_link.jpg) no-repeat top left;
width:40px;
height:33px;
}
.contact_link
{
float:left;
overflow:hidden;
background:url(images/contact_link.jpg) no-repeat top left;
width:64px;
height:33px;
}
.thecause_link:hover,.sponsors_link:hover,.lineup_link:hover,.vips_link:hover,.faqs_link:hover,.contact_link:hover
{
background-position:bottom left;
}
.homeevents
{
font-size:25px;
margin:0px 0px 35px 0px;
color:#011B2C;
}
/* Sambha code */
/* The Cause Page Template Coad Start */

.the_cause_entry img
	{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	}
.the_cause_entry
	{
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:382px;
	float:left;
	overflow:hidden;	
	}
.the_cause_entry p
	{
	padding:0px 15px 10px 0px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	color:#001b2a;
	font-size:12px;
		line-height:18px;
	letter-spacing:0.02em;
	}
.the_cause_entry p a
	{
	color:#045f96;
	text-decoration:none;
	}
.the_cause_entry p a:hover
	{
	color:#045f96;
	text-decoration:underline;
	}
.the_cause_sidebar_text
	{
	width:166px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	overflow:hidden;
	border:0px solid red;
	}
.the_cause_sidebar_text h3
	{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	font-size:12px;
	color:#0f669b;
	width:165px;
	text-align:center;
	}
.the_cause_sidebar_text p
	{
	padding:0px 5px 10px 10px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	color:#001b2a;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.02em;
	}
/* The Cause Page Template Coad End */
/* Sponsors Page Template Coad Start */
.sponsors_sidebar_text
	{
	width:166px;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	}
.sponsors_entry
	{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	width:380px;
	float:left;
	}
.sponsors_entry img
	{
	padding:0px 0px 0px 0px;
	margin:15px 0px 5px 0px;
	}
.sponsors_entry p
	{
	padding:0px 15px 10px 0px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	color:#001b2a;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.02em;
	}
.sponsors_entry p a
	{
	color:#001b2b;
	font-family:'Arial';
	color:#001b2a;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.02em;
	text-decoration:none !important;
	}
.sponsors_entry p a:hover
	{
	color:#009dfe;
	text-decoration:none !important;
	}
.h3_class
	{
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-family:'Arial';
	font-size:12px;
	color:#15669d;
	text-align:left;
	}
.sidbar_img_1
	{
	padding:0px 0px 0px 0px;
	margin:30px 0px 30px 0px;
	width:165px;
	display:block;
	text-align:center;
	}
.sidbar_img_1 img
	{
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	}
/* Sponsors Page Template Coad End */
/* Sponsors Line Up Page Template Coad Start */

.entryfull
 {
overflow:hidden;
padding:0px 15px 10px 0px;
margin:0px 0px 0px 0px;
width:548px;
float:left;
 }
.entryfull img
	{
	padding:0px 0px 0px 0px;
	margin:15px 0px 10px 0px;
	}
.lineuptext
{
float:left;
overflow:hidden;
padding:0px 25px 0px 0px;
margin:0px;
width:357px;
}
.lineuptext p
{
padding:0px 0px 8px 20px;
margin:0px 0px 0px 0px;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.35em;
color:#606060;
}
.lineuptext h3
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.35em;
	color:#606060;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
.lineuptext ul li
	{
	font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.35em;
color:#606060;
	}
#content_single_out
 {
 float:left;
 width:568px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 112px;
 } 
#content_single
 {
 float:left;
 width:568px;
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 background:#ffffff;
 } 
 #content1
 {
 float:left;
 width:548px;
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 20px;
 background:#ffffff;
 }

#content2
 {
 float:left;
 width:548px;
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 20px;
 background:#ffffff url(images/the_cause_bg.jpg) repeat-y;
 background-position: top right;
}
 #content
 {
 float:left;
 width:548px;
 float:left;
 margin:0px 0px 0px 0px;
 padding:20px 0px 0px 20px;
 background:#ffffff;
 display:block;
 overflow:hidden;
 }
 #sponsors_content
 {
 width:568px;
 padding:0px 0px 0px 112px;
 margin:0px 0px 0px 0px;
 overflow:hidden;
 }
#sponsors_inner_content
 {
 width:548px;
 float:left;
 padding:10px 10px 0px 10px !important;
 margin:0px 0px 0px 0px !important;
 overflow:hidden;
 background-color:#fff;
 }
 #line_up_content
 {
 width:568px;
 padding:0px 0px 0px 0px;
 background-color:#fff;
 margin:0px 0px 0px 0px;
 overflow:hidden;
 }
#line_up_inner_content
 {
 width:568px;
 float:left;
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 overflow:hidden;
 display:block;
 background-color:#fff;
 }

.the_cause_text
{
background:#ffffff !important;
float:left;
width:568px;
overflow:hidden;
}
.lucky_peterson_link
{
background:url(images/lucky_peterson_mouse_over.jpg) no-repeat top left;
width:357px;
height:19px;
float:left;
margin:15px 0px 5px 0px;
}
.tutu_jones_link
{
background:url(images/tutu_jones_mouse_over.jpg) no-repeat top left;
width:357px;
height:19px;
float:left;
margin:15px 0px 5px 0px;
}
.texas_johny_link
{
background:url(images/tjbrown_mouse_over.jpg) no-repeat top left;
width:357px;
height:19px;
float:left;
margin:15px 0px 5px 0px;
}
.marquise_knox_link
{
background:url(images/knox_mouse_over.jpg) no-repeat top left;
width:357px;
height:19px;
float:left;
margin:15px 0px 5px 0px;
}
.lucky_peterson_link:hover,.tutu_jones_link:hover,.texas_johny_link:hover,.marquise_knox_link:hover
{
background-position:bottom left;
}
.readmore
{
font-weight:bold;
font-style:italic;
text-decoration:underline !important;
}
.readmore:hover
{
text-decoration:none;
}
.home_wrapper
{
width:100%;
overflow:hidden;
background-image:url('images/light_bg.jpg');
background-repeat:repeat-x;
background-position:top left;
}
.blank_image
{
}
#left_outer_wrapper
{
width:100%;
overflow:hidden;
background-image:url('images/bg_withfreelogo_left.jpg');
background-repeat:no-repeat;
background-position:top left;

}
.right_outer_wrapper
{
overflow:hidden;
border:0px solid red;
width:100%;
background-image:url('images/bg_withfreelogo_right.jpg');
background-repeat:no-repeat;
background-position:top right;
}
.right_outer_wrapper_800
{
width:1000px;
}
#left_outer_wrapper1
{
width:100%;
overflow:hidden;
background-image:url('images/bg_half_left.jpg');
background-repeat:no-repeat;
background-position:top left;
background-attachment:fixed;
}
#right_outer_wrapper1
{
width:100%;
overflow:hidden;
background-image:url('images/bg_half_right.jpg');
background-repeat:no-repeat;
background-position:top right;
background-attachment:fixed;
}
.active_link
{
background-position:bottom left;
}
.vip_buy
{
clear:right;
float:left;
overflow:hidden;
width:297px;
height:36px;
background:url(images/buy_vip_img.jpg) no-repeat top left;
}
.vip_buy:hover
{
background:url(images/buy_vip_img.jpg) no-repeat bottom left;
}
.sponsors_row
{
width:568px;
float:left;
padding:0px;
margin:0px 0px 20px 0px;
}
.sponsors_row_half_l
{
width:274px;
float:left;
padding:0px;
margin:0px 5px 0px 0px;
text-align:center;
overflow:hidden;
line-height:200px;
}
.sponsors_row_half_r
{
width:274px;
margin:0px 5px 0px 5px;
float:left;
padding:0px;
line-height:200px;
margin:0px;
text-align:center;
overflow:hidden;
}