/*
Theme Name: Default Theme
Theme URI: https://cyber2.com/
Description: A custom theme built for Wordpress 3.1
Author: cyber2
Version: 1.0
Tags: custom
*/

/* Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;

}	

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
a img {
	border: none;
}
a:focus {
	-moz-outline-style: none;
	outline:none;
}

/* Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family:"Helvetica", "Arial", sans-serif;
	color:#262626;
	font-size: 13px;
	line-height:1.3em;
}

a {
	color:#666;
}

a:hover {
	text-decoration: underline;
}
a span {
	text-align:center;
	display:block;
}
a:hover span {
	text-decoration: none;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
		background: #fff /*url('images/bg.jpg') repeat;*/
	
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
h1, h2, h3 {
	font-size:19px;
}
textarea {
    resize: none;
} 
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}

/* Layout
-------------------------------------------------------------- */
#container {
	width:960px;
	display:block; 
	overflow:auto;
	margin: 10px 0 10px 0;
	
}
#main {
	margin:10px auto 20px auto;
	width:960px;
	background: #eee;	
	border: 1px solid #fff;
	display:block;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#wrapper { 
	width:100%;		
}
#shadow-bottom {	
	margin:0 auto;
	display:block;
	height:10px;
	width:980px;
	margin:0 auto;
}
#content {
	float:left;
	width:590px;
	margin-left:10px;
	min-height:300px;
}

/* Header
-------------------------------------------------------------- */
#header {
	height:100px;
	width:960px;
	display:block;
	background:#fff;
	/*background:url('./images/header-top.jpg') no-repeat;*/
}
#logo {
	float:left;	
	margin: 0px 0 0 5px;
	background:url('images/logo.jpg') no-repeat;
	width:292px;
	height:88px;
	display:inline-block;
	
}
#tagline {
	display:inline-block;
	float: right;
	width: 620px;

	text-align: right;
	position: relative;
	margin:13px 20px 0 0;	
	padding:8px 0 0 0;
	font-family:"Georgia", "Times", sans-serif;
	font-style:italic;
	font-size:12px;

}

#frontpageimage {
	height:320px;
	width:960px;
	display:block;
	margin: 0 auto;
	background:url(images/policewoman.jpg) no-repeat;
	-moz-box-shadow: 0 2px 4px #555;
	-webkit-box-shadow: 0 2px 4px #555;
	box-shadow: 0 2px 4px #555;
}


#ctabutton {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 2px #111;
	-webkit-box-shadow: 0 2px 2px #111;
	box-shadow: 0 2px 2px #111;
	height:85px;
	width:320px;
	background: #4367a4;
	display: inline-block;
	position: relative;
	float: left;
	margin-top: 115px;
	margin-left: 60px;
	color: #fff;
	text-align: center;
	font-family:"Georgia", "Times", sans-serif;
	font-style:italic;
	font-size:17px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
}

#ctabutton:hover {
	-moz-box-shadow: 0 0 0 #888;
	-webkit-box-shadow: 0 0 0 #888;
	box-shadow: 0 0 0 #888;
	background: #fe620a;
	margin-top: 119px;
	text-decoration: none;
}

#ctaline {
	line-height: 20%;
	font-size: 5px;
}

#ctaheading {
	font-size:26px;

}


/* Nav
-------------------------------------------------------------- */

#nav {
	width:620px;
	margin: 23px 10px 0 0;	
	float: right;
	text-align: right;
}

#nav a {
  width: auto;
  height: 20px;
  padding: 3px 5px 0 5px;
  display:inline-block;
  background: #3b88d8;
  background: -moz-linear-gradient(0% 100% 90deg, #377ad0, #52a8e8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8e8), to(#377ad0));
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -webkit-background-clip: padding-box;
  text-shadow: 0 -1px 1px #3275bc;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#nav a:hover {
  background: #2a81d7;
  background: -moz-linear-gradient(0% 100% 90deg, #206bcb, #3e9ee5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#206bcb));
  border-top: 1px solid #2a73a6;
  border-right: 1px solid #165899;
  border-bottom: 1px solid #07428f;
  border-left: 1px solid #165899;
  -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
  -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
  cursor: pointer;
  text-shadow: 0 -1px 1px #1d62ab;
}

#nav .active, #nav a:active {
  background: #3282d3;
  border: 1px solid #154c8c;
  border-bottom: 1px solid #0e408e;
  -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
  text-shadow: 0 -1px 1px #2361a4;
}

#head {
	width: 960px;
	height: 100px;
	margin: 10px auto 0 auto;

}


/* Home & Page Content
-------------------------------------------------------------- */
h1 {
	font-size:20px;
	line-height:22px;
	color:#262626;
	font-weight:bold;
	margin-bottom:14px;
}

#content p.pullquote {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:12px 0;
	font-size:14px;
	line-height:18px;
	color:#858585;
}

.designcontent__wrapper {
	text-align: center;
	margin-bottom: 10px;
}

/* Left Menu
-------------------------------------------------------------- */

#sidebar {
	margin: 0px 10px 0 0;
	width: 300px;
	padding: 10px 15px 20px 15px;
	float: right;
	color: #fff;
	background: #4367a4;
	display: block;
}

#sidebar ul li a:active, #sidebar ul li.current_page_item a
{
color:#fff;
background: #0f254a;
}

#sidebar h4 {
	font-weight:bold;
	font-size:14px;
	margin:10px 0 0;
	padding:0 5px;
}
#sidebar ul {
	list-style-type:none;
	border-bottom:1px solid #bbb;
	padding:0;
	margin:10px 0;
}
#sidebar ul a {
	text-decoration:none;
	font-size:13px;
	color:#ccc;
	display:inline-block;
	width:97%;
	padding:10px 5px;

}
#sidebar ul a:hover {
	color:#fff;
	background:#4367a4;
}
#sidebar ul li {
	margin-bottom:0px;
	border-top:1px solid #bbb;
}

#sidebar #sidebar-image {
	background:url('../images/sidebar-image.jpg') no-repeat;
	width:250px;
	height:180px;
	display:inline-block;
	margin:10px 0;
}
#sidebar #google-adsense {
	width:auto;
	height:250px;
	margin:10px 0;
	background:#ccc;
	display:inline-block;
 d
}
#sidebar #google-adsense p {
	color:#fff;
	font-size:11px;
	margin:10px;
	font-weight:bold;
}

/* Resources
-------------------------------------------------------------- */
.article-container {
	padding:12px 10px 14px 14px;
	border-bottom:1px solid #d3d3d3;
	background:#eee;
	border-bottom:1px solid #d3d3d3;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	width:644px;
}
.article-container-top {
	background:url('../images/articles-tab.png') no-repeat #eee 584px 0;
	border-top:1px solid #d3d3d3;
}
.resources-image {
	width:75px;
	height:75px;
	display:inline-block;
	float:right;
	border:4px solid #e6eaec;
	margin-left:14px;
}
#articles-container h2 {
	font-size:18px;
}
#feature-article h2 {
	height:34px;
	overflow-y:hidden;
}
#articles-container .entry-content p {
	width:540px;
	margin-bottom:10px;
}
.meta-nav {
	text-transform:uppercase !important;
	font-weight:bold !important;
	font-size:12px !important;
}
/* Content
-------------------------------------------------------------- */
#content ul {
	list-style-type:disc;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
.page-title {
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a {
	color:#666;
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
.edit-link a {
	float:left;
	margin-top:10px;
	background:#bbb;
	color:#fff;
	padding:4px 6px 2px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
.edit-link a:hover {
	background:#aaa;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/* Post Page Navigation
-------------------------------------------------------------- */
.navigation {
	line-height: 18px;
	overflow: hidden;
	padding:5px 0;
	margin:0 20px;
}
.navigation a {
	color:#262626;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.navigation a:hover {
	color:#666;
}
.nav-previous {
	float: left;
	margin-left:6px;
}
.nav-next {
	float: right;
	text-align: right;
	margin-right:6px;
}
#nav-below {
	margin-top:6px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	width: 960px;
	margin: 0 auto;
	color:#777;
	font-size:11px;
	font-weight:bold;
	text-align:center;


}
#footer-nav {
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
}
#footer a {
	color:#555;
	text-decoration:underline;
}
#footer a:hover {
	color:#262626;
}


/* Sitemap
-------------------------------------------------------------- */
.ddsg-wrapper {
	margin-top:2px;
}
.ddsg-wrapper h3 {
	font-size:16px;
	margin-bottom:10px;
}
#content .ddsg-wrapper ul {
	list-style-type:none;
	padding:0;
	margin:0 0 20px;
}
#content .ddsg-wrapper a {
}
#content .ddsg-wrapper a:hover {
	color:#222;
}
#content .ddsg-wrapper li {
	margin-bottom:6px;
}

/* Ad Form
-------------------------------------------------------------- */

#jbb_widget_customizable {
	width: 960px;
	margin: 0 auto;
}

#indeed_form {
	float: left;
	width: 273px;
	border: 1px solid #ddd;
	padding: 50px;
}

#indeed_widget_wrapper.indeed_header {
	float: right;
	width: 554px;
}
#indeed_widget_wrapper.indeed_header #lc {
	float: left;
	padding-left: 10px;
}

#indeed_sidebar {
	height: 700px;
}

.ad-center{
	display: block;
	margin-left: 10.3%;
	padding: 10px 0 0;
}
.ad-center2{
	display: block;
	margin: auto;
	width: 250px;
}
