/*
Theme Name: Brisbane Web Design Theme
Theme URI: http://www.brisbanewebdesign.org/
Description: Theme for brisbanewebdesign.org
Version: 1.1
Author: Leon Poole
Author URI: http://www.creativeworld.com.au/

 */

html, body {
border:0;
margin:0;
padding:0;
height: 100%;
background: url(images/elements/bg-body.gif) top repeat-x;
}

body {
font: 62.5% Tahoma, Verdana, Arial, sans-serif;
color:#333333;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}

h1 {
	padding:10px 0px 8px;
	font:bold 1.7em Tahoma, Verdana, Arial, sans-serif;
	color:#336666;
	border-bottom:1px dotted #50C2F0;
	margin-bottom:10px;
	margin-right: 0px;
}

h2 {
	padding:10px 0px 5px;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

h3 {
	font:1.4em Tahoma, Verdana, Arial, sans-serif;
	color: #429DBA;
	letter-spacing:0em;
	border-left: 0.4em solid #429DBA;
	padding-left: 0.4em;
	margin: 0.6em 0 0 0.3em;
}

p, ul, ol {
	margin:0;
	font-size:1.2em;
}



ul, ol {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: disc;
	padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small, .small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

p.last {margin-bottom:15px;}

.right {float:right;}
.left {float:left;}

/***** Links *****/
a {
	color: #4CBAE6;
	text-decoration: none;
	padding:1px;
	}

/*a {color:#4CBAE6; text-decoration:none;}
a:hover {text-decoration: underline;color:#37B4E3;} */

a:hover {
	background:transparent;
	text-decoration:underline;
	}

a:visited {color:#66B0CC;}

.post-title h1 a {text-decoration:none;}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
	border: 1px solid #65696E;
	padding:2px;
}

textarea {
line-height:1.25em;
width:500px;
}

label {
cursor:pointer;
font-size:1.2em;
}

.button {
	background: #429DBA;
	border:1px solid #01BBD6;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
}

#commentform .button {
	padding:3px;
}

.button:hover {
	background:#91D7E8;
	cursor:pointer;
}
.form-search {
	margin:3px 12px 0pt 0pt;
}
.form-search input#search {background-color: #E5E5E5;}
.form-search input:focus#search {background-color: #FFFFFF;}

/***** Tables *****/

table {
border:0;
margin:0 0 1.35em 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Global Classes *****/

.clear 			{ clear:both; height:0; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#FFC; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.right 			{ display:inline;float:right; }
.left 			{ display:inline;float:left; }

#content p.highlight 		{ padding:0.5em 10px; margin-top:10px; }

/***** Comments *****/
#comments {margin-top:30px;margin-bottom:10px;}
.comment {border:1px solid #EBF2F5;padding:5px;margin-bottom:5px;font-size:1em;}
.alt {background:#EBF2F5;border:1px solid #eee;}
.comment-post {font-size:0.8em;}
.comment ul, .comment li {margin:0;padding:0;padding-left:2px;}
.comment-author-block {}
.comment-author {float:right;}
.comment-actions {margin-top:10px;}
.commentmetadata a {color:#444;font-size:0.9em;text-decoration:none;}
.fn {font-style:normal;font-weight:bold;}
.author {margin-top:10px;padding:10px;border:1px solid #EBF2F5;}
.gravatar{margin-right:10px;}

.postmetadata {font-size:1.1em;}
.entry-end-options {margin-top:10px;}
.post-tags {font-size:0.9em;}

/***** Wrapper *****/

#wrap {
width:100%;
margin:0 auto;
display: block;
min-height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
background: url(images/elements/bg-header.png) top center no-repeat;
}

/***** Header *****/

#header {
	margin:0 auto;
	padding:1.6em 0 0 0;
	width: 790px;
}
#header img {margin-left:10px;}

/***** Navbar *****/

#nav {
	margin:0 auto;
	width: 790px;
}

#nav ol {
	height:2.5em;
	margin:0.5em 0 0;
	padding:0;
	list-style:none;
	background-color: #3E434B;
	border-left: 1px solid #484D55;
	border-right: 1px solid #484D55;
	border-top: 1px solid #484D55;
}

	#nav ol li {
	display:inline;
	}

		#nav ol li a {
	float:left;
	color:#EEEEEE;
	height:22px;
	padding:8px 15px 0;
	text-decoration:none;
	font-weight:bold;
		}

		#nav ol li a:hover
		{
		color:#FFFFFF;
		background:#52575E;
		}

		#nav ol li.current_page_item a,
		#nav ol li.current_page_parent a {
		background:#52575E;
		border-bottom:2px solid #01BBD6;
		}

/***** Breadcrumbs *****/
#bread {
	color: #ccc;
	padding: 3px;
	padding-bottom:5px;
	display: block;
	border: none;
	font-size:1.1em;
	}

#bread a {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	color:#666;
	text-decoration:none;
		}

#bread a:hover {
	color:#01BBD6;
	background:none;
		}

/***** Content *****/

#content {
	width:770px;
	margin:0 auto;
	padding: 5px 10px 80px;
	background-color:#FFFFFF;
}

#content p {
	padding:10px 6px 0;
	line-height: 1.6em;
}

/***** Right Column *****/
.rightcol {background: url(images/elements/bg-right-col.gif) right repeat-y;}

.right-col {
	float:right;
	line-height:1.5em;
	width:230px;
}
.right-col ul {
	padding:0;
	margin: 10px 0 0;
}

.right-col ul li { list-style: none;
	padding:0.5em 0.5em 0.8em;
	background-color: #F8FBFC;
	border: 1px solid #D6E4EB;
	margin: 0 0 20px;}

.right-col ul li span {
	width:4em;
	float: left;
	font-weight: bold;
	}
.main-col {
	float:left;
	width:520px;
}

#sidebar {
clear:right;
float:left;
width:214px;
}

	#sidebar h1 a:link, #sidebar h1 a:visited  {
		color:#336666;
	}

	#sidebar h2 {
	color:#555;
	padding:0;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
	}

	#sidebar ul,
	#sidebar ol {
	padding:0 0 1.35em 0;

	}

/***** twitter feed *****/
ul.twitter {list-style-type:disc;list-style:disc;}
li.twitter-item {list-style-type:disc;list-style:disc;padding-bottom:5px;}
p.twitter-message {padding-bottom:5px;}
.twitter-timestamp {font-size:0.9em;}
a.twitter-link {}
a.twitter-user {font-weight:bold;}
.widgettitle a, a.twitter_title_link {color:#336666;}

/***** Calendar ****/
.vevent {margin-bottom:20px;}

.rsvp {
	background-color:#E4F0F3;
	margin-right:0.8em;
	padding:0.3em;
	text-align:center;
	margin-top:0.5em;
	font-weight:bold;
	border-bottom: 1px solid #D6E4EB;
}


/***** bottom *****/
#bottom {display:none;}

/***** footer *****/

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
	background-color:#333941;
	border-top: 1px solid #3F3F3F;
}
.footer-inner {
width:702px;
margin:0 auto;
line-height:1.4em;
padding:13px 5px 0px 78px;
border-left:1px solid #484D55;
border-right:1px solid #484D55;
background:#3E434B url(images/elements/brisbane-web-design-small-logo.gif) no-repeat 8px top;
font-size:1.1em;
height:40px;
}
.footer-inner .left {width: 50%;}
.footer-inner .right {width: 50%;text-align: right;}

#footer a {color:#CCC;text-decoration:none; margin:0;}
#footer a:hover {color:#FFFFFF;text-decoration: underline;}
#footer a:visited {color:#C3C3C3;}

/* image bar */
ul.img-bar {
	list-style:none;
	margin:1em 0 1.5em;
	padding:0;
	}
.img-bar li {
	margin-right:5px;
	margin-bottom: 10px;
	display: inline;
	}
.img-bar li img {
	border:3px solid #CCCCCC;
	}
.img-bar li a:hover, .img-bar li img:hover {
	border-color:#E2F04D;
	}

.address {padding:0.5em 10px; background-color:#EBF2F5; margin-top:10px;}
.address li {line-height:1.6em;list-style:none;}
.rsvp,
.amr_ical_list_widget li.URL a {
	display:block;
	background-color:#E4F0F3;
	margin-right:0.8em;
	padding:0.3em;
	text-align:center;
	margin-top:0.5em;
	font-weight:bold;
	border-bottom: 1px solid #D6E4EB;
}
#compprop0 li.StartTime, #compprop0 li.EndTime, #wcompprop0 li.EventDate, #wcompprop0 li.StartTime, #wcompprop0 li.EndDate, #wcompprop0 li.EndTime { float:none !important;}

span.amrical_credit {display:none;}

.amr_ical_list_widget li strong {float:left;font-weight:bold;width:45px;}
.amr_ical_list_widget li.SUMMARY strong+strong {float: none;font-weight:bold;width:100%; clear:both; padding:5px 0; display:block;}


.amr_ical_list_widget li strong.event-topic { clear:both; padding:5px 0; display:block;}

.post-info {color:#666;}

.sticky .post-info { display:none;}
.sticky.post-wrap {
    background: white;
    border: 0;
	padding:0;
}

.post-wrap { border:2px solid #E0E0E0; background-color:#F5F5F5; padding:10px; margin-bottom:20px;}

.right-col ul.twitter li span { float:none; font-weight:normal; font-size:1.2em;}

.vevent ul li strong { clear:left; display:block;}
.vevent a.button, .vevent a:visited.button {
display:block;
padding:5px 0;
text-align:center;
border:1px solid #079FDB;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
margin:10px 15px;
font-weight:bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color:#FFF;
text-decoration: none;
opacity:.85;
transition:all 1.5s ease-in;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(7,91,140)),
    color-stop(0.73, rgb(7,159,219))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(7,91,140) 0%,
    rgb(7,159,219) 73%
);

}

#content .vevent a:hover.button {
border:1px solid #079FDB;
opacity:1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(7,91,140)),
    color-stop(0.73, rgb(7,159,219))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(7,91,140) 0%,
    rgb(7,159,219) 73%
);
}

.vevent a:active.button {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.post-1 .entry p {font-size:1.4em;padding:0 !important; }