/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
 
background: url(../img/white_bg.jpg) -53px -1px repeat-x ;

background-color: #dadad2;

}

html, button, input, select, textarea { font-family: sans-serif; color: #222;}

body { margin: 0; font-size: 1em; 

/*line-height: 1.4;*/ 

overflow-y: scroll;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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


header {
text-align: center;
padding: 5px 0 15px 0;
clear: both;
}

#nav-content {
width: 100%;
background-color: #333;
height: 200px;

}



#column-wrapper {

max-width: 800px;
width: 80%;
margin: 0 auto 0;
display: block;


}

.column {
float: left;
clear: none;
font-family: Helvetica, Arial, San-Serif;
font-size: 12px;
line-height: 18px;
color: #fff;
padding: 25px 5px 30px 5px;
}

#left-col {
width: 180px;
 }
 
 #middle {
width: 180px;
}

 #middle-two {
width: 180px;
}

#right-col {
width: 180px;
}

ul#sub_nav {
width: 300px;
height: 50px;
margin: 0 auto 20px;
}


ul#sub_nav li {
display:inline;
}

ul#sub_nav li a {
height: 50px;
float: left;
text-indent: -9000px;
}

#prev_project a {
width: 50px;
   background: url(../img/left_arrow.png)  -1px -1px no-repeat;
   background-color: #989894;


}

#next_project a {
width: 50px;
 background: url(../img/right_arrow.png) -1px -1px no-repeat ;
    background-color: #989894;

}

#home_button a {
width: 180px;
background: url(../img/home.png) 0 0 no-repeat;
background-color: #989894;
background-position: center top;
margin: 0 10px;

}

#home_button a:hover, #prev_project a:hover, #next_project a:hover {
background-color: #333;
	-webkit-transition-property: all; -webkit-transition-duration: 250ms; -webkit-transition-timing-function: linear;
	-moz-transition-property: all; -moz-transition-duration: 250ms; -moz-transition-timing-function: linear;
	transition-property: all; transition-duration: 250ms; transition-timing-function: linear;
}

#expanderContent {

width: 100%;
height: 180px;
background-color: #fff ;
}

#believe {
margin: 0 auto 40px;
clear:both;
max-width: 800px;
width: 80%;
color: #333;
font-family: Georgia, san-serif;
font-size: 30px;
line-height: 40px;

}

#description {
margin: 0 auto 10px;
clear:both;
max-width: 800px;
width: 80%;
color: #333;
font-family: Georgia, san-serif;
font-size: 20px;
line-height: 30px;

}

#description-form {
margin: 0 auto 20px;
text-align: left;
clear:both;
color: #333;
font-family: Georgia, san-serif;
font-size: 18px;
line-height: 32px;
width: 80%;
max-width: 480px;

}

#contact_form {

margin: 0 auto 50px;
clear:both;
display: block;
width: 480px;

}


#email-field  {
width: 480px;
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
padding: 0 0 20px 20px;

}


#email-message  {
width: 480px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
padding: 20px 0 20px 20px;
}


.submit {
width: 250px;
height: 45px;
background-color: #c34029;
background: -webkit-gradient(linear, left top, left bottom, from(#e33215), to(#ab3824));
	background: -moz-linear-gradient(top,  #e33215,  #ab3824);
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	font-family: "Helvetica","Helvetica Neue","Arial", sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
 	font-size: 16px;
 	color: #fff;
 	padding: 3px 0 0 0;
 	margin: 20px auto 0;
}

.more-space {

margin: 20px 0 10px 0;
}

#description a {
border-bottom:1px dotted;

}

#description-form a {
border-bottom:1px dotted;

}

.highlight {

color: #c34029;

}

.project {
color: #333;
letter-spacing: 2px;
font-family: "chunk-1", "chunk-2", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 8px;
text-transform:uppercase; 
}

.details {
font-family: Helvetica, Arial, San-Serif;
font-size: 12px;
padding: 0;
margin: 0;
line-height: 16px;
}

.sup { vertical-align: super; font-size: 10px;}

.port_image {
margin: 0 auto 25px;
clear: both;
width: 80%;
max-width: 800px;
}

.port_image img {
max-width: 100%;
padding: 20px 0 0 0;
-webkit-box-shadow: 0 10px 6px -6px  rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
}

.no-shadow img {
max-width: 100%;
padding: 20px 0 0 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

footer {
clear: both;
	background: white;
	height: 60px;
	width: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer_content {
	margin: 2px auto;	}
	
#footer_content ul {
	margin: 0 auto;
	height: 40px;
	width: 380px;
}
	
	
#footer_content li {
	display: inline;
	}
	
	

#footer_content a {
	margin: 2px 12px 0 0;
	padding: 4px 8px;
	font-family: "Helvetica","Helvetica Neue","Arial", sans-serif;
 	font-size: 12px; color:#999;
	text-decoration:none;
	font-weight: bold;
  	float: left;
}

#footer_content a img {
	margin: -5px 2px -3px 0;
	opacity: 0.5;

}

#footer_content a:visited {
	color: #999;
}

#footer_content a:hover {
color: #444;
text-decoration:underline;
}

#footer_content a:hover img {
	opacity: 1.0;
}



/* =============================================================================
   Links
   ========================================================================== */

a { color: #333; text-decoration: none;}
a:visited { color: #333; }
a:hover { color: #333; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

h1 {
text-align: center;
text-transform:uppercase;
color: #333;
letter-spacing: 5px;
font-family: "chunk-1", "chunk-2", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
padding: 5px 0 0 0;
margin: 10px 0 0 0;

}

h2 {
text-transform:uppercase;
color: #b5b5ad;
letter-spacing: 3px;
font-family: "chunk-1", "chunk-2", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;font-size: 11px;
}








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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

li {
list-style: none;
}

li a:link {
color: #fff;
font-family: Georgia, san-serif;
font-size: 15px;
line-height: 25px;
text-decoration: none;
}

#column-wrapper li a:hover {
border-bottom:1px dotted;
}

#column-wrapper li a:visited {
color: #fff;
}

ul#space {
margin: 37px 0 0 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; 

	font-family: "Helvetica","Helvetica Neue","Arial", sans-serif;
 	font-size: 12px;
 	
 	}
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }





/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; margin: 0 auto 50px;}
td { vertical-align: top; }

#contact_form {

margin: 0 auto 50px;
clear:both;

}

#email-field {
padding: 0 0 20px 20px;
}

#email-field input {
width: 402px;
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
}


#email-message {
padding: 0 0 20px 20px;
}

#email-message textarea {
width: 400px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;

}

.submit {
width: 100px;
height: 30px;
background-color: #c34029;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	font-family: "Helvetica","Helvetica Neue","Arial", sans-serif;
 	font-size: 12px;
 	color: #fff;
 	padding: 2px 0 0 0;
 	margin: 0 0 0 20px;
}




/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/

#container {width: 80%; max-width: 800px; margin: 0 auto 40px;}

.flexslider {/*background: #fff;*/ 
/*border: 4px solid #fff;*/ 
-webkit-box-shadow: 0 10px 6px -6px  rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.5);
position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;
}

.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../img/bg_direction_nav2.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav .flex-next {background-position: -51px 0; right: -50px;}
.flex-direction-nav .flex-prev {left: -51px;}
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 13px; height: 13px; display: block; background: url(../img/bg_control_nav_2.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav a:hover {background-position: 0 -13px;}
.flex-control-nav a.flex-active {background-position: 0 -26px; cursor: default;}









/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media screen and (max-width: 950px) {


#left-col {
width: 140px;
 }
 
 #middle {
width: 140px;
}

 #middle-two {
width: 140px;
}

#right-col {
width: 140px;
}

}


@media screen and (max-width: 775px) {

#believe {
font-size: 20px;
line-height: 30px;
margin: 40px auto 40px;
padding: 30px 0 0 0;
}



.column {
clear: both;
padding: 0;
}

ul#space {
margin: 0;
}

h2 {
margin: 15px 0 0 0;
text-align: center;
width: 301px;
}

#column-wrapper {
width: 301px;
}

#nav-content {
height: 780px;
}


#column-wrapper li {
text-align: center;
width: 301px;
line-height: 45px;
background: #e6e6dd;
margin: 5px 0 0 0;
}

#column-wrapper li a {
color: #333;
}

#column-wrapper li a:visited {
color: #333;
}

#column-wrapper li:active {
color: #fff;
background: #333;
}

#column-wrapper li a:active {
color: #fff;
border-bottom:none;
}

#footer_content li {
	display: block;
	clear: both;
	}
	
	footer {
	height: 180px;
	}
	
	#footer_content a {
	clear: both;
  	text-align: center;
  	width: 301px;
}

#footer_content  {
  	width: 301px;
}

#expanderContent {

height: 680px;
}



#description-form {
margin: 0 auto 20px;
text-align: left;
clear:both;
color: #333;
font-family: Georgia, san-serif;
font-size: 18px;
line-height: 32px;
max-width: 240px;
}

#contact_form {
width: 240px;
}


#email-field  {
width: 240px;
}


#email-message  {
width: 240px;
}


.submit {
width: 260px;
}

	#email-field {
padding: 0 0 20px 10px;
}


#email-message {
padding: 0 0 20px 10px;
}

#email-field input {
width: 282px;
height: 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;
}

#email-message textarea {
width: 280px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: none;

}

.submit {
width: 280px;
height: 30px;
background-color: #c34029;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	font-family: "Helvetica","Helvetica Neue","Arial", sans-serif;
 	font-size: 12px;
 	color: #fff;
 	padding: 2px 0 0 0;
 	margin: 0 0 0 10px;
}

}



}

@media screen and (max-width: 480px) {
.flex-direction-nav a {visibility: hidden;}

}




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
