/*
Theme Name: Riley Fire
Theme URI: http://www.twoandfour.com
Description: Custom Riley Fire Department theme.
Author: Scott Telle
Author URI: http://www.twoandfour.com
version: 1.0
*/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu {width:745px; /*height:32px;*/ position:relative; z-index:100; font-size: 10pt; font-weight: bold; font-family: verdana, arial, times, serif; margin: 0; padding: 0;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w/idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding: 4px 0 0 230px;margin:0;list-style-type:none;}

/*.menu ul ul {width:149px;}*/

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; /*width:149px;*/ position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10pt;text-decoration:none; color:#fff; /*width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c;*/ padding:4px 10px; /*line-height:29px;*/ font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
/** html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}/*

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background: #621005 /*url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center*/;}
/* style the second level hover */
.menu ul ul a.drop:hover{background: #FFFFFF /*url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center*/;}
.menu ul ul :hover > a.drop {background: #FFFFFF /*url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center*/;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#621005;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FFFFFF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:-230px; width:149px;/*border-top:1px solid #FFFFFF;*/}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:20px;}

/* position the third level flyout menu */
.menu ul ul ul{left:-81px; top:-4px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#621005; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:1px 1px 1px 1px; border-style: solid; border-color: #ffffff;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#FFFFFF; text-decoration: none;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#FFFFFF;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */
/*
.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
*/


/* basics */

* { margin: 0; padding: 0; }

body {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background-image: url(images/header-station.jpg);
  	width:100%; 
  	height:354px;
	color: #fff; 
	}

#header h1{
	margin:0 0 0 -9000px;	
	}

#header h2{
	margin: 0 0 0 -9000px;	
	}


/* main menu */


#menu {
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	font-weight: bold;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding: 4px 0 0 230px;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
	text-decoration: none;
}

.hide {
visibility:hidden;
}

#rss { /* RSS Link */
float: left;
text-decoration: none;
position:absolute;
width : 60px;
height: 48px;
margin-left: 900px;
margin-top: -17px;
}


/* content */


#content {
	float: left;
	width: 510px;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 15px;
	}

.topname {
	padding: 0 0 15px 0;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	color: #8b150b;
	font:normal 15pt;
	}
	
.post h2 a{
	color: #8b150b;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #db2111;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry {
	margin: 0 0 20px 0;
	border-bottom: solid #333333 thin;
}

.entry p{
	margin:12px 0;
	font-size: 14px;
}

.entry a {
	font-weight: bold;
	color: #8b150b;
	text-decoration: none;
}

.entry a:hover{
	color: #db2111;
	text-decoration: underline;
	}
	
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */

#left {
	width:160px;
	float:left;
	margin:0;
	padding:0;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin: 0 12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:240px;
	float:right;
	margin:0;
	padding: 0;
	}

#right h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin: 0;
	padding: 0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

.textwidget {
	display: block;
	height: 145px;
	width: 190px;
	background-image: url(images/sign.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 45px 15px 30px 25px;
	line-height: 19px;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchtitle{
	padding:0 0 0 15px;
	margin:0;
	}

#searchform{
	padding:0 0 10px 0;
	margin:0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* widget stuff */

#rightbottom {
	margin-left: 10px;
	margin-top: -50px;
}

#rightbottom ul li a {
	display: block;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0;
	color: #666666;
}

#rightbottom ul li a:hover {
	color: #000000;
}

.abovewidget {
	height: 10px;
	background-image: url(images/widget-bg-top.gif);
	background-repeat: no-repeat;
}

.behindwidget {
	background-image: url(images/widget-bg-middle.gif);
	background-repeat: repeat-y;
	padding: 5px 15px 5px 15px;
}

#rightbottom h2 {
	font-size: 20px;
	font-weight: bold;
	color: #8b150b;
	padding-bottom: 9px;
	padding-top: 4px;
	background-image: url(images/widget-patch.gif);
	background-repeat: no-repeat;
}

.belowwidget {
	height: 19px;
	background-image: url(images/widget-bg-bottom.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#rightbottom .textwidget {
	display: block;
	height: 145px;
	width: 190px;
	background-image: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	line-height: 19px;
}


/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

