@charset "utf-8";

/*  
Description: Official website for Thinking For Tuesday
Version: 1.0.1
Author: Rhianon Farrow
*/

/* ---------------------- */
/* --CONTAINER LAYOUT---- */
/* ---------------------- */

.twoColFixLtHdr #container { 
	width: 920px;
	margin: 0 auto;
	border: 0px solid #000000;
	background-image:url(../ims/whitebg.gif);
	text-align: left;
	color:#FFFFFF;	
}
	
/* ---------------------- */
/* ----HEADER LAYOUT----- */
/* ---------------------- */

.twoColFixLtHdr #header { 
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
height:250px;
width: 920px;
background-image:url(../ims/headerBW.jpg);
background-color:#000000;

}

/* ---------------------- */
/* ------NAVIGATION------ */
/* ---------------------- */
.twoColFixLtHdr #navigation { 
margin: 0; 
padding: 0 10px 0 0px;
height:40px;
line-height: 40px;
background-color:#000000;
color:#747474;
font-weight:bold;

} 

.twoColFixLtHdr #nav a {
font: bold 14px Tahoma, Verdana, Arial;
color:#A6A6A6;
text-decoration: none;
margin-left:20px;
}

.twoColFixLtHdr #nav a:hover{
color: #fff;
}

.twoColFixLtHdr #nav a img{
vertical-align:bottom;
}


/* ---------------------- */
/* -LEFT SIDEBAR LAYOUT- */
/* ---------------------- */

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 12px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 ul li {
display: block;
padding: 5px 0px;
text-decoration: none;
vertical-align:middle;
list-style-type: none;
border-bottom: 1px dotted #cb0202;
}

.twoColLiqRtHdr #twoColFixLtHdr h1 {
margin-bottom: 10px;
}

/* ---------------------- */
/* --MAIN CONTENT LAYOUT- */
/* ---------------------- */

.twoColFixLtHdr #mainContent { 
	margin: 10px 18px 0 250px; 
	padding:46px 0 30px 0;
	color:#FFFFFF;
	position:relative;
} 

.twoColFixLtHdr #mainContent a img{
vertical-align:bottom;
}

.twoColFixLtHdr #music {
padding-top:30px;
}

.twoColFixLtHdr #music a {
font: bold 14px georgia;
color: #6e604f;
line-height: 35px;
text-decoration: none;
padding: 0 0 0 200px;
margin-left:12px;
}

.twoColFixLtHdr #music a:hover{
color: #fff;
}


.twoColFixLtHdr #mainContent p {
margin-bottom:15px;
}

.twoColFixLtHdr #mainContent h1 {
margin-bottom: 10px;
}


/* ---------------------- */
/* ----FOOTER LAYOUT----- */
/* ---------------------- */

.twoColFixLtHdr #footer { 
	width: 920px;
	margin: 0 auto;
	background-image:url(../ims/bgalpha.png);
	
	padding: 10px 0 5px 0;
	text-align: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}

