/*
Theme Name: Community Website
Theme URI: http://www.loudmountain.com.au
Description: Community portal theme by Loud Mountain based on The Morning After (now hosted by WooThemes).
Version: 1.0
Author: Andris Dinsbergs
Author URI: http://www.loudmountain.com.au
*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */

@import "lib/compressed.css";

@font-face {
font-family: 'MuseoSans';
src: url('fonts/MuseoSans_300-webfont.eot');
src: local('☺'), url('fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans_300-webfont.ttf') format('truetype'), url('fonts/MuseoSans_300-webfont.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'MuseoSans';
src: url('fonts/MuseoSans_300_Italic-webfont.eot'); 
src: local('☺'), url('fonts/MuseoSans_300_Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans_300_Italic-webfont.ttf') format('truetype'), url('fonts/MuseoSans_300_Italic-webfont.woff') format('woff');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'MuseoSans';
src: url('fonts/MuseoSans_700-webfont.eot'); 
src: local('☺'), url('fonts/MuseoSans_700-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/MuseoSans_700-webfont.ttf') format('truetype'), url('fonts/MuseoSans_700-webfont.woff') format('woff');
font-weight: 700;
}

.adsbygoogle {
	padding-bottom: 30px
}

/* Wordpress front end Admin bar Fancy Admin UI customisation
---------------------------------------------------------------------------------------------------- */

#wpadminbar .ab-top-menu>li.hover>.ab-item, 
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, 
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, 
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
	color: #fff;
	background: transparent;
}


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
.container {
	text-align: left;
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	width: 960px;
}

ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* ! Structure */

body { 
	background: #ebeff2 url(images/bg/body_main.png) repeat-y top center; 
}
/* overiding compressed.css */
.first{
	border-right-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
	margin-left:0;
}
.column.span-11.first {
	border: none;
}
.last {
	border-left-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	margin-left: 0;
}
#home_content .first, #home_content .last, #footer .first, #header .first {
	border-width: 0px;
	border-style: none;
}
/* Top banner   */
#topbanner {
	height:124px;
	background:url(images/headers/green-hills.jpg) no-repeat;
}
.span-3.first {
	padding-right: 5px;
}


/* ! Typograpghy */

body {
	font-family: "MuseoSans";
	line-height:1.6;
	font-size:75%;
	color: #3c3625;
}
html > body {
	font-size: 12px;
}
p {
	margin:0 0 1.5em;
	font-size: 1.166em;
}
p.last {
	margin-bottom:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "MuseoSans";
	clear:both;
	font-style: normal;
	font-weight: normal;
}
h1 {
	letter-spacing: -0.02em;
	font-size:2.5em;
	margin-bottom: .5em;
}
h2 {
	font-size:2em;
	margin-bottom: .5em;
}
h3 {
	line-height: 2em;
	font-size:1.5em;
	margin-bottom: 1em;
}
h3.mast5 { /* comments notice */
	font-size:1em;
}
h4 {
	font-weight: bold;
	font-size:1.2em;
	line-height:1.25;
	margin-bottom: 10px;
}
a { 
	text-decoration: none; 
	color: #95a8b2; 
}
.post_text a {
	text-decoration: underline;
}
a:hover, a:focus { 
	text-decoration: underline; 
	color: #3e3726; 
}
a[href$=".pdf"], a[href$=".doc"] { 
	background: url(images/download_link_icon.png) no-repeat right center; 
	padding-right: 18px;
}
/*
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
*/
p img.top {
	margin-top:0;
}
ul,ol {
	margin:0 0 1.5em 1.5em;
	font-size: 1.166em;
}
.widget ul, ul#menu {
	font-size: 1em;
}
ul  {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol ol, ol ol ol {
	list-style: lower-alpha;
	margin-bottom: 0;
	font-size: inherit;
}
dl {
	margin:1.5em 0;
}
dl dt {
	font-weight:bold;
}
blockquote {
	background: white url(images/quote.png) 0 0 no-repeat;
	background-size: 1.3125em 1em;
	color: #606060;
	margin: 3em 0 1.5em;
	padding: 0 0 0 2.0625em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
pre {
	margin-bottom:1.3em;
	background:#eee;
	border:.1em solid #ddd;
	padding:1.5em;
}
code {
	font:.9em Monaco,monospace;
}
hr {
	background:#B2CCFF;
	color:#B2CCFF;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.4em;
	border:none;
}
* html hr { 
	margin:0 0 1.2em;
}
th,td {
	height:1em;
	padding:.2em .4em;
}
th {
	font-weight:bold;
}
label {
	font-weight:bold;
}
textarea {
	height:180px;
	width:300px;
}
p.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
p.large {
	font-size:1.2em;
	line-height:2.5em;
}
p.quiet {
	color:#666;
}
.hide {
	display:none;
}
.dquo {
	margin-left:-.7em;
}
p.incr,.incr p {
	font-size:.83333em;
	line-height:1.44em;
	margin-bottom:1.8em;
}
.small {
	font-size:.9em;
}


/* Heading styles */

h2.post_cat {
	text-transform:uppercase;
	font-size:.8em;
	line-height:1.8em;
	font-weight:bold;
	padding:0 0 .2em;
	margin:0 0 1em;
	letter-spacing:.1em;
	color:#999;
	border-bottom:1px solid #dadada;
}
h2.post_comm {
	text-transform:uppercase;
	font-size:.9em;
	line-height:1.8em;
	font-weight:bold;
	padding:.6em 0 .4em;
	margin:0 0 .2em;
	letter-spacing:.1em;
	color:#000;
	border-bottom:1px solid #dadada;
	border-top:3px solid #999;
	background:url(images/bg/stripe.png) repeat;
}
h2.post_comm2 {
	text-transform:uppercase;
	font-size:.8em;
	line-height:1.8em;
	font-weight:bold;
	padding:.3em 0 .2em;
	margin:0 0 .2em;
	letter-spacing:.1em;
	color:#000;
	border-bottom:1px solid #dadada;
}
h3.home_featured {
	background:url(images/bg/dot.png) repeat-x top left;
	text-transform:uppercase;
	font-size: .8em;
	line-height:1.8em;
	font-weight:bold;
	padding:.7em .7em .9em;
	color:#5b6334;
	letter-spacing:.1em;
}
h3.mast {
	display: block !important;
	padding-bottom: .8em;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
	letter-spacing:.1em;
	color: #5b6334;
}
h3.mast a.rsswidget {
	font-size:1em;
	line-height:1.8em;
	padding:0 0 .6em;
	letter-spacing:.1em;
	color: #5b6334;
}
h4.gall {
	text-transform:uppercase;
	font-size:.8em;
	line-height:1.8em;
	font-weight:bold;
	padding:0 0 .4em;
	color:#5b6334;
	letter-spacing:.1em;
}
#category_title_single_page {
	font-size:2em;
	margin-bottom: .5em;
}

	
/* ! Header   */

#header {
	padding:2em 0 0;
	height:60px;
}
#header #logo {
	height:60px;
}
#header #logo a.sitelogo {
	display:block;
	width:400px;
	height:60px;
	background:url(images/sitelogo.png) no-repeat;
}
#menu {
	width:350px;
	float:right;
	margin:10px 50px 0 2px;
	list-style:none;
}
#menu li {
	margin-left:0;
	margin-bottom:0;
	margin-right:10px;
	margin-top:1px;
	float:left;
	padding:2px 0 3px 3px;
	line-height:1.6em;
}
#menu li a {
	padding:0;
}
#menu li span {
	padding: 0 0 0 20px;
	display:block;
	float:left;
}
#menu li span.contact {
	font-weight: bold;
	background:url(images/bg/icon-mail.gif) no-repeat;
}
#menu li span.login {
	font-weight: bold;
	background:url(images/bg/icon-login.gif) no-repeat;
}
#menu li span.register {
	font-weight: bold;
	background:url(images/bg/icon-register.gif) no-repeat;
}



/* ! 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%;
}


/* ! Menu */

#access {
	background: #596544; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#7c8867, #5b6334);
	background: -o-linear-gradient(#7c8867, #5b6334);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7c8867), to(#5b6334)); /* older webkit syntax */
	z-index: 99;
	background: -webkit-linear-gradient(#7c8867, #596544);
	-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;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	text-transform: uppercase;
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#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: 3em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	text-transform: none;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-top: 6px;
	background: #5b6334;
	border-bottom: 1px dotted #ddd;
	color: white;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#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;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}



/* ! Menu items highlight */

#menu-item-4412 a, 
#menu-item-4567 a, 
#menu-item-4411 a, 
#menu-item-4596 a, 
#menu-item-4410 a, 
#menu-item-4410 a, 
#menu-item-4445 a, 
#menu-item-4568 a,
#menu-item-10188 A  {
	color: #95a8b2 !important;
}



/* ! Footer menu */

ul#menu-footer-menu{
	display: inline-block;
	margin: 0 0 16px 0;
}
#menu-footer-menu li {
	margin-right: 10px;
	list-style-type: none;
}
ul#menu-footer-menu li a {
	text-decoration: none;
	padding: 0;
}


	
/* ! CIMY image rotator */
#cimy_div_id {
	width:960px;
	height:124px;
}



/* ! HOMEPAGE   */

#home_content {
	margin-top: 3.5em;
}
body.home .feat_thumb {
	float: left;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-top: 0;
	padding:0;
}
#latest_post .feat_thumb img {
	margin-bottom: 0;
}
body.home h3 {
	display: inline;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0;
	letter-spacing: 0;
}

/* Latest post */

#latest_post {
	padding:0 0 1em;
	margin:0 0 1.5em;
	border-bottom:1px solid #dadada;
}
h3.latest_post_title {
	font-size: 1.8em;
}
h3.latest_post_title a {
	color: #3c3625;
}
h3.latest_post_title a:hover {
	color: #95a8b2;
}
.latest_post_meta {
	clear: both;
	color: #9fad93;
	font-size:.9em;
	line-height:1.6em;
} 


/* Noticeboard (Featured articles)  */
#noticeboard {
	margin-bottom: 2em;
	border-color: #bec292;
	border-width: 12px;
	border-style: solid;
	padding: 12px;
}
.noticeboard_content {
	clear: both;
	padding: 0 0 .5em;
	margin: 0 0 1em;
	border-bottom: 1px solid #dadada;
}
h3.noticeboard_title {
	display: inline;
	letter-spacing: 0;
}
#noticeboard p {
	margin-bottom: .5em;
}
.noticeboard_meta {
	color: #9fad93;
	font-size: 0.9em;
	margin-bottom: 1em;
}
.tag-featured {
	padding:10px;
	background-color: #e1e9ee;
}
/* Category list */
#category_links_to_listings {
	margin-top: 10px;
}
#side_categories {
	margin:0 0 1em;
}
ul.cat li {
	padding:0 0 .3em;
	margin:0;
}
ul.cat li a {
	display:block;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #dadada;
	border-left:3px solid #dadada;
	padding:3px 12px 0 7px;
	margin:0;
	background:url(images/bg/arrow.png) no-repeat 177px 3px;
	height:19px;
}
ul.cat li a:hover {
	background:#f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
	color:#5b6334;
}
ul.cat li ul {
	list-style:none;
	list-style-image:url(foo.gif);
	margin:0;
	padding:.3em 0 .2em .8em;
}
ul.cat li ul li {
	padding:0;
	margin:0;
}
ul.cat li ul li a {
	border:0;
	margin:0;
	padding:0 0 0 12px;
	text-transform:none;
	font-size:.9em;
	height:19px;
	background:url(images/bg/sub.png) no-repeat;
}
ul.cat li ul li a:hover {
	background:#f1f1f1 url(images/bg/sub1.png) no-repeat;
}
/* Recent comments */
#side_recent_comments,#side_most_emailed,#side_tag_cloud {
	margin:0 0 1.4em;
}
#side_tag_cloud a:hover {
	color:#fff;
	background:#000;
}
ul.reccom li {
	padding:0 0 .2em 20px;
	margin:0 0 .5em;
	border-bottom:1px solid #dadada;
	background:url(images/bg/bubble.png) no-repeat 0 3px;
}
/* Ads */
.ad_block {
	border:1px solid #dadada;
	padding:4px 0;
	margin:0 0 1.2em;
	text-align:center;
}
.ad_block .ad160 {
	margin:0 auto;
	width:160px;
}
.ad_block .ad180 {
	margin:0 auto;
	width:180px;
}
.ad_block .ad250 {
	margin:0 auto;
	width:250px;
}
.ad_block img,.ad_block p img {
	margin:0;
	padding:0;
	display:block;
}

	
/* ! Widgets */

.widget {
	margin:0 0 2.5em;
}
.widget a {
	color: #95a8b2;
}
.widget a:hover {
	color: #333333;
}
.widget ul,.widget ol {
	list-style:none;
	padding:0;
	margin:0;
}
.widget ul li {
	padding:0 0 .3em 20px;
	margin:0 0 .5em;
	border-bottom:1px solid #dadada;
	background:url(images/bg/postbullet.png) no-repeat 0 2px;
}
.widget .menu-tools-container ul li { /* remove bullet from Tools Menu */
	padding:0 0 .3em 0;
	background: none;
	font-style: italic;
}
.widget ol li {
	padding:0 0 .3em 10px;
	margin:0 0 .5em;
	border-bottom:1px solid #dadada;
}


	
/* ! Archive   */

#arch_content,#post_content {
	margin:3.5em 0;
}
.archive_feed {
	padding:.5em 1.5em;
	margin:0;
	border-bottom:1px solid #dadada;
	background:url(images/bg/feedicon12.png) no-repeat 0 8px;
	color:#666;
}
.archive_number {
	padding:.5em 1.5em;
	margin:0;
	border-bottom:1px solid #dadada;
	background:url(images/bg/info.png) no-repeat 0 8px;
}
.archive_email {
	padding:.5em 1.5em;
	margin:0;
	border-bottom:1px solid #dadada;
	background:url(images/bg/email_author.png) no-repeat 0 9px;
}
.archive_post_block {
	padding:.1em 0 0;
	border-bottom:1px solid #dadada;
	margin:0 0 1.2em;
}
.archive_post_meta {
	padding:0 0 .6em;
	font-size:.8em;
	text-transform:uppercase;
}
.sticky {
	background-color: #e1e9ee;
	padding:6px !important;
}
#category_description_sidebar {
	margin:10px 0;
}
.archive_thumbnail, .post_thumbnail {
	float: left;
	margin-right: 20px;
	overflow:hidden;
	display: inline-block;
}
.listing_index_thumbnail {
	width: 30px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}



/* ! Archives  */

ul.archives,ul.wp-tag-cloud {
	margin:0 0 1.5em;
	list-style:none;
	list-style-image:url(foo.gif);
}
ul.archives li,ul.wp-tag-cloud li {
	padding:0 0 .2em 20px;
	background:url(images/bg/doc.png) no-repeat 0 2px;
}

	

/* ! Single posts   */

.customfield_meta {
	margin-bottom:20px;
}
.customfield_meta p {
	margin: 0 0 5px!important;
}
.post_meta {
	padding:.3em 0 .4em;
	font-size:.8em;
	text-transform:uppercase;
}
.post_meta_ad {
	padding:.3em 0 .4em;
	font-size:.8em;
	text-transform:uppercase;
	float: right;
}
.post_text {
	margin:1.5em 0 0;
}
.post_text ul {
	margin:0 0 1.5em 1.5em;
	font-size: 1.166em;
}
	


/* ! Comments area */

#comments {
	margin-top:3em;
}
#commenthead {
	margin-bottom:1em;
}
ol#commentlist {
	list-style-type:none;
	margin:0;
	padding:0 0 12px;
}
ol#commentlist li {
	border-right:3px solid #dadada;
	border-bottom:1px solid #dadada;
	margin:0 0 1.2em;
	padding:0 1em 0 0;
	overflow-x:hidden;
}
ol#commentlist li.alternate {
	border-right:3px solid #999;
	border-bottom:1px solid #dadada;
}
ol#commentlist cite {
	font-style:normal;
	text-align:left;
	display:block;
	color:#818181;
	text-transform:uppercase;
	font-size:.8em;
}
ol#commentlist cite a {
	color: #a6bcc6;
}
ol#commentlist cite a:hover {
	color:#000;
	text-decoration:underline;
}
ol#commentlist li blockquote {
	float:none;
	width:auto;
	padding:0 2em 0 0;
	margin:.5em 0;
	color:#818181;
	font: italic 1em;
	letter-spacing:0;
	text-align:left;
}
ol#commentlist li .commentauthor {
	font-weight:bold;
	color:#333;
}
ol#commentlist li .commentauthor a,ol#commentlist li .commenttime a {
	font-weight:bold;
	color: #95a8b2;
}
ol#commentlist li .commentauthor a:hover,ol#commentlist li .commenttime a:hover {
	color:#000;
	text-decoration:underline;
}
ol#commentlist li .commnumber {
	width:30px;
	text-align:left;
	float:left;
	font-size:3em;
	font-weight:bold;
	line-height:1em;
}
ol#commentlist li .commentcont p { /* comment body text */
	margin:0 0 .9em;
	padding:0;
	line-height:1.6em;
	font-size: inherit;
}
ol#commentlist li ul.children, ol#commentlist li ul.children li ul {
	list-style:none;
	margin:0 0 0 2em;
	padding:0;
	font-size: inherit;
}
ol#commentlist li ul.children li,ol#commentlist li ul.children li ul li {
	border-right:0;
	border-bottom:0;
	border-top:1px dashed #bbb;
	padding:1em 0 0;
	margin:0;
}
.reply {
	margin:.6em 0 2em;
}
.reply a,a#cancel-comment-reply-link {
	line-height:1em;
	color:#fff;
	background:#95a8b2;
	font-size:.8em;
	text-transform:uppercase;
	padding:.2em .3em;
	font-weight:bold;
}
.reply a:hover,a#cancel-comment-reply-link:hover {
	color:#fff;
	background:#000;
}
.cancel-comment-reply {
	margin:1em 0 1.6em;
}
/* comment form */
#comment-form form {
	margin-top:1.5em;
}
label.com {
	float:left;
	width:100px;
}
input.comtext,textarea.comtext {
	width:300px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:2px;
}
input.comtext:focus,input.comtext:hover,textarea.comtext:focus,textarea.comtext:hover {
	background:#f7f7f7;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
}
input.comsubmit {
	margin-left:100px;
}



/* ! Footer   */

#footer {
	background:url(images/bg/dot.png) repeat-x top left;
	padding:1em 0 0;
	color:#666;
}



/* ! RSS */

h3.mast a img { /* RSS image */
	margin: 0;
}
li a.rsswidget { /* title links */                  
	display: block;                  
	font-size:1.2em;
}
.rssSummary {
	margin-bottom: 1em;
}



/* ! Miscellaneous */
/* ----------------------------------------------------------------- */

.clearboth {
	clear: both;
}
.none {
	display:none;
}
.border_left {
	padding-left:9px;
	margin-left:0;
	border-left:1px solid #ddd;
}
.dot {
	font-family:"lucida sans unicode", "arial unicode ms", sans-serif;
}
.navigation {
	color:#818181;
}
input.Forms,textarea.Forms {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:2px;
}
input.button {
	background:#dadada;
	float:left;
}
.fright {
	float:right;
	margin:0 0 .3em .7em;
}
.fright img {
	border:3px solid #777;
}



/* ! Image styles   */
.aligncenter, div.aligncenter {
	display:block;
	margin:14px auto;
}
.alignleft {
	float:left;
	margin:0 14px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 14px;
}
.wp-caption {
	margin-bottom:1em;
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:14px;
	padding:5px 4px 5px 5px;
	margin:0;
}



/* ! Gallery thumbnails */

dt.gallery-icon {
	background:none!important;
}
dt.gallery-icon a {
	border:0;
}
dt.gallery-icon img {
	margin-left:0;
	margin-bottom:10px;
	margin-right:0;
	margin-top:0;
	border:5px solid #bbb;
	padding:0;
}
.gallery img {
	border:0;
}
.gallery {
	margin:0 0 1em;
	width:100%;
	clear:both;
}
dl.gallery-item {
	margin:0;
}
dd.gallery-caption {
	font-size:.8em;
	padding:5px 0 3px;
	text-align:center;
	margin:0;
	text-transform:uppercase;
	letter-spacing:.1em;
}


	
/* ! Home page adspace   */

.adspace_homepage {
	padding-bottom:15px;
}

	
/* ! Side bar menu   */
ul.sub-menu li {
	margin-bottom:0;
	border-bottom-style:none;
}
.current-menu-item {
	font-weight:bold;
}
#first_column {
	padding-right: 5px;
}


/* ! Messages   */

.message, .validation_error {
	padding-right:5px!important;
	padding-left:5px!important;
	padding-bottom:5px!important;
	padding-top:5px!important;
	margin-bottom:10px;
	background-color:#e7f1c5!important;
	border:1px solid #dce1a9!important;
	color:#333333!important;
}
.span-3 .message {
	font-size:1em;
	padding:10px;
}
.message p {
	text-align:left!important;
}


/* Middle column */

.middle .widget ul li {
	background:none;
	padding:0;
	list-style-type:none;
}


/* Tag cloud */

.widget a {
	text-decoration:none;
}

	
/* Google adsense */

#post_content ins {
	margin-bottom:20px!important;
}

/* Registration form */

#gform_wrapper_5 {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width:500px;
}


/* ! Sidebar image links   */

img.menu-image {
	margin-bottom:5px;
}


/* ! Tag cloud */

.widget_tag_cloud {
	text-align:justify;
	line-height:1.7em;
}
.last_main_button img {
	margin-bottom:20px;
}

	
/* ! Google translate   */

#google_translator {
	z-index:2;
	top:140px;
	left:765px;
	position:absolute;
}
.goog-logo-link img {
	margin-bottom:0;
}
#google_translate_element {
	margin-bottom:10px;
}


/* ! Download manager   */

.download_pic {
	margin:0;
}

	

/* ! Popup Scheduler  */

.wps_body a {
	color:#bec292;
}


/* ! Sociable   */

.sociable {
	float:right;
}



/* ! Advertising Manager  */

.advert_manager {
	margin-top:20px;
}
.advertise_with_us { /* link in template */
	text-align: right;
}



/* ! Events manager   */

.event_map {
	padding-bottom:20px;
	padding-top:10px;
}

.event_title,
event_list_title {
	margin-bottom:.5em;
	font-size:2em;
}
.event_title a {
	font-size:80%;
	text-decoration:none;
}
li.event_list {
	list-style-type: none;
	border-color:#e1e1e1;
	border-bottom-width:1px;
	border-style:dashed;
	margin-bottom:20px;
}
#events-list li li {
	margin:0;
	border-bottom-style:none;
	background:none;
	padding:0;
}
ul.dbem_events_list li {
	line-height:1.1em;
}
div.em-calendar-wrapper table { /* overriding compressed.css tma table */
	border-left-style:none;
	border-top-style:none;
}

/* Full calendar */
table.fullcalendar {
	width:100%;
	font-size:1.2em;
}
table.fullcalendar td {
	height: 50px !important;
	border-color: #f3f3f3 !important;
    width: 14%;
}
table.fullcalendar ul {
	margin:0;
}

/* Table header */
table.dbem-calendar-table thead td {
	border-style:none!important;
}
td.eventful-today,td.eventless-today {
	background-color: #e1e9ee;
}
.eventful li,.eventful-post li,.eventful-pre li,.eventful-today li {
	padding-top:4px;
	border-bottom-color:#a6bcc6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:4px;
}
.eventful li,.eventful-post li,.eventful-pre li {
	padding-top:4px;
	border-bottom-color:#c6c6bc;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:4px;
}
.eventful a, .eventful-today a, .eventful-today a {
	color: #95a8b2!important;
	text-decoration:none!important;
}
.eventful a:hover, .eventful-today a:hover, .eventful-today a:hover {
	color: #3c3625!important;
}
.eventful-pre a,.eventful-post a,.eventless-pre a,.eventless-post a {
	font-style:normal!important;
	font-weight:normal!important;
	text-decoration:none!important;
}
td.eventless-post {
	color:#aaa!important;
}
td.month_name {
	text-align:center !important;
	color: #5b6334;
	font-size:1.6em;
}
tr.days-names td {
	padding-bottom:0;
	color: #5b6334!important;
	font-weight:bold!important;
}
a.em-calnav {
	text-align:center!important;
	text-decoration:none;
	color:#a6bcc6;
	font-weight:bold;
}
ul.dbem_events_list {
	margin-top:20px;
}
.em-calendar li {
	font-size:.8em;
	list-style-type:none;
}

/* Widget calendar */
table.em-calendar td {
	border-right-color: #e5e5e5;
	border-right-width: 1px;
	border-right-style: solid;
}
table.em-calendar thead td {
	border-style: none;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: #e9ebd7 !important;
}
/* Location list page */
.em-locations-list {
	list-style-type: none;
}
.location-list-item {
	margin-bottom: 10px;
}
.location-list-item .title {
	font-size: 1.4em;
	margin-bottom: 0;
}
a.page-numbers {
	font-size: 1.2em;
}



/* ! WP Download Manager   */
span.download_link {
	display: inline-block;
	margin-right:5px;
}
.download_link img {
	margin: 0;
}
span.file_description {
	font-size: 11px;
}


/* ! Classifieds and business listings*/

ul.business_directory_category_list {
	margin-left: 0;
}
.business_directory_category_list li {
	list-style-type:none;
}
li.ads_block {
	float:left;
	width: 200px;
	height: 60px;
	display: inline-block;
	border-top-color: #e1e9ee;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	margin-right: 10px;
}
/* Listing index page */
li.listing_block {
	float:left;
	width: 200px;
	height: 60px;
	display: inline-block;
	border-top-color: #e1e9ee;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	margin-right: 25px;
}
li.listing_block a {
	color: #3c3625;
}
li.listing_block a:hover{
	color: #95a8b2;
}
.listing_block_premium {
	float:left;
	width: 193px;
	height: 180px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #e1e9ee;
}
.listing_block_thumbnail img {
	margin: 0 1em 1em 0;
	float: left;
}
.listing_block_premium .listing_block_thumbnail img {
	margin: 1em 0;
	float: left;
}
.premium {
	padding:6px;
	background-color: #e1e9ee;
	border-style:none;
}
.listing_block_premium .listing_index_title a {
	color: #3c3625;
	font-weight: bold;
	font-size:1.1em;
}
.current-cat {
	font-size: 1.2em;
	font-weight: bold;
}
.archive_listing_block {
	padding:.1em 0 0;
	border-bottom:1px solid #dadada;
	margin:0 0 1.2em;
}
#listing_index .listing_index_title {
	font-size: 14px;
}
ul.listing_index {
	margin: 0;
	padding: 3em 0;
	display: block;
}
ul.tag_cloud {
	margin: 0;
}

/* Single listing layout */
.listing_wrapper {
	width:539px!important;
}
#listing_header {
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	margin-bottom: 20px;
}
#listing_description {
	font-size: 1.2em;
}
#listing_content {
	float:left;
	width:420px;
}
#listing_images {
	border-left-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 10px;
	margin-right: 10px;
	width:80px;
	float:right;
}
#listing_customfield_meta {
	margin-bottom: 20px;
}
#listing_customfield_meta p {
	margin-bottom:0;
}
.contact_form_custom_field_email {
	margin-top: 20px;
}




/* ! Sidebar */

.sidebar_message {
	width:165px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px;
	background-color: #ebeff2;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
}
p.sidebar_featured  {
	border-bottom-color: #bec292;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.left_sidebar_items {
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1.5em;
	margin: 0;
	border-bottom: 1px solid #dadada;
}


/* ! Mappress */

.mapp-container {
	clear: both;
}


/* ! Post meta */

.edit_link {
	background-color: #e1e9ee;
	display: inline-block;
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
}
.edit_link a {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.filedunder {
	background:#3c3625;
	color:#eee;
	padding:.1em .4em;
	line-height:1em;
	text-transform:uppercase;
	font-size:1em;
}


/* ! Search */

input.search_input {
	width:292px;
	background:#fff url(images/bg/input.png) no-repeat!important;
	padding:6px;
	color:#333;
	font-weight:bold;
	margin:0;
	float:left;
	border:none;
}
input.submit_input {
	background:url(images/bg/submit.png) no-repeat;
	border:0;
	height:24px;
	padding:0;
	width:65px;
	margin:0 0 0 5px;
	color:#fff;
	font-size:1em;
	float:left;
}
#submit /* comments */,
.submitbutton /* login */,
#wp-submit-tml-page,
#wp-submit1,#wp-submit,
.scbutton /* continue button */,
.button a /* class added to text links */ {
	border-color: #95a8b2;
	border-width: 1px;
	border-style: solid;
	font-size: 1em !important;
	display:inline-block;
	margin-bottom:10px;
	background-color: #a6bcc6!important;
	color: white!important;
	text-shadow:none!important;
	border-radius:8px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	padding-right:10px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	cursor:hand!important;
}


/* ! Gravity forms override */

.gform_wrapper ul {
	list-style-type: none;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	font-size: 16px !important;
	padding: 4px !important;
}
.gform_wrapper .gform_page_footer .button.gform_button {
	font-size: 16px !important;
}
.gform_wrapper  input[type="button"] {
	font-size: 16px !important;
}
.gform_page_footer {
	clear: both !important;
}
.gform_wrapper select {
	font-size: 16px;
	padding: 5px 0 5px 0;
}
.gform_wrapper .gfield_description {
	color: #7e7e7e;
	font-size: 12px;
}
.gform_wrapper .top_label .gfield_label {
	margin: 20px 0px 4px 0px !important;
	font-weight: normal !important;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both;
}
.gform_confirmation_wrapper {
	padding: 24px;
	background-color: #e6eeb9;
	border: 1px solid #abc616;
	color: #3c3625;
	margin: 12px 0;
	width: 85%;
	font-size: 1.8em;
}
.gform_wrapper .gform_body .gform_fields .gfield input, 
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	font-size: 16px;
	padding: 4px;
}
/* GF Typography */
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-weight: normal !important;
	font-size: 1.6em !important;
}

ul#gform_fields_7 { /* business directory - single listing enquiry */
	margin-left: 0px;
}
#gform_wrapper_3 { /* listing submission */
	width: 550px;
	margin: 0 auto;
	padding-bottom: 50px;
}
li#field_3_38 li label { /* listing form category list */
	font-size: 12px;
	font-weight: normal !important;
}
.custom_field_email_contact_form {
	margin-top: 20px;
}


/* ! Weatherzone */
#weatherzone td.weatherzone {
}
#weatherzone td.weatherzone_head {
	font-weight: bold;
}
#weatherzone table {
	margin-bottom: 0px;
	border-style: none;
}
#weatherzone input {
	width: 10em;
	font-weight: bold;
	font-size:1.4em;
	margin-right: 10px;
}


/* ! Emergency numbers */
table#emergency_numbers {
	margin-bottom: 1.5em;
}
table#emergency_numbers td {
	border-bottom-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
table#emergency_numbers td.number {
	font-size:1.4em;
}


/* ! AddThis */
.addthis_toolbox {
	margin: 1em 0 1.5em 0;
}

/* Info box */

.info {
	border-color: #95a8b2;
	border-width: 1px;
	border-style: solid;
	font-size: 1.5em;
	display:inline-block;
	margin-bottom: 1em;
	background-color: #edf3f6;
	color: black;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	padding: 20px;
}