/*
Theme Name: Anam Cara House
Theme URI: http://www.anamcarahousegeelong.org.au
Description: Original Wordpress theme for Anam Cara House, Geelong, Victoria, Australia
Version: 1.0 May 2007
Author: Kathy Reid
Author URI: http://www.kathyreid.id.au
*/


body {
	font-family: "Tahoma", sans-serif;
	background: url('images/blend-background.jpg') center top repeat-x;
	margin: 0px;
	background-color: #aa0045;
}

#page {
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	padding : 5px;
	background-color: #fff;
}

a {
	color: #aa0045;
}

a:hover {
	color: #ccc;
}

a:visited {
	color: #fd006b;
}

#header {
	position: relative;
	width: 100%;
	height: 250px;
	background: url(images/anam-cara-pres-flower.jpg) top left no-repeat;
	background-color: white;
	padding: 5px 0 0 0;
}

#headerimg 	{
	position: relative;
	margin: 0 30px 0 0;
}

#header h1, #header div.description {
	font-size: 0px; /* hide the text */
	}

#dummyHeader{
	position: relative;
	width: 60%;
	height: 100%;
	float: right;
	/* background: url(images/anam-cara-logo.gif) top right no-repeat; */
}

#dummyHeaderLogo{
	position: relative;
	float: right;
	border: none;
	padding: 10px 30px 10px 50%;
        width: 170px;
        height: 160px;
}

#dummyHeader a {
	/* This stops there being a box around the Anam Cara logo */
	text-decoration: none;
}

#searchDiv {
	position: relative;
	float: right;
	bottom: 10px;
	padding: 10px 20px 10px 0;
}

#searchform {

}

#s, #searchsubmit {
	color: #a40045;
	padding: 2px;
	font-weight: bold;
	letter-spacing: 0.01em;
	border: 1px solid #a40045;
}

#searchsubmit {
	background: white;
	padding: 1px;
}
#sidebar {
	position: relative;
	float: left;
	width: 38%;
	margin-top: -8%;
	margin-left: -40px;
	background: none;
	border: 0px solid white;
}

#sidebar1 { /* ul level one */
	list-style-type: none;
}

#sidebar1 li p {
	font-size: 80%;
	margin-left: 40px;
	padding: 5px;
}

#sidebar1 ul {
	list-style-type: none;
}

#sidebar1 h2 {
	display: none;
}


li.page_item a, li.categories a, #anamcaraonly li a {
	color: #a40045;
	font-size: 95%;
	line-height: 140%;
	text-decoration: none;
}


li.page_item ul li a {
	font-size: 80%;
	margin-left: -12%;
}

 /*
li.page_item:hover{
	list-style-image: url(images/anamcara-bullet.png);
}

li.page_item a, li.categories a {
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-decoration: none;
}

li.page_item a:hover {

}

li.page_item ul li, li.categories ul li {
	font-size: 90%;
}
*/
h2 {
	font-weight: normal;
}



#content {
	position: relative;
	float: right;
	width: 60%;
	margin-top: -3%;
	padding: 0 2% 0 0;
	background-color: white;
}
div .entry {
	line-height: 140%;
}

div .post {
	}

#comment { /* applied to a textarea */
	position: relative;
	width: 80%;
	border: 1px solid #a40045;
}


#footer {
	clear: both;
	text-align: center;
	padding: 0px 0px 20px 0px;
	border-top: 1px solid #ccc;
	}

#footer p {
	font-size: 75%;
	letter-spacing: 0.02em;
	line-height: 170%;
	}

.goToTop {
        font-size:70%;
        text-transform: uppercase;
        }
.goToTop a {
        color: #444;
        text-decoration: none;
}

/* Hide Firestats - sorry */
.fs_footer{
	display: none;
}

/* Styles for Post-Ratings */
div.post-ratings {
	letter-spacing: 0.05em;
	border-top: 1px solid #ddd;
	margin: 30px 0px 0px 0px;
	padding: 7px 0px 5px 0px;
	background: white; /* So text displays properly in IE */
	font-size: 70%;
	line-height: 50%;
	color: #a40045;
}

/* Styles for the Events Calendar */

#wp-calendar {
	position: relative;
	border: 1px solid #a40045;
	margin: 1% 1% 1% 6%;
	font-size: 80%;
	width: 80%;
}

span.ec3_ec, #ec3_publish {
	display: none;
}

table.nav {
	width: 70%;
}

table.nav td {
	padding: 1px;
}

#wp-calendar table caption {
	background-color: #a40045;
}

#wp-calendar table caption a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.ec3_eventday {
	background-color: #eee;
}

#EventsHeading {
	text-align: center;
	font-size: 80%;
	letter-spacing: 0.01em;
	font-weight: bold;
	padding: 10px 0 0 0;
}

/*
	STYLES for accommodation booking plugin
*/

.accommodationCalendar {
	position: relative;
	width: 90%;


}

.accommodationCalendar table {
	border-collapse: collapse;
	border: 1px solid black;
	position: relative;
	width: 90%;
}

.accommodationCalendar table td {
	border: 1px solid black;
	text-align: center;
	padding: 5px 0 5px 0;
}

.accommodationCalendar table td.booked {
	border: 1px solid #a40045;
	background-color: #ccc;
}

.accommodationCalendar table caption {
	font-size: 80%;
	font-weight: bold;
        text-transform: small-caps;

}