/*  
Theme Name: SCATEH
Theme URI: http://endhomelessness.ca
Description: Theme created for the Simcoe County Alliance to End Homelessness
Version: 1
*/

body {
	margin:10px 0;
	padding:0;
	font-family:Georgia, Serif;
	color:#000;
	text-align:center;
	background-color: #fff;
	background-image: url(images/siding1.jpg);
	background-repeat: repeat;
	background-position: left top;
}	
* html body {font-size:small;f\ont-size:medium} /* Font-Size for IE 5 and 5.5 */

a { color:#000; text-decoration:underline; }
a:visited { color:#666; }
a:hover { color:#900; }

.clear { clear:both; }

#container {
	width:760px;
	margin:0 auto;
	padding:0;
	background:#fff url(bg.jpg) top left repeat-y;
	text-align:center; }
	
#header {
	width:760px;
	height:184px;
	margin:0;
	padding:0;
	background:transparent url(header.jpg) center center no-repeat; }

#nav {
	width:750px;
	background-color: #000000;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
	
#nav ul { 
	margin:0 0 0 1.5em;
	padding:0; }

#nav li {
	float:left;
	list-style:none;
	margin:0 0 0 0.5em;
	padding:0; }

#nav li a {
	font-family:Georgia, serif;
	padding:0.25em;
	color:#FFFFFF;
	font-size:1em;
	text-decoration:underline;
}

#nav li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/hover_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8px;
	padding-top: 2px;
	padding-left: 8px;
}
#nav li a:hover span {
	background-image: url(images/hover_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-bottom: 8px;
	color: #FFFFFF;
	background-color: #990000;
	padding-right: 7px;
}

	
#leftcontent {
	float:left;
	width:500px;
	margin:0;
	padding:0;
	background:transparent;
	text-align:left; }

#leftcontent p, #leftcontent h2, #leftcontent h3, #leftcontent ul { 
	margin-left:20px;
	margin-right:20px; }
	
#leftcontent ul {
	padding:0;
	text-align:left; }

#leftcontent ul li { 
	margin-bottom:0.5em;
	font-size:0.9em;
	list-style:none; 
	background:url(ul-bg.gif) 0em 0.5em no-repeat;
	padding-left:10px; }
	
#sidebar {
	float:left;
	width:249px;
	margin:0;
	padding:0;
	background:#fff;
	border-left:1px dotted #900;
	text-align:center; }

#sidebar p { text-align:left; margin:1.5em 0.5em 0 10px; }
	
#sidebar ul {
	margin:0 0.5em 1.5em 10px;
	padding:0;
	text-align:left; }

#sidebar ul li { 
	margin-bottom:0.5em;
	font-size:0.8em;
	list-style:none; 
	background:url(ul-bg.gif) 0em 0.5em no-repeat;
	padding-left:10px; }

#story {
	width:445px;
	margin:0 auto;
	padding:0.25em 0;
	background:#111a24 url(kevin.gif) 0 50% no-repeat; }
	
#story p { color:#fff; margin-left:130px; margin-right:10px; font-size:0.75em; }
#story p a { margin-left:0px; }

#story a:link {
	color:#fff;
	text-decoration:underline; }
#story a:visited { color:#999; }
#story a:hover { color:#333; background-color:#fff; }

#footer {
	width:750px;
	margin:0;
	padding:0;
	text-align:center; }

#footer img { margin:0 5px; }	

#footer p {
	font-size:0.7em;
	text-transform:uppercase; }
	
h2 {
	margin-top:0;
	font-size:1.1em;
	font-weight:bold;
	color:#900; }
	
h3 {
	font-size:1em;
	font-weight:bold;
	color:#000; }
	
p {
	font-size:0.9em;
	line-height:1.3em; }	
p.small { font-size:0.7em; margin:0; }

img { border:0; }

.contactright { width:200px; text-align:right; }
	
