/*
THEME NAME: Unicorn
DESCRIPTION: Custom theme for HM Frigate Unicorn.
VERSION: 1.0
AUTHOR: Brad Sandidge
AUTHOR URI: http://www.brightswitchmedia.co.uk
TAGS: fixed-width, two-columns, right-sidebar, blue, theme-options, microformats
*/

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 11pt;
	background-color: #002B61;
}

html, body {
	margin: 0;
	padding: 0;
}

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

a img {
	border-style: none;
}

a, a:visited, a:hover {
	color: #002B61;	
}
a {
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

h1#blog-title {
	display: none;
}

h1#blog-title a, h1#blog-title a:hover, #blog-description {
	display: none;
}

#blog-description {
	display: none;
}

#header {
	background: #002B61 url(images/header-bg.png) repeat-x top right;
	position: relative;
}

#header-2 {
	background: #002B61 url(images/title.png) no-repeat top right;
	height: 150px;
	color: #fff;
	overflow: hidden;
}

#header, #main-3, #footer {
	width: 810px;
	margin: 0 auto;
	padding: 0;
}


#header .menu {
	position: absolute;
	bottom: 0;
	right: 1em;
}

#header .menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0.6em 1em;
}

/* Ship at Risk Menu Items */
#header .menu ul li.page-item-226 a, #footer li.page-item-226 a
{
	color: #f00;
}

#header .menu ul li.page-item-226 ul li a
{
	color: #fff;
}
#header .menu ul li a:hover, #header .menu ul li.page-item-226 ul li a:hover {
	color: #FFDE6C;
}

#header .menu ul li ul {
	background: url(images/dropdown-menu.png) no-repeat bottom;
	padding-bottom: 10px;
	width: 205px;
}

#header .menu ul li.page-item-178 ul {
margin-left: -57px;	
}

#header .menu ul li ul li {
	width: 100%;
}

#header .menu ul li ul li a {
	display: block;
	padding: 0.3em 20px;
	color: #fff;
	font-weight: normal;
	line-height: 100%;
}


#wrapper {
	background: #D1D1D1 url(images/content-bg.png) repeat-y center;
}

#wrapper-2 {
	/*background: url(images/header-shadow.png) repeat-x top;*/
}

#wrapper-3 {
	/*background: url(images/footer-shadow.png) repeat-x bottom;*/
}

#main {
	background: url(images/top-content-shadow.png) no-repeat top center;
	padding-top: 0px;
}

#main-2 {
	background: url(images/bottom-content-shadow.png) no-repeat bottom center;
	padding-bottom: 8px;
}


#search input.text, #search a {
	float: left;
}

#search input.text {
	border: 1px solid #5780AE;
	margin: 0;
}

#content {
	padding: 0 1em 100px;
min-height: 300px;
}

.entry-title {
	margin: 0;
	padding: 0;
}

.entry-title a {
	color: navy;
}

.entry-date {
	color: #666;
	margin-bottom: 1em;
}

.entry-date, .entry-meta, .entry-meta a {
	color: #666;
}

.entry-date abbr, .entry-meta abbr {
	border: 0;
}

.entry-meta {
	margin-bottom: 3em;
	font-style: italic;
}

body.single .entry-meta {
	margin-bottom: 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
margin-top: 0px !important;
	-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 {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 2px 0;
	font-size: .9em;
}

#content h6
{
font-size: .5em;
}

#comments-list .comment-author .n {
	font-weight: bold;
}

#comments-list .comment-meta {
	font-style: italic;
}

#comments-list .comment-author img.avatar {
	float: left;
	margin-right: 0.5em;
}

#footer {
	background: #002B61 url(images/footer-bg.png) repeat-x top;
	height: 88px;
	overflow: hidden;
}

#footer, #footer a {
	color: #fff;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#inner-footer {
	padding: 1em 0;
}

#footer-menu {
	text-align: center;
}

#footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-menu ul li {
	display: inline;
}

#footer-menu ul li a {
	border-left: 1px solid #fff;
	padding: 0 1em;
}

#footer-menu ul li.first a {
	border-left: 0 none;
}

#reg_char {
font-size: .75em;
margin: 0;
padding: 0;
margin-top: 20px;
}

#credit {
font-size: .65em;
margin-top: 3px;
}

#credit a {
border-bottom: dotted 1px #d1d1d1;
}

#credit a:hover {
text-decoration: none;
border-bottom: solid 1px #fff;
}

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/
div#container {
	float:right;
	margin:0 0 0 -400px;
	width:100%;
}

div#content {
	margin:0 0 0 220px;
}

div.sidebar {
	float: left;
	padding: 0;
	margin-left: 1px;
	width:219px;
padding-top: 5px;
}

div.sidebar a {
	text-decoration: none;
	font-weight: bold;
}

div.sidebar a:hover {
	text-decoration: underline;
}

div.sidebar .title {
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #FFDE6C;
	border-bottom: 1px solid #FFDE6C;
	padding-left: .75em;
	background-color: #002B61;
	color: #fff;
}

div.sidebar #wh-subpages .title {
	border: none;
	font-size: 1em;
	padding: 0;
}

div.sidebar .title a:hover {
text-decoration: none;
}


div.sidebar h3 {
	font-size:1.2em;
}

div.sidebar input#s {
	width:160px;
}

div.sidebar li {
	list-style:none;
	 margin: 0;
	 padding: 0;
}

div.sidebar li form {
	margin:0.2em 0 1em 1em;
	padding:0;
}

div.sidebar ul ul {
	margin:0;
	padding: 0;
}

div.sidebar ul ul li {
	list-style:none;
	margin:0;
	padding: 0;
}

div.sidebar ul ul a  {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #60CDFF;
	padding-bottom: 4px;
	padding-top: 4px;
}
div.sidebar ul ul a:hover {
	text-decoration: none;
	background-color: #002B61;
	color: #fff;
}



div.sidebar ul ul li a  {
	padding-left: .5em; 
font-size: 1em;
}

div.sidebar ul ul ul {
	margin:0 0 0 0;
}

div.sidebar ul ul ul li {
	list-style:none;
}

div.sidebar ul ul ul li a {
	padding-left: 1.5em; 
font-size: .95em;
}
div.sidebar ul ul ul ul li a {
	padding-left: 2.5em; 
font-size: .9em;
}
div.sidebar ul ul ul ul ul li a {
	padding-left: 3.5em; 
font-size: .85em;
}
div.sidebar ul ul ul ul ul ul li a {
	padding-left: 4.5em; 
font-size: .8em;
}

div.textwidget p {
	padding-left: 1em !important;
}

div#secondary {
	clear:right;
}

div#footer {
	clear:both;
}


/* Misc styles */

.clear {
	clear: both;
}



div.skip-link {
	display: none;
}

#recent-posts ul li, .linkcat, .blogroll li {
	list-style-type: none;
}

/* Ad styles */

div.sidebar #ads ul {
	margin: 0;
	padding: 0;
}

div.sidebar #ads li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style-type: none;
}

div.sidebar #ads img {
	width: 125px;
	height: 125px;
}

/* Sandbox styles */

div.menu ul,div.menu ul ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}

div.menu ul a {
	display:block;
	text-decoration:none;
}

div.menu ul ul ul a {
	font-style:italic;
}

div.menu ul li ul {
	left:-999em;
	position:absolute;
}

div.menu ul li:hover ul, div.menu ul li.sfhover ul {
	left:auto;
}

.entry-title,.entry-meta {
	clear:both;
}

div#container {
	margin-top:1em;	
}

div#primary {
	margin-top:-1px;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,form#commentform p {
	padding:0;
}

input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}


div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


div.menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

/* Breadcrumb */

#breadcrumb {
	display: block;
	border-bottom: solid 1px #d1d1d1;	
	padding-bottom: 5px;
	margin-bottom: 5px;
}



 .gbSystemLinks
{
	display: none;
}

/* Calendar plugin credit hide */
.kjo-link{
	display: none !important;	
}

/* Calendar CSS */
    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {

     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }

/* Fix page menu */
.flexipages_widget li {
display: none;
}

.flexipages_widget .current_page_ancestor, .flexipages_widget .current_page_item, .flexipages_widget .current_page_item li, .flexipages_widget .current_page_ancestor li {
display: block !important
}