/* ==========================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea { font-family: "Open Sans",serif; color: #222; -moz-border-radius: 6px; 	-webkit-border-radius: 6px;	border-radius: 6px; }

::-moz-selection { background: #FF5400; color: #fff; text-shadow: none; }
::selection { background: #FF5400; color: #fff; text-shadow: none; }

a {  color: #FF5400;text-decoration: none; }
a:visited { color: #FF5400;text-decoration: none; }
a:focus { color: #ff8042; outline: thin dotted; }
a:hover, a:active { color: #ff8042; outline: 0; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

h1{ font-weight: 100; }

/* =============================================================================
   Typography
   ========================================================================== */

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

blockquote p { margin-bottom:10px; }

dfn { font-style: italic; }

ul, ol {
margin: 1em 0;
padding: 0 0 0 40px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { margin-bottom: 0px; }

form {
margin: 0 0 4px;
}

h1, h2, h3, h4, h5, h6 { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

embed, iframe, object, video { max-width: 100%;}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }



.button, #post-nav a, #comments-nav a, .sendbutton {
	display: inline-block;
	background: #FF5400;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));		
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
	width: auto;
	overflow: visible;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
}
.button:hover, #post-nav a:hover, #comments-nav a:hover, .sendbutton:hover { 
	background: #ff8042; 
	color: #fff; 
}

a.button{ color:#fff; }

#wrap{ margin-top: 88px; }


/* =============================================================================
   Header
   ========================================================================== */

#banner { }

/* Fixed Topbar Navigation */
body.top-navbar { padding-top: 60px; }
body.admin-bar .navbar-fixed-top { top: 28px; }

#banner .headerCont p{ margin:0; padding:0; }

#banner {  -moz-transition: height 350ms cubic-bezier(0.86, 0, 0.07, 1) 0s;  background-color: #222222;    /*height: 80px;*/ /*min-height:80px;*/ min-height:40px;    position: fixed;    width: 100%;    z-index: 99999; }
#banner .container { padding: 0; }
#banner .stripe {
    /*-moz-transition-duration: 450ms, 400ms;
    -moz-transition-property: background-color, height;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1), cubic-bezier(0.86, 0, 0.07, 1);*/
    display: block;
    height: 12px;
    position: absolute;
    top: 100%;
    width: 100%;
	background-color: rgba(255, 84, 0, 0.9) !important;
}

#banner #socialNav{ /*left: 940px;    position: absolute;*/ position:relative; float:right; margin-right: 58px; top: 33px; color:#fff;}
#banner #socialNav span.topNav{ position:absolute; top:-70px; cursor:pointer; }
#banner #socialNav a img{padding-bottom: 4px;}

#headerCont{ position:relative; }
.headerCont{ width: 100%;margin: 0 auto;position: relative;}

#banner #nav-main{ float:left; }

#logo { /*float: left; width: 300px; height: 75px; margin: 0 0 16px; padding: 0;*/ /*position: absolute;*/ position:relative; float:left; top: 0px; left:80px;  margin: 0 0 16px; padding: 0; }

#nav-main ul { 
	/*background: #FF5400;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));	*/
	/*position: absolute; */
	list-style: none; 
	margin: 0 0 16px 0; 
	padding: 0;
	float: left; 
	/*width: 100%;*/
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
    /*left:300px;*/
	position:relative;
	left: 62px;
	float: left;
}
#nav-main ul li { float: left; margin: 0; *zoom: 1; margin-left: 35px; } 

#nav-main ul li:hover { position: relative; }
#nav-main ul li a { 
	 -webkit-transition: border .2s ease;
      	-moz-transition: border .2s ease;
      	-o-transition: border .2s ease;
      	-ms-transition: border .2s ease;
      	transition: border .2s ease;
      	-webkit-border-radius: 0;
       	-moz-border-radius: 0;
       	-o-border-radius: 0;
       	-ms-border-radius: 0;
       	border-radius: 0;
    border-top: 5px solid transparent;
    float: left;
    margin: 0;
    padding: 29px 0 21px 4px;
    width: 100%;
	font-size:12px;
	color:#fff;
	display: block;
    font-weight: 300;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration:none;
}
#nav-main ul li a:hover, 
#nav-main ul li.active > a, 
#nav-main ul li.current-menu-parent > a, 
#nav-main ul li.current-menu-ancestor > a, 
#nav-main ul li:hover > a { 
	color: #B2B2B2;
	border-top: 5px solid #FF5400;
        	background: none;
        	-webkit-transition: border .2s ease;
        	-moz-transition: border .2s ease;
        	-o-transition: border .2s ease;
        	-ms-transition: border .2s ease;
        	transition: border .2s ease;
}

#nav-main ul ul { 
	position: absolute; 
	visibility: hidden;
	top: 100%;
	left: 0;
	width: 200px; 
	background: #73c8ff; 
	padding: 0; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0; 
}
#nav-main ul ul li { float: none; }
#nav-main ul ul li a { 
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 4px 16px; 
	width: 168px; /* account for the width of ul#nav-main ul and the padding on the anchor */
	display: inline-block;

}
#nav-main ul ul li a:hover, 
#nav-main ul ul li.current-menu-item > a, 
#nav-main ul ul li.current-menu-parent > a, 
#nav-main ul ul li.current-menu-ancestor > a, 
#nav-main ul ul li:hover > a {
	color: #FF5400; 
}

#nav-main ul ul ul { left: 100%; top: 0; }
#nav-main ul li:hover > ul { visibility: visible; }

#nav-utility { position: absolute; top: 10px; right: 0; }
#nav-utility ul { list-style: none; margin: 0; padding: 0; float: right; width: auto; position: relative; font-size: 24px; }
#nav-utility ul li { float: left; position: relative; }
#nav-utility ul li a { display: block; float: left; padding: 18px 12px 4px; text-decoration: none; /*color:#fff;*/ }



/* ==========================================================================
   Content
   ========================================================================== */

#content { }

/* AUTHOR */
.aboutauthor {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    }

.aboutauthor h4 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    }

.aboutauthor img {
    float: left;
    margin: 0 15px 8px 0;
    }



/* ==========================================================================
   Primary Content
   ========================================================================== */

.page-header{ padding-bottom: 0px; margin: 5px 0; margin-bottom: 20px; }

#main { }

/* Nerdy Links & related posts */
ul.delicious li, ul.related_post li, #smart-archives-list ul li{ padding:0; list-style:none; }
ul.delicious li a, ul.related_post li a, #smart-archives-list ul li a{
	border-bottom: 1px dashed #CCCCCC;
    color: #FF5400;
    display: block;
    line-height: 1.5em;
    padding: 8px 5px !important;
	-webkit-transition: background .2s ease;
  	-moz-transition: background .2s ease;
  	-o-transition: background .2s ease;
  	-ms-transition: background .2s ease;
  	transition: background .2s ease;
	font-size:15px;
	
	}
ul.delicious li a:hover, ul.delicious li a:focus, ul.related_post li a:hover, ul.related_post li a:focus, #smart-archives-list ul li a:hover, #smart-archives-list ul li a:focus {
      background: #333;
      color: #ff7f40;
      }

.delicious-extended{ margin-top:5px; margin-bottom:20px; padding-left:5px; }

.delicious-tags{ display:none; }

.related_post_title{ margin-top: 10px; }



/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar { }
#sidebar .widget{ margin-bottom: 1.5em; }
#sidebar ul li{ padding:0; list-style:none; }
#sidebar ul li a{
	border-bottom: 1px dashed #CCCCCC;
    color: #FF5400;
    display: block;
    line-height: 1.5em;
    padding: 8px 5px !important;
	-webkit-transition: background .5s ease;
  	-moz-transition: background .5s ease;
  	-o-transition: background .5s ease;
  	-ms-transition: background .5s ease;
  	transition: background .5s ease;
    width: 204px !important;
	font-size:12px;
	
	}
#sidebar ul li a:hover, #sidebar ul li a:focus {
      background: #333;
      color: #ff7f40;
      }

.tagcloud a:after{ content: " / "; }

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }

.entry-tags{ color: #FF5400; position:relative; list-style:none; margin:0; padding:0; }
.entry-tags li{ float:left; line-height: 21px; }
.entry-tags a{ text-transform:uppercase;  }

h2.permTitle{ font-weight: 100; font-size: 2.5em; }
h2.permTitle a:hover{ background: #FF5400; color:#fff; text-decoration:none; -webkit-transition: background .5s ease;
        	-moz-transition: background .5s ease;
        	-o-transition: background .5s ease;
        	-ms-transition: background .5s ease;
        	transition: background .5s ease; }

li.tags, .tags span{
	float:left;
	height:20px;
	line-height:20px;
	position:relative;
	font-size:11px;
	}

span.tag{
	margin-left:20px;
	padding:0 6px 0 7px;
	background:#FF5400;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	
	} 
	
span.tag:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-10px;
	width:0;
	height:0;
	border-color:transparent #FF5400 transparent transparent;
	border-style:solid;
	border-width:10px 10px 10px 0;		
	}
	
span.tag:after{
	content:"";
	position:absolute;
	top:9px;
	left:0;
	float:left;
	width:3px;
	height:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	/*-moz-box-shadow:-1px -1px 2px #ff8042;
	-webkit-box-shadow:-1px -1px 2px #ff8042;
	box-shadow:-1px -1px 2px #ff8042;*/
	}
	
span.tag:hover{background:#555;}	

span.tag:hover:before{border-color:transparent #555 transparent transparent;}

article{ margin-bottom: 22px;  }

.featured-image{  margin-bottom:20px; }

textarea {
width: 60%;
height: 250px;
padding: 5px;
margin-bottom:10px;
}

body.page .page-header{ display:none; }

/* ==========================================================================
   Footer
   ========================================================================== */

#content-info { }

#content-info { clear: both; position: relative; background: url("../img/grid-bg.gif") repeat scroll 0 0 transparent; width: 100%; border-top:4px solid #333; z-index:9999; }
#content-info > .container { padding: 0 0 1.5em;  margin-top: 20px; }

ul.pressLinks{ margin:0; padding:0;}
ul.pressLinks li{ list-style:none; font-size:10px; margin-bottom:9px; line-height:12px; }
ul.pressLinks li a{border-bottom: 1px dotted #333;}

.footcolumns img{margin:4px; border:1px solid #FF5400;}
.footcolumns p.copy img { margin:0; border:none; }
.footcolumns p.footerSocialIcons img{ border:none!important; }
.footer h3 {font-size:16px;color:#fff;text-shadow:#000 1px 1px 0;font-weight:700;margin:0 0 14px;}
.footer p {color:#aaa;text-shadow:#000 1px 1px 0;margin:0 0 20px;}
.footer p.morebtn {margin:0;padding:0;}
.footer p.morebtn a,.footer p.morebtn a:visited {text-shadow:none;float:left;text-align:center;width:163px;font-family:helvetica, arial, sans-serif;color:#fff;font-size:13px;background:#000;text-decoration:none;font-weight:700;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;margin:0 0 30px;padding:12px 15px;}
.footer p.morebtn a:hover,.footer p.morebtn a:visited:hover {text-shadow: #903625 1px 1px 0;float:left;text-shadow:none;text-align:center;width:163px;font-family:helvetica, arial, sans-serif;color:#fff;font-size:13px;background:#D8543A;text-decoration:none;font-weight:700;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-webkit-transition:all 0.2s ease-in-out;margin:0 0 30px;padding:12px 15px;}
.footcolumns {/*width:910px;*/ width:100%; margin:0 auto;padding:16px 0;}
.footcol1,.footcol2,.footcol3 {float:left;width:22%;margin:0 4% 0 0;padding:0;}
.footcol4 {float:left;width:22%;margin:0;padding:0;}
.logofooter {float:left;width:184px;height:33px;margin:16px 0 0;}
a img.smfooter {width:193px;height:70px;filter:alpha(opacity=50);opacity:.5;margin:29px 0 0;}
a:hover img.smfooter {width:193px;height:70px;filter:alpha(opacity=100);opacity:1px;margin:29px 0 0;}
.copyright {float:left;margin:40px 0 0;padding:0;}


#content-info ul.menu { margin: 0 0 24px; padding: 0; list-style-type: none; }
#content-info ul.menu li { display: inline; margin-right: 1em; }

#content-info p.copy small { font-size: 1em; }



/* =============================================================================
   WordPress generated classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption { border: 1px solid #ddd; text-align: center; background: #eee; padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 0; }











/* ====================== CUSTOMMMMMMMMMZZZZZZZZZ ========================
*/

/* NEW COMMENT STYLE */

ol.commentlist li {
-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
margin-bottom:20px;
padding:25px 20px 20px;
position:relative;
}

.comment {
/*background:#E6E6E6 none repeat scroll 0 0;*/
background: #e2e2e2;
/*border:1px solid #FF7E00;*/
}

ol.commentlist, ol.commentlist li, ol.commentlist ol li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ol.commentlist li.comment .gravatar {
left:20px;
position:absolute;
top:20px;
background:#333 none repeat scroll 0 0;
/*border:1px solid #333333;*/
-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
padding:5px;
}



ol.commentlist li.comment .reply a {
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	background:#FF7E00 none repeat scroll 0 0;
	color:#333333;
	display:block;
	font-family:georgia,serif;
	font-size:16px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	
	
}
ol.commentlist li.comment .reply a:hover {
	background:none;
	color:#fff;
}

ol.commentlist li cite {
	font-family:georgia,serif;
	font-size:16px;
	margin-left:0px;
	text-transform: uppercase;
	padding: 7px;
}

.cancel-comment-reply {
	font-family:georgia,serif;
	font-size:16px;
	text-transform: uppercase;
	padding: 7px;
}





/* END COMMENT BLING */

.linklove{ display:none; }


/*CFORMS II */

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
	clear: both;
	margin-bottom:5px;
	padding-bottom:5px;
}

.cform fieldset	{ 
	/*margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; */
	display:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(http://www.andysowards.com/blog/wp-content/plugins/cforms/styling/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

ol.cf-ol li label, ol.cf-ol li input, ol.cf-ol li textarea{ float:left; clear:both; }
ol.cf-ol li label{ margin-right:5px; }
.sendbutton {
clear: both;
float: left;
margin-top: 20px;
margin-bottom: 20px;
}

.linklove
{
display:none;}

/* END CFORMS II*/

/* PORTFOLIO */

body.page-template-page-portfolio-php .sidebar,
.no-border .sidebar,
.no-border .recent-wrap
{ border: none; }

.home-recent .sidebar h3, body.page-template-page-portfolio-php .sidebar h3 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

.home-recent .sidebar p, body.page-template-page-portfolio-php .sidebar p {
	margin-bottom: 15px;
	padding-right: 20px;
}

.recent-wrap {
	width: 100%;
	float: left;
	border-top: 1px solid #efefef;
	padding: 40px 0 20px 0;
}

.portfolio-recent .recent-wrap { border: none; }

.single-portfolio .portfolio-recent .sidebar {
	margin-right: 40px;
	width: 260px;
}

#home-border .recent-wrap,
#home-border .sidebar { padding: 0; }

.droid-italic {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
}

.recent-wrap .hentry-wrap { width:100%; }

.recent-wrap .hentry {
	float: left;
	width: 210px;
	margin: 0 30px 0 0;
}

.recent-wrap .post-thumb { margin-bottom: 10px; }

.post-thumb a span.overlay {
	background: url(../img/overlay.png) center no-repeat;
	position: absolute;
	width: 210px;
	height: 160px;
	display: block;
	z-index: 5;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
      -moz-opacity: 0;
		   opacity: 0;
}

.recent-wrap .post-thumb a {
	padding: 5px;
	display: block;
	width: 210px;
	height: 160px;
}

.post-thumb a { cursor: pointer; }

.recent-wrap .post-thumb a:hover { background: #FF5400; }

#recent-portfolio .entry-title,
#recent-portfolio .entry-content,
#recent-portfolio .entry-meta 
{ padding-left: 10px; }

#recent-portfolio .entry-title
{ margin-bottom: 2px; }

.recent-wrap .entry-title a,
.recent-wrap .entry-title {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#recent-portfolio-detail .entry-title { 
	margin-bottom: 5px;
	margin-left: 5px;
}

#recent-portfolio-detail .entry-content { margin-left: 5px; }


/*-----------------------------------------------------------------------------------*/
/*	14.	Portfolio Sorter, MANDATORY styling
/*-----------------------------------------------------------------------------------*/

.recent-wrap { position: relative; }

.image-grid {
  width: 100%;
  margin: 0;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 220px;
  margin: 0 20px 0 0;
  float: left;
  height: 270px;
  overflow: hidden;
  list-style:none;
}

/* Added v1.1 ---*/

.video_info {
	display: block;
	width: 700px;
	margin-bottom: 20px;
}

.post_video {
	display: block;
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
}

#filter {
	margin: 15px 0 0 0;
	font-style: italic;
}

#filter input {
	background: #fff;
	display:block; 
}

#filter li{ list-style:none; }

#filter li a{
	border-bottom: 1px dashed #CCCCCC;
    color: #FF5400;
    display: block;
    line-height: 1.5em;
    padding: 8px 5px !important;
	-webkit-transition: background .2s ease;
  	-moz-transition: background .2s ease;
  	-o-transition: background .2s ease;
  	-ms-transition: background .2s ease;
  	transition: background .2s ease;
    width: 204px !important;
	font-size:12px;
	
	}
#filter li a:hover, #filter li a:focus {
      background: #333;
      color: #ff7f40;
      }
	  
/* Slider */
#slider { padding: 40px 0 39px 0; }

.single #slider { padding: 0 0 40px 0; }

.single .slides_container {
	width:100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.single .slides_container { width:100%; }

.slides-nav {
	position: relative;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../img/sprite.png);
	z-index: 10;
}

.slides-nav a.prev {
	background-position: 0 0;
	margin: -195px 0 0 20px;
}

.slides-nav a:hover.prev {
	background-position: 80px 200px;
}

.slides-nav a.next {
	background-position: 160px 0;
	margin: -195px 0 0 880px;
}

.slides-nav a:hover.next {
	background-position: 40px 200px;
}

body.single-portfolio .sidebar, body.page-template-page-portfolio-php .sidebar {
width: 100%;
/*float: left;*/
margin: 0 20px 26px 0;
border-top: 5px solid #FF5400;
border-bottom: 5px solid #FF5400;

padding: 16px 0 25px 0;
}


.pagination {
    margin: -30px 0 0 20px;
    position: absolute;
    z-index: 10;
}

.pagination li {
    float: left;
    margin: 0 5px 0 0;
}

.pagination li a {
    background: url("../img/sprite.png") repeat scroll 0 160px transparent;
    display: block;
    height: 15px;
    outline: medium none;
    width: 12px;
}

.pagination li.current a {
    background: url("../img/sprite.png") repeat scroll 188px 160px transparent;
}


/* END PORTFOLIO */

/* PRETTY PHOTO */
 div.light_rounded .pp_top .pp_left{background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_rounded .pp_nav .pp_play{background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_nav .pp_pause{background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_rounded .pp_arrow_previous{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../img/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}
 
 /* END PRETTYPHOTO */
 
 /* scroll Opt In */
 
 #upprev_box {
    /* === upPrev Container === */
    text-align: left;
    background-color: #fff;
    bottom:0px; /* distance from window bottom edge */

    position:fixed;
    z-index:888;    
    width: 360px;
    padding: 10px 20px 10px 10px;
    border-top: 4px solid #FF7F40;
    border-left: 1px solid #f0f0f0;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, direction=270, strength=7);
    _position: absolute;
    _top: 0;
}

#upprev_box h6 {
    /* === "MORE IN" === */
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: inherit;
    
    margin:0 0 5px 0;
    padding:0;   
	line-height: 11px;
}

#upprev_box h6 a {
    /* === Category Link === */
}
#upprev_box h6 a:hover {
    /* === Category Link: mouse over === */
}
#upprev_box h6 a:visited {
    /* Category Link: visited */
}

#upprev_box h6 .num {
    /* === "(1 of 5 ARTICLES)" === */
    font-size: inherit;
    font-weight:normal;
    font-family: inherit;
    color:#888;
}

#upprev_box .upprev_excerpt {
    /* === Container for Title, Thumbnail and Excerpt === */
    text-align:justify;
}

#upprev_box .upprev_excerpt p {
    /* === Excerpt === */
    overflow:hidden;
    margin:0
}

#upprev_box .upprev_excerpt p a {
    /* === Previous Post Link === */
}

#upprev_box .upprev_excerpt p a:hover {
    /* === Previous Post Link: mouse over === */
}

#upprev_box .upprev_excerpt p a:visited {
    /* === Previous Post Link: visited === */
}

#upprev_box .upprev_thumb {
    /* === Thumbnail Image === */
    float:left;
    margin:5px 20px 0 0;
    border: 0;
}

#upprev_box button {
    /* === Close Button === */
    border: none;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    background: #fff url('../img/close_window.gif') no-repeat 0 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}
 
 /* END SCROLL OPT IN */
 
/* CODE HIGHLIGHTER */


/*---------- darkblue Styles ---------*/
.sh_darkblue{background:none; padding:0; margin:0; border:0 none;}.sh_darkblue .sh_sourceCode{background-color:#222;color:#B2B2B2;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_keyword{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_type{color:#60ff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_string{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_regexp{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_specialchar{color:#ffa500;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_comment{color:#80a0ff;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_number{color:#42cad9;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_preproc{color:#ff80ff;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_symbol{color:#d8e91b;font-weight:bold;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_function{color:#fff;font-weight:bold;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_cbracket{color:#d8e91b;font-weight:bold;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_url{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_date{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_time{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_file{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_ip{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_name{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_variable{color:#26e0e7;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_oldfile{color:#ffa500;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_newfile{color:#ffa0a0;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_difflines{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_selector{color:#26e0e7;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_property{color:#ffff60;font-weight:normal;font-style:normal;}.sh_darkblue .sh_sourceCode .sh_value{color:#ffa0a0;font-weight:normal;font-style:normal;}

/*-------- Snippet Base Styles ----------*/
.snippet-wrap {margin: 0 20px;}
.snippet-relative {position: relative;}
*:first-child+html .snippet-wrap {display:inline-block;}
* html .snippet-wrap {display:inline-block;}
.snippet-reveal{text-decoration:underline;}
.snippet-wrap .snippet-menu, .snippet-wrap .snippet-hide { font-size:.9em; z-index:1; margin: 0 15px 0 0;}
.snippet-wrap .snippet-hide {top:auto; bottom:10px;}
*:first-child+html .snippet-wrap .snippet-hide {bottom:25px;}
* html .snippet-wrap .snippet-hide {bottom:25px;}
.snippet-wrap .snippet-menu pre, .snippet-wrap .snippet-hide pre {text-align: right; background-color:transparent; margin:0; padding:0;}
.snippet-wrap .snippet-menu a, .snippet-wrap .snippet-hide a {padding:0 5px; text-decoration:underline;}
.snippet-wrap pre.sh_sourceCode{font-family:monospace,monospace; font-size:1em; padding:1em;line-height:1.8em;overflow:auto;margin:5px 0 1em 0;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
/*box-shadow: 2px 2px 5px #000;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;*/}
.snippet-wrap pre.snippet-textonly {padding:2em;}
*:first-child+html .snippet-wrap pre.snippet-formatted {padding:2em 1em;}
* html .snippet-wrap pre.snippet-formatted {padding:2em 1em;}
.snippet-reveal pre.sh_sourceCode {padding:.5em 1em; text-align:right;}
.snippet-wrap .snippet-num li{padding-left:1.5em;}
.snippet-wrap .snippet-no-num{list-style:none; padding:.6em 1em; margin:0;}
.snippet-wrap .snippet-no-num li {list-style:none; padding-left:0;}
.snippet-wrap .snippet-num {margin:1em 0 1em 1em; padding-left:3em;}
.snippet-wrap .snippet-num li {list-style:decimal-leading-zero outside none;}
.snippet-wrap .snippet-no-num li.box {padding:0 6px; margin-left:-6px;}
.snippet-wrap .snippet-num li.box {border:1px solid; list-style-position:inside; margin-left:-3em; padding-left:6px;}
*:first-child+html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;}
* html .snippet-wrap .snippet-num li.box {margin-left:-2.4em;}
.snippet-wrap li.box-top {border-width:1px 1px 0 !important;}
.snippet-wrap li.box-bot {border-width:0 1px 1px !important;}
.snippet-wrap li.box-mid {border-width:0 1px !important;}
.snippet-wrap .snippet-num li .box-sp {width:18px; display:inline-block;}
*:first-child+html .snippet-wrap .snippet-num li .box-sp {width:27px;}
* html .snippet-wrap .snippet-num li .box-sp {width:27px;}
.snippet-wrap .snippet-no-num li.box {border:1px solid;}
.snippet-wrap .snippet-no-num li .box-sp {display:none;}

.snippet-wrap .snippet-menu a, .snippet-wrap .snippet-menu a:focus, .snippet-wrap .snippet-menu a:active, .snippet-wrap .snippet-menu a:hover {
    border-bottom: none;
}



/* ======= END CUSTOMZ --========= */







.resMenu{position: absolute;right: 10px;top: 34px; display:none;}
.headerCont{ font-size:14px; }

div.bsap_1285593 .bsap_adhere{ margin: 0 auto; width: 160px; } 


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media(min-width:979px) and (max-width:1340px){

	/* in between awkwardness */
	#nav-main ul li { margin-left: 10px; }
	#nav-main ul li a{ font-size:10px; }
	
	#banner #socialNav a img {width: 12px;}
	.headerCont{ font-size:10px; }

}

@media (max-width: 979px) {
  /* Fix top padding when using the responsive grid with the fixed topbar */
  body.top-navbar { padding-top: 60px;}
  
  	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
	
	#nav-main ul li a { font-size:10px; padding: 19px 0 11px 4px; }
	#nav-main ul li{ margin-left:15px; }
	#logo img{ width:120px; }
	
	/* navs */
	#banner #socialNav a img {width: 11px;}
	#banner #socialNav { float:none; margin:0 auto; text-align:center; top:14px; }
	#banner #socialNav span.topNav { text-align:left; }
	#logo{ float:none; margin:0 auto; text-align:center; top: 17px; left: 0px; }
	#banner #nav-main { float:left; margin:0 auto; margin-top:20px; width:100%; }
	#nav-main ul { display: table; margin: 0 auto; float: none; left:0; }
	#nav-main ul li a{ padding-top:10px;}
	#nav-main ul li{ float:none; display:inline-block; }
	
	.headerCont{ font-size:10px; }
	
	.resMenu{display:block;}
  
}

@media(min-width:768px) and (max-width:979px){
	

}

@media (max-width: 768px){
	
	
	/* paddings */
	#main{ padding-left: 20px; padding-right: 20px; }
	#sidebar{ padding-left: 20px; padding-right: 20px; }
	.footcolumns { width: 90%; }

}


@media screen and (max-width: 640px){
	
	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
	
}
@media screen and (max-width: 600px){
	
	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
	.footcol1,.footcol2,.footcol3 {width:100%;margin:0 0 0 0;}
	.footcol4 {width:100%;margin:0 0 0 0;}
	/*footer{ padding:5px; }*/
	
	#dcssb-slick .tab img{ width: 35px; }
	#dcssb-slick { top:115px!important; }
	
}
@media screen and (max-width: 470px){
	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
	
}
@media screen and (max-width: 420px){
	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
}
@media screen and (max-width: 320px){
	/*#banner #socialNav{ float:none; margin:0 auto; right:0; }
    #banner #socialNav a img{ width:10px; }
	#logo { float:none; margin:0 auto; left:0; }
	#logo img{ width: 120px; }*/
}
