/*
Theme Name: SRESU
Author: Summit Creative
Author URI: http://www.summitcreative.com.au/
Version: 1.0
*/

body {
	font: 100%/120% Arial, sans-serif;
	margin: 0;
	background: #e8e8e8;
}

h1 {
	margin: 0 0 0.5em 0;
}

h2, h3 {
	margin: 1em 0 1em 0;
}

#main {
	background: #fff url(images/side_bg.png) repeat-y top right;
}

p {
	margin: 0 0 1em 0;
	color: #444;
}

#page {
	width: 960px;
	margin: auto;
	font-size: 0.8em;
}

#branding {
	background: url(images/header.jpg) no-repeat 0 0;
	height: 139px;
	position: relative;
}

#site-title {
	background: url(images/logo.png) no-repeat 0 0;
	width: 108px;
	height: 108px;
	text-indent: -9999px;
	float: left;
	margin: 15px 0 0 20px;
}

#site-title a {
	display: block;
	width: 108px;
	height: 108px;
}

#logo-print {
	display: none;
}

#content {
	overflow: hidden;
}

#colleft {
	float: left;
	width: 667px;
}

#colright {
	float: right;
	width: 292px;
}

.contentdiv {
	padding: 25px;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #656565 url(images/nav_bg.png) repeat-x 0 0; /* Show a solid color for older browsers */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: 43px;
}

#access ul {
	font-size: 13px;
	list-style: none;
	margin: auto;
	padding-left: 0;
	width: 960px;
	z-index: 99999;
	
}
#access li {
	float: left;
	position: relative;
	z-index: 99999;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	border-right: 1px solid #424242;
	border-left: 1px solid #797979;
	z-index: 99999;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 1px;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
	z-index: 99999;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-shadow: 0 0 0;
	border: 0;
	z-index: 99999;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
	z-index: 99999;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	text-shadow: 0 0 0;
	z-index: 99999;
}
#access ul li:hover > ul {
	display: block;
	z-index: 99999;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

#access li.current_page_item a,
#access li.current_page_ancestor a {
	background-image: url(images/nav_bg_over.png);
	background-repeat: repeat-x;
	color: #fff;
}

		#access li.current_page_item li a,
		#access li.current_page_ancestor li a {
			background-image: none;
			color: #333;
		}

#access .current_page_item ul a {
	background-image: none;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 5.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #666;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: #fff url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

.gform_wrapper ul {
	padding: 0;
}

.gform_wrapper .top_label input.medium,
.top_label textarea.textarea,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_full input,
.gform_wrapper .gfield_list_cell input {
	padding: 5px;
}

#eme-rsvp-form th {
	border-bottom: 0;
}

input#submit,
input.button {
	background: #000 url(images/btn_bg.png) repeat-x 0 0;
	border: 0;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body .gform_wrapper .gf_progressbar_wrapper {
	width: 100%;
}


/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Side bar */

h3.widget-title {
	width: 271px;
	height: 41px;
	padding: 15px 0 0 20px;
	margin: 0;
	color: #fff;
}

.twiget-widget h3.widget-title {
	background: url(images/twitter_header.png) no-repeat 0 0;
	width: 231px;
	height: 41px;
	padding: 15px 0 0 60px;
	margin: 0;
	color: #fff;
}

h3.widget-title {
	background: url(images/default_header.png) no-repeat 0 0;
	padding-left: 20px;
	width: 271px;
}

.widget_eme_list h3.widget-title {
	background: url(images/events_header.png) no-repeat 0 0;
	padding: 15px 0 0 60px;
}


h3.widget-title a {
	color: #fff;
	text-decoration: none;
}


.widget-area ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.widget-area li {
	background: #fff url(images/side_gradient.png) no-repeat bottom left;
	padding: 10px 20px 15px 20px;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #555;
}

	.widget-area #submenu li {
		padding: 0;
		background: none;
	}
	
	.widget-area #submenu li a.parentpage-list {
		background: #000 url(images/submenu_header.png) repeat-x 0 0;
		color: #fff;
		line-height: 34px;
		font-size: 1.3em;
		font-weight: bold;
	}
		.widget-area #submenu li a.parentpage-list:hover {
			background: #000 url(images/submenu_header.png) repeat-x 0 0 !important;
		}
	
	.widget-area #submenu li a {
		padding: 7px 20px 7px 20px;
		display: block;
		color: #666;
		border-bottom: 1px solid #ddd;
	}
	
	.widget-area #submenu li.current_page_item li a,
	.widget-area #submenu ul.children li a {
		font-weight: normal;
		font-size: 0.95em;
		background: none;
		padding: 4px 20px 4px 30px;
		color: #666;
	}
	
	.widget-area #submenu li.current_page_item a {
		text-decoration: none;
		background: #1982D1;
		color: #fff;
	}
	
	.widget-area #submenu li a:hover {
		text-decoration: none;
		background: #1982D1 !important;
		color: #fff !important;
	}
	
	.widget-area #submenu li.current_page_item a {
		font-weight: bold;
	}

.widget-area ul {
	margin: 0;
	padding: 0;
}

.widget-area li li {
	background: none;
	padding: 0;
	font-size: inherit;
} 

/* Events */


.widget_eme_list .date {
	font-weight: bold;
}

.widget_eme_list .cat {
	font-weight: bold;
	color: #999;
}

/* CALENDAR */

body table.fullcalendar ul {
	margin: 0;
	padding: 0;
}

body table.fullcalendar ul li {
	list-style: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	background: #0362b2;
}

body table.fullcalendar ul li {
	list-style: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	background: #0362b2;
}

body table.fullcalendar ul li a,
body table.fullcalendar ul li a:visited,
body table.eme-calendar-table td.eventful li a,
body table.eme-calendar-table td.eventful-today li a {
	color: #fff !important;
}

body #content table.fullcalendar td {
	padding: 2px !important;
	border-color: #ccc !important;
}

.page-template-events-php ul {
	margin: 0;
	padding: 0;
}

body #content table {
	margin-bottom: 20px;
}

.post-type-archive-course #content ul,
.post-type-archive-trainer #content ul {
	padding: 0;
	margin: 0;
}

.post-type-archive-course #content ul li,
.post-type-archive-trainer #content ul li {
	list-style:  none;
}

.post-type-archive-course #content ul li a,
.post-type-archive-trainer #content ul li a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
a.btn, a.btn:visited {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0362b2;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
}
.btn:hover {
	background: #a5d415;
	color: #fff;
	text-decoration: none;
}


/* table */

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	text-align: left;
	border-bottom: 3px solid #eee;
}

th, td {
	padding: 3px 10px 3px 0;
}

tr td:hover {
	background: #fff;
}

/* FAQ */

#faq_block .faq_list {
	padding: 0 !important;
}

.single_faq {
	border-bottom: 3px solid #eee;
}

/* Map */

#map_canvas {
	width: 100%; 
}

.closest {
	padding: 10px 0 0 0;
}

.supu_plugin .closest .store {
	background: url(images/marker_1.png) no-repeat 0 0;
	padding: 0 0 15px 40px;
	width: 42%;
}

.supu_plugin .closest .store.marker_3,
.supu_plugin .closest .store.marker_6 { margin-right: 0px; }

.closest .store.marker_2 { background-image: url(images/marker_2.png); }
.closest .store.marker_3 { background-image: url(images/marker_3.png); }
.closest .store.marker_4 { background-image: url(images/marker_4.png); }
.closest .store.marker_5 { background-image: url(images/marker_5.png); }
.closest .store.marker_6 { background-image: url(images/marker_6.png); }


/* Links */

.linkcat {
	list-style: none;
}

/* Blog */

li.comment {
	border: 1px solid #eee;
	padding: 3px 10px 10px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-content {
	padding-top: 10px;
}

.entry-meta {
	border-bottom: 3px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #555;
	font-size: 0.85em;
}

.entry-meta.footer {
	border-top: 3px solid #eee;
	padding: 10px 0 0 0;
	border-bottom: 0;
}

.comment-author {
	font-size: 0.85em;
}

/* Socalize */

.socialize-in-content {
	width: 100%;
	float: none !important;
	height: 32px;
}

.entry-content .socialize-in-button {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	width: auto;
	padding-left: 20px;
}

.entry-content .socialize-in-button iframe {
	height: 25px !important;
}

.entry-content .socialize-in-button-vertical {
	float: right;
}

#___plusone_0 {
	width: 60px !important;
}