/*
home page stylesheet
*/

body {





padding:0;
margin:0;

}

hr { display: block; height: 0px; border-bottom: 1px solid #3399cc; color:#fff; background-color:#fff; margin-top: 35px; margin-bottom: 5px; }


#headhome {
margin:0;
padding:0;
text-align:left;
background: url(images/header-bg.jpg) repeat-x #003366;
height: 240px;
width: 900px;

}

#tagline-home {
	margin-top: 40px;
	height: 45px;
	overflow: hidden;
	display: block;

}

#tb-quote {
margin: 0px 15px 0 0px;
font-family: arial, sans-serif;
font-size: 18px;
color: #003366;
width: 315px;

text-align: left;

}

#signature {
margin-top: 5px;
font-weight: bold;
width: 320px;
text-align: right;
font-size: 12px;
color: #fff;

}


#heather {
position: relative;
display: block;
float: right;
margin: 0;
padding: 0;
overflow: hidden;
width: 510px;
height: 240px;
background: url(/wp-content/themes/tidalbeat/images/home-heather.jpg) no-repeat bottom right;

}

#feed {
float:right;
padding:0px;
background: url(images/home-menu-bg.jpg) no-repeat;
display: block;
height: 50px;
margin:0;

}

#feed a {

padding:0;
}

#menu {  border-top: 0; }



.row { clear: both; }
.col1 { width: 300px; float: left; padding: 0; height: 155px; margin-top: 0px; }
.col2 { width: 290px; float: right; padding: 0; height: 155px; margin-right:0px; margin-top: 0px;}

.thumb img {
				float: left;
				margin-right: 15px;
				margin-bottom: 10px;
				padding: 4px;
				outline-color:#ccc;
	outline-style:solid;
	outline-width:1px;
				background-color: #fff;
				width: 115px; height: 115px;
				border: none;
			}
			
				
					
.thumb img:hover {
	
				outline-color:#7fcb26;
	            outline-style:solid;
	            outline-width:2px;
	
			}
			
.thumb-sm img {
				float: left;
				margin-right: 15px;
				margin-bottom: 10px;
				padding: 4px;
				outline-color:#ccc;
	outline-style:solid;
	outline-width:1px;
				background-color: #fff;
				width: 100px; height: 100px;
				border: none;
			}
			
				
					
.thumb-sm img:hover {
	
				outline-color:#7fcb26;
	            outline-style:solid;
	            outline-width:2px;
	
			}			


.entry{
	
	margin-bottom:10px;
	
}

.entry p {font-size: 90%; margin-top: -8px; padding:0;}

.entry a{
	font-weight: bold;
	color:#00066cc;

			}
.entrytitle h3 a { margin-bottom:0px;  padding: 0;
font-size: 16px; line-height: 1.0em;

 }