@charset "utf-8";
/* CSS Document */

/*  
Description: Official website for Thinking For Tuesday
Version: 1.0.1
Author: Rhianon Farrow
Author URI: http://www.reedesign.org.uk
*/

html,body{
height: 100%;
  }

/* controls spacing between elements */ 
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,font,img,strong,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,thead,tr,th,td,noscript {
margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline; /* Default. The element is placed on the baseline of the parent element*/
background:transparent;
color:#FFFFFF;}

body {
line-height:1;
font-family:Tahoma, Verdana, Arial;
background-color:#FFFFFF;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
background-image: url(../ims/bg_main.jpg);
background-repeat:repeat-x;
background-position: top;
}

body h1{
color:#cb0202;
}

#wrapper {
	min-height:100%;
	padding: 0px 0 0 0;
	background-color: #000000;
	background-image: url(../ims/bgmid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navmusic {
font: bold 14px Tahoma, Verdana, Arial;
background-color:#000000;
color:#747474;
}



#navmusic a {
color:#A6A6A6;
line-height: 40px;
text-decoration: none;
}

#navmusic a:hover{
color: #fff;
}




/* ---------------------- */
/* ----TEXT CLASSES----- */
/* ---------------------- */

#dark {
background-color:#353434;
padding-top:5px;
padding-bottom:5px;
margin-bottom:20px;
margin-top:20px;
}

.gigs{
color:#FFFFFF;
text-decoration:underline;
}

/* ---------------------- */
/* -----IMAGE LAYOUT----- */
/* ---------------------- */

.icon {
padding-right:3px;
}

.iconfacebook {
padding-left:20px;
padding-right:3px;
}

.thumb{
padding: 0 1px 5px 1px;
text-decoration:none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#floatleft {
float:left;
padding-right:30px;
}

#videos {
padding-left:30px;
  }

/* ---------------------- */
/* ----FLOAT CLASSES----- */
/* ---------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px 10px 10px 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gigs { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 150px;
	margin-top:10px;
}
