/*
Theme Name: North Lake Media
Theme URI: http://northlakemedia.com
Description: The Wordpress theme especially designed for North Lake Media.
Author: Bradley Jon DeLoatche
Author URI: http://northlakemedia.com/
*/

li

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cccc66;
	margin:0;
	padding:0;
	background:url(images/bk_body.jpg);
	background-position:center top;
	background-color:#102e2e;
	line-height:130%;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(images/arrow.png) 0 10px no-repeat;
	padding-left:15px;
	position:relative;
	text-transform:capitalize;
}


a {
	color:#cc9900;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	text-transform:uppercase;
	font-weight:bolder;
	font-style:italic;
	letter-spacing:-1px;
	padding:0;
	color:#cc6;
}

h2, h2 a {
	font-size:24px;
	padding:0;
	color:#339999;
	letter-spacing:-2px;
	text-decoration:none;
}

h3 {
	font-size:14px;
	color:#339999;
	padding:5px 0 0;
}

blockquote{
	margin-right:0px;
	padding-left:60px;
	text-align:justify;
	background:url(images/quote.png) 0 0 no-repeat;
	font-style:italic;
}

.header_sidebar{
	color:#cc9900;
}

.header_sidebar_home{
	color:#cccc66;
}

.post h1{
	padding-bottom:4px;	
	margin-bottom:0;
	color: #cccc66;
	font-size:36px;
	line-height:36px;
}

.post h2{
	padding-top: 40px;	
}

.header_post_listing, .header_post_listing a{
	color:#399;
	margin:0;
	padding-bottom:4px;
}

/* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:150px;
	position:relative;
}

#content {
	padding:0 0 25px;
}

#thesea{
	background:url(images/thesea.png);
	background-repeat:repeat-x;
	height:400px;
	width:100%;
	position:relative;
	text-align:center;
}

#container_footer{
	background:url(images/fishes.png) no-repeat center 200px;
	height:300px;
}

#footer{
	height:50px;
	background:url(images/footer.png) no-repeat center;
	margin-top:100px;
	margin-left:-450px;
	margin-bottom:50px;
	position:absolute;
	width:900px;
	left:50%;
	width:900px;
}

#innerFooter {
	color:#339999;
	width:890px;
	margin:0 auto;
	height:40px;
	padding-top:15px;
	line-height:25px;
	padding-left:15px;
	text-align:left;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:82px;
	left:10px;
	
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	width:207px;
	height:56px;
	text-indent:-9000px;
	text-decoration:none;
	display:block;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#HOMEcolLeft {
	float:left;
	width:575px;
	padding-right:20px;
	margin-top:15px;
	border-right:solid 1px #66561e;
}

#HOMEcolRight {
	float:left;
	width:275px;
	margin-left:20px;
	margin-top:15px;
	
}

#HOMEcolRight p.line {
	border-bottom:solid 1px #66561e;
	display:block;
	padding:10px 0;
	margin:0;
}

#colLeft {
	float:left;
	width:611px;
	padding-right:20px;
	margin-top:15px;
	padding-left:10px;
	border-right:solid 1px #66561e;
}

#colRight {
	float:left;
	width:238px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	border-bottom:solid 1px #66561e;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

/* Rounded Corners
--------------------------------------------*/
#rounded_square{
	width:80%;
	margin-left:70px;
}
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:0px solid #666;
	background:#000;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#000;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 15px;
	background:#000;
	color:#FFFFFF;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


/* BLOG 
--------------------------------------------*/
.post {
	padding:0 0 5px;
	position:relative;
}

.post p{
	line-height:30px;
	font-size:16px;
}

.post small {
	color:#cc6;
	display:block;
	border-top:solid 1px #66561e;
	padding-bottom:6px;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
}

.post small a{
    color:#cc6;
}

.postmetadata {
	color:#666;
	font-size:11px;
}

.post .entry {
	padding-bottom:80px;
}

.post .entry img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
}

.post .ribbonType {
	position:absolute;
	top:58px;
	left:568px;
	width:45px;
	height:43px;
}

*html .post .ribbonType {
	top:71px;
}

#sidebar ul {
	background:url(images/bk_horizline.jpg) 100% 0 repeat-x;
	margin:10px 0;
}

#sidebar ul li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}

* html #sidebar ul li {
	float:left;
	width:100%;
}

#sidebar ul li a {
	display:block;
	background:url(images/arrow.png) 0 11px no-repeat;
	padding:6px 0 8px 16px;
	text-decoration:none;
	margin:0;
}

#sidebar ul li a:hover {
	color:#333;
}

/* Comments */
#disqus_thread{
	background-color: #140d00;
	padding:20px;
	margin-bottom:0;
	color: #cc6;
}

#disqus_thread h3{
	font-size: 24px;
	padding:0;
	margin:0;
	line-height:24px;
	color:#cc6;
}

#dsq-content #dsq-comments .dsq-comment-header, #dsq-content #dsq-reactions .dsq-comment-header{
	background: #62411e;;
	color: #140d00;
}

#dsq-content #dsq-comments .dsq-header-avatar img, #dsq-content #dsq-reactions .dsq-header-avatar img{
	border:0;
}

.dsq-dc-logo, .dsq-brlink, .dsq-options{
	display:none;
}

/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 917px; /*Width of Carousel Viewer itself*/
	height: 319px; /*Height should enough to fit largest content's height*/
	margin-top:-7px;
	margin-left:-7px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(images/bk_featured.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 917px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:319px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
	color:#333;
}

.stepcarousel .panel .projectDetails .title {
	font-size:20px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg{
	position:absolute;
	top:14px;
	right:20px;
}

.stepcarousel .panel .projectImg img {
	border:none;
}

.web {
	background:url(images/ribbon_web.png) 0 0 no-repeat;
}

.logo {
	background:url(images/ribbon_logo.png) 0 0 no-repeat;
}

.print {
	background:url(images/ribbon_print.png) 0 0 no-repeat;
}





/* FORMS
-------------------------------------------------*/
form label, form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form#commentform input, form textarea, form#commentform textarea  {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


form textarea, form#commentform textarea {
	width:500px;
}

form input#submit, form#commentform input#submit, form input#searchsubmit{
	padding:0;
	margin:0;
	border:0;
	padding-top:1px;
	width:103px;
	height:27px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#399;
	font-size:11px;
}

form input#searchsubmit {
	background-color:#399;
	width:60px;
	margin:0;
}

form#searchform input#s {
	width:143px;
	margin:0;
}

form#searchform div {
	padding:0 0 10px;
}

form#searchform label {
	padding:0;
	margin:0;
}



/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

#genres input, #services input {
width:10px;
}
.wpcf7-list-item {
display:block;
margin-bottom:10px;
margin-top:10px;
}

