/* Portfolio Filter Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/
h1 { font-size: 1.667em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.333em; }
h4 { font-size: 1.167em; }
h5, h6 { font-size: 1em; }

a { color: #333; }
a:visited { }
a:hover { text-decoration: none; }
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/
div#container { margin: 20px auto 100px auto; overflow: hidden; padding-top: 5px;}

ul#filter { float: left; font-size: 1.2em; color: #333; list-style: none; margin-left: 0; width: 100%; padding-top: 15px; }
ul#filter li { 
	line-height: 30px;
	list-style-type: none;
}
ul#filter li:last-child { }
ul#filter a { color: #666; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { color: #6aaea4; text-decoration: underline; }
ul#filter li.current a { color: #6aaea4; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; }
ul#portfolio li { 
	float: left; 
	margin: 0 27px 27px 0; 
	background-color: #b2aea3;
	padding: 0px 0px 5px 5px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { display: block; padding-bottom: 5px; margin-left: -5px; }

ul#sub li { font-size: .8em; color:#666; font-weight: normal; }


* {
    margin: 0;
}
html {
	height: 100%;
	}

body {
    height: 100%;
	background-color: #f9f8f7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #333;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
	border-top: 0px solid #B2AEA3;
}

.push {
	margin-top: -100px;
}

.footer {
	height: 100px;
	background-color: #B2AEA3;
	border-top: 0px solid #A1D1CC;
	}
	
#linetop {
	height: 0px;
	background-color: #F9F8F7;
	}
	
#linebottom {
	height: 5px;
	background-color: #A1D1CC;
	}
	
#content {
	width: 875px;
	margin: auto;
	}
	
#footercontent {
	width: 875px;
	margin: auto;
	text-align: right;
	padding-top: 40px;
	color: #fff;
	}
	
#contenttop {
	width: 875px;
	padding: 50px 0px 25px 0px;
	height: 61px;
	}
	
#contenttopleft {
	float: left;
	width: 235px;
	}
	
#contenttopright {
	float: right;
	text-align: right;
	padding-top: 45px;
	padding-right: 5px;
	}
	
#contenttopright ul li {
	list-style-type: none;
	display: inline;
	padding-left: 25px;
	font-size: .8em;
	}

/*
 #contentbottom {
	width: 875px;
	padding-top: 50px;
	clear: both;
	padding: 50px 0px 50px 0px;
	}
*/	
	
#contentbottomleft {
	float: left;
	width: 215px;
	padding-left: 20px;
	text-align: right;
	margin-top: -20px;
	}

/*
#contentbottomleft ul li {
	list-style-type: none;
	padding-left: 25px;
	font-size: .9em;
	color: #666;
	padding-bottom: 10px;
	}

#contentbottomleft ul li ul li  {
	list-style-type: none;
	padding-left: 25px;
	color: #666;
	}
*/
	
#contentbottomright {
	float: right;
	width: 630px;
	}


#middleline {
	height: 1px;
	background-color: #B2AEA3;
	width: 875px;
	}


.indexthumbnail {
	height: 60px;
	width: 105px;
	margin-left: 8px;
	background-color: #999;
	float: left;
	margin-bottom: 8px;
}

a:link {
	color: #333;
	text-decoration: none;
}


a:active {
	color: #333;
	text-decoration: none;
}


a:hover {
	color: #333;
	text-decoration: none;
}


a:visited {
	color: #333;
	text-decoration: none;
}

.sectionthumbnail {
	height: 140px;
	width: 170px;
	margin-left: 18px;
	background-color: #DDDDD7;
	float: left;
	margin-bottom: 18px;
}

.pushleft {
	padding-left: 50px;
}

h2 {
	padding-top: 15px;
	}

h3 {
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: .9em;
	color: #333;
	}
	
img {
	border: 0px;
}

#move_over {
	margin-left: -40p;
	padding-bottom: 5px;
	}
