@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
*/


.contactpic {
	float: right;
	margin: 39px 20px 10px 20px;
}

/* ---------------------- */
/* --CONTAINER LAYOUT---- */
/* ---------------------- */

.oneColFixCtrHdr #container {
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	color:#FFFFFF;
	background-image:url(../ims/whitebg.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

/* ---------------------- */
/* ----HEADER LAYOUT----- */
/* ---------------------- */

.oneColFixCtrHdr #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------ */
/* ---------------------- */

.oneColFixCtrHdr #navigation {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height:40px;
line-height: 40px;
background-color:#000000;
color:#747474;
font-weight:bold;

} 


.oneColFixCtrHdr #nav a {
font: bold 14px Tahoma, Verdana, Arial;
color:#A6A6A6;
text-decoration: none;
margin-left:20px;
}

.oneColFixCtrHdr #nav a:hover{
color: #fff;
}

.oneColFixCtrHdr #nav a img{
vertical-align:bottom;
}

/* ---------------------- */
/* --MAIN CONTENT LAYOUT- */
/* ---------------------- */

.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
color:#FFFFFF;
	margin: 10px 20px 0 20px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	position:relative;
	
	
}

.oneColFixCtrHdr #mainContent p {
margin-bottom:10px;
}

.oneColFixCtrHdr #mainContent h1 {
margin-bottom: 10px;
color:#cb0202;
}

.oneColFixCtrHdr #mainContent h2 {
color:#cb0202;
font-size:smaller;
font-weight:lighter;
margin:10px 0px 8px 0px;
}

.oneColFixCtrHdr #mainContent h3 {
font-weight:bold;
font-size:small;
margin-bottom: 12px;
color:#FFFFFF;
}

.oneColFixCtrHdr #mainContent h4 {
font-weight:bold;
font-size:medium;
margin-bottom: 12px;
color:#cb0202;
}

.oneColFixCtrHdr #mainContent a{
color:#CCCCCC;
text-decoration:underline;
}

.oneColFixCtrHdr #mainContent a:hover{
color:#CCCCCC;
}


.oneColFixCtrHdr #mainContent ul li {
font-size:small;
display: block;
width:230px;
padding: 5px 0px;
text-decoration: none;
vertical-align:middle;
list-style-type: none;
border-bottom: 1px dotted #cb0202;
}


/* ---------------------- */
/* ----FOOTER LAYOUT----- */
/* ---------------------- */


.oneColFixCtrHdr #footer {
	width: 920px; 
	background-image:url(../ims/bgalpha.png);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px 0 5px 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

















/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
