/*
Theme Name: UFCW 1428, Unity
Theme URI: adapted from: http://www.wpthemeland.com/themes/winterchill
Description: Tested on WP2.5
Author: Adapted by Maura Pond from WP Themeland, incorporating the Multi-level Navigation Plugin for Wordpress
Author URI: http://www.wpthemeland.com/
*/
#suckerfishnav {
    
    background:#ffcc00 
    font-size:14px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    border:0;
    
    }

#suckerfishnav, #suckerfishnav ul {

    float:left;
    list-style:none;
    line-height:50px;
    padding:0;
    border:0;
    
    margin:0;
    width:100%;

    }

#suckerfishnav a {
    display:block;
    color:#002878;
    text-decoration:none;
    padding:0px 12px;
    border:0;
    }

#suckerfishnav li {

    float:left;
    padding:0;
    border:0;

    }

#suckerfishnav ul {

    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    
    }

#suckerfishnav li li {
    
    width:99px;
    font-weight:bold;
    font-family:verdana,sans-serif;
    border:0;
    
    }

#suckerfishnav li li a {

    padding:4px 12px;
    width:80px;
    font-size:12px;
    color:#000000;
    border:0;

    }

#suckerfishnav li ul ul {

    margin:-19px 0 0 100px;

    }

#suckerfishnav li li:hover {

    background:#ffc82e;
    border:0;

    }

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {

    color:#ffffff;

    }

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {

    color:#ffffff;

    }

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {

    color:#000000;

    }

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {

    left:-999em;

    }

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {

    left:auto;
    background:#ffffff;

    }

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffc82e;
    }
    
body {
	margin: 20px;
	background-color: #96b9e6;
        color: #333333;
        font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
        
        }
        
/* all curved boxes get the bottom-left corner */

div.rounded {
  background: #b6dafb url(bl_18_b6dafb_ffffff.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}/* all elements in 'div.rounded' gets the B-R corner */

div.rounded * {
  background: #b6dafb url(br_18_b6dafb_ffffff.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}/* Scrub that B-R corner from all elements *2+* levels deep*/

div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}/* Set up some H's as 'box heads' with the T-R and T-L corners */

div.rounded h1, div.rounded h4 {
  color: #ffffff;
  background: #b6dafb url(tr_18_b6dafb_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(tlc_18_b6dafb_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}

div.rounded h4 {
  font-size: 2em;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffcc00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {

    width: 910px;height: 187px;margin: 0 auto; background:url(header.jpg);

}

/* Logo */

#logo {

	float: left;
	width: 640px;
	color: #002878;

}

#logo h1, #logo p {

}

#logo h1 {

	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;

}

#logo p {

	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px arial, "Arial", Times, serif;
	font-style: italic;

} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #002878;
}

/* Search */

#search {

	float: right;
	width: 230px;
	padding: 0;

}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #000000;
}

#search-submit {
	display: none;
}

#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	background: none;
}

/* Menu */
  
#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #565F68 url(img.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 20px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
	color:#374f6f;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	background: #ffffff;
}
/* Content */
#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}
.post {
}
.post .title {
	color: #000000;
}
.post .title a {
	background: none;
	color: #108eb8;
	border: none;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 250px;
        padding: 25px 10px 20px 30px;
	color: #ffffff;
}
#sidebar ul {
	margin: 0px  0px  25px  0px;
	padding: 0px  0px  0px  0px;
	list-style: none;
}
#sidebar li {
margin-top: 15px;margin-right: 20px;margin-bottom: 0px;margin-left: 10px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;
}
#sidebar li ul {margin-top: 0px;margin-right: 0px;margin-bottom: 25px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 50px;padding-left: 5px;
}
#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
}
#sidebar li li span {
	display: block;
	margin-top: 0px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#sidebar h2 {
	letter-spacing: -.5px;
	color: #ffcc00;
}
#sidebar p {margin-top: 0px;margin-right: 10px;margin-bottom: 10px;margin-left: 10px;padding-top: 0px;padding-right: 0px;padding-bottom: 20px;padding-left: 10px;
	text-align: justify;
}
#sidebar a {
	color: #ffffff;
	border: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #ffcc00;
}/* Calendar */
#calendar {
}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}
/* Footer */
#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: url(img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#commentform {
}
#comment {
	width: 580px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#respond {
	margin: 0;
	padding-top: 50px;
}
.navigation {
	padding-top: 20px;
}
.pagetitle {
	padding-bottom: 20px;
}
hr {
	display: none;
}
/* Widgets */
.widget { 
    background: #012a79 url(rounded_bottom.gif) no-repeat bottom left;} 
 
.widgettitle { 
    background: url(rounded_top.gif) no-repeat top left; 
    padding: 20px 0px 10px 20px; 
} 
 
.widget ul { 
    margin: 0 0px; 
    list-style: none; 
}
/* Feature */
  
#feature {
	
/*        display: none; */
        float: center;
	width: 590px;
        height: 300px;
        background: url(feature.gif) no-repeat top right; 
	padding: 10px 10px 0 0;

}


#feature-slideshow {
    
	width: 576px;
	background-color: #ffcc00;
	text-align: center;
	padding: 10px 0px;
	margin: auto;
    
}

#feature-slideshow object {
    
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    
}