html, body {
	height: 100%;
}

body{
	background-color: #fff;
  	color: #545454;
	font-family: 'Source Sans Pro', sans-serif;
	background-image: url('../images/background_repeat.png');
}

/*sticky footer*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.container {
	width: 940px;
	margin: auto;
	overflow: hidden;
}

header{
	margin-bottom: 40px;
	height: 110px;
	background-image: url('../images/shadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
}

.header-container{
	width: 940px;
	height: 25px;
	margin: auto;
	padding-top: 35px;
}

.logo {
	float:left;
	height: 25px;
}

a {
	text-decoration: none;
	color: #545454;
}

a:hover{
	color: #FF8826;
}

nav {
	padding: 8px 0px; /*centers nav text within div*/
}

nav a{
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 15px;
	font-family: 'Varela Round', sans-serif;
}

nav li.spacer{
	float: right;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 0;
	color: #545454;
}

nav .current{
	color: #FF8826;
}


h1 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	padding-bottom: 45px;
}

h1 span {
	display: block;
}

h2 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 25px;
	border-top: 1px dotted #545454;
	margin-top: 50px;
}

h3 {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.about-container img{
	padding-top: 20px;
}

.specialties-container {
	overflow: hidden;
	padding-bottom: 50px;
}

.specialties-container a {
	display: block;
	background-image: url(../images/specialties.png);
	width: 120px;
	height: 114px;
	text-indent: -9999px;
}

.specialties {
	margin: 0 auto;
	width: 650px;
	padding-top: 40px;
}

.specialties li{
	float: left;
	margin-right: 50px;
	text-align: center;
}

.specialties p{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 20px;
}

.specialties a.illustration{
	background-position: 0 912px;
}

.specialties a.design {
	background-position: 0 684px;
}

.specialties a.photography {
	background-position: 0 456px;
}

.specialties a.videography {
	background-position: 0 228px;
}

.specialties a.illustration:hover{
	background-position: 0 798px;
}

.specialties a.design:hover {
	background-position: 0 570px;
}

.specialties a.photography:hover {
	background-position: 0 342px;
}

.specialties a.videography:hover {
	background-position: 0 114px;
}

.specialties li.last{
	margin-right: 0;
}

a.scroll_to_top {
	margin: 25px 0 20px 0;
	float: right;
	display: block;
	background-image: url(../images/up_arrow.png);
	text-indent: -9999px;
	height: 11px;
	width: 42px;
}

a.scroll_to_top:hover {
	background-position: 0 -11px;
}

/* PORTFOLIO GRID */
.portfolio-grid {
	overflow: hidden;
	margin-bottom: 50px;
}

.portfolio-grid .liner {
	margin-right: -20px;
}

.portfolio_img {
	display: block;
	position: relative;
	float: left;
	width:300px; 
	height:175px; 
	padding:0px; 
	margin-right: 20px;
	margin-bottom:20px;
}

.portfolio_img .hover_img {
	opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity ease-in .2s;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity ease-in .2s;
    -moz-transition: opacity ease-in .2s;
    -webkit-transition: opacity ease-in .2s;
    -o-transition: opacity ease-in .2s; 
}

.portfolio_img .hover_img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* INDIVIDUAL PORTFOLIO PAGE */

.container-left {
	width: 160px;
	float: left;
	position: relative;
}

.container-right {
	width: 160px;
	float: right;
	position: relative;
}

.arrow {
	display: block;
	background-image: url(../images/arrows_portfolio.png);
	text-indent: -9999px;
	height: 50px;
	width: 52px;
	position: relative;
}

.arrow.left{
	background-position: 0 0px;
	left: 80px;
}

.hidden {
	visibility: hidden;
}

.arrow.right{
	background-position: 0 -50px;
	left: 30px;
}

.arrow.left:hover {
	background-position: 0 -100px;
}

.arrow.right:hover {
	background-position: 0 -150px;
}

.portfolio {
	float: left;
	width: 620px;
	margin: 0 auto;
	margin-bottom: 100px
}

.project-info {
	overflow: hidden;
	margin-bottom: 25px;
}


h4 {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	width: 220px;
}

.description {
	width: 400px;
	float: right;
}

.description a{
	text-decoration: underline; 
}

.portfolio p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
}

.portfolio p.footnote {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
}

.projectImages img, iframe{
	margin-bottom: 15px;
}

.projectImages-space img{
	margin-bottom: 400px; /*added this for pages with only one image. Couldn't figure out how to push the footer down otherwise. Coffee page, for example.*/
}

.projectImages p {
	font-size: 17px;
	margin-top: 10px;
}


/* FOOTER */
footer {
	border-top: 1px dotted #545454;
	padding: 15px 0 45px 0;
	font-family: 'Varela Round', sans-serif;
}

.footer-container{
	width: 940px;
	margin: 0 auto;
}

.footer-links{
	float: left;
	display: inline;
}

.footer-links li{
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 10px;
}


footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

/*changes highlight color*/
::-moz-selection {
    background-color: #F55505;
    color: #fff;
}

::selection {
    background-color: #F55505;
    color: #fff;
}