@charset "utf-8";

/*  
Description: Official website for Thinking For Tuesday
Version: 1.0.1
Author: Rhianon Farrow
*/

#scrollbar {
width: 500px;
height: 1100px;
overflow: auto;
padding-right:10px; 

}

.logo {
margin-top:145px;
}

/* ---------------------- */
/* --CONTAINER LAYOUT---- */
/* ---------------------- */

.twoColLiqRtHdr #container { 
	width: 920px;
	margin: 0 auto;
	border: 0px solid #000000;
	background-image:url(../ims/whitebg.gif);
	text-align: left;
	
} 


/* ---------------------- */
/* ----HEADER LAYOUT----- */
/* ---------------------- */

.twoColLiqRtHdr #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------ */
/* ---------------------- */
.twoColLiqRtHdr #navigation { 
margin: 0;
padding: 0 10px 0 0px;
height:40px;
line-height: 40px;
background-color:#000000;
color:#747474;
font-weight:bold;

} 

.twoColLiqRtHdr #nav a {
font: bold 14px Tahoma, Verdana, Arial;
color:#A6A6A6;
text-decoration: none;
margin-left:20px;
}

.twoColLiqRtHdr #nav a:hover{
color: #fff;
}

.twoColLiqRtHdr #nav a img{
vertical-align:bottom;
}


/* ---------------------- */
/* -RIGHT SIDEBAR LAYOUT- */
/* ---------------------- */
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 349px;
	padding: 0px 0px 10px 10px; /* top and bottom padding create visual space within this div  */
	margin-right:14px;
	margin-top:10px;
	position:relative;
	
}


.twoColLiqRtHdr #sidebar1 h1 {
margin-bottom:10px;
}



.twoColLiqRtHdr #sidebar1 h2 {
color:#A6A6A6;
font-size:smaller;
font-weight:lighter;
margin:10px 0px 20px 0px;
}

.twoColLiqRtHdr #sidebar1 h3 {
font-weight:bold;
margin-bottom: 12px;
color:#cb0202;
}

.twoColLiqRtHdr #sidebar1 h4 {
font-weight:bold;
margin-top: 10px;
text-decoration:none;
}

.twoColLiqRtHdr #sidebar1 a{
color:#cb0202;
text-decoration:none;
}

.twoColLiqRtHdr #sidebar1 a:hover{
color:#CCCCCC;
}


.twoColLiqRtHdr #sidebar1 ul li {
display: block;
padding: 5px 0px;
text-decoration: none;
font-size:small;
vertical-align:middle;
list-style-type: none;
border-bottom: 1px dotted #cb0202;
}

/* ---------------------- */
/* --MAIN CONTENT LAYOUT- */
/* ---------------------- */
.twoColLiqRtHdr #mainContent { 
	margin: 0 380px 0px 18px;
	padding:10px 0px 15px 0px;
color:#FFFFFF;
position:relative;
} 

.twoColLiqRtHdr #mainContent h1 {
margin-bottom: 10px;
}

.twoColLiqRtHdr #mainContent h2 {
color:#A6A6A6;
font-size:smaller;
font-weight:lighter;
margin:20px 0px 6px 0px;
}

.twoColLiqRtHdr #mainContent h3 {
font-weight:bold;
margin-bottom: 12px;
color:#cb0202;
}

.twoColLiqRtHdr #mainContent p {
font-size:small;
margin-bottom:10px;
}

.twoColLiqRtHdr #mainContent h1 {
margin-bottom: 10px;
}


/* ---------------------- */
/* ----FOOTER LAYOUT----- */
/* ---------------------- */

.twoColLiqRtHdr #footer { 
	width: 920px; 
	background-image:url(../ims/bgalpha.png);
	margin: 0 auto;
	text-align: left;
	
	padding: 5px 0 5px 0;
} 
.twoColLiqRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}