/****************************************************************************************************************

THEME NAME: JD Theme
THEME URI: http://www.
DESCRIPTION: A custom theme by <a href="http://www.celebritysites.com/">Celebrity Sites</a>.
TAGS: none
VERSION: 1.0
AUTHOR: Joe Taylor
AUTHOR URI: http://www.celebritysites.com
LICENSE: GNU General Public License
LICENSE URI: http://www.gnu.org/licenses/gpl.html
TEMPLATE: twentyfourteen

****************************************************************************************************************/

/* CSS Document */

/****************************************************************************************************************

	Index
	
		1. General
		2. Header
		3. Body
		4. Sidebars
		5  Special Features
		6. Special Page Templates
		7. Misc Styles
		8. Footer
		
****************************************************************************************************************/

/****************************************************************************************************************

1. General

****************************************************************************************************************/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	color: #000;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
}

ul, ol, dl {
	font: 14px/125% "Open Sans", Arial, Helvetica, sans-serif;
	padding: 0 0 5px;
	margin: 0 0 0 75px;
}

li {
	font: 13px/125% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0 16px 0 26px;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 15px;
	padding: 0;
}

h1 {
	font: 44px/125% "Banda Regular", Arial, Helvetica, sans-serif;
	padding: 8px 0 0 26px;
	color: #88500b;
}

h2 {
	font: 30px/125% "Banda Regular", Arial, Helvetica, sans-serif;
	padding: 8px 0 0 26px;
	color: #88500b;
}

h3 {
	font: 27px/125% "Open Sans", Arial, Helvetica, sans-serif;
	padding: 8px 0 8px 26px;
}

h4 {
	font: 23px/125% "Open Sans", Arial, Helvetica, sans-serif;
	padding: 8px 0 8px 26px;
}

h5 {
	font: 18px/125% "Open Sans", Arial, Helvetica, sans-serif;
	padding: 8px 0 16px 26px;
}

p {
	font: 14px/165% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0 16px 6px 26px;
}

.entry-content p strong {font-weight:bold;}
.entry-content ul li, .entry-content ol li{
	font: 14px/165% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0 16px 6px 26px;
}

.brown { color: #88500b; }

a img { border: none; }

a:link {
	color: #2f4097;
	text-decoration: underline;
}

a:visited {
	color: #2f4097;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #2f4097;
	text-decoration: none;
}

@font-face {
	font-family: 'Banda Regular';
	src: url('fonts/BandaRegular.otf');
}

/****************************************************************************************************************

2. Header

****************************************************************************************************************/

#headertop {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 92px;
	background-image: url(images/header/top-bg2.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
}

#head-inner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 92px;
	background-image: url(images/header/top-inner-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

#headerbot {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 140px;
	padding-top: 0;
	background: #fff;
}

#logo {
	position: absolute;
	top: 6px;
	left: 0;
	width: 279px;
	height: 145px;
	background: none;
	z-index: 99;
}

#head-phone {
	position: absolute;
	top: 4px;
	right: 0;
	height: 28px;
}

#head-phone p {
	font: 24px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fefefe;
}

#head-phone img {
	float: left;
	padding-right: 5px;
}

#head-social {
	position: absolute;
	bottom: 12px;
	right: 0;
	width: 170px;
	height: 24px;
}

#head-social img { padding-right: 3px; }

#tagline {
	position: absolute;
	top: 14px;
	right: 0;
	width: 694px;
	height: 41px;
}

/*****************************
Top Menu
*****************************/

#topmenu {
	position: absolute;
	top: 68px;
	width: 100%;
	height: 46px;
	padding-top: 0;
}

#topmenu-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 46px;
	padding-top: 0;
	background-image: url(images/header/menu-borders.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

#topmenu ul {
	position: relative;
	margin: 0 auto;
	padding: 8px 0 0 0;
	list-style-type: none;
	list-style-image: none;
	width: 886px;
	height: 29px;
}

#topmenu li {
	position: relative; /* this is needed in order to position sub menus */
	display: block;
	float: left;
	padding: 0;
}

#topmenu li:last-child { border-right: none; }

#topmenu li a {
	font: 14px/125% Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	line-height: 29px;
	padding: 0 18px 0 18px;
	color: #626160;
	background-image: url(images/header/menu-divider.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
}

#topmenu .current-menu-item a, #topmenu .current_page_item a, #topmenu a:hover {
	color: #88500b;
	text-decoration: none;
}

#topmenu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 29px; /* this should be the same height as the top level menu -- height + padding + borders */
	margin-bottom: 5px;
	padding-bottom: 6px;
	width: 180px;
	z-index: 99999;
	background: #fff;
}

#topmenu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 200px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	padding: 5px;
	background: #f5f5f5;border:1px solid #e5e5e5;
}

#topmenu ul ul li a { /* target all sub menu item links */ padding: 5px 0 0 5px; /* give our sub menu links a nice button feel */ background-image: none;}

#topmenu ul li:hover > ul { display: block; /* show sub menus when hovering over a parent */ }

#topmenu ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 180px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: -3px; /* this ensures the sub menu starts in line with its parent item */
	border-left: 1px solid #fff;
}

#topmenu .current-menu-ancestor > a {
	text-decoration: underline;
	background: none;
}

/****************************************************************************************************************

3. Body

****************************************************************************************************************/

#container {
	position: relative;
	margin: 0 auto 30px;
	padding: 6px;
	width: 1000px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}

/*****************************
content - general
*****************************/

#content {
	position: relative;
	float: left;
	height: 448px;
	width: 1440px;
	background-color: #ccc;
}

/*****************************
content - pages
*****************************/

#content-page {
	position: relative;
	background-color: #fff;
	width: 985px;
	height: 448px;
	clear: both;
}

/*****************************
content - front page
*****************************/

#content-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background-color: #ccc;
}

#content-fp {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
}

#c-stream {
	font: 13px/205% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0;
	margin: 0;
}

#title-stream {
	width: 100%;
	margin: 0 0 12px 0;
	height: auto;
}

/*****************************
top content
*****************************/

#top-content {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background: #fff;
	clear: both;
}

#top-content p {
	font: 18px/125% "Banda Regular", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #663a03;
}

#top-content2 {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background: #fff;
	clear: both;
}

#top-content2 p {
	font: 13px/205% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0px 16px 0 26px;
	margin: 0;
margin-bottom:15px;
}
#top-content2 strong{font-weight:bold;}

/*****************************
bottom content
*****************************/

#c-stream .video {
	position: relative;
	margin: 0px 0 0 26px;
	border: 6px solid #88500b;
	width: 430px;
	height: 290px;
}
#c-stream .video p{
	font: 13px/205% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #231f20;
	padding: 0px 16px 0 26px;
	margin: 0;
margin-bottom:15px;
}

img.vshadow { margin: 0px 0 0 32px; }

/****************************************************************************************************************

4. Sidebars

****************************************************************************************************************/

/*****************************
sidebar - general
*****************************/

#sidebar {
	float: right;
	width: 255px;
	height: auto;
}

/*****************************
widget - ...
*****************************/

#signup {
	position: relative;
	float: right;
	margin: 26px 0 0 0;
	width: 324px;
	height: 252px;
	background-image: url(images/sidebar/report-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

#signup h2 {
	font-size: 24px;
	padding: 5px 0 0 15px;
	margin: 0;
	color: #fff;
}

#signup p {
	line-height: 175%;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
}

#stories {
	position: relative;
	float: right;
	margin: 26px 0;
	width: 324px;
	height: 252px;
}

#stories h2 { padding: 0; }

#stories p {
	font: 16px/125% "Banda Regular", Arial, Helvetica, sans-serif;
	padding: 8px 0 0 26px;
	color: #20201f;
	padding: 0;
}

#stories p.name {
	font: 18px/125% "Banda Regular", Arial, Helvetica, sans-serif;
	padding: 8px 0 0 26px;
	color: #20201f;
	padding: 0;
	margin: 0 15px;
	float: right;
}

#stories p.atlaw {
	font: 12px/125% "Banda Regular", Arial, Helvetica, sans-serif;
	padding: 8px 0 0 26px;
	color: #20201f;
	padding: 0;
	margin: 0 15px;
	float: right;
	clear: both;
}

/*****************************
widget - ...
*****************************/

#submitbox {
	position: relative;
	margin: 0 auto;
	width: 322px;
	height: auto;
}

#submitbox label {
	position: relative;
	float: left;
	padding: 4px 0 0 0;
	margin: 0 0 0 10px;
	width: 52px;
	height: 20px;
	font: 14px/16px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
}

#submitbox input[type=text] {
	font: 14px/16px Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	padding: 0 0 1px 14px;
	height: 21px;
	width: 170px;
	border: 1px solid #f1f3f3;
}

#submitbox input[type=submit] {
	position: relative;
	float: right;
	margin: 0 10px 0 0;
	width: 93px;
	height: 33px;
	background-image: url('images/sidebar/submit.png');
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
}

#submitbox input[type=submit]:hover {
	background-image: url('images/sidebar/submit-2.png');
	background-repeat: no-repeat;
	background-position: center;
}

#submitbox .space {
	margin: 15px 0 0 0;
	width: 260px;
	height: 20px;
	clear: both;
}

/*****************************
widget - ...
*****************************/



/****************************************************************************************************************

5. Special Features

****************************************************************************************************************/

/*****************************
featured content
*****************************/

#featured {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 401px;
	padding-top: 0;
	clear: both;
}

#featured-c {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 401px;
	padding-top: 0;
	background-image: url(images/featured/featured-bg3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}
#featured-cc {
	position: absolute;
	top: 13px;
	right: 17px;
}

img.f-text {
	position: absolute;
	top: 25px;
	left: 17px;
}

img.f-img {
	position: absolute;
	top: 13px;
	right: 17px;
}

/*****************************
widget areas
*****************************/

#fp-widgets {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 307px;
	background: #fff;
	clear: both;
}

#fp-widg1 {
	position: relative;
	float: left;
	width: 333px;
	height: 307px;
	text-align: center;
}

.fp-divider {
	position: relative;
	margin: 20px auto 20px;
	padding: 0;
	width: 1000px;
	height: 1px;
	background-image: url(images/content/hlines.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	clear: both;
}

/****************************************************************************************************************

6. Special Page Templates

****************************************************************************************************************/

/*****************************
page - ...
*****************************/

/*****************************
page - ...
*****************************/

/****************************************************************************************************************

7. Misc Styles

****************************************************************************************************************/

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.fltlft2 {
	float: left;
	margin: 8px 0 0 16px;
	padding: 0 16px 8px 0;
}

img.floatright {
	float: right;
	margin: 4px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* when parent container collapses - inner divs float*/
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.post-image { display: none; }

.entry-meta, .entry-date {
	font-style: italic;
	text-transform: capitalize;
	padding-right: 5px;
}

.entry-meta { margin: 0 0 20px 27px; }

.date:before { content: "Posted on "; }

.date:after { content: "by "; }

.categories-links { display: none; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.edit-link { margin: 0 0 0 45px; }

p.form-allowed-tags { display: none; }

.screen-reader-text { margin-left: 40px; }

a:link.readmore {
	margin:  0 0 0 25px;
	padding: 0;
}

.entry-content p {
	padding-bottom: 0;
}

/****************************************************************************************************************

8. Footer

****************************************************************************************************************/

#footer {
	position: relative;
	width: 100%;
	height: 95px;
	background-image: url(images/footer/foot-bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	clear: both;
}

#copyright {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 20px;
}

#copyright p {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px;
	font: 11px/100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
}

/*****************************
Footer Menu
*****************************/

#botmenu {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 41px;
	padding-top: 0;
	clear: both;
}

#botmenu-inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 41px;
	padding-top: 0;
	background: none;
}

#botmenu ul {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	width: 925px;
}

#botmenu li {
	position: relative; /* this is needed in order to position sub menus */
	display: block;
	float: left;
	padding: 14px 0;
}

#botmenu li:last-child { border-right: none; }

#botmenu li a {
	font: 13px/125% Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	height: 14px;
	line-height: 14px;
	padding: 0 25px;
	color: #fff;
}

#botmenu .current-menu-item a, #botmenu .current_page_item a, #botmenu a:hover {
	background: none;
	text-decoration: underline;
}

.alignright{float:right;margin:15px;}