/*
Theme Name: Dara Calleary
Theme URI: http://www.daracalleary.ie
Description: Dara Calleary TD Website
Version: 1.0
Author: Damien Blake
Author URI: 
*/


a {
	color: #600;
}

a:hover {
	color: #333;
}

.floatleft{
	float: left;
}

body {
	background: url(images/bg.jpg) repeat-x #2b502f;
	line-height: 1.5;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	color: #333;
}

.alignleft {
	float: left;
	margin: 5px;
}

.clear {
	margin: 0;
	clear: both;
	height: 1px;
}

.header{
	width: 970px;
	display: block;
	margin: 0 auto;	
}

.headerLinks{
	text-align: right;
	color: #111;
	font-weight: bold;
	font-size: 11px;
	
}

.headerLinks a{
	color: #111;
}

.headerLinks a:hover{
	color: #fff;
}

.container {
	width: 970px;
	margin: 0 auto;
	background: url(images/textbg.png) repeat-y;	
}

.headerBlock {
	border-top: 1px solid #f60;
	display: block;
	width: 970px;
	height: 314px;
	background: #fff url(images/headerbg.jpg) top center no-repeat;
}

.headerLeft{ 
	display: block;
	float: left;
	width: 335px;
	text-align: center;
	color: #fff;
}

.headerLeft h1{
	margin: 0;
	font-size: 36px;
}

#photoContainer {
	margin: 10px;
	float: right;
	width: 610px;
}

#navbar {
	width: 970px;
	display: block;
	border-top: 2px solid #f60;
	background: url(images/navbg.png) 0px repeat-x;	
}

#navbar ul{
	list-style: none;
	border: 0;
	margin: 0 0 0 20px;
	padding: 0;
	width: 940px;
	height: 40px;
	display: block;

}

#navbar ul li {
	float: left;
	margin: 4px 20px auto 0px;
}

#navbar ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#navbar ul li a:hover {
	color: #f60;
	text-decoration: underline;
}

.footer{
	width: 970px;
	display: block;
	margin: 0 auto;	
}

.footer p{
	color: #fff;
	margin-left: 15px;
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	color: #f60;
}

.footer a:hover {
	color: #fff;
}

a.strawberrylink {
	color: #fff;
}

a.strawberrylink:hover {
	color: #c00;
}

.fflogo{
	float: right;
	margin-right: 10px;
}

.sidebar {
	float: right;
	width: 324px;
	text-align: left;
	display: block;
	margin-top: 12px;
}

.post {
	margin: 0 0 0 25px;
	width: 610px;

}


.post h2{
	margin: 5px auto;
	font-size: 30px;
}

.entry {
	background: #fff;
	border: 1px solid #030;
	padding: 0 5px;	
	margin: auto auto 30px auto;

}

.frontNews {
	height: 320px;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #060;
	background: #fff;
}


.newsTickerBox {
	display: block;
	float: right;
	width: 300px;
	height: 250px;
	margin: auto;
	text-align: left;
}

.newsTicker{
	width: 300px;
	height: 180px;
	margin-top: 2px;
}

.newsTicker li h2{
	font-size: 14px;
		margin: 0;
	padding: 0;
}

.newsTicker li p{
	padding: 0;
	margin: 0;
}

.newsTickerBox h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.frontBlocks{
	width: 940px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.frontBlocks p{
	margin: 5px;
}

.frontBlock1{
	margin: 0 8px 10px 10px;
	border: 1px solid #060;
	width: 300px;
	height: 250px;
	float: left;
	background: #fff;
}


.frontBlock2{
	margin: 0 8px 10px 0;
	border: 1px solid #060;
	width: 300px;
	height: 250px;
	float: left;
	background: #fff;
}


.frontBlock3{
	margin: 0 0;
	border: 1px solid #09253a;
	width: 300px;
	height: 250px;
	background: url(images/mailinglistbg.jpg) top center no-repeat;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.frontBlock3-top{
	display: block;
	height: 220px;
}

.frontBlock3-bot{
	display: block;
	height: 30px;

}

a.diary-header {

	font-weight: bold;
	text-decoration: underline;
}

a.diary-header:hover {
	color: #09253a;
}

a.diary-excerpt {
	color: #333;
	text-decoration: none;
}

.diary-excerpt p{
	margin-bottom: 8px;
}

a.diary-excerpt:hover {
	color: #09253a;
}

ul.sideNav {
}

ul.sideNav li{		
}

ul.sideNav li a{		
	font-weight: bold;
}


.sidebar h3{
margin: 10px 0 0 0;
padding: 0;
}
/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

