/*
Theme Name: Jean Custom Theme
Author: jumphighdesign.com
Author URI: http://jumphighdesign.com
Description: Los Angeles web design company, designing websites for cool people and businesses world wide! FUCK YEAH! 
*/

/* ---------------------------------------
		MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#686868;
	background: url(images/jn_paper_green_03_03.png);
	line-height:135%;
	min-width: 1024px;
}
ul {
	list-style:none;
}

a {
	text-decoration:none;
	color: #686868;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 0px 0em;
	line-height: 100%;
	padding-bottom: 15px;
}

h1 {
	font-weight:normal;
	font-size: 28px;
}

h1 a:hover {
	text-decoration:none;
	color:#333;
}

h2 {
	font-size: 20px;
	padding-top: 10px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	padding-top: 10px;
}
h4, h5, h6 {
	font-size: 16px;
	padding-top 10px;
}


 /* ----------------------------------------------
		LAYOUT STRUCTURE
--------------------------------------------------*/


#mainWrapper {
	margin: 0 auto;
}
#header {
	background: url(images/jn_header_03.png) 0 0 repeat-x;
	margin: 0 auto;
	height: 215px;
	position: relative;
}

#content {
	padding-bottom: 20px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#content_wrapper {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 3px 2px #888888;
	-webkit-box-shadow: 0px 0px 3px 2px #888888;
	box-shadow: 0px 0px 3px 2px #888888;
	background: #FFFFFF;
	width: 960px;
	position: relative;
	padding-top: 20px;
	margin: 20px auto;
	overflow: auto;
}
#leftSide {
	position: relative;
	width: 470px;
	float: left;
}
#rightSide {
	padding: 10px;

}
#colLeft {
	float: left;
	width: 660px;
	margin-right: 40px;
	padding: 0 0 40px 20px;

}

#colRight {
	float: left;
	width: 220px;
	padding-top: 10px;
	
}
#jnP {
	position: absolute;
	top: 75px;
	left: 0;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	padding-bottom: 15px;
	text-align: left;
	color: #6B7BAC;
}
#jnC {
	position: absolute;
	top: 20px;
	right: 0px;
	font-family: 'Muli', sans-serif;
	color: #6B7BAC;
	font-size: 24px;
	padding-bottom: 15px;
	text-align: right;
}
#jnC2 {
	position: absolute;
	top: 20px;
	right: 0px;
	color: #6B7BAC;
	font-size: 18px;
	padding-top: 25px;
	font-family: 'Muli', sans-serif;
	text-align: right;
}
#jnC2 li {
	padding-bottom: 5px;
}
.tag_wrapper {
	width: 960px;
	margin: 10px auto;
}
.tagline, .tagline h2 {
	padding: 10px 5px;
	text-align: center;
}

#footer {
	color:#686868;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerWidgets {
	width: 960px;
	margin: 0 auto;
	padding-top: 32px;
}

#footerWidgetsInner {
	background: #FFFFFF;
	width: 960px;
	height: 20px; /* must remove height if activating widgets */
	margin:0 auto;
	padding: 5px;
	overflow:hidden;
	-webkit-radius: 6px;
	border-radius: 6px;
	-webkit--radius: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .4);
}

/* --------------------------------
	HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logoWrap {
	width: 960px;
	margin: 0 auto;
	position: relative;


}
#logo {
	position: absolute;
	top: 20px;
	margin: 0 auto;
}

#logo a img{
	border:none;
	vertical-align:middle;
}
#menuWrap {
	height: 97px;
	top: 118px;
	margin: 0 auto;
	position: relative;
	background: url(images/jn_nav_03.png) 0 0 repeat-x;
}

#mainMenu {
	position:relative;
	z-index: 1000;
	width: 960px;
	margin: 0 auto;
	top: 56px;
}
#mainMenu ul li {
	float:left;
	background: #FFF;
	margin-right: 10px; 
	padding: 8px 10px;
-webkit-radius-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-radius-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, .1);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, .1);
list-style-type: none;

}
#mainMenu ul li li {
	-webkit-radius-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-radius-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
#mainMenu ul li a {
	display:block;
	margin-top: 2px;
	color: #BF8686;
	font-size: 16px;
}
#mainMenu ul li a span {
	font-size:10px;	
	line-height:120%;
}

#mainMenu ul li a:hover {
	text-decoration:none;
	color:#8E8E8E;
}


#mainMenu ul li ul li a:hover {
	
}

/* ----------------------------------
	top social links 
-------------------------------------*/

#connect_with_us {
	margin: 10px 0;
	font-size: 12px;
	position: absolute;
	right: 15px;
}
#social_links {
	position: absolute;
	right: 15px;
	top: 30px;
}
#social_links ul li {
	float:left;
	padding: 0 5px;
	width: 32px;
}
#social_links ul li a {
	display: block;
}

#social_links ul li a img {
	border: none;
	margin-top: 9px;
	margin-left: 8px;
}

#social_links ul li a:hover {
	background: none;
}

/* ----------------------------------------
		CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* ------------------------------------------
		homeboxes 
---------------------------------------------*/

#boxWrapper {
	margin: 10px auto;
	position: relative;
	width: 960px;
	padding-bottom: 40px;
}
#homeBoxes {
	overflow:hidden;
	padding: 20px 0 0 40px;
	
}
#box1, #box2, #box3, #box4, #box5, #box6 {
	width: 250px;

	float: left;
	margin-right: 55px;
	margin-top: 15px;
	
}
#box1 p, #box2 p, #box3 p, #box4 p, #box4 p, #box5 p, #box6 p {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
#homeBoxes h2 {
	padding: 5px;
	text-align: center;
	font-weight:normal;
	font-size: 24px;
	font-family: 'Muli', sans-serif;
	background: repeat #DEDED1;
	color: #fff;
	line-height: 1.3em;
	border: 2px dashed #f4f4f4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #DEDED1, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #DEDED1, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #DEDED1, 2px 1px 6px 4px rgba(10,10,0,.5);
	text-shadow: -1px -1px #C6C6C6;
}

#box1:hover {
	background: #EDD3D3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#box2:hover {
	background: #DEDED1;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#box3:hover {
	background: #CFD7ED;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#box4:hover {
	background: #EDEDCF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#box5:hover {
	background: #D1D4DE;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}
#box6:hover {
	background: #F2E7E7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}

.lb {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 0;
}
	
.boxBorder {
	border: 1px solid #ccc;
	width: 210px;
	height: 180px;
	background: #fff;
}

#homeBoxes .homeBox img:hover {
	border-color:#F9F9F9;
}

#homeBoxes .last{
	margin-right:0;
}

.more-link {
	padding: 0;
}

/* ---------------------------------------
		home blurb 
------------------------------------------*/

#blurb {
	
	padding: 0 10px 0 10px;  
	font-size: 14px;
	line-height:130%;
}

#blurb p {
	margin: 0;
	padding: 20px;
}

#blurb img {
	float:right;
	border:none;
	margin-top:5px;
}

#archive-title {
	padding:5px 0 7px 25px;
	margin:0 0 15px;
	display:block;
	background:url(images/ico_archive.png) 2px 50% no-repeat;
	border-bottom:1px solid #ddd;
}

#content #colLeft img {
	border-top:1px solid #BBB; 
	border-left:1px solid #BBB; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}

/* ----------------------------------------
		BLOG ITEMS 
-------------------------------------------*/

.postItem {
	margin:0 0 30px;
	padding:0 0 15px;
	border-bottom:1px dotted #bbb;
	overflow:hidden;
}

.postItem .meta {
	font-size:11px;
	color:#666;
	text-shadow:1px 1px #fff;
	margin-top:-12px;
	margin-bottom:18px;
}

.postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 25px;
	background:url(images/bullet_list.png) 0 8px no-repeat;
}

#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

#shareLinks {
	height:30px;
	background:url(images/bk_social.jpg) 0 0 repeat-x;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border:1px solid #008FF5; 
	/*border-left:1px solid #008FF5; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;*/
	margin:20px 0;
	width:130px;
}

#shareLinks a {
	color:#fff;
}

#shareLinks #icons {
	display:none;
	padding-left:15px;
}

#shareLinks #icons a {
	margin:0 10px;
	font-weight:bold;
	text-transform:uppercase;
}


/* ---------------------------------------------------
			PAGINATION 
------------------------------------------------------*/

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
.emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* -------------------------------------------
		SLIDER 
-----------------------------------------------*/

#slide_wrapper {
	width: 433px;
	height: 286px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 1px 1px;
	box-shadow: rgba(0,0,0,.2) 0px 0px 1px 1px ;
}
#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 40%;
	width: 420px;
	height: 274px; 
	margin: 5px;
	border: 1px solid #d1d1d1;
	
}
#slide_border {
	text-align: center; 
	padding: 100px 100px 0; 
	height: 219px; 
	font-size: 14px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}


/* ----------------------------------
	COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom: 25px;
	padding: 5px 10px;
	
}

.rightBox h2 {
	padding: 10px 0;
	text-align: center;
	background: repeat #DEDED1;
	color: #fff;
	line-height: 1.3em;
	border: 2px dashed #f4f4f4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 0 4px #DEDED1, 2px 1px 4px 4px rgba(10,10,0,.5);
	-webkit-box-shadow: 0 0 0 4px #DEDED1, 2px 1px 4px 4px rgba(10,10,0,.5);
	box-shadow: 0 0 0 4px #DEDED1, 2px 1px 6px 4px rgba(10,10,0,.5);
	text-shadow: -1px -1px #C6C6C6;
}

.rightBox ul li {
	padding: 6px 0;
	border-bottom:1px solid #ddd;
	color: #fff;
}

.rightBox ul {
	border-top:1px solid #ddd;
	margin-top: 10px;
}

/* --------------------------------
		COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#333;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

/* ----------------------------------------
		FOOTER ELEMENTS
-------------------------------------------*/


/* -----------------------------------------
		Footer Widgets 
--------------------------------------------*/

#footerWidgetsInner .boxFooter {
	float:left;
	width:210px;
	padding-right:30px;
	overflow:hidden;
	margin-bottom:40px;
}


#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px dotted #d1d1d1;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#ccc;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;
	border-bottom:1px dotted #d1d1d1;
	font-size:10px;
	font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	color: #d1d1d1;
	font-size:13px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#ccc;
}

/* -----------------------------------------
		Copyright 
--------------------------------------------*/

#footerWidgetsInner #copyright {
	clear:both;
	background: #FFF;
	margin-top: 5px;
	position:relative;
	color: #686868;
	
}

#jhd {
	position:absolute;
	right: 5px;
	bottom: 3px;
}

#jhd img {
	border:none;
}

#jhd a {
	/*display:block;
	width:344px;
	height:26px;
	background:url(images/site5bottom.png) 100% 0 no-repeat;
	text-indent:-9999px;*/
}


/* ---------------------------------
		FORMS
------------------------------------*/


/* ----------------------------------------
		Top Search 
-------------------------------------------*/

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-radius: 4px;
	width:100px;
	background:url(images/bk_top_search.png) 0 0 repeat-x;
	padding:9px 10px 10px;
	border:1px solid #2E4849;
	color:#A8A8A8;
	font-style:italic;
	margin-right:10px;
	position:relative;
}

#topSearch input[type="submit"] {
	position:absolute;
	right:0;
	z-index:100;
	width:43px;
	height:44px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}	

/* ------------------------------------------
		COMMENTS F0RM 
---------------------------------------------*/


#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   	-moz-border-radius:4px;
   	-webkit-border-radius:4px;
	border-radius: 4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"] {
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
 border-top: 1px solid #cee1ed;
   background: #415ba8;
   background: -webkit-gradient(linear, left top, left bottom, from(#7184be), to(#415ba8));
   background: -webkit-linear-gradient(top, #7184be, #415ba8);
   background: -moz-linear-gradient(top, #7184be, #415ba8);
   background: -ms-linear-gradient(top, #7184be, #415ba8);
   background: -o-linear-gradient(top, #7184be, #415ba8);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   color: #FFF;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
	font-size:12px;
	padding:0;
}

#commentform input[type="submit"]:hover {
   border-top-color: #415ba8;
   background: #415ba8;
   color: #ccc;
   }



/* --------------------------------------
		Contact Form 
-----------------------------------------*/
#address  {
	padding-bottom: 20px;
	margin-left: 20px;
	float: left;
	clear: both;
}
#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
	border-radius: 4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
 border-top: 1px solid #cee1ed;
   background: #415ba8;
   background: -webkit-gradient(linear, left top, left bottom, from(#7184be), to(#415ba8));
   background: -webkit-linear-gradient(top, #7184be, #415ba8);
   background: -moz-linear-gradient(top, #7184be, #415ba8);
   background: -ms-linear-gradient(top, #7184be, #415ba8);
   background: -o-linear-gradient(top, #7184be, #415ba8);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   color: #FFF;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
	font-size:12px;
	padding:0;
}
#contact input[type="submit"]:hover {
   border-top-color: #415ba8;
   background: #415ba8;
   color: #ccc;
   }
}

.errormsg, .successmsg{
	background: #FEF4F1;
	border: 1px solid #F7A68A;
	color: #DA4310;
	padding: 10px;
	-moz-border-radius:4px;
   	-webkit-border-radius:4px;
	border-radius: 4px;
	position: absolute;
	z-index: 1001;
}

.successmsg {
	background: #F5FAF1;
	border: 1px solid #C2E1AA;
	color: #8FA943;
	-moz-border-radius:4px;
   	-webkit-border-radius:4px;
	border-radius: 4px;
	position: absolute;
	z-index: 1001;
}

?#header{z-index:1001 !important;}
#content{z-index:100 !important;}

