/*
Theme Name: BarangarooForum-v1.1
Description: Theme for Barangaroo Forum site
Version: 1.1
Author: Elton Consulting
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Global Vars */
.clr { clear:both; height:1px; overflow:hidden; }
.clr { clear:both; width: 1px; height:1px; overflow:hidden; }
.fr { float:right; }
.fl { float:left; }
/* End Global Vars */

html {
	/* height:100%; */
}
body {
	background: #0081C5;	
	/* height:100%; */
}

body, #content-outer, input, textarea, td {
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

input, textarea {
	color: #000;
}

a {
	text-decoration: none;
	color: #0081C5; /* Blue (Background) */
}
a:hover {
	color: #015683; /* Blue (Dark) */
}



ul {
	margin:0 0 15px 15px; /* Everyone Else */
}



h1 {
	color: #0081C5; /* Blue (Background) */
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 22px;
}
h2 {
	color: #0081C5; /* Blue (Background) */
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
h3 {
	color: #0081C5; /* Blue (Background) */
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 18px;
}
h4 {
	color: #0081C5; /* Blue (Background) */
	font-size:14px;
	line-height: 1.2em;
	margin-bottom:10px;	
}
h5 {
	color:  #0081C5; /* Blue (Background) */
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

div.pagewidth {
	width: 645px;
}



#content-outer {
	margin: 0 auto;
	background: url(./images/bg_cross.gif) 0 0 repeat;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 50px;	
	/* height:100%; */
}

#header a, #sidebar a {
	color: #FFF; /* White */
}
#header a:hover, #sidebar a:hover {
	color: #FFE600; /* Yellow */
}

#logos {
	padding: 20px;
	margin-right:-25px;
	padding:0 0 0;	
}
#rsslogo {
	margin-top: -20px;
	margin-left: 710px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 210px;
	padding: 5px 0;
}



#blockheading {
	background: #FFE600; /* Yellow */
	padding: 2px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}
#blockheading td {
	vertical-align: middle;
}

#blockleft {
	color: #FFE600;
	font-size: 22px;
	line-height: 1.0em;
	width: 670px;
}
#blockleft a {
	color: #FFE600;
}

#blockright #searchform input {
	background: #ffffff url(./images/search.gif) no-repeat right;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #015683;
	height: 18px;
	width: 180px;
	
	padding:3px 25px 3px 5px;
}

#blockright #searchform input.active {
	border: 1px solid #FFE600; /* Yellow */
	border: 1px solid #0081C5; /* Blue (Background) */	
}

#blockheading ul.blockmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#blockheading ul.blockmenu li{
	font-weight: bold;
	color: #000;
	font-size: 14px;
	font-size: 12px;
	float:left;	
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	background: url(./images/menuspacer-black.gif) right no-repeat;
}
#blockheading ul.blockmenu li a {
	color: #000;
}
#blockheading ul.blockmenu li a:hover {
	color: #015683; /* Blue (Dark) */
	color: #0081C5; /* Blue (Background) */	
}


#menu ul{
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
#menu ul li{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left:-20px;
	padding-left:22px;
}
#menu li:hover, #menu li.current-menu, #menu li.current-menu a {
	color: #FFE600; /* Yellow */
}
#menu li:hover, #menu li.current-menu {
	background: url(./images/highlight_cross.gif) 5px 4px no-repeat;
}
#menu ul#menu2 {
	margin-top: 20px;
}




/* Posts Loop */ 

div.post {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

div.postborder {
	background: #ffffff; /* White */
	color: #000;
	padding:10px 20px 10px 10px;
	width: 650px;
	/* border:1px solid #fff; */
}
	/* Post Date */
	div.postdate {
		width: 130px;
		height: 30px;
	}
	div.postdate h2 {
		color: #015683; /* Blue (Dark) */
	}
	/* Post Heading, Text and Comments */
	div.postdetails {
		/* width: 520px; */
		margin-left: 150px;
		margin-top: -30px;
	}
	/* Post Heading, Text and Comments */
	div.postdetails h1 {
		font-size: 18px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	div.postdetails h2, div.postdetails h3, div.postdetails h4, div.postdetails h5 {
		font-size:14px;
		line-height: 1.2em;
		margin-bottom:10px;	
	}	
	
	div.postcommentbutton-parent {
		position:relative;
		margin-bottom:60px;
	}	
	div.postcommentbutton {
		position:absolute;
		right: 10px;
	}
	div.postcommentbutton-parent > div.postcommentbutton {
		right: 0px;
	}
	
	
	div.postcommentbutton {
		padding: 5px;
		width: 120px;
		text-align: center;
		background: #FFE600; /* Yellow */
		color:  #0081C5; /* Blue (Background) */
		border: 0px;
		cursor:pointer;
	}
	div.postcommentbutton a {
		color: #0081C5; /* Blue (Background) */
	}
	div.postcommentbutton a:hover {
		color: #015683; /* Blue (Dark) */
	}
	div.entry a.more-link {
		margin-top: 5px;
		display:block;
	}

/* -- Comment Area -- */
#comment-area {
	background:none repeat scroll 0 0 #FFF;
	margin:0px 0px 40px 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 520px;
	color: #000;
}
#comments {
	padding-left: 10px;
	padding-right: 10px;
}
.commentTitle {
	color: #0081C5; /* Blue (Background) */	
}
div.comment-body .vcard {
	color: #0081C5; /* Blue (Background) */	
}
#respond { /* Div style for use with comments plugin */
	border-top: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 10px;
}

#comment-area ul.commentlist {
	margin: 0px;
	list-style: none;
	margin-bottom: 40px;
}
#comment-area ul.commentlist li {
	margin-bottom: 10px;
	background: #409fd2;
	padding: 15px;
}
#comment-area ul.commentlist li.alt {
	background: #1c8eca;
	background: #68bce9;
}
#comment-area ul.commentlist li cite {
	color: #A0A9A7;
	color: #015683;
	font-style:normal;
}
#comment-area ul.commentlist li p {
	margin: 0px;
	margin-bottom: 5px;
}

#commentform p {
	margin-bottom:10px;
}
#commentform input[type=text] {
	width: 150px;
	margin-right: 10px;
	padding: 5px;
}
#commentform textarea#comment {
	width: 500px;
	padding: 5px;
}
#commentform input#submit {
	background: #FFE600;
	color: #0081C5;
	padding: 10px;
	width: 150px;
	text-align: center;
	cursor: pointer;
}

#sidebar div {
	background: #0081C5;
	padding: 10px;
	margin: 10px;
	margin-bottom: 40px;
	width: 200px;
	/* border: 1px solid #fff; */
background:none repeat scroll 0 0 #0081C5;
margin:10px 20px 40px 0;
padding:10px 0;
width:210px;	
}
#sidebar h4 {
	color: #fff;
	font-weight: bold;
}

#sidebar div ul {
	list-style-image: url(./images/highlight_cross.gif);
	margin-left: 15px;
}
#sidebar li.current-cat, #sidebar li.current-cat a {
	color: #FFE600;
	font-weight: bold;
}

input[type=text], textarea, input[type=button], input[type=submit] {
	border: 1px solid #015683;
}


input[type="button"], input[type="submit"] {
	background-color:#FFE600; /* Yellow */
	border:0px;
	padding:5px;
	color: #0081C5; /* Blue (Background) */
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover {
	color: #015683; /* Blue (Dark) */
}

.addtoany_share_save_container{margin:16px 0;}
ul.addtoany_list{
	display:inline;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}
ul.addtoany_list li{
	background:none !important;
	border:0;
	display:inline !important;
	line-height:32px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}
ul.addtoany_list li:before{content:"";}
ul.addtoany_list li a{padding:0 9px;}
ul.addtoany_list img{
	float:none;
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.addtoany_list a img{
	opacity:.7;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}
ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
a.addtoany_share_save img{border:0;width:auto;height:auto;}
ul.addtoany_list li a {
padding:0 0;
}

#conditions {
	background: #0081C5; /* Blue (Background) */
	color: #015683; /* Blue (Dark) */
	margin-left: 710px;
	padding: 10px;
	width: 200px;
	color: #66badb; /* Blue (Light) */
}

#conditions a {

	color: #015683; /* Blue (Dark) */
	color: #66badb; /* Blue (Light) */
}
#conditions a:hover {
	color: #FFE600; /* Yellow */
}

div.navigation {
	background: #0081C5; /* Blue (Background) */
	padding: 10px;
	color: #fff; /* White */
	display:block;
	overflow:hidden;
	width: 240px;
}
div.navigation a {
	color: #fff; /* White */
}
div.navigation a:hover {
	color: #FFE600; /* Yellow */
}
div.navigation .alignleft {
	float:left;
}
div.navigation .alignright {
	float:right;
}


.recaptcha-error {
	padding-top: 8px;
}
