/**Main Styles**/

/*-----------------------
* General Styles
------------------------*/

body {
	color: #2e2e2e;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	color: #2ba6cb;
	text-decoration: none;
	line-height: inherit;
}

a:hover {
	color: #2795b6;
}

a:visited {
	color: #2ba6cb;
}

a img {
	border: none;
}

.button {
	width: auto;
	background: #e9e9e9;
	border: 1px solid #999999;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.button a {
	color: #2e2e2e;
}

.button:visited {
	color: #2e2e2e;
}

.button:hover {
	color: #2e2e2e;
	background-color: #d8d8d8;
}

.button.large {
	font-size: 17px;
	padding: 15px 30px 16px;
}

div.clear {
	clear: both;
}

em {
	font-style: italic;
}

form {
	text-align: left;
}

h1, h3, h4 {
	font-family: 'Open Sans Condensed',sans-serif; font-weight: normal;
	color: #999999
}

h2 {
	font-family: 'Open Sans Condensed',sans-serif; font-weight: normal;
	color: #666666;
}

.headingDots {
	background: url(/wp-content/themes/dco-justice/css/img/heading_dots_grey.png) repeat-x center;
}

.headingCenterBG {
	background:#FFF;
	padding:0 10px;
}

.headingSupersize {
	font-size: 74px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 0 10px;
	padding-top: 2px;
	color: #999;
}

hr {  
    	background: url(/wp-content/themes/dco-justice/css/img/heading_dots_grey.png) repeat-x center;
    	border: none;
    	height: 2px;
}

p {
	line-height: 1.25em;
	margin: 15px;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

ul li, ol li {
	margin: 15px 0 0 30px;
}

/*-----------------------
* Layout
------------------------*/

#wrap {
	background: #ffffff;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/*------------------------
* Header
--------------------------*/

header {
	text-align: left;
}

header h1 {
	float: left;
	margin: 12px 0 2px 0;
}

/* Nav */
header nav {
	background: #f8f8f8;
	padding: 1px 0 1px 0;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	clear: both;
}

header ul li, ol li {
	margin: 15px 0 0 0;
}

header nav ul {
	border: 0;
	font-family: 'Open Sans Condensed',sans-serif;
	letter-spacing: 1px;
	padding-left: 0;
	box-shadow: none;
}

header nav li {
	display: inline;
}

header nav a {
	color: #2e2e2e;
	padding: 17px 30px 17px 30px;
	font-size: 18px;
}

header nav a:visited {
	color: #2e2e2e;
}

header nav li a:hover {
	background: #000000;
	color: #ffffff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}

/* Search Form */
header .searchbar{
	display: none;
	float: right;
	padding-top: 15px;
}

header .searchbar input{
	background: #e9e9e9;
	color: #999999;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	padding: 5px;
	border: 0;
	margin: 0;
	display: inline;
}

header .searchbar input[type="text"]{

}

header .searchbar input[type="submit"]{
	background:  #d0d0d0 url('/wp-content/themes/dco-justice/css/img/search.png') center no-repeat;
	text-indent: -99999px;
	width: 33px;
	margin-left: -10px;
}

/*----------------------------
* Main Area
*-----------------------------*/

/* Hero Image */
#heroImage {
	padding: 10px 0 0 0;
}

/* Welcome */
#welcome {
	padding-bottom: 15px;
}

.welcomeText {
	font-style: italic;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin: 0 20px 30px 20px;
}

#content {
	width: 85%;
	margin: auto;
}

#mainCategories {
	width: 90%;
	margin:	auto;
}

#mainCategories img {
	padding-left: 53px;
}

#categories {
	font-size: 18px;
	width: 90%;
	margin:	auto;
	font-family: 'Open Sans Condensed',sans-serif; font-weight: normal;
	line-height: 32px;
	padding: 0 0 20px 100px;
}

#categories a {
	color: #2e2e2e;
	text-decoration: underline;
}

/*----------------------------
* Footer
*-----------------------------*/

footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	clear: both;
}

/*---------------------------
* Blog Elements
*----------------------------*/

#blogContent {
	width: 960px;
}

#featuredImage {
	padding-right: 15px;
}

#blogDescription {
	width: 500px;
	float: right;
}

.metadata {
	padding-bottom: 15px;
	width: 400px;
}

.naviPreviousTop {
	float: left;
	font-weight: bold;
	font-size: 18px;
}

.naviNextTop {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}

.naviPreviousBottom {
	float: left;
	font-weight: bold;
	font-size: 18px;
	clear: both;
}

.naviNextBottom {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	clear: right;
}

#singlePost {
	margin-top: -20px;
}

.post {
	padding-top: 1px;
}

/*----------------------------
* Page Styles
* ---------------------------*/

#pageContent {

}

/* ---------------------------
* Category Styles
* ---------------------------*/

.posts {
	display: inline;
	padding-right: 30px ;
}

.posts img {
	border: 1px solid #999999;
	margin-bottom: 20px;
}


/*---------------------------
*Wordpress Styles
*---------------------------*/

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #d4d4d4;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	line-height: 1.214em;
	padding: 0 4px 5px;
	margin: 0;
}


/* ----------------------------
* Fluid Columns
*----------------------------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}
