/* @override http://www.speakingofottawa.ca/Speaking-of-Ottawa2.css */

/*	Speaking of Ottawa CSS 
	Created by W. Thomas Leroux
	www.darnermedia.ca
*/

body {
	color: #333;
	margin-right: 1%;
	margin-left: 1%;
	font-size: medium;
	background-color: #ddd;
}

#wrapper {
	margin: auto;
	width: 875px;
	border: 2px solid #444;
	background-color: #fff;
}

#header {
}

#header h1 {
	width: 875px;
	height: 175px	;
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 span {
	background-image: url(http://www.speakingofottawa.ca/images/soo-logo-top-870x175.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
}

#content {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content object {
	margin: 0;
	padding: 0;
}

#content p {
	margin: 2px 35px 5px;
}

#content img {
	padding: 2px 2px 2px 2px;
	border: 2px solid #ffce00;
	margin: 1px 5px 1px 5px;
}

#content h2 {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	color: #7f0000;
}

#content h3 {
	margin: 0px;
	font-size: small;
	padding: 0px 0px 0px 285px;
	font-weight: bold;
	color: #7f0000;
}

#content form fieldset legend {
	font-weight: bold;
	color: #7f0000;
}

strong {
	font-weight: bold;
}

.nounderline {
	text-decoration: none;
}

em {
	text-decoration: underline;
}


a:link, a:visited, a:focus, a:active  {
	color: #7f0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color : #111;
	text-decoration: none;
}

.tiny {
	font-size: small;
}

.formerror {
	color: #7f0000;
}

.required {
	color: #7f0000;
}

.backtotop {
	font-size: x-small;
	text-align: right;
	clear: right;
	padding-right: 10px;
}


.special {
	width:5px;
	visibility:hidden;
}

/* My Comment 


#content form {
	display: block;
	width: 320px;
	height: expression('1%');
	margin: 5px 0px 0px 35px;
	padding: 1px 3px;
}

#content form fieldset {
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content input, select, textarea {
	width: 250px;
}

#content textarea {
	overflow: auto;
	height: 7em;
	scrollbars: auto;
	padding: 1px 3px;
}

#content form label {
	display: block;
	width: 200px;
	padding: 3px 5px;
	font-weight: bold;
	margin: 5px 0px 2px 20px;
}

#content form input, #content form textarea {
	width: 250px;
	padding: 1px 3px;
	margin: 0 0 0 35px;
}

#content form input.submit {
	margin: 5px 0px 0px 100px;
	width: 150px;
	display: inline;

}

.requiredblurb {
	margin-left: 100px;
}*/

#footer {
	color: #202020;
	font-size: small;
	clear: both;
	margin-top: 60px;
	margin-left: 35px;
}


#footer a:link,#footer a:visited,#footer a:focus,#footer a:active {
	color: #202020;
	text-decoration: underline;
	font-size: small;
	letter-spacing: 0;
}

#footer a:hover {
	color: #a04209;
	text-decoration: none;
	letter-spacing: 0;
}

#footer a:hover.darner {
	color: #ff8500;
}
