/* 
Theme Name: Speakers Corner
Theme URL: http://www.speakerscornerinc.com
Description: The WordPress Theme for Speakers Corner
Author: Anem Design
Author URI: http://www.anem.com.au
Version: 1.0
*/


@charset "UTF-8";
/* General CSS Styles */

html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align: left;
}
table {
	border-collapse:separate;border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin:0;padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #767aac;
	color: #666666;
}
p {
	padding-bottom: 15px;
}
.clearfix {
	clear: both;
}
.right {
	float: right;
	text-align: right;
}
.left {
	float: left;
}
.container {
	display: block;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	color: #00519b;
}
a:hover {
	color: gray;
}
.blue {
	color: #00529b;
	font-weight: bold;
}
.blue-button  {
	margin-top: 10px;
	clear: both;
	margin-bottom: 15px;
	background-image: url(images/blue-button-left.gif);
	display: block;
	background-position: left;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	background-repeat: no-repeat;
	font-family: "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 6px;
	width: 125px;
}
.blue-button a {
	background-image: url(images/blue-button-right.gif);
	background-position: right;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.purple-button {
	margin-left: 5px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(images/purple-button-left.gif);
	display: block;
	background-position: left;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	background-repeat: no-repeat;
	font-family: "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 6px;
	width: 125px;
}
.purple-button a {
	background-image: url(images/purple-button-right.gif);
	background-position: right;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#nav {
	background-image: url(images/nav-background.gif);
	background-repeat: repeat-x;
	height: 110px;
	background-position: right;
	font-family: "Arial Black", Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
}
#nav .logo {
	display: block;
	float: left;
}

/* Menu Navigation  */
#nav ul {
	float: right;
	margin-top: 78px;
}
#nav ul li {
	display: block;
	float: left;
	height: 32px;
	position: relative;
}
#nav ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #8287C0;
}
#nav .current_page_item, #nav .current_page_parent, #secondary-menu .current_page_item, #secondary-menu .current_page_parent {
	background-image: url(images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav .current_page_item a, #main-menu .current_page_parent a, #secondary-menu .current_page_item a, #secondary-menu .current_page_parent a {
	background: url(images/menu-btn-selected-left.gif) no-repeat left top;
	color: #CCCCCC;
	text-decoration: none;
}

#nav .current_page_ancestor {
	background-image: none;
}

#nav li.page-item-14 ul { display: none; text-align: left; margin-top: 10px; z-index: 100; position: absolute; background: #034B8C; }
#nav li.page-item-14:hover ul {display: block;}
#nav li.page-item-14 ul li { float:none; height: auto; }
#nav li.page-item-14 ul li a { padding-bottom: 10px; height: 10px; border-right: none; display: block; }
#nav li.page-item-14 ul li a:hover { color: #8287c0; }
#nav li.page-item-14 ul li.current_page_item { background-image: none; color: #8287c0; }


#header {
	background-image: url(images/header-background.gif);
	background-repeat: repeat-x;
	background-position: right;
}
#header.home {
	height: 233px;
}
#header-page {
	background-image: url(images/header-page-background.gif);
	background-repeat: repeat-x;
}
#header .container {
	min-height: 80px
	background-image: url(images/logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
}
#header #rotator {
	height: 233px;
}
#header ul li {
	list-style-type: none;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/content-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 15px;
	font-family: "Arial Black", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 5px;
	color: #1c3f95;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content #column-one {
	width: 280px;
	float: left;
	margin-right: 20px;
}
#content  #column-one  h2.aboutus {
	background-image: url(images/about-us.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content #column-two {
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}
#content #column-two h2.latestnews {
	background-image: url(images/latest-news.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content #column-two .date {
	color: #f0008c;
}
#content #column-two h3 a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#content #column-two h3 a:hover {
	color: gray;
}
#content #aside {
	width: 280px;
	float: left;
	margin-left: 20px;
}
#content #aside img {
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#content #aside ul {
	list-style-type: none;
}
#content #aside ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content  #aside  h2.personal {
	background-image: url(images/profiles.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #8287C0;
}
#content  #aside  h2.information {
	background-image: url(images/information.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #f52ca2;
}
#content #aside #contact-information {
	margin-top: 30px;
	padding: 10px;
	font-size: 11px;
	background-image: url(images/contact-info-background.gif);
	height: 130px;
	width: 260px;
}
#content #main {
	width: 590px;
	float: left;
}
#content #main .breadcrumb {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 15px;
}
#content #main ul {
	margin-bottom: 15px;
	margin-left: 30px;
}
#content #main ul li {
	color: #f1008c;
	list-style-position: outside;
	list-style-image: url(images/bullet_point.gif);
}
#content #main .panel {
	height: 175px;
	margin-right: 15px;
	width: 130px;
	float: left;
}
#content #main .panel p {
	margin-top: 3px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Arial Black", Helvetica, sans-serif;
}
#content #main .panel a {
	text-decoration: none;
}
#content #main #catform4 {
	margin-bottom: 20px;
}
#content #main .size-thumbnail {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#content #main .size-full {
	margin-right: 15px;
	float: left;
}
#footer {
	background-image: url(images/footer-background.gif);
	background-repeat: repeat-x;
	height: 93px;
	padding-top: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
#footer .anem {
	line-height: 15px;
	height: 15px;
	display: block;
	margin-top: 5px;
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/anem-logo.gif);
}
#footer a {
	text-decoration: none;
	color: #1b3e95;
}
#footer a:hover {
	color: #7f7f7f;
}
