/*
	Theme Name: Choices 2
	Theme URI: http://www.choices2.com
	Description: Theme designed and created for the Crisis Centre by Christine Rondeau of Bluelime Media
	Version: 1.0
	Author: Christine Rondeau
	Author URI: http://www.bluelimemedia.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
table {border-collapse:collapse;}
td {vertical-align:top;}

.hide {display:none;}


/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}


.wp-caption {
      text-align:center;  
      font-size:10px;
}
.wp-caption p.wp-caption-text {font-size:10px;}

/* Main Layout
-----------------------------------------------*/

body {
	margin:0; padding:0;
	font:72%/1.6em arial, helvetica,  verdana,  sans-serif;
	color:#333;
	background:#6D6E71;
}

#wrap {
	position:relative;
	width:850px;
	margin:0px auto 0px auto;
}

/* Header Area 
-----------------------------------------------------------*/
#header {
	position: absolute; 
	top:0px; left: 0px;
	width:850px; height:182px;
	background:url(images/header.png) top left no-repeat;
	z-index:2;
}

#logo a { 
	position: absolute; 
	top:70px; left: 60px;
	display: block; 
	width: 478px; height:50px;
	background:url(images/logo.gif) top left no-repeat;
}
#tagline {
	position:absolute;
	top:120px; left:65px;
	font-size:1em;
	font-style:italic;
	color:#000;
}


/* Header area 
-------------------------------------------*/
#contact {
	position:absolute;
	top:15px; left:0;
	text-align:center;
	width:850px;
	color:#FFF;
	font-size:1.8em;
}
#contact .emphasize a {color:#FFDE00; text-decoration:none; padding: 0 20px;}
#contact .emphasize a:hover {color:#FFF;}


/* Main Body Content Area 
-----------------------------------------------------------*/
#main {
	position:absolute;
	top:122px; left:0px;
	width:850px; 
	text-align:left;
	background:#FFF url(images/main_bg.jpg) top left no-repeat;

}

#content {
	float: right; 
	width:640px;
	margin:80px 0 0 0; padding: 0 0 30px 0;
}


/* Main body content formatting
--------------------------------------------------------------*/

#content p {
	padding:5px 30px 5px 30px; 
	font-size:1em;
}
#content h1, h2, h3, h4, h5, h6 {
	margin:0 30px 10px 30px; 
	font-size:2em; line-height:1.4em;
}

#content ul {
	list-style-type: none;
	font-size:1em; 
	margin:5px 20px; padding:5px 20px 5px 5px;
}
#content ul li {background:url(images/bullet.gif) 0 3px no-repeat; padding-left:20px;}

#content p a, #content ul a, #content ol a, #content td a {color:#000;}
#content p a:hover, #content ul a:hover, #content ol a:hover {color:#000; background:#ffde00;}


blockquote{
	color: #000;
	background:#ffde00;
	padding:5px 0 10px 0; margin:5px 0;
	font-size:1.6em; line-height:2em;
	font-weight:bold;
}
blockquote a {text-decoration:none; color:#000;}
blockquote a:hover {text-decoration:underline; color:#000;}



table {
	padding:4px 6px; margin: 10px 30px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:1em;
}

th, td {
	padding:4px 6px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}

th {
	font-weight:bold;
	text-align:left;
}

table.no-border, table.no-border td, table.no-border th { border:none;}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:left; 
	width:175px;
	padding: 200px 0px 20px 0;
}

#sidebar ul {list-style: none;}

#sidebar ul li a {
	font-size: 1em; 
	padding:4px 8px 4px 20px; 
	display:block; 
	text-decoration: none; 
	color:#898B8E;
	font-weight:bold;
}
#sidebar ul li a:hover {background:#ffde00; color:#000;}




/* Footer area
------------------------------------------------------------*/

#footer {
	float:left;
	width:850px; height:112px;
	border-top:10px solid #FFF;
	background:url(images/footer.gif);
}
#footer a {display:block; float:right; width:180px; height:112px;}



