/*
Theme Name: Website
Author: Sense Advertising
*/

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu, nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

/* =Structure
-------------------------------------------------------------- */

body {
	background:url('images/bg.gif');
	font:13px Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:30px 0 -10px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:30px 0 3px;
	color:#666;
}

h4 {
	font-size:18px;
	font-weight:bold;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

a {
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

blockquote {
	font-family:'Petit Formal Script';
	font-size:17px;
	font-weight:normal;
	line-height:1.6em;
}
blockquote p {
	margin-top:0;
}

body.home blockquote {
	font-size:14px;
}

p {
	margin:15px 0;
}

.cf {
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
}

#page {
	display: block;
	margin: 1em;
	width:960px;
	margin:0 auto 0;
	border:1px solid #bbb;
	border-top:none;
	overflow:hidden;
	position:relative;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	background:url('images/header.jpg');
}

#site-title,
#site-title a {
	font-family:'adage-script';
	line-height:50px;
	font-size: 50px;
	font-weight: normal;
	/*text-transform:lowercase;*/
	color:#990000;
	/*padding:30px 0 0 5px;
	margin-bottom:-7px;*/
	padding:30px 0 0 5px;
	margin-bottom:5px;
	text-decoration:none;
	position:relative;
	z-index:999;
}
#site-title a:hover {
	text-decoration:none;
}

#current-page {
	font-size:32px;
	color:#000;
	display:inline-block;
	margin-left:10px;
	line-height:30px;
}

#header {
	background:#000;
	position:relative;
}

#music {
	display:none;
	position:absolute;
	bottom:20px;
	left:0;
	width:960px;
	height:250px;
	background:rgba(0,0,0,.8);
}
#music div {
	position:absolute;
	top:30px;
	right:30px;
	width:20px;
	height:20px;
	background:url('images/close.gif');
	cursor:pointer;
}
#music div:hover {
	opacity:.5;
}
#music a {
	position:absolute;
	bottom:70px;
	right:30px;
	color:#fff;
}
#music audio {
	position:absolute;
	bottom:30px;
	right:30px;
}

#banner {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin-bottom:26px;
	width:960px;
	/*min-height:234px;*/
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto 0;
	width: 100%;
	position:relative;
}
#facebook_link {
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
	background:url('images/facebook.png');
	width:72px;
	height:31px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2.6em;
	padding: 0 1em;
	text-decoration: none;
	color:#bbb;
	font-size:12px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	padding-top:5px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li.current_page_item a,
#access li.current_page_ancestor a,
#access li.current_page_parent a,
#access li.current_page_parent ul li.current_page_item a,
#access li:hover > a {
	color:#fff;
}
#access li ul a,
#access li.current_page_item ul a,
#access li:hover ul a {
	color:#bbb;
}
#access ul ul a:hover {
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	display: block;
	width: 960px;
	margin:0 auto;
	text-align:right;
	color:#999;
	font-size:10px;
	padding:10px 0 20px;
}



/* =Content
-------------------------------------------------------------- */

.cf {
	clear:both;
}

/*
#primary {
	background:#fff;
	border-bottom-left-radius:11px;
	border-bottom-right-radius:11px;
}
*/

#primary {
	float:none;
	margin:0;
}

#content {
	background:#fff;
	margin:0;
	overflow:hidden;
}

#content ul,
#content ul li {
	list-style:disc inside;
}

#container2 {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
}

#container1 {
	float: left;
	width: 100%;
	position: relative;
	right: 70%;
	background: #980000;
	z-index:1;
	border-right: 1px solid black;
	min-height:500px;
}

#container1 #curve {
	width:33px;
	height:16px;
	background:url('images/curve.gif');
	position:absolute;
	top:0;
	right:-17px;
	z-index:99;
}

#col1 {
	float: left;
	width: 26%;
	position: relative;
	left: 72%;
	overflow: hidden;
	color:#fff;
	margin:20px 0;
}

#col2 {
	float: left;
	width: 66%;
	position: relative;
	left: 76%;
	overflow: hidden;
	margin:20px 0;
}

#col1 h2:first-child,
#col1 p:first-child,
#col2 h2:first-child,
#col2 p:first-child {
	margin-top:0;
}

body.home #container1 {
	right: 30%;
	background: #980000;
}
body.home #col1 {
	width: 66%;
	left: 32%;
	color:#fff;
}
body.home #col2 {
	width: 26%;
	left: 36%;
}

#col1 a {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
#col1 a:hover {
	text-decoration:none;
}

.half {
	float:left;
	width:300px;
	margin-right:20px;
}
.half.last {
	margin-right:0;
}

.half .song {
	border-top:1px dotted #ddd;
	padding-top:3px;
	margin-top:3px;
}

.half .artist {
	font-style:italic;
	display:inline-block;
	width:140px;
	vertical-align:top;
}
.half .title {
	display:inline-block;
	width:130px;
	vertical-align:top;
}