/*Global Stylesheet*/

@import "yui/reset-fonts-grids/reset-fonts-grids.css";

/*-----------------------------------------------------
COLOURS USED IN THIS STYLESHEET

gold:#ba8748
blue:#001b3d
grey:#707275;

------------------------------------------------------*/

html, body{
	margin:0;
	padding:0;
	background:url(../images/bodybg.gif) top left repeat;
	font-family:verdana, Helvetica, sans-serif;
	font-size:76%;	
	text-align:center;
}

br{
	clear:both;
}

br.noclear{
	clear:none;
}


h1{
	font-size:2.4em;
	color:#1a5f7f;
	text-transform:uppercase;
}

a{
	color:#c99858;
}

h2{
	color:#002e62;
	font-size:2.0em;
	font-weight:bold;
	margin-bottom:10px;
}

h2.pagetitle{
	font-size:1.8em;
}

small{
	font-size:1.2em;
	font-weight:bold;
	color:#001b3d;
	text-transform:uppercase;
}

h3{
	color:#001b3d;
	font-size:1.6em;
	text-transform:uppercase;
	padding:10px 0 10px 0;
}

p{
	font-size:1.2em;
	margin:5px 0 15px 0;
	color:#707275;
}

strong{
	font-weight:bold;
}

/*-------------------------------------------------
Container
-------------------------------------------------*/

#container{
	width:771px;
	padding:0 8px 0 1px;
	margin:0 auto 0 auto;
	background:url(../images/bg.gif) top left repeat-y;
}
/*-------------------------------------------------
Header
-------------------------------------------------*/

#header{
	width:769px;
}

/*-------------------------------------------------
Logo
-------------------------------------------------*/
#logo{
	float:left;	
	width:117px;
	padding-bottom:26px;
}

/*-------------------------------------------------
Address
-------------------------------------------------*/
#address{ 
	text-align:right;
	width:300px;
	float:right;
	padding:40px 20px 0 0;
	text-transform:uppercase;
	color:#707275;
}

#address strong{
	color:#ba8748;
}

/*-------------------------------------------------
Date Search
-------------------------------------------------*/

#date-search{
	width:726px;
	clear:both;
	text-align:left;
	padding:5px 20px 5px 23px;
	background:url(../images/stripey.gif) top left repeat;
	color:#707275;
	margin-left:2px;
}

#date{
	color:#707275;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	float:left;
	padding-top:5px;
}

.search{
	text-align:right;
	float:right;
}

.search label{
	text-transform:uppercase;
	font-size:1.2em;
	color:#001b3d;
	font-weight:bold;
	float:left;
	padding-top:4px;
	margin-right:5px;
}

.search input{
	border:solid 1px #d5dcdf;
	font-size:1.2em;
	padding:3px;
	color:#1a5f7f;
	width:160px;
	float:left;
	height:12px;
}

input#searchsubmit{
	background:#001b3d;
	color:#fff;
	font-weight:bold;
	border:0;
	width:20px;
	float:left;
	cursor:pointer;
	height:20px;
	font-size:1.1em;
}

#main-content .search{
	float:none;
}


/*-------------------------------------------------
Main Content
-------------------------------------------------*/

#main-content{
	float:left;
	width:769px;
	text-align:left;
	padding-top:30px;

}

#main-content h2 a, #main-content h3 a{
	color:#001b3d;
	text-decoration:none;
}

#main-content h3 a{
	font-size:1.6em;
	text-transform:none;
}

/*-------------------------------------------------
Left
-------------------------------------------------*/

#left{
	width:495px;
	float:left;
	padding:20px 20px 20px 25px;
}
#left-inner{
	width:170px;
	float:left;
}

/*Nav*/

#nav{
	width:169px;
	padding-bottom:20px;
}


#nav li{
	list-style:none;
}

#nav li.ellandisite{
	margin-top:20px;
}

#nav a{
	color:#ba8748;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	background:	url(../images/goldarrow.gif) 0 2px no-repeat;
	padding-left:15px;
}


/*Content*/

#content{
	width:302px;
	float:right;
}

#content h3{
	font-size:1.2em;
	font-weight:bold;
}

.post{
	border-bottom:dotted 1px #1a5f7f;
	margin-bottom:20px;
}


.post img{
	margin:10px 0 10px 0;
}

/*Recent Posts*/

#recent-posts{
	background:url(../images/stripey.gif) top left repeat;
	padding:10px;
}

#recent-posts h2{
	text-transform:uppercase;
	font-size:1.4em;
}

#recent-posts a{
	background:none;
	padding:0;
	color:#001b3d;
	text-transform:none;
	font-weight:normal;
}

#recent-posts li{
	margin-bottom:10px;
	color:#001b3d;
	font-size:1.2em;
}


/*Comments*/
div.entry p.postmetadata{
	background:#f7f7f7;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:5px;
	
}


p.postmetadata small{
	text-transform:none;
	font-weight:normal;
	font-size:0.95em;
	color:#707275;
}

p.postmetadata small a{
	color:#707275;
}

ol.commentlist{
	
	padding:5px;
	border-top:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	background:#f7f7f7;
}

.commentlist li {
	font-weight: bold;
	color:#001b3d

	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	}

.commentlist a{
	color:#001b3d;
	text-decoration:none;
}

#commentform{
	width:300px;
	font-size:1.0em;
}

#commentform p{
	font-size:1.0em;
}

#commentform small{
	text-transform:none;
	font-size:1.0em;
}

#commentform textarea{
	width:302px;
}

#commentform input#submit{
	background:#001b3d;
	border:0;
	color:#fff;
	padding:5px;
}



/*-------------------------------------------------
Right
-------------------------------------------------*/

#right{
	width:188px;
	float:right;
	padding:20px;
	font-size:1.2em;
}
#right h2{
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:10px;
}

#right a{
	color:#001b3d;
	text-decoration:none;
	text-transform:uppercase;
}

#right a:hover{
	text-decoration:underline;
}

#right h2.archives-h2{
	margin-top:0;
}

#archives{
	background:url(../images/stripey.gif) top left repeat;
	width:168px;
	padding:10px 10px 30px 10px;
}

#archives li p{
	font-size:1.0em;
	background:#f7f7f7;
	padding:5px;

}

.navigation{
	padding-bottom:10px;
}

.navigation a{
	color:#001b3d;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#rss{
	background:url(../images/stripey.gif) top left repeat;
	width:168px;
	height:22px;
	font-size:0.8em;
	padding:8px 10px 5px 10px;
	line-height:0;
	margin-top:10px;
}

#rss a{
	margin:0;
	padding:0;
	color:#FF6600;
	text-transform:none;
}

#rss a img{
	margin:-1px;
	padding:0;
}

div.alignright{
	width:150px;
	text-align:right;
	float:right;
}


div.alignleft{
	width:150px
	text-align:left;
	float:left;
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer{
	clear:both;
	width:755px;
	height:30px;
	text-align:right;
	margin:10px auto 0 auto;
	color:#fff;
	background:#fff url(../images/footer.gif) top left no-repeat;
	padding:40px 25px 10px 20px;
	
}

#footer span{
	margin:0;
	padding:0;
	float:left;
	color:#000;
	display:block;
	padding-top:3px;
	margin-right:4px;

}

#footer img{
	margin:0;
	padding:0;
	float:left;
}

#footer-right{
	float:right;
}

