/*   
Theme Name: ForeignBreakfast
Theme URI: http://www.foreignbreakfast.com/
Description: Official Foreign Breakfast Theme
Author: David (Super Awesome) Leggett
Author URI: http://www.theleggett.com/
Version: 1.0
*/

@charset "utf-8";
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("{T_THEME_PATH}/','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/* End of Reset */
body {
	text-align:center;
	margin-top:20px;
}
#masthead h1 {
	float:left;
	position:absolute;
	bottom:10px;
	left:0px;
}
h1 a span {
	display:none;
}
h1 a {
	background:url(images/thebanner.png) bottom left no-repeat;
	display:block;
	width:280px;
	height:20px;
}
.wrapper {
	width:960px;
	height:640px;
	margin:20px auto 20px auto;
}
#home .wrapper {
	background:url(images/home-bg.jpg) no-repeat;
}
#about .wrapper {
	background:#ddd url(images/about-bg.jpg) no-repeat;
}
#lyrics .wrapper {
	background:#ddd url(images/lyrics-bg.jpg) no-repeat;
}
#download .wrapper {
	background:#ddd url(images/wall.jpg) no-repeat;
}
#contact .wrapper {
	background:#ddd url(images/contact-bg.jpg) no-repeat;
}
#music .wrapper {
	background:#ddd url(images/music-bg.jpg) no-repeat;
}
#schedule .wrapper {
	background:#ddd url(images/news-bg.jpg) no-repeat;
}
#masthead {
	margin:0px 70px;
	vertical-align:baseline;
	background:url(images/border.gif) bottom repeat-x;
	border-bottom:1px solid #d4d5d0;
	height:60px;
	padding-bottom:10px;
	position:relative;
}
ul#navigation {
	float:right;
	margin-top:3px;
	text-align:right;
	position:absolute;
	right:0%;
	bottom:10px;
}
ul#navigation li {
	display:inline;
	float:left;
}
ul#navigation li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#444;
	text-decoration:none;
	padding-left:40px;
}

ul#navigation li a:hover {
	color:#000;
}

body#lyrics ul#navigation li.lyrics a, body#about ul#navigation li.about a, body#schedule ul#navigation li.schedule a, body#contact ul#navigation li.contact a, body#download ul#navigation li.download a {
	font-weight:bold;
	color:#111;
}



#content {
	padding-left:250px;
	clear:both;
}
.col1, .col2 {
	width:300px;
	float:left;
	text-align:left;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:40px;
}
.col3 {
	width:280px;
	float:left;
	text-align:left;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:40px;
}
#content p {
	line-height:20px;
}
#lyricscontent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:15px;
	line-height:20px;
}
#lyricscontent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	line-height:20px;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-weight:normal;
	margin-top:0px;
}
#contact #content p, #music #content p{
	margin-bottom:20px;
}
.editpage {
	margin-top:20px;
	margin-bottom:20px;
	color:#999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#lyricscontent {
	padding-left:170px;
}
.editpage a {
	color:#aaa;
}
.editpage a:hover {
	color:#222;
}
.newcdbig a span {
	display:none;
}
.newcdbig {
	display:block;
	margin:70px auto;
	width:389px;
}
.newcdbig a {
	background-image:url(images/new-cd-big.png);
	background-position:top;
	width:389px;
	height:97px;
	display:block;
}
.newcdbig a:hover {
	background-position:bottom;
}

.follow {
	width:960px;
	margin:0 auto;
	height:30px;
	position:relative;
}

.follow .myspace, .follow .facebook, .follow .twitter {
	float:left;
	
}
.follow .myspace a span, .follow .facebook a span, .follow .twitter a span {
	display:none;
}
.follow .myspace a, .follow .facebook a, .follow .twitter a {
	background-image:url(images/socialbuttons.png);
	height:12px;
	display:block;
	position:absolute;
	top:30%;
}

.follow .myspace a {
	background-position:0px 0px;
	width:49px;
}
.follow .myspace a:hover {
	background-position:0px -12px;
}


.follow .facebook a {
	width:43px;
	left:69px;
	background-position:-49px 0px;
}
.follow .facebook a:hover {
	background-position:-49px -12px;
}


.follow .twitter a {
	width:43px;
	left:132px;
	background-position:-92px 0px;
}
.follow .twitter a:hover {
	background-position:-92px -12px;
}
.follow .emailupdates {
	position:absolute;
	right:0%;
	top:20%;
}
.follow .emailupdates label {
	font-family:arial;
	font-size:10px;
	color:#aaa;
}
.emailupdates input {
	font-family:arial;
	font-size:10px;
	border:1px solid #aaa;
	color:#777;
}
.halfcontainer {
	margin:40px 70px 0px 70px;
	background:url(images/halfdivider.png) center repeat-y;
}
.half {
	width:400px;
}
h2#downloadonmyown {
	background:url(images/downloadonmyown.png) center;
	width:233px;
	height:14px;
	margin:0 auto 30px auto;
}
h2#downloadonmyown span, h2#sharethis span, h2#donate span {
	display:none;
}
h3#tracklist {
	margin-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:20px;
	color:#222;
	font-weight:normal;
}
.tracklist p {
	font-size:11px;
	color:#333;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.downloadcd a {
	background-image:url(images/download.png);
	background-position:top;
	width:145px;
	display:block;
	height:35px;
	margin:5px auto 0px auto;
}
h2#sharethis {
	background:url(images/sharethis.png);
	width:102px;
	margin:0px auto 30px auto;
	height:13px;
}
h2#donate {
	background:url(images/donate.png);
	width:76px;
	margin:30px auto 0px auto;
	height:13px;
}
.downloadcd a:hover {
	background-position:bottom;
}
.downloadcd a span {
	display:none;
}
#download p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
.note {
	margin:40px auto;
	width:400px;
	clear:both;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
.note a {
	color:#777;
}
.note a:hover {
	color:#000;
}
#showlist {
	text-align:left;
	width:400px;
	padding-left:490px;
	padding-top:20px;
}
#showlist h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#222;
	line-height:20px;
}
#showlist .show {
	padding-bottom:20px;
	margin-top:20px;
	border-bottom:1px solid #888;
}
#showlist p {
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}
#showlist p a {
	color:#777;
}
#showlist p a:hover {
	color:#000;
}
