/*
Theme Name: Greencastle Cove
Theme URI: http://www.greencastlecove.com
Description: Greencastle Cove
Version: 1
Author: Damien Blake
Author URI: http://www.strawberrymedia.ie
*/

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

body {
	background: #a34426;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-serif;
	color: #000;
	line-height: 1.5;
}

#container {
	background: url(images/bg.gif) repeat-x #fff;
	width: 960px;
	margin: 0 auto;
}


img#header {
	margin: 50px auto 0 35px;
}

.sidebar{
	background: url(images/left.gif) no-repeat;	
	height: 526px;
	float: left;
	display: block;
	width: 180px;
	margin: 0 0 0 0 ;
}

.sidebar ul{
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
}

.sidebar ul li{
	display: inline;
	list-style: none;
	padding: 0;
	text-align: center;
}

.sidebar ul li ul{

	display: none;
}

.sidebar ul a {
	width: 120px;
	display: block;
	list-style: none;
	padding: 0;
	color: #900;
	padding: 5px 0;
	margin: 5px 0;
	background: #e4af25;
	text-align: center;
	border: 3px solid #333;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

.sidebar ul a:hover {
	width: 120px;
	display: block;
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	color: #fff;
	background: #333;
	text-align: center;
	border: 3px solid #900;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}

.clear {
	clear: both;
}


.content {
	float: right;
	width: 779px; 
}

.content p{
	font-size: small;
	width: 560px;
	text-align: justify;
}

.right {
	float: right;
	width: 214px;

}

h2 {
	font-size: large;
}


.black {
	color: #ddd;
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: x-small;
}

#blackContainer {
	width: 940px;
	padding: 10px;
	border-top: #900 solid 1px;
	background: #333;
}

#blackContainer #strawberry {
	float: right;
}

#blackContainer a{
	color: #999;
}

#blackContainer a:hover{
	color: #900;
}


#editLink {
	margin: 50px 0;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 33px;
	margin: auto;
	padding: 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	display: inline;
	font-size: 40px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	display: inline;
	font-size: 16px;
	text-align: center;
}