body {
	font-family: Avenir, Helvetica, Arial, sans-serif;
    text-align: left;
    color: #666666;
}

a {
	color: #01c5f6;
}

a.active {
	color: #01c5f6;
}

.main-content p a:hover, a:hover {
	text-decoration: underline;
	-webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #01c5f6;
	
	/*-webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;*/
}

.testing a  { color: #000000; }

.testing a:hover  { color: #000000; text-decoration: underline; }

/*#site-title {
	font-weight: normal;
	font-size: 42px;
	margin: 0;
	padding: 11px 0 16px 0;
}*/

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}

h1 {
	/*text-align: center;*/
	font-size: 22px;
	font-weight: normal;
	padding-top:0;
	padding-bottom: 12px;
	margin-top: 0;
	line-height: 29px;
}

/*h3 {
	font-size: 16px;
	font-weight: normal;
}*/

p { 
	font-size: 15px;
	line-height: 29px;
	color: #666666;
}

.columns {
	/*border: 1px solid blue;*/
}

.clear-float {
	clear: both;
}

.button > input {
    background: none;
    border: none;
    color: #FFFFFF;
}

header {
	background-color: #ffffff;
	padding-bottom: 33px;
}

#header-title {
	font-family: avenir;
	font-size: 42px;
	font-weight: normal;
	padding-top: 16px;
	margin: 0;
	line-height: 48px;
}

#site-heading {
	padding-top: 41px;
	padding-bottom: 0px;
	/*height: 146px;*/
	/*background-color: #ffffff;*/
}

#header-title a {
	text-decoration: none;
	color: #666666;
	padding-bottom: 12px;
}

/*#site-heading h1 {
	font-family: avenir;
	font-size: 42px;
	padding-bottom: 0;
}
*/

#main-menu {
	/*background-color: #ffffff;*/
	padding-top: 35px; 
	padding-bottom: 57px;
	font-size: 18px;
	margin-bottom: 0px;
	
}

.inline-list {
	display:inline-block;
	margin-bottom: 0px;
}

.inline-list li {
	padding: 0 6px 0 6px;
}

.inline-list a {
	color: #666666;
	border-bottom:1px solid transparent;
    text-decoration:none;
    -webkit-transition:all .25s ease-in;
}

.inline-list a:hover {
	/*text-decoration: underline;*/
	border-bottom:1px solid #000000;
	color: #000000;
}

.inline-list li a.active {
	color: #FF43BA;
}

.inline-list li.active a {
	/*color: #FF43BA;*/
	/*color: #01c5f6;*/
	border-bottom:1px solid #666666;
	/*color: #000000;*/
}

.inline-list li.active a:hover {
	border-bottom:1px solid #000000;
}


.link-style {
	/*color: #1BD3FB;*/
	color: #01c5f6;
}

a .info .link-style {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

a:hover .info .link-style {
	opacity: 1;
	text-decoration: underline;
	color: #01c5f6;
	-webkit-transition:all .25s ease-in-out;	
}

.inline-list li a.active:hover {
	text-decoration: none;
}



/*ul.inline-list li {
	background-color: lightyellow;
	margin-left: 10px;
	margin-right: 10px;
}*/


#individual-project {
	padding: 30px 0 48px;
}

#individual-project img {
	margin-bottom: 38px;
}

.project-image-background {
	background-color: #ffffff; 
	padding: 103px 12px 74px 20px; 
	margin-top: 0px;
	margin-bottom: 57px;
}

.project-image-background-spacify-identity {
	background-color: #ffffff; 
	padding: 82px 12px 24px 20px; 
	margin-top: 0px;
	margin-bottom: 57px;
}

.project-image-background-ydesign-login {
	background-color: #ffffff; 
	padding: 55px 12px 4px 20px; 
	margin-top: 0px;
	margin-bottom: 57px;
}

.mara-newbart .project-image-background {
	padding: 38px;
}


.main-content {
	background-color: #f3f3f3;
	padding: 48px 0 48px;
}

.main-content .row img {
	margin: 0px 0 0 0;
	padding: 0px;
}

.main-content h3 {
	text-align: left;
	font-weight: 500;
	font-size: 22px;
	line-height: 39px;
	margin: 0;
	padding: 0;	
}


.main-content h3.normal-weight {
	font-weight: normal;
	line-height: 22px;
}

.main-content p.h3 {
	text-align: left;
	font-size: 22px;
	line-height: 35px;
}

.main-content p {
	/*text-align: left;*/
}

.main-content .project-thumb {
	margin-top: 18px;
}



.about h3 {
	margin-bottom: 2px;	
}

.about h3.background-title
	margin-top: 19px;

#project-grid {
	padding-top: 18px;
}

#project-grid .row img {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #f7f7f7;
}

#project-grid .row a:hover img {
	border-bottom: 1px solid #f7f7f7;
}

#project-grid img.fade {
    opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#project-grid img.fade:hover {
    opacity: 1;
}

#project-grid .row .project-thumb {
	margin-bottom: 30px;
}

#project-grid .row .project-thumb .info {
    /*margin: 0 auto;*/
    max-width: 380px;
    padding: 15px 20px 20px 20px;
    text-decoration: none;
    text-align: left;
    height: 78px;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}


#project-grid .row .project-thumb a .info {

}


#project-grid .row .project-thumb a:hover .info {
	background-color: #ffffff;
	/*margin: 0 auto;*/
    max-width: 380px;
    padding: 15px 20px 20px 20px;
    text-decoration: none;
    text-align: left;
    /*height: 78px;*/
}

#project-grid .row .project-thumb a:hover {
	text-decoration: none;
}

/*#project-grid .row .project-thumb h3 {
	text-align: center;
	font-weight: normal;
	line-height: 37px;
	margin-top: 6px;
}*/

#project-grid .row .project-thumb p {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

/*#project-grid .row .project-thumb h3 {
	text-decoration: none;
}

#project-grid .row .project-thumb a:hover h3 {
	text-decoration: none;
}
*/
#project-grid .row .project-thumb p {
	text-decoration: none;
}

#project-grid .row .project-thumb a:hover {
	color: #000000;
}


#callout-bar {
	background-color: #1bd3fb;
	color: #ffffff;
	padding: 29px 10px;
}

#callout-bar p {
	font-size: 15px;
    text-align: center;
	padding: 0;
	margin: 0;
	color: #ffffff;
	letter-spacing: .15px;
}

#callout-bar p a {
	color: #ffffff;
	text-decoration: underline;
}

#callout-bar p a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

#callout-bar .callout-heading {
	font-size: 34px;
    text-align: center;
	padding: 0;
	margin: 0;
	line-height: 50px;
}

#callout-bar .callout-subhead {
	font-size: 22px;
	padding: 0;
	margin: 0;
	line-height: 42px;
}

#page-intro-bar {
	/*background-color: #1bd3fb;*/
	background-color: #f3f3f3;
	/*color: #000000;*/
	padding: 30px 0px 0px 0px;
}

#page-intro-bar h1 {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	font-weight: normal;
	/*font-size: 15px;*/
	font-size: 24px;
    text-align: left;
	/*padding: 14px 3px;*/
	padding: 34px 0px 7px 0px;
	margin: 0;
}

#page-intro-bar p {
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-bottom: 0px
}


.sidebar-box {
	/*background-color: lightpink;*/
	margin: 0px 0 0 0;
}

.sidebar-box h2  {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin: 0;
	line-height: 26px;
}

.sidebar-box h3 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 26px;
	margin: 0;
	text-align: center;
} 

.sidebar-box p {
	font-size: 14px;
	text-align: center;
}


/*nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline;
}

nav ul li a {
	text-decoration: none;
}
*/

.small-12 {
	text-align: center;
}

footer {
	background-color: #ffffff;
	padding-top: 30px;
	text-align: center;
}


.project-page h1 {
	padding-bottom: 0px;
}

.project-page .main-content img {
	margin-bottom: 60px;
}































/* CONTACT FORM STYLES */
 
 
/* Set the content dimensions 
 
#content {
  width: 800px;
  padding: 50px;
  margin: 0 auto;
  display: block;
  font-size: 1.2em;
}
 
#content h2 {
  line-height: 1.5em;
}*/
 
 
/* Add curved borders to various elements */
 
/*#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}*/
 
 
/* Style for the contact form and status messages */
 
#contactForm, .statusMessage {
  color: #666;
  background-color: #ffffff;
  /*background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;*/
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: 1.0;
}
 
 
/* The form dimensions */
 
#contactForm {
  width: 100%;
  /*height: 33em;
  padding: 0 1.5em 1.5em 1.5em;*/
  margin: 0 auto;
}
 
 
/* Position the form in the middle of the window (if JavaScript is enabled) */
 
#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}
 
 
/* Dimensions and position of the status messages */
 
.statusMessage {
  display: none;
  margin: auto;
  /*width: 30em;
  height: 2em;
  padding: 1.5em;*/
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 
.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}
 
 
/* The header at the top of the form */
 
#contactForm h2 {
  font-size: 2em;
  font-style: italic;
  letter-spacing: .05em;
  margin: 0 0 1em -.75em;
  padding: 1em;
  /*width: 19.5em;*/ 
  color: #aeb6aa;
  background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
  border-bottom: 1px solid #aaa;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;  
  border-radius: 10px 10px 0 0;
}
 
 
/* Give form elements consistent margin, padding and line height */
 
#contactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#contactForm ul li {
  margin: .9em 0 0 0;
  padding: 0;
}
 
#contactForm input, #contactForm label {
  line-height: 1em;
}
 
 
/* The field labels */
 
label {
  display: block;
  float: left;
  clear: left;
  text-align: right;
  /*width: 28%;*/
  padding: .4em 0 0 0;
  margin: .15em .5em 0 0;
  font-weight: bold;
}
 
 
/* The fields */
 
input, textarea {
  display: block;
  margin: 0;
  padding: .4em;
  /*width: 67%;*/
  font-family: "Georgia", serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
  background: #fff;
}
 
textarea {
  height: 13em;
  line-height: 1.5em;
  resize: none;
}
 
 
/* Place a border around focused fields, and hide the inner shadow */
 
#contactForm *:focus {
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
 
 
/* Display correctly filled-in fields with a green background */
 
input:valid, textarea:valid {
  background: #dfd;
}
 
 
/* The Send and Cancel buttons */
 
input[type="submit"], input[type="button"] {
  float: right;
  margin: 2em 1em 0 1em;
  width: 10em;
  padding: .5em;
  border: 1px solid #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  color: #fff;
  background: #0a0;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  opacity: .7;
  -webkit-appearance: none;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
 
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}
 
input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}
 
input[type="button"] {
  background: #f33;
}
 
 
/* Header/footer boxes */
 
.wideBox {
  clear: both;
  text-align: center;
  margin: 70px;
  padding: 10px;
  background: #ebedf2;
  border: 1px solid #333;
}
 
.wideBox h1 {
  font-weight: bold;
  margin: 20px;
  color: #666;
  font-size: 1.5em;
}
 
</style>
 
<!-- Some IE7 hacks and workarounds -->
 
<!--[if lt IE 8]>
<style>
 
/* IE7 needs the fields to be floated as well as the labels */
 
input, textarea {
  float: right;
}
 
#formButtons {
  clear: both;
}
 
/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/
 
#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}
 
#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}
 
.statusMessage {
  margin-left: -15em;
  margin-top: -1em;
}
