/*
	Theme Name: Doug Llewelyn Productions
	Theme URI: www.jwjdesign.com
	Description: Doug Llewelyn's Wordpress Theme
	Version: 1.4.3
	Author: James W. Johnson @thejameswilliam
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color:#444;
	background:url(img/bg.jpg) repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	width:100%;
	vertical-align:bottom;
}
a {
	color:#383838;
	text-decoration:none;
}
.sidebar a  {
	color:#BDBDBD;
	
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:20px 0px 0px 0px;
}
/* header */
.header {
	width:75%;
	margin:0px auto;

}
/* logo */
.logo {
	width: 39%;
	float:left;

}
.logo-img {

}
/* nav */
.nav {
	float:right;
	clear:right;
	margin-top:30px;
	font-size:1.3em;
	font-weight:500;

}
.nav li {
	list-style:none;
	float:left;
	
}
.nav li a{
	list-style:none;
	padding:5px 15px 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:transparent url(img/bd-menubar-item.gif) right top no-repeat;
	transition: all 200ms ease-out;
}

.nav li a:hover {
	background:#323232;
	color:#D5D5D5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.current_page_item {
	border-bottom:2px dotted #3E342D;
}
.current_menu_item {
	border-bottom:2px dotted #3E342D;
}
/* sidebar */
.sidebar {
	width: 30%;
	float:left;
	margin-top:50px;

}
.sidebar .current_page_item {
	background:#2F2F2F;
	
}
.sidebar .current_menu_item {
	background:#2F2F2F;
	
}
.sidebar .current_page_item a {
	color:#B9B9B9;
}
.sidebar .current-menu-item a {
	color:#B9B9B9;
}
.sidebar ul {
	display:block;
	list-style:none;
	text-align:center;
	font-size:1.3em;
	line-height:1.3em;
	
	
}
.sidebar ul li a{
	display:block;
	padding:10px;
	background:#1C1815;
	transition: all 200ms ease-out;
	
}
.sidebar ul li a:hover{
	background:#2F2F2F;
	color:#B9B9B9;
	margin-left:-10px;
	
}
.sidebar ul a:hover {
	color:#B9B9B9;
}
.sidebar ul li ul {
	font-size:1em;
	padding-left:0px;
}
.sidebar ul li ul li a {
	background:#312A24;
}
/* container */
.container {
	width: 60%;
	margin:0px auto;


}
.feature-image {
	width: 50%;	
	float:left;
	margin:0px 10px 0px 0px;
}
.feature-image img {
	width:100%;
}
/* footer */
.footer {
	width:100%;
	background:#191300;
	color:#fff3da;
	text-align:center;
	padding:20px;
	margin-top:60px;
	text-align:center;
	float:left;
}
.copyright {
	width:60%:
}
.footer a {
	color:#ECA000;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-container {
	width:65%;
	float:left;
	min-width:480px;
	margin-right:3%;
	font-size:1.4em;
}
/*------------------------------------*\
    hierarchy
\*------------------------------------*/

h1 {
	font-size:2em;
	font-weight:600;
}
h2 {
	font-size:1.5em;
	font-weight:500;
	margin-left:10px;
}
h3 {
	font-size:1.25em;
	font-weight:300;
	margin:3px 0px 30x 0px;
	margin-left:20px;
}
h4 {
	font-size:1em;
	font-weight:500;
	margin-left:30px;
}

/*------------------------------------*\
    Slider
\*------------------------------------*/
#featured-slider {
    clear: none;
    width: 100%;
    background:#000000;
	margin:80px 0px 100px 0px;
	height:300px;

}
.slides_container {
	background-position: center;
	background-repeat:no-repeat;
	overflow:hidden;
	
}


#slider img {
	width: 100%;
	height:auto;
	
}
.swipe {
	overflow: hidden;
	position: relative;
	max-width: 1000px;
	height: 400px;
	margin: 0px auto;
	top:-50px;
}
@-moz-document url-prefix() {

    .swipe { margin-left:-80px; }

}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe .nav {
	position: absolute;
	width: 80px;
	height: 38px;
	z-index: 10;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	color: #fff;
	top: 82%;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8)
}
.swipe .nav.next {
	right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.swipe .nav.prev {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.info-cont {
	position:absolute;
	
	color:#D8D8D8;
	padding:30px;
	width:40%;
	background-color:rgba(0, 0, 0, 0.5);
	text-align:center;
	height:100%;
	overflow:hidden;
}
.info-img {
	position:absolute;
	
	margin:20px 20px 20px 20px;
	margin-left:60%;
	border:#fff3da solid 3px;

}

.featured-title {

	font-size:3em;
	font-weight:600;

	text-align:center;
	
	
}
.featured-excerpt {
	font-size:1.4em;
	
}
.info-cont a {
	color:#fff3da;
}
.info-cont a:hover {
	color:#ECA000;
}
.feature-back {
	height:400px;
}
.feature-back img{
	background:url(img/sliderback.png);
	background-position:bottom;
	background-size: 100%;
	
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
	
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:1em;
	line-height:26px;
	margin:0;
	padding:6px 0px 0px 4px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
