/* CSS file generated by Responsify */
/* Columns: 10, Gutter Width: 1.6, Breakpoints: 480 */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:14px;
  vertical-align:baseline;
  background:transparent;
} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 2.6%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 7.56%;
  
}
.span2{
  width: 17.72%;
  
}
.span3{
  width: 27.88%;
  
}
.span4{
  width: 38.04%;
  
}
.span5{
  width: 48.2%;
  
}
.span6{
  width: 58.36%;
  
}
.span7{
  width: 68.52%;
  
}
.span8{
  width: 78.68%;
  
}
.span9{
  width: 88.84%;
  
}
.span10{
  width: 100%;
  margin-left: 0;
}

body{ 
  font-size: 13px;
  color: #666666; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  line-height: 20px;
  background: #ffffff;  
}

h1{
    font-size: 20px;
    line-height: 26px;
	font-weight:300;
	margin-bottom: 20px;
}

h2{
	font-size: 16px;
	line-height: 22px;
	font-weight:300;
	margin-bottom: 10px;

}

p{
    font-size: 13px; 
    line-height: 20px; 
    margin-bottom: 20px;
}

a{
	color:#588588;
	text-decoration:none;
	font-weight:600;
}

a:hover{
	text-decoration:underline;
}
hr {
	 border: 0; 
	 height: 0; 
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
	 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


#container, .inner{
  margin: 0 auto;
}

header{
  background: #edf5f5;
  height:67px;
  overflow:visible;
	background-image:url('/Users/osterberger/Documents/Websites/one thirty one photo/images/stacked_circles.png');
	background-repeat:repeat;  
	position:relative;
  -webkit-box-shadow: 0px 5px 15px 5px #cccccc;
box-shadow: 0px 5px 15px 5px #cccccc;
}

header h1{
  margin: 7px 0 0 0;
}

#container{
  clear: both;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  max-width:1440px;
}

.alt{
  color: #588588;
  font-size:14px;
  font-weight:400;
}
.alt:hover{
	text-decoration:underline;
}
.alt:active{
  color: #ffffff;
    background: rgba(102, 102, 102, 1);

}

/* NAVIGATION */

nav{
  margin: 17px 0 17px 0;

}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
  float:right;
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  display:inline-block;
  position:relative;
  width: 13%;
  list-style:none;
  border-right: solid thin #cccccc;
  
}

nav ul li:last-child{
	border: 0px; 
	}
	
nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 0;
  margin: 0 0 0 0;
  /*background-color: #d2e0e0;
  background-image: -webkit-linear-gradient(top, #d2e0e0, #bcc7c7);
  background-image: -moz-linear-gradient(top, #d2e0e0, #bcc7c7);
  background-image: -ms-linear-gradient(top, #d2e0e0, #bcc7c7);
  background-image: -o-linear-gradient(top, #d2e0e0, #bcc7c7);
  background-image: linear-gradient(to bottom, #d2e0e0, #bcc7c7);
  -webkit-box-shadow: 1px 1px 3px #666666;
  -moz-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  text-decoration: none;*/
}

nav a:hover{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 0;
  margin: 0 0 0 0;
  text-shadow: 0 0 20px #ffffff;
  background: rgba(204, 204, 204, 0.25);
	}


#menu {
			display: none;
		}
		
		
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
	padding-top:20px;
	padding-bottom:20px;
    width: 100%;
	background-color:#ffffff;
	background-image:url('/Users/osterberger/Documents/Websites/one thirty one photo/images/stacked_circles.png');
	background-repeat:repeat;  
	text-align:center;
	z-index:2;
	  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
}

ul{
	margin-top:-10px;
	margin-bottom:20px;
}	
li{
  margin: 0 0 0 20px;
	list-style:circle;
	  font-size: 13px;
  color: #666666; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  line-height: 20px;
  
}
strong {
	color:#999999;
	font-weight:500;
}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 820px){
	
	.logo {
		margin-left:-20px;
		padding-bottom:30px;
		    margin: 0 auto;
    text-align: center;
    width: 100%;
	}
	
	 header {
		height:auto;
		
}
  nav .span3{
    width: 100%;
  }

  .span7, article{
    width: 100%;
  }

  .span3, .span7, aside{
    width: 100%;
    margin-left: 0;
	margin-top:20px;
  }

  #container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
  
  	#nav.js {
			display: none;
		}
  .col{
  	margin-left: 0;
	}
	
	nav{
	  margin: -20px 0 30px 0;
  }
	  nav ul li{
    width: 99%;
    margin: 0 0 5px 0;
	  border-bottom: solid thin #cccccc;
	    border-right: 0;
  }
    nav a{
    margin: 0;
    padding: 10px 0 10px 0;
  }
      nav a:hover{
    margin: 0;
    padding: 10px 0 10px 0;
  }
	#menu {
	width:22px;
	display: block;
	background:#ffffff;
	font-size: 18px;
	text-align: center;
	padding-bottom:3px;
	margin-right:5px;
	float:right;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
}
#menu:before {
	content:"Menu";
	margin-left:-50px;
	padding-right:20px;
	font-size: 12px;
	color: #999999; 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
	  
    .break {
	margin-top:-70px;
  }
    .hidden {
	display:none;  
  }

}

@media screen and (max-width: 480px){
	p{
    font-size: 14px; 
	}
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 10px 0 10px 0;
  }

}

/* Custom Breakpoints */

@media screen and (max-width: 480px) {
 /* Add your styles for devices with a maximum width of 480 */
}




// Micro Clearfix 

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;

}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}
