/*   
Theme Name: HawaiiPoliceDepartment
Theme URI: 
Description: Hawaii Police Deparment
Author: HIC
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ? Ian Stewart http://themeshaper.com/
.
*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('../thematic/library/styles/superfish.css');

body {
  background: none repeat scroll 0 0 #F4F4F4;
  color: #000;
	font-family: Arial,sans-serif;
}
#header {
	background: url("/wp-content/themes/hawaiipolice/images/bg-red.jpg") repeat-x scroll center top #F4F4F4;
}

a.button {text-decoration: none; }
.blue { color: #2d84ac; } /* 5d820c */
/* ~~ LINKS ~~ */
a:link, a:visited, a:active {
    color: #AB191C;
    font-weight: normal;
    text-decoration: none;
}



a:hover, a:focus {
	color: #CC6600 !important;
	text-decoration: underline;
}
#container {
	float: left;
	width:;
	margin-left: 45px;
}
#main {
  background: url("/wp-content/themes/hawaiipolice/images/bg-body.png") repeat-y scroll center center transparent;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0px 0px 0px;
  position: relative;
  width: 1080px; /* 990px */
}
#branding {
	width: 1080px;
	/* padding: 126px 0 44px; */
	height: 170px;
	overflow: hidden;
	padding: 0;
}
#blog-title a {
display:block;
text-indent:-9000px;
height: 170px; /* height of your header, like 180px */
width: 1080px; /* width of your header, like 940px */
background:url("/wp-content/themes/hawaiipolice/images/header.jpg") no-repeat top center;
}
#blog-description {
position:absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}

#headerslide {
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 990px;
}
#vslider_optionscontainer .cs-buttons {
	z-index:1001;
	display:block;
}

#access {
  height: 40px;
background: url("/wp-content/themes/hawaiipolice/images/bg-nav.jpg") no-repeat scroll center top transparent;  
border: none;
  margin: 0 auto;
  width: 1080px; /* 990px */
  overflow: visible;
  z-index: 100;
}
#header{
	clear:both;
}
.menu {
 font-family: Verdana,'Lucida Grande',Arial,sans-serif;
 font-weight:normal; 
 margin: 0;
  width: 990px;
}

/*** COLOR SKIN ***/

/* main ul element */
/*** COLOR SKIN ***/

/* main ul element */
.sf-menu {
	float:left;
	border:none;
	line-height: 22px; /* ADDED 10-27-11 */
	margin-left: 55px; /* ADDED 10-27-11 */
}

/* general link styles*/
.sf-menu a {
	display: block;
	padding:9px 13px;
	text-decoration:none;
	border: none;
}
.sf-menu a, .sf-menu a:visited {
  color: #fff;
 
}
/*** 1st Level ***/

/* 1st level links, no hover, no visits */
.sf-menu li {
  background: none;
}
.sf-menu li a {
	color: #FFF;
	background: transparent;
	font-size: 14px;  /* added 10-28-11 pn */
}
/* 1st level links, while hovering over sub menu */
.sf-menu li.sfHover a{
	color: #fff !important;
	background-color: #282828 !important;
}

/* 1st level links, hover */
.sf-menu li a:hover {
	color: #fff !important;
	background-color: #282828 !important;
		cursor: default;
}

/* 1st level current page */
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #FFF;
	background: transparent;
	border-color: none;
}

/* 1st level down triangles with pure css*/
.sf-menu li .sf-sub-indicator {
	text-indent:-9999px;
	width: 18px;
	background:transparent url('images/arrowdown.gif') center right no-repeat;
	display:inline-block;
	/*
	line-height: 0;
	border-color:#FFFFFF transparent transparent transparent;
	border-style:solid;
	border-width: 4px; 
	display:inline-block;
	margin-left: 5px;
	*/
}

/*** 2nd level ***/

/* sub menu */

.sf-menu ul {
	border-color: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:40px; /* overriding essential styles- adjust if you have gaps between first level and drop-down sub menu*/
}
.sf-menu ul ul {
    margin-top:0; /*unlikely to need adjusting */
}

/* 2nd level links, no hover */
.sf-menu li li a, .sf-menu li.sfHover li a {
	color: white;
	background-color: #282828;
}

/* 2nd level links, while hovering over sub menu */
.sf-menu li li.sfHover a{
	color: black;
	background-color: #a1a1a1;
}

/* 2nd level links, hover */
.sf-menu li li a:hover, .sf-menu li.sfHover li a:hover {
	color: white;
	background-color: #292929;
	border-left: 6px solid #FD8618;
		cursor: pointer !important;
}

/* 2nd level current page */
.sf-menu li li.current_page_item a,
.sf-menu li li.current_page_ancestor a,
.sf-menu li li.current_page_parent a {
	background-color: #292929;
}

/* 2nd level side triangles with pure CSS */
.sf-menu li li .sf-sub-indicator { /*right arrow*/
	border-color: transparent transparent transparent WHITE;
}

/*** 3rd Level and beyond ***/

/* 3rd level links, no hover */
.sf-menu li li li a, .sf-menu li.sfHover li li a {
	color: black;
	background-color: #CCC;
}

/* 3rd level links, hover */
.sf-menu li li li a:hover, .sf-menu li.sfHover li li a:hover {
	color: white;
	background-color: #292929;
}

/* 2nd level current page */
.sf-menu li li li.current_page_item a,
.sf-menu li li li.current_page_ancestor a,
.sf-menu li li li.current_page_parent a {
	background-color: #CCC;
}

/* ~~ HEADERS ~~ */
.statewide-header {
	width: 100%;
	height: 30px;
	background: #292929;
}
.statewide-banner {
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	width: 1080px; /* 960px */
	height: 30px;
	padding: 0;
	background: #292929 url("/wp-content/themes/hawaiipolice/images/bg-headertop.jpg") no-repeat scroll center top;
	overflow: hidden;
}
.statewide-banner-left {
	float: left;
	position: relative;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.statewide-banner-right {
	float: right;
	position: relative;
	top: 6px;
}
.statewide-banner a, .footer a {
	color: #ededed;
	text-decoration: underline;
}
.statewide-banner a:hover, .footer a:hover {
	color: #000000;
	text-decoration: none;
}
#adalinks {
padding: 0px 0px 0px 4px;
}

.aside #searchsubmit {
  background: none repeat scroll 0 0 #BB0000;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Verdana;
  height: 30px;
  padding-bottom: 3px;
  display: inline;
  width: 60px;
}
.aside #searchsubmit:hover {
  background: none repeat scroll 0 0 #333;
}
.aside input {
width: 120px;
height: 20px;
margin-left: 10px;
}
.windows .sf-menu a {
	font-size: 14px;
	 padding: 15px 13px 10px;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial,sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 1.6em;
}
h2, h3, h4 {
  color: black;
}
.entry-title {
  color: black;
  font-family: Arial,sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1em;
  padding: 0 0 10px;
}
p {
  font-family: Arial,sans-serif;
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 0.8em;
  margin-top: 0;
  padding-bottom: 0;
}

#content {
  margin: 0 0 0 0;
  overflow: visible;
 padding: 0 0 0 20px;
  width: 680px;
}

.archiveyear li{
float: left;
padding: 2px 8px;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin-right: 5px;
}
.archiveyear li:hover{
    background-color: #FFF !important;
}
.current {
background-color: #FFF !important;
color: #CC6600 !important;
font-weight: bold !important;
}
.archiveyear ul {
    list-style: none outside none !important;
	margin: 0px !important;
}


.aside {
  color: #333;
}
.main-aside {
  float: right;
  position: relative;
  right: 10px;
  width: 275px;
}
#primary {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CCCCCC;
  margin: 0 55px 0 3px; /* 0 10px 0 3px; */
  padding: 10px 0 7px;
  width: 250px;
}
#secondary { margin-right: 45px; }


#footer {
    background: transparent;
    border-top: none;
    color: #999999;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    margin: 0 auto;
    padding: 0;
    width: 1080px;
}
#siteinfo {
    background: url("/wp-content/themes/hawaiipolice/images/bg-bottom.png") no-repeat scroll center top #282828;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    margin: 0 45px;
    padding: 45px 15px 20px;
    width: 960px;
}
/* #footer {
  background: url("/wp-content/themes/hawaiipolice/images/bg-bottom.png") no-repeat scroll center top #282828;
  border-top: medium none;
  color: #999999;
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  margin: 0 auto;
  padding: 1px 10px;
  width: 964px;
} 
#siteinfo {
  color: #CCC;
  padding: 41px 0 23px;
  font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.7em;
  margin-top: -0.5em;
} */
#siteinfo a {
  color: #EDEDED;
}
#siteinfo a:active,
#siteinfo a:hover {
	color: #000000;
	text-decoration: none;
	}
.dbedtlogo {
  background: url("/wp-content/themes/Energy/images/dbedt-220.jpg") no-repeat scroll left center transparent;
  height: 40px;
  width: 220px;
}
.stateseal {
  background: url("/wp-content/themes/Energy/images/stateseal.jpg") no-repeat scroll left center transparent;
  height: 130px;
  width: 220px;
}
.main-aside ul {
  padding: 0 10px;
}
.compact {
  line-height: 1.3em !important;
  margin-top: 0;
}
.aside h3 {
font-size: 1.25em;
font-style: normal;
text-decoration: none;
line-height: 100%;
  line-height: 100%;
  margin-bottom: 0.5em;
  margin-top: 5px;
}
.entry-content {
  padding: 0px;
}
.entry-content h1, .entry-content h2 {
  font-family: Arial,sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  padding: 2px 0 14px;
}

.entry-content h3 {
  font-size: 17px;
  font-style: normal;
  line-height: 1em;
  padding: 2px 0 14px;
}
.entry-content h4 {
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 1em;
	padding-bottom: 5px;
}
.entry-utility {
    display: none;
}
.hentry {
    margin-bottom: 2em;
    padding: 0 0 1em 0;
} /* Added 10-27-11 patrick */

.contentbox {
  padding: 5px 10px 5px 5px;
  width: 310px;
}
.contentbox {
  border: 1px solid #DFDDD8;
  float: left;
}
h1.contenthl {
	font-size: 1.4em;
	color: #9FB933;
	padding: 5px 0 0 5px;
	}

#content ul li, #content ol li, #content blockquote {font-family: Arial, sans-serif; }

blockquote {
	color: #222;
	font-size: 1em;
	font-style: normal;
	margin: -1em 2em 0 2em;
}
.teststyle { color: red; }


.mainp {
font-family: Arial,Helvetica,sans-serif;
  font-size: 17px;
  line-height: 23px;
  }
#textResizer {
  color: #AAA;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 6px 0 0 0px;
margin-left: 55px; /* ADDED 10-27-11 */
}
#textResizer a {
	font-family: Arial,Helvetica,sans-serif;
	color: #AAA;
	font-size: 12px;
	text-decoration: none;
}

.entry-meta a{
display:none !important;
}
span.meta-prep-author {
display:none !important;
}

cite, em, i {
  font-style: italic;
}

.aside ul ul {
  list-style: disc;
       margin-left: 0;
       padding-left: 15px;
       list-style-position: outside;
       text-indent: 0;
}
.aside div.tab-bottom-nav {
  display:none;
}

#poweredby{
	float: right;
}
#countyseal{
    float: left;
    margin: -6px 11px 0 -5px;
    position: relative;}

#chiefs{
margin: 0 0 0 -5px;
	}
#cellimg {
float:right;
}
#pdresources {
  background: #f4f4f4 url("/wp-content/themes/hawaiipolice/images/cellemail.png") no-repeat scroll 158px 109px;
  border: 1px solid #ccccc6;
  font-weight: normal;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 10px;
}

#pdresources2 {
  background: #F4F4F4;
  border: 1px solid #CCCCC6;
  margin: 10px 0;
  padding: 10px;
    font-weight: normal;
    line-height: 1.3em;
}
#pdresources3 {
  background: #F4F4F4;
  border: 1px solid #CCCCC6;
  margin: 10px 0;
  padding: 10px;
    font-weight: normal;
    line-height: 1.3em;
}
#pdresources4 {
  background: none repeat scroll 0 0 #F4F4F4;
  border: 1px solid #CCCCC6;
  font-weight: normal;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 4px 10px 12px;
}

#facebooklike {
float:right;
}

 div.tabContent { 
    background-color: #F1F0EE;
    border-color: #666666;
    border-style: solid;
    border-width: 0 1px 1px;
    height: 232px;
    padding: 0.5em;
    width: 215px;
 }
#innertab {
    margin: 0px auto;
	width: 93%;
}

 div.tabContent.hide { display: none; }
	  
ul#tabs {
    border-bottom: 1px solid #666666;
    height: 30px;
    margin: 0 !important;
	padding: 10px 0 0;	
	width: 230px;
 }
ul#tabs li {
    float: left;
    line-height: 1.3em;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
ul#tabs a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #CCCCCC;
    border-color: #666666 !important;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #990000;
    display: block;
    float: left;
    font-size: 11px;
    height: 18px;
    margin-right: 2px;
    outline: 0 none;
    padding: 6px 15px 4px;
    position: relative;
    text-decoration: none;
    top: 1px;
}
ul#tabs a:hover {
    background-color: #F7F7F7;
    color: #CC6600;
}
ul#tabs a.current {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    cursor: default;
    font-weight: bold;
}
ul#tabs li a.selected {
    background-color: #EEE;
    color: #000;
	font-weight:bold;
    border-width: 2px 1px 0;
}

.wpui-light .ui-tabs-panel {
  background: #F4F4F4 !important;
  text-shadow: 0 1px 0 #FFFFFF;
}

.feed-link {
    background-image: url("/wp-content/themes/hawaiipolice/images/feed-icon-12x12-orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}
.facebookicon {
    background-image: url("/wp-content/themes/hawaiipolice/images/facebookicon.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
}
th, td {
  padding: 5px;
}
.comments {
display:none;
}
.comments-link{
display:none;
}
.comment-link{
display:none;
}
hr {
    background-color: #E8E8E0;
    border: 0 none;
    color: #e8e8e0;
    height: 3px;
    margin: 20px 0 20px 0;
    width: 675px;
}
/* hr {
	border-bottom: 3px solid #E8E8E0;
    margin: 0px;
    width: 635px;
} */
.clean {
  border: 3px solid #AAC1E6;
  border-collapse: collapse;
  margin: 0 auto 20px;
  width: auto;
}
.clean th {
    background: url("images/bg-th.gif") repeat-x scroll center bottom #E3EEFF;
    border-bottom: 2px solid #AAC1E6;
    border-collapse: collapse;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
/* Site map */
.pad {
    margin-right: 20px;
}
.threecol {
    float: left;
    width: 210px;
	overflow: hidden;
}
.threecol ul {
    border-top: 1px dotted #999999;
    margin: 0 0 30px 0;
    padding: 0;
}
.threecol p { margin-bottom: 0; }
.threecol li {
	list-style: inside;
	text-indext: 0;
    border-bottom: 1px dotted #999999;
}
.clearfix { clear: both;}
div.wp-print a img {
	margin-bottom: -1px;
}
.even {
  background-color: #EEEEEE;
  list-style: none;
  padding: 5px;
}
.odd {
    background-color: #FFF;
	 list-style: none;
    padding: 5px;
}
.recentposts {
 border: 1px solid #999999;
  margin: 0;
 }
 

#archivecoll {
 padding: 0;
 margin: 0px !important;
} 
#archivecoll li {
    list-style: none outside none !important;
}
#archivecoll ul {
 margin: 0px !important;
 }
 
.posted_date {
color: #666666;
    font-size: 90%;
}
.page .wp-print {display: none;}
.single .wp-print {display: block;}


#content ul {
  list-style: square outside none;
  font-size: 0.85em;
}

#content ul ul, #content ul ul ul {
  font-size: 1em;
}

#content ol {
  font-size: 12px;
}


.wpui-light ul.ui-tabs-nav li a {
	color: #AB191C;
  float: left;
  padding: 0.4em 1em;
}

.wpui-light ul.ui-tabs-nav li a {
	color: #AB191C !important;
  float: left;
  padding: 0.4em 1em;
}
ul.ui-tabs-nav li.ui-state-active a {
    color: #333333 !important;
    text-shadow: 0 1px 0 #EEEEEE;
}

.index-panel li{
	list-style: none outside none !important;
	float: left;
    padding: 5px;
	}

.index-panel h4{
text-align:center;
    font-weight: bold;
}
input.gsc-input {
	margin-left: 0 !important;
	margin-right: 5px !important;
}
input.gsc-search-button {
    margin-left: 20px !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
  background: none repeat scroll 0 0 #BB0000 !important;
  border: medium none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: Verdana !important;
  height: 30px;
  padding-bottom: 3px;
  display: inline;
  width: 60px;
}
input.gsc-search-button:hover {
  background: none repeat scroll 0 0 #333 !important;
}
td.gsc-clear-button {
  display:none !important;
}
.aside th, .aside td {
  border-right: 0px !important;
  padding: 0.25em 0.8em;
}
.aside tbody {
  border: 0px !important;
}
.aside tr {
  border: 0px !important;
}

.gsc-resultsHeader {
  border: 0 none !important;
  clear: both;
  width: 100%;
}
.page-template-template-page-google-search-results-php tr, .page-template-template-page-google-search-results-php table {   
border-top: 0 none !important;
border-bottom: 0 none !important;
border: 0 none !important;
border-left: 0 none !important;
border-right: 0 none !important;
 }
 
#main_body .form_description h2 {
  display: none !important; 
}
.ngg-gallery-thumbnail {
  text-align: left !important;
}

@media print {

#header {
display:none;
}
#primary {
display:none;
}
#secondary {
display:none;
}
#nav-below {
display:none;
}
#footer {
display:none;
}

body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px !important;
	color: #000000;
}
#container {
  width: 100px !important;
  overflow: !important;
margin: 0 auto;
}
#entry-content {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px !important;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px !important;
	color: #000000;
}

.Center {
	margin: 0px auto 0px auto;
}
#Outline {
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;

}
#BlogTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#BlogDate {
	display: none;
	margin-top: 5px;
	margin-bottom: 10px;	
}
#BlogContent {
	padding: 10px;
	margin-top: 10px;
}
HR.Divider {
	width: 80%; 
	height: 1px; 
	color: #000000;
}
#CommentTitle {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.CommentDate {
	margin-top: 5px;
	margin-bottom: 10px;
}
.CommentContent {
	padding: 2px 10px 10px 10px;
}

    #comments_controls,
    #print-link {
        display: none;
    }

.alignleft, div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
}
.alignright, div.alignright {
	float: right;
	margin: 10px 0 5px 10px;
}
.ngg-galleryoverview {
    clear: both;
    display: block !important;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.ngg-gallery-thumbnail-box {
float: left;
}
.ngg-gallery-thumbnail {
float: left;
padding: 5px;
margin: 5px;
}
}

/* ANNOUNCER STYLE */
.simple_announcer {
	margin-bottom: 20px;
}
/* Crime Stoppers after post */
#single-insert {
	padding:15px;
}
#single-insert ul {
	padding:0;
	list-style:none;
}

/* superfish menu updates */
.sf-menu {
	margin-bottom: 0 !important;
}
.ngg-caption-view-wrapper {
	justify-content:initial !important;
}
.ngg-gallery-thumbnail-box span {
	max-width: inherit !important;
	font-size: 85% !important;
    line-height: 1.25em;
}
#TB_caption {
	line-height: 1.25em;
}
#TB_secondLine {
	font-size: 0.8em;
}
.kadence-blocks-gallery-item__caption {
    line-height: 1.25em;
}

#textResizer ul {margin: 0; padding: 0; display: inline-block;}

#textResizer li.fontResizer {
  list-style: none;
  margin-bottom: 0;
}

#single-insert.aside {
	font-size: 1.15em; 
}
