/*
 Theme Name:     Queensland Police Legacy Scheme
 Theme URI:      -
 Description:    Twenty Thirteen Child Theme
 Author:         Kat Johnston
 Author URI:     www.katjohnston.com
 Template:       twentyten
 Version:        1.0.0
*/

@import url("../twentyten/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.searchform
{
margin:4px 4px 4px 0px;
float: right;
}

/* Remove site title text */

#main {
overflow: hidden;
padding: 30px 0 0 0;
}

#branding img {
border-top: none;
border-bottom: none;
    margin: 0 -20px;
}

#header {
	padding: 0px 0 0 0;
}

#site-title {
	display: none;
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0px 0;
	width: 700px;
}

#site-title a{
	display: none;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-description {
	display: none;
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* Nav-bar to full width */

#access {
    display: block;
    float: left;
    margin: 0 -10px;
    width: 960px;
}

/* Additional nav-bar changes */

#access {
	background-color: #88a9de;
	background-image:url('access-back.gif');
	background-repeat:repeat-x;
	height: 38px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
}

#access a {
	color: #000380;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 38px;
	padding: 0 14px;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
}
#access ul ul li {
	min-width: 180px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #c3d0e2;
	line-height: 1em;
	text-transform: none;
	padding: 10px;
	width: 180px;
	height: auto;
}
#access li:hover > a {
	background: #9db6dd;
	color: #0372be;
}

#access ul ul :hover > a {
	background: #d0dcec;
	color: #0372be;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #0372be;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #c3d0e2;
}

/* Remove line above footer */

#colophon {
	border-top: none;
}

/* font changes */

body,
input,
textarea,
.page-title span,
.pingback a.url{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#content, #content input, #content textarea {
    color: #000380;
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
	color: #000380;
}

#content .entry-title {
    color: #0372ba;
	font-size: 22px;
}

.entry-title a:link, .entry-title a:visited {
    color: #0372ba;
    text-decoration: none;
}

.widget-title {
    color: #000380;
    font-weight: bold;
}

#content p {
        margin-bottom:  15px;
}

/* Change inside page width */


#main {
    width: 960px;
	margin: 0 -10px;
}

.one-column #content {
	margin: 0 auto;
	width: 860px;
}

/* insert background */



#main {
    background: none repeat scroll 0 0 #e3e6ea;
}