/*
Theme Name: NewBlueTamworth
Theme URI: http://tamworth.bluecross.org.au
Description: BlueCross Tamworth Theme
Author: Emily Carter
Author URI: http://tamworth.bluecross.org.au
*/

/*-----------Block Level Elements--------------*/

body {
	background-color: #cccccc;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url(images/body-background.jpg);
	background-repeat: repeat-x;
	color: #222222;
}

img {
	border: 0;
	vertical-align: top;
}

a, a:link {
	text-decoration: none;
	color: #008C8F;
}

a:hover {
	color: #0A81FF;
}

#main {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header {
	/* background-image: url(images/header.jpg); */
	height: 154px;
}

	h1 {
		position: absolute;
		left: -2000px;
	}

	h1 a {
	}

#content {
	float: left;
	width: 500px;
	padding: 5px;
	background-color: white;
	min-height: 500px;
	_height: 500px;
}

#content.page {
	width: 785px;
}

	#media {
		width: 500px;
		height: 375px;
	}

#sidebar {
	float: left;
	width: 160px;
	_width: 155px;
	height: 525px;
	padding: 5px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;

}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	padding: 0px;
	margin: 0px;
}

#sidebar ul li a {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002B56;
	padding-top: 10px;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 0;
	width: 145px;
}

#sidebar ul li ul li a {
	font-size: 12px;
	padding: 2px;
	display: block;
	padding-left: 10px;
	width: 100%;
	text-transform: none;
	font-weight: normal;
	color: #008C8F;
}

.pagenav {
	list-style-type: none;
}

.pagenav li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#sidebar ul li ul li a:hover {
	color: #35BCFE;
}

#right-sidebar {
	float: left;
	width: 288px;
	padding: 0;
	margin: 0;
}

#right-sidebar h2 {
	margin: 0;
	padding: 5px;
	margin-top: 10px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #002B56;
}

#right-sidebar li {
	height: 80px;
	background-color: white;
	color: white;
	font-weight: bold;
	list-style-type: none;

}

#right-sidebar li span a, 
#right-sidebar li span a:link, 
#right-sidebar li span a:visited, 
#right-sidebar li span a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 165px;
	padding-top: 14px;
	display: block;
	height: 67px;
}

	#sunday a {
		background-image: url(images/newbuttonsunday.jpg);
                opacity=1;
                alpha.opacity=100;
	}

	#sunday a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

	#community a {
		background-image: url(images/newbuttoncommunity.jpg);
                opacity=1;
                alpha.opacity=100;

	}

	#community a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

	#groups a {
		background-image: url(images/newbuttongroups.jpg);
                opacity=1;
                alpha.opacity=100;

	}

	#groups a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

	#mm a {
		background-image: url(images/newbuttonmm.jpg);
                opacity=1;
                alpha.opacity=100;

	}

	#mm a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

	#needhelp a {
		background-image: url(images/buttonneedhelp.jpg);
                opacity=1;
                alpha.opacity=100;

	}

	#needhelp a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

	#about a {
		background-image: url(images/newbuttonabout.jpg);
                opacity=1;
                alpha.opacity=100;

	}

	#about a:hover {
                opacity=0.4;
                alpha.opacity=40;
	}

#footer {
	height: 50px;
	padding: 20px;
	background-image: url(images/footer.jpg);
	clear: both;
	color: white;
	text-align: right;
	vertical-align: bottom;
        font-size: 10px;

}

#footer a {
	color: #00ADEF;
}

/*-------------Headings-------------*/

h1 {
	margin-top: 0;
}

h2 {
	font-size: 1.8em;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #0063CC;
	font-weight: normal;

}

h3, h3 a, h3 a:link {
	color: #CC6900;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	color: black;
	margin-bottom: 0px;

}

h5 {

}

/*-------------The Post-------------*/

.post-date {
	width: 54px;
	height: 54px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background-image: url(images/datebutton.jpg);
}

.post-date .month {
	padding: 5px;
	text-align: center;
	color: #efefef;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.post-date .day {
	padding: 1px;
	text-align: center;
	color: #198BFD;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}



h2 a:hover, h2 a:visited, h2 a {
	/* font-size: 16px; */
}

.post {

}

.post h2 {
	margin-bottom: 0;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

#news .post h2 {
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#news .postmetadata {
	margin-top: 0;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	margin-top: 10px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

.podPress_content div {
	padding: 5px;
	margin-bottom: 10px;
}

/*--------------Sidebar------------*/

#sidebar h2{
   color:#002B56;
   font-size:14px;
   font-weight:bold;
   margin:10px 0 0;
   padding:0px 5px 0px 10px;
   text-decoration:none;
   text-transform:uppercase;
}

#sidebar h4 {
   color: #747474;
   font-size: 18px; 
   font-weight:bold;
   font-style: italic;
   line-height: 150%;
   margin:10px 0 0;
   padding:5px 5px 5px 10px;
}

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

#comment {
	width: 500px;
}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	border: 0;
	height: 1px;
	background-color: #CACACA;
}

/*-------------TOC & Program info--------------------*/

.toc, .info, .proginfo {
  border: #ccc solid 1px;
  float: right;
  margin: 0 0 5px 12px;
  width: 290px;
  padding: 10px;
}

.info h3 {
	margin-top: 0;
}

.toc ol {
  margin: 5px;
  padding-left: 20px;
}

.toc ol li {

}

/* Gallery sidebar widget */

.ngg-widget {
	padding: 0;
	margin: 0;
}

.ngg-widget a {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	padding: 2px;
	border: 1px solid #efefef;
	margin-right: 2px;
}

.ngg-widget a img {
	border: 0;
	margin: 0;
	vertical-align: top;
}

.post-meta {
	margin-left: 0;
	padding-left: 0;
}

.post-meta li {
	list-style-type: none;
}

.post-meta-key {
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

.page-links li {
	list-style-type: none;
}

.slideshow {
	margin-left: none;
	margin-right: none;
}

#bluecrossspan a {
	height: 80px;
width: 500px;
		background-image: url(images/BluecrossSpan.jpg);
}


