

.center {text-align: center;}
.left {float: left;}
.right {float: right;}

   /*----- Std Styles -----*/
.fix {background:#0f0; border: 0px solid #f00;}
body {
	background: #3c8dcc url(http://www.mermaidpolice.com/img/bl_header.jpg) repeat-x;
}
html {
	overflow-x:hidden; 
}
.cb {height:0px; clear: both; overflow: hidden;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

   /*----- Layout Styles -----*/
.post {
	padding: 5px 0 0 15px;	
	margin-bottom: 40px;
	overflow:hidden
}

.entry {
	overflow:hidden;
	clear:both;
	background: url(http://www.mermaidpolice.com/img/post_bg.png) no-repeat left top;
	padding: 15px 0 0 15px;
}

.post small {
	color:#fff;
	clear:both;
}

.post_title {
}

.post h2 {
	color: #fff;
	border: 0;
}

.post h2 a{
	color: #fff;
	border:0
}

.navigation {
	margin-bottom: 10px;
	display:block;
	height: 25px;
}

.postmetadata {
	clear:both;
}

.postmetadata {
	background: #333;
	color: #fff;
	padding: 5px;
}

.hidden {
	display:none;
}

#s {
	background:url(http://www.mermaidpolice.com/img/s_bg.png) no-repeat;
	height:45px;
	width: 190px;
	padding: 0 6px 0 4px;
	line-height:30px;
	font-size:24px;
	border:0;
}

#searchsubmit {
	background:url(http://www.mermaidpolice.com/img/search_bg.png) no-repeat;
	height:41px;
	width: 105px;
	line-height:35px;
	font-size:0;
	cursor:pointer;
	border:0;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul.starfish {
	list-style:url(http://www.mermaidpolice.com/img/starfish_bullet.png);
}

#sidebar ul.starfish li a {
	font-size:30px;
	text-decoration:none;
	border:0;
}

#sidebar h3 {
	background:url(http://www.mermaidpolice.com/img/sidebar_h2_bg.png) no-repeat;
	height: 43px;
	text-align:center;
	padding-top: 28px;
}

#sidebar h3.comments {
	background:url(http://www.mermaidpolice.com/img/comments_h2_bg.png) no-repeat;
	height: 43px;
	text-align:center;
	padding-top: 28px;
}

#sidebar h3.downloads {
	background:url(http://www.mermaidpolice.com/img/downloads_h2_bg.png) no-repeat;
	height: 43px;
	text-align:center;
	padding-top: 28px;
}

#bl_logo {
	position:absolute;
	top:30px;
	left:0;
	z-index:50;
	background: url(http://www.mermaidpolice.com/img/bl_logo.png);
	height: 159px;
	width: 564px;
	behavior: url(iepngfix.htc);
}

#cloud_home {
   z-index:60;
   position:absolute;
   top: 40px;
   left: 650px;
   width: 219px;
   height: 97px;
   padding-top: 30px;
   background: url(http://www.mermaidpolice.com/img/cloud1.png) 0 0 no-repeat;
   behavior: url(iepngfix.htc);
}

#cloud_home a{
	padding-left: 85px;
	font-size: 24px;
	font-weight:bold;
	text-decoration:none;
	border: 0;
}

#cloud_home a:hover{
	color:#000;
}

#cloud_home a:visited{
	color:#foo;
}

.ctr {}
.hdr_ctr {}
#hdr {
	position: relative;
	height:300px;
	z-index:40;
}
#main {}
#hdr_nav {}
#cnt {}
#sbr {}
#mnu {}
.ftr_ctr {}
#ftr {}

   /*----- Header Styles -----*/


   /*----- Image Styles -----*/


   /*----- Header Nav Styles -----*/




/* 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;
}

.sIFR-hasFlash #content .post h2 {
   visibility: hidden;
   font-size: 36px;
   line-height: 1em;
}

.sIFR-hasFlash h3 {
   visibility: hidden;
   font-size: 12px;
}

.sIFR-hasFlash h4 {
   visibility: hidden;
}

.sIFR-hasFlash h5#pullquote {
   letter-spacing: -4px;
   visibility: hidden;
   font-size: 24px;
}