@charset "UTF-8";
/* CSS Document */

/*
Theme Name: stolfa
Theme URI: http://sarahstolfa.com
Description: sarahstolfa.com css
Version: 1.0
Author: Chris Mortlock
Author URI: http://chrismortlock.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}
	
img {
  border: 0px;
}

#wrap {
  width: auto;
}



a {
  font-size: 11px;
  color: #000000;
  line-height: 17px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}


#header {
  width: 100%;
  height: 100px;
  padding: 5px 0px 5px 25px;
  background: white;
  position: fixed;
  top: 15px;
}

ul {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}


.logo {
	float:left;
	width: 150px;
	height: 80px;
	margin:10px 0px 0px 0px;
}

.nav {
	position: fixed;
	left: 200px;
    width: 620px;
	margin: 5px 0px 0px 0px;
	height: 80px;
}

.nav ul {
  float: left;
  list-style: none;
  width: 135px;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
}

.nav li.active {
  text-decoration: underline;
}

.nav a { 
   color: #000000;
}


.section {
	font-weight: bold;
}

.section_big {
	font-weight: bold;
	font-size: 16px;
}

#content {
	margin: 125px 0px 0px 10px;
	position: static;
}


#content ul {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

#content li.active {
  text-decoration: underline;
}

#content a { 
   color: #000000;
   text-decoration: underline;

}

.randomordercontent {
	float: left;
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}


.new_work_thumb {
	float: left;
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.regulars_thumb {
	float: left;
	height: auto;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.gallery_thumb {
	float: left;
	height: auto;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

.gallery_container {
	float: left;
	height: auto;
	width: auto;
	margin: 5px 5px 5px 5px;
}

.news_post {
	float: left;
	width: 775px;
	margin: 10px 10px 20px 10px;
	padding: 5px 10px 10px 5px;

}

.post_header {
	float: left;
	width: 775px;
	margin: 10px 10px 5px 0px;
}

.gallery_post {
	float: left;
	width: auto;
	margin: 10px 10px 0px 10px;
	padding: 5px 10px 10px 0px;

}

.more_post {
	float: left;
	width: 300px;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 10px 5px;

}

.post_photo {
	float: left;
	width: 425px;
}

.photo_work {
	float: left;
	width: 450px;
}

.info_photo {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 300px;
}


.description {
	float: left;
	width: 200px;
	margin: -15px 0px 0px 15px;
  	font-size: 11px;
  	line-height: 17px;
	list-style: none;
}


.information {
	float: left;
	width: 300px;
	margin: -15px 0px 0px 15px;
  	font-size: 11px;
  	line-height: 17px;
}

.info_section {
	float: left;
	width: 480px;
	margin: 10px 0px 10px 0px;
  	font-size: 11px;
  	line-height: 17px;
}


#content ul li a  {
  float: left;
  list-style: none;
  width: 150px;
  height: auto;
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  margin: 0px 0px 0px 0px;
}

#content ul li a:hover {

}



/* Clearing */

.clearfloat {
	clear: both;
	display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}
/*
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}
*/
.clear:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

* html .clear {
	height: 1%;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
    font-size: 1px;
    line-height: 0px;
}

