/*///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html { 
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
br{background-color: #fff;}
img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;     
}

/* End: Recommended Isotope styles */


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: sans-serif;
	width:auto; height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: #7d7d7b;	
	background-color: #1B1B1B;	
}

p {
	line-height: 1.7em;
	font-size: 10pt;
	margin: 0 0 20px 0;	
	font-family: sans-serif;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

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

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #ccb676;	
}

a:hover {
	color: #59c9d5!important;	
}

#a1 {
	text-decoration: none;
	outline: none;
}

#a1{	
	color: #ccb676;	
}

#a1:hover {
	color: #59c9d5!important;	
}


a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
	font-family: sans-serif;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 10pt;
	font-family: sans-serif;
	border-left: 5px solid #ccb676;	
}

code {
    font-family: sans-serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: center;
	margin-left: 135px;	
	margin-bottom: 10px;
	width: 600px;
}

#footie {position: absolute;
background-color: black;
width: 100%;
height:400px;
top:1000px;}

.right {
	float: right;
margin-right: 135px;
margin-bottom: 10px;
}

#ssb {width: 90%;
height: 800px;}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #59c9d5!important;
}

.meta a:hover{
	color: #59c9d5!important;
}


/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;			
}

#line1 {        position: relative;
    top: 1054px;
    z-index: 999;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(105, 105, 105, 0.75), rgba(0, 0, 0, 0));

}

.wrap {	
	   background: #f0f0f0;
    padding-top: 1px;
    height: 1000px;
    color: #000;
}

.home.blog .wrap {	
	padding-top: 30px;
}

#main {
	margin: 0 auto 20px;
	padding: 0 0 0px 0;	
	max-width: 62.5em;			
}

.home #main {	
	border: none;		
}

.home.page #content {
	padding-top: 0px !important;
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;		
	width: 62.5%;	
}

#sidebar {
	width: 27.5%;
	float: right;
	margin: 0 2.5% 0 0;
	padding: 0 0 0 0;		
}

#footer {
position: relative;
    top: 0px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding-left: 0px;
}

.twoThirds {
	width: 62.5%;	
}

.oneThird {
	width: 30%;	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	width: 100%;	
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;	
	background: #1B1B1B;		
}

#dlogo {width: 30px;
		margin-top: 10px;}

#header .inside{	
	max-width: 62.5em;
	margin: 0 auto;	
	position: relative;
	padding: 20px 0 20px 0;	
}

#logo {		
	display: inline-block;	
	margin: 0px 0 0 2.5%;	
	float: left;	
	padding: 0;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 10pt;
	font-weight: bold;		
	color: #555555;		
}

#header h1 {
	font-size: 10pt;	
	color: #555555;	
	margin: 0;			
}

.ftext {
position: absolute;
top: 15%;
left: 10%;
}

.ftext2 {
position: absolute;
    top: 15%;
    left: 47%;
}

.ftext3 {
position: absolute;
top: 15%;
left: 75%;
}

#ftext { position: absolute;
top: 350px;

}

#ltext { position: absolute;
	top: 350px;
	width: 300px;
	right: 0;

}

#header h1 a, #header h1 a:hover{	
	color: #59c9d5!important !important;	
}


/* Top level navigation */

#mainNav{	
	right: 2.5%;	
	position:absolute; top:50%; height:20px; margin-top:-10px;		
	display: inline-block;	
}

#mainNav li{
	margin: 0 0 0 1.5em;	
	display: inline-block;		
	padding: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #8f8f8f;
	font-size: 10pt;
	font-family: sans-serif;
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}


#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #2e2e2e;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #59c9d5 !important;	}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -10px;
	background: #fff;
	border: 1px solid #dedede;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
	

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #7b7b7b!important; }

#mainNav ul li.sfHover ul a:hover { color: #fff!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 2.5%;
	padding: 0 0 0 0 !important;
	width: 62.5%;	
	float: left;						
}

#content .videoContainer {margin-top: -20px;}

#content.full {
	margin: 0 0 20px 2.5%;
	padding: 0 0 0 0 !important;
	width: 95%;					
}

#content.full.grid {
	margin: 0 0 20px 0%;				
}

.home #content.full, .page-template-page-home-php #content.full {	
	width: 100%;						
}

.home #main {
	padding-top: 30px;
}

.home.page-template-page-full-width-php #content.full {
	width: 95%;	
}

#content.fullProjects{	
	width: 100%;				
}

#content.twoThirds .page {	
	width: 99%;		
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	background: transparent url(images/dotted_line.gif) bottom repeat-x;	
	padding-bottom: 10px;
	min-height: 250px;
	width: 98%;		
}

#content .post h1 {
	font-size: 10pt;
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;		
}

#content .post.lastPost {
	background: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #555555;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #59c9d5!important ;		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}


#pageHead {		
	padding: 20px 0 20px 0;	
	margin: 0 2.5% 30px 2.5%;
	border-top: 1px solid #dfdfde;	
	border-bottom: 1px solid #dfdfde;	
}

#pageHead h1 {	
	font-size: 1.5em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #555555;
	font-family: sans-serif;
}

#pageHead p {	
	margin: 0!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}

/*Home ------------------*/

#homeBanner {	
	height: 450px;
	display: block;
	margin: 0px auto 0;
	width: 100%;
	position: relative;
	padding-top: 1px;
	overflow: hidden;
	background-color: #dddddd;	
	background-size: cover;
}

#bannerText {
	position: fixed;
	top: 250px;
	text-align: center;		
	width: 100%;	
}

#ssb {width: 100%;}

#homeBanner h2{	
	text-align: center;
	color:#fff;
	font-size: 64px;
	text-transform: uppercase;
	display: block;
	text-shadow: 0 0 8px rgba(0,0,0,.3);
	position: relative;
	margin: 0 auto 0px;
	padding: 0 0px;
	font-family: sans-serif, sans-serif, Helvetica, Arial, sans-serif;
}

#homeBanner p{	
	text-align: center;
	color:#fff;
	font-family: sans-serif;
	font-size: 20px;
	display: block;
	text-shadow: 0 0 8px rgba(0,0,0,.7);
	position: relative;
	margin: 1px auto 1px;	
}

.homeSection {	
	margin-bottom: 20px!important;
	width: 100%;	
}

.homeSection h3 {
	font-size: 1.2em;	
	margin: 0 auto 30px;
	clear: both;
	background: transparent url(images/line.gif) 0 center repeat-x;	
	color: #555555;
	text-align: center;	
	font-family: sans-serif;
	width: 95%;
	text-transform: uppercase;
}

.homeSection h3 span {
	background: #fff;
	padding: 10px;
}

#content .page.small{	
	width: 300px;
	min-height: 280px;
	display: block;	
	margin: 0 0 25px 25px;	
	padding-bottom: 0px;	
	float: left;
	background: #fff;
	text-align: center;	
}

#content .page.small p{	
	color: #979797;
}

#content .moreLink{	
	display: block;
	font-family: sans-serif;
}

#content .page.small .thumb{	
	margin-bottom: 15px;
	
}

#content .page.small h2{	
	font-size: 1em;	
	line-height: 1.3em;
	font-family: sans-serif;
}

#content .page.small p{	
	margin: 0 20px 0px 20px;
}



/*Column Shortcodes------------------*/

.one_half{ width:48%; }
.one_third{ width:30%; }
.two_third{ width:65.33%; }
.one_half,.one_third,.two_third{ position:relative; margin-right:3%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
	
	background: #757575 ;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 10px 15px 10px;
	border: 1px solid rgba(0,0,0,.1);	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
	color: #fff;
}

/*Projects------------------*/

#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}

#projects .thumbs {
	margin-top: 30px;
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{	
	width: 300px;
	height: 130px;
	display: block;	
	margin: 0 0 25px 25px;
	opacity: 0;
	padding-bottom: 0px;
	cursor: pointer;
	float: left;	
	position: relative;		
	background-color: #dfdfdf;
	
}

#content .project.small .inside{
	background-color: #dc4e00;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden; /* Chrome and Safari */
	-moz-backface-visibility:hidden; /* Firefox */
	-ms-backface-visibility:hidden; /* Internet Explorer */
}

#content .project.small a{
	position: relative;
	display: block;	
}

.imgtx {
	font-family: sans-serif;
}

#content .project.small .title {
	font-size: .8em;
	color: #7d7d7b;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center;
	width: 100%;
	display: none;
	font-family: sans-serif;
}

#content .project.small .title span{
	color: #fff;
	background-color: rgba(0,0,0, .2);
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: sans-serif;

}

.projectNav {
	margin: -16px 0 0 0;	
	padding-top: 0;	
	float: right;		
}

.projectNav a{
	display: inline-block !important;
	font-size: .8em;
	color: #7d7d7b;	
}

.projectNav a:hover{	
	color: #59c9d5 !important;	
}

.projectNav div {
	float: left;
	margin-right: 20px;		
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}

.skillList li span a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 8px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: sans-serif;
}

.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}

/*Project Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}

#content #filterNav{
	padding: 0!important;
	margin: 0 auto 20px auto!important;		
	width: 95%;	
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;	
	display: inline-block;		
}

#filterNav li a{
	font-size: 1em;	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 7px 8px 7px !important;	
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-family: sans-serif;		
}

#filterNav li a:hover {
	background: #6a6a6a;
	color: #fff !important;
}

#filterNav .selected, #filterNav a.selected:hover {
	background: #6a6a6a;
	color: #fff !important;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;	
	font-size: .85em;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: 1em !important;	
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #1b1b1b;
	color: #60dbea;
}

#footer .inside {
	max-width: 62.5em;
	margin: 0 auto 0;
	padding: 0px 0 0;
}

#footer.light {	
	background: #f3f3f3;
	color: #a2a2a2;	
	border-top: 5px solid #eeeeee;	
}

#footer .widgetBox h3{	
	color: #6f6f6e;			
}

#footer.light .widgetBox h3{	
	color: #a2a2a2;		
}

#footer .meta {
	color: #919191;	
}

#footer.light .meta {
	color: #cccccc;	
}

#footer .main {	
	padding: 20px 0 10px 0;	
	
	margin: 0 0 0 0;	
}

.footerBox{
	margin: 0 0 40px 20px;	
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #9a9a99;	
}

#footer.light a {
	color: #939393;	
}

#footer a:hover {
	color: #fff;	
}

#footer.light a:hover {
	color:#59c9d5 !important;	
}

#footer .secondary {		
	margin: 0 25px 0;
	padding: 20px 0 0;
	border-top: 1px solid #313131;
}

#footer.light .secondary {	
	border-top: 1px solid #dfdfdf;
}


#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

	h1, h2, h3, h4, h5, h6 { font-family: 'sans-serif'; }
	body { font-family: 'sans-serif'; }
	#homeBanner h2 { font-family: 'sans-serif'; }

	#bannerText { top: 330px; }

	blockquote, address {
		border-left: 5px solid #7cd0d6;
	}
	#filterNav .selected, #filterNav a.selected:hover, #content .project.small .inside {
		background-color: #59c9d5;
	}

	#mainNav ul a, #mainNav ul li.sfHover ul a { 
		color: #8f8f8f !important;	
		font-family: sans-serif;
	}
	#mainNav ul li.current a,
	#mainNav ul li.current-cat a,
	#mainNav ul li.current_page_item a,
	#mainNav ul li.current-menu-item a,
	#mainNav ul li.current-post-ancestor a,
	.single-post #mainNav ul li.current_page_parent a,
	#mainNav ul li.current-category-parent a,
	#mainNav ul li.current-category-ancestor a,
	#mainNav ul li.current-portfolio-ancestor a,
	#mainNav ul li.current-projects-ancestor a {
		color: #2e2e2e !important;
	}
	#mainNav ul li.sfHover a,
	#mainNav ul li a:hover,
	#mainNav ul li:hover {
		color: #59c9d5 !important;	
	}
	#mainNav ul li.sfHover ul a:hover { color: #2e2e2e !important;}

	a { color: #7cd0d6;}
	a:hover {color: #6ab7b7;}
	
	.button, #searchsubmit, input[type="submit"] {background-color: #757575 !important;}
	.button:hover, #searchsubmit:hover, input[type="submit"]:hover {background-color: #595959 !important;}

	#homeBanner {
		background-color: #787878;
	}

	#homeBanner {
		background-image: url(../img/web.gif);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center top;
	}

	.circular {
		width: 300px;
		height: 300px;
		border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		background: url(./img/me.jpg) no-repeat;
	}

	.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
	#logo { width: 140px; }
