/*
	Theme Name: OMA
	Description: The theme for the Orillia Manufacturers Association web site
	Author: Divine Designs
	Version: 1.0
*/

body {
	font-family: "MuseoSans", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(media/images/bg.png);
	font-size: 14px;
}

h1 {
	text-indent: -9999px;
	width: 459px;
	height: 134px;
	margin: 0;
	padding: 0;
	background-image: url(media/images/logo.png);
	float: left;
}

h2 {
	font-family: "Chunk", Georgia, "Times New Roman", serif;
	color: #35251D;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight:normal;
	padding: 0;
}

h3 {
	font-family: "Chunk", Georgia, "Times New Roman", serif;
	color: #35251D;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:normal;
	margin: 0 0 15px;
	padding: 0;
}

h4 {
	color: #333;
	font-size: 12px;
	margin: 10px 0;
}

p {
	margin: 10px 0 10px 10px;
	padding: 0;
	line-height: 1.6;
}

a {
	color: #36251D;
}

a:hover {
	color: #7d5643;
}

hr {
	margin: 20px 0;
	background-color: #BABABA;
	border: 0;
	height: 2px;
	border-radius: 100px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

a.view-our-members {
	float: right;
	width: 304px;
	height: 77px;
	margin: 35px -11px 0 0;
	background: url(media/images/view-our-members.png) no-repeat;
	text-indent: -9999px;
}

#container {
	background: #FFF url(media/images/content_bg.jpg);
	width: 990px;
	margin: 15px auto;
	/* Crazy rounded corner styles: */
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	/* Shadow: */
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}

/* HEADER */

#header {
	height: 134px;
}

/* MAIN MENU */

#mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	height: 36px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: #3D322A url(media/images/nav_bg.gif) repeat-x;
}

#mainMenu li {
	display: inline-block;
	border-right: 1px solid #322A22;
	padding: 0;
}

#mainMenu a {
	display: inline-block;
	line-height: 36px;
	color: #FAF0D2;
	padding: 0 23px;
	text-decoration: none;
	border-right: 1px solid #5A524B;
}

#mainMenu li.current_page a,
#mainMenu a:hover,
#mainMenu a:focus {
	background: url(media/images/nav_active.gif) repeat-x;
}

/* HEADER IMAGES */

#headerImage {
	width: 990px;
	height: 295px;
	background: url(media/images/headers/home.jpg) no-repeat;
	border-bottom: 1px solid #000;
}

#home.news #headerImage {
	background-image: url(media/images/headers/news.jpg);
}

#about-us #headerImage {
	background-image: url(media/images/headers/about-us.jpg);
}

#members-directory #headerImage {
	background-image: url(media/images/headers/members-directory.jpg);
}

#resources #headerImage {
	background-image: url(media/images/headers/resources.jpg);
}

#contact-us #headerImage {
	background-image: url(media/images/headers/contact-us.jpg);
}

/* CONTENT AREA */

#content {
	overflow: hidden;
}

#postContent {
	width: 600px;
	float: left;
	padding: 36px 40px 28px 20px;
}

#postContent ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#postContent li {
	line-height: 1.6;
	margin: 0 0 10px;
	padding-left: 22px;
	background: url(media/images/arrow.png) no-repeat 0 5px;
}

/* SIDEBAR */

#sidebar {
	width: 294px;
	padding: 36px 20px 45px 15px;
	border-left: 1px solid #ACAEB3;
	float: left;
	min-height: 780px;
	background-color: rgb(228, 231, 238);
	background-color: rgba(219, 224, 238, 0.5);
	background-image: url(media/images/sidebars/resources.jpg);
	background-repeat: no-repeat;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/* Sidebar images need to have #E4E7EE as the background color */

#home #sidebar,
#contact-us #sidebar {
	background-image: none;
}

#about-us #sidebar {
	background-image: url(media/images/sidebars/about-us.jpg);
}

#members-directory #sidebar {
	background-image: url(media/images/sidebars/members-directory.jpg);
}

/* CURRENT NEWS */

#sidebar h2 {
	font-size: 20px;
}

#currentNews {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #333;
}

#currentNews li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCC;
}

#currentNews li.has-thumb h4,
#currentNews li.has-thumb p {
	margin-left: 95px;
}

#currentNews img {
	float: left;
	border: 3px solid #35251D;
}

#currentNews h4,
#currentNews p {
	line-height: 1.2;
}

#currentNews h4,
#currentNews p.date {
	margin: 5px 0;
}

#currentNews p {
	font-size: 12px;
	margin: 10px 0 0;
}

#sidebar p.view-more {
	text-align: right;
}

/* NEWS AND EVENTS */

#content.news-events #postContent {
	padding: 36px 0 28px 5px;
	width: 655px;
}

#content.news-events #postContent div {
	margin: 0 20px 0 15px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dashed #000;
}

#content.news-events #postContent ul {
	clear: both;
	/*margin: 30px 0 0;*/
	margin: 0;
	padding: 0;
	/*border-top: 1px dashed #000;*/
}

#content.news-events #postContent li {
	margin: 0;
	padding: 15px;
	background: none;
}

#content.news-events #postContent li.last {
	background: rgb(242, 191, 0);
	background: rgba(242, 191, 0, 0.3);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#content.news-events #postContent h3 {
	margin-bottom: 5px;
}

#content.news-events #postContent li p {
	margin: 0 0 10px;
}

#content.news-events #postContent p.date {
	font-size: 12px;
}

#content.news-events #postContent p.view-more {
	text-align: right;
}

/* EVENTS */

#events {
	margin: 0;
	padding: 0;
	list-style: none;
}

#events li {
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#events h3 {
	text-transform: none;
	margin-bottom: 2px;
}

#events p {
	margin-left: 0;
}

#events p.author {
	font-size: 12px;
	margin-top: 0;
}

#sidebar p.paging {
	margin-right: 0;
	padding-bottom: 10px;
}

/* PAGING */

p.paging {
	text-align: right;
	margin: 20px 20px 0 0;
}

/* EVENTS CALENDAR */

#eventsCalendar {
	border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	height: auto;
	padding: 5px;
	float: left;
	background-color: #E8E8E8;
}

#eventsCalendar table {
	width: 100%;
	height: 100%;
}

#eventsCalendar p.heading {
	background-color: #35251D;
	color: #FFF;
	padding: 3px;
	margin: 0;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#eventsCalendar p.heading a {
	width: 30px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#eventsCalendar p.heading a:hover {
	background-color: #664738;
}

#eventsCalendar a.prevMonth {
	float: left;
}

#eventsCalendar a.nextMonth {
	float: right;
}

#eventsCalendar th,
#eventsCalendar tfoot td {
	font-weight: normal;
	color: #000;
	font-size: 11px;
	text-align: center;
}

#eventsCalendar th,
#eventsCalendar td {
	cursor: default;
}

#eventsCalendar tbody td {
	border: 1px solid #C9C9C9;
	text-align: right;
	font-size: 12px;
	width: 14.3%;
	padding: 8px 5px;
}

#eventsCalendar tbody td div {
	height: 100%;
	width: 100%;
	position: relative;
}

#eventsCalendar dl {
	position: absolute;
	bottom: 8px;
	left: -100px;
	width: 200px;
	background-color: #e5e8ef;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #000;
	text-align: left;
	display: none;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#eventsCalendar dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#eventsCalendar dd {
	margin: 0 0 10px;
}

#eventsCalendar td.today {
	border: 1px solid #35251D;
}

#eventsCalendar td.hasEvent {
	background-color: #5C473C;
	color: #FFF;
	cursor: pointer;
}

#eventsCalendar tbody td.padding {
	border: 0;
}

/* HOMEPAGE EVENT LIST */

#content #eventList {
	width: 260px;
	float: right;
	font-size: 12px;
}

#eventList ul {
	margin: 0;
	padding: 0;
}

#eventList li {
	background: none;
	border-bottom: 2px solid #CCC;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

#eventList p {
	margin: 0;
}

/* MEMBERS DIRECTORY */

#content.members-directory #postContent {
	padding: 36px 0 28px 20px;
	width: 640px;
}

#content.members-directory #postContent h3 {
	text-transform: uppercase;
	color: #333;
	margin: 0;
	font-size: 17px;
}

#content ul.members {
	padding: 0;
	margin-bottom: 40px;
	color: #333;
}

#content ul.members li {
	padding: 10px;
	overflow: hidden;
	background: rgb(242, 191, 0);
	background: rgba(242, 191, 0, 0.3);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
} 

#content ul.members a {
	color: #900020;
}

#content ul.members p {
	margin: 0 0 0 250px;
}

#content ul.members div.address {
	margin: 0;
	width: 250px;
	min-height: 70px;
	float: left;
}

#content ul.members div.address span {
	float: left;
	width: 80px;
}

#content ul.members div.address address {
	margin-left: 85px;
	font-style: normal;
}

#content ul.members p span {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}


/* RESOURCES */

#content.resources #postContent {
	padding-right: 0;
	width: 640px;
}

#content.resources #postContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content.resources #postContent li {
	background: none;
	margin: 0;
	padding: 0;
}

#content.resources #postContent li.linkcat {
	background: rgb(242, 191, 0);
	background: rgba(242, 191, 0, 0.3);
	margin-bottom: 10px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#content.resources #postContent li.closed {
	height: 45px;
}

#content.resources #postContent li.open {
	height: auto;
}

#content.resources #postContent li h3 {
	background: url(media/images/arrows-right.png) 605px center no-repeat;
}

#content.resources #postContent li.open h3 {
	background-image: url(media/images/arrows-down.png);
}

#content.resources #postContent h3 {
	text-transform: none;
	color: #333;
	padding: 10px;
	border-bottom: 1px dotted #333;
	cursor: pointer;
}

#content.resources #postContent li li {
	margin-left: 15px;
	padding-bottom: 10px;
	clear: left;
}

#content.resources #postContent li li span {
	float: left;
	width: 300px;
	margin-right: 10px;
	text-align: right;
}

#content.resources #postContent li li a {
	margin-left: 10px;
}

/* CONTACT */

#content.contact-us h3 {
	font-family: "MuseoSans", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: none;
	margin-left: 10px;
}

#content.contact-us ul {
	margin: 0 0 0 127px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#content.contact-us li {
	background: none;
	margin: 0;
	padding: 0;
}

#content.contact-us ul.executive-members li {
	padding-bottom: 40px;
	width: 222px;
	float: left;
}

/* FORM */

#content ul.error-list,
#content ul.success {
	border: 3px solid #FF0000;
	background-color: #F5D8DB;
	margin: 0;
	padding: 5px 5px 5px 25px;
	list-style-type: square;
}

#content ul.error-list li,
#content ul.success li {
	margin: 5px 0;
}

#content ul.success {
	list-style: none;
	padding: 5px;
	border-color: #049800;
	background-color: #DBE9E0;
}

form p {
	margin-left: 0;
}

input,
textarea {
	border: 1px solid #AFB2B6;
	font-family: "MuseoSans", Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 282px;
	font-size: 14px;
	color: #2F2720;
	background: #E3E3E3 url(media/images/input_bg.gif) bottom left repeat-x;
}

textarea {
	height: 155px;
	background-color: #EAEAEA;
	background-image: url(media/images/textarea_bg.gif);
}

input.validation-error,
textarea.validation-error {
	border: 1px solid #FF0000;
	background: #F5D8DB;
}

p.submit input {
	width: auto;
	font-family: "Chunk", Georgia, "Times New Roman", serif;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
}

p.submit span {
	float: right;
}

/* FOOTER */

#footer {
	clear: both;
	background: #504B3F url(media/images/footer_bg.gif) repeat-x;
	border-top: 1px solid #828282;
	height: 57px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#footer a {
	color: #F2BF00;
}

#footer p {
	margin: 5px 0 0;
}

#footer ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	border-left: 1px solid #333;
	padding: 0 5px;
}

#footer li:first-child {
	border: 0 none;
}