/* @override http://eriklarsen.test/css/style-test.css */


/* Sitewide Styles */
html {
	background: #fff url(../images/bg/bg.gif) repeat-x;
	}
body {
	background: url(../images/bg/content-bg.gif) no-repeat center top;
	font-family: georgia;
	font-weight: normal;
	color: #808080;
    font-family: georgia, sans-serif;
	font-weight: 100;
	font-style: italic;
	width: 100%;
	display:table;
	font-size: 12px;
	line-height: 18px;
	}

a {
	color: #888;
	text-decoration: none;
	}
	
h1 {
    font-family: georgia, sans-serif;
 	 }
	  
	h1 span {
		color: #c8c8c8;
		}

	.sub-title {
		font-size: 16px;
		letter-spacing: normal;
		word-spacing: normal;
		font-style: italic;
		color:#c8c8c8;
		font-family: georgia;
		margin-left: 10px ;
		padding: 5px 10px;
		position: relative;
		border-left: 1px solid #c8c8c8;
		top:-3px;
		}
	
h2 { /* Wide bar style */
	font-size: 16px;
	margin-bottom: 20px;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
	font-weight: 100;
	width: 985px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #efefef;
	}


.border {
	border: 1px solid #c8c8c8;
	padding: 2px;
}


.left {
	float: left;
}


.right {
	float: right;
}

.content {
width: 985px;
padding: 0;
margin: 0 auto;
}

.hide {	
	overflow: hidden;
}

.push {
	margin-bottom: 50px;
}

.column {
	width: 285px;
	margin-right: 25px;
	padding-right: 25px;
}

	.column:last-child {
		border: none;
		margin: 0;
		padding: 0;
	}

/* Wrapper and Header */
#wrapper {
	width: 985px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#header {
	overflow: hidden;
	min-height: 210px;
}

#header h1 {
	margin-top: 95px;
	word-spacing: -8px;
	font-weight: normal;
	float: left;
	font-size: 32px;
	text-shadow: 0 1px #fff;
}


/*** Navigation ***/
#nav {
	margin-top: 98px;
	float: right;
    font-family: georgia, sans-serif;
    font-weight: 100;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
	text-shadow: 0 1px #fff;
	font-size: 16px;
	padding: 3px 0 3px 8px;
}

#nav li a { text-decoration: none; padding:3px 8px; }

#nav li a:hover {
background: #c8c8c8;
text-shadow: 0 1px #fff;
padding:3px 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-khtml-border-radius: 4px;
color: white;
-webkit-transition: color 0.1s linear;
-webkit-transition-property:background;
-webkit-transition-duration:.6s;
-webkit-transition-timing-function:ease-out;
text-shadow: none;
}

/*** Filters ***/
#filter {
	float: right;
	position: relative;
	top: -56px;
	margin-right:3px;
	text-shadow: 0 1px #fff;
	font-size: 14px;
}

#filter ul {
	list-style-type: none;
}

#filter li {
	display: inline;
}

#filter li a {
	color: #a0a0a0;
	padding: 3px 8px;
}

#filter li a:hover {
background: #c8c8c8;
text-shadow: 0 1px #fff;
font-size: 14px;
padding:3px 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-khtml-border-radius: 4px;
color: white;
-webkit-transition: color 0.1s linear;
-webkit-transition-property:background;
-webkit-transition-duration:.6s;
-webkit-transition-timing-function:ease-out;
text-shadow: none;
}
#filter li.current a {
background: #5c8abb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: white;
	text-shadow: none;
}

#filter li.current a:hover {
	color: white;
}


li#currentpage a {
	background: #c8c8c8;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: white;
	padding: 3px 8px;
	text-shadow: none;
}
/*** Pagination ***/
#pagination {
	width: 985px;
	height: 30px;
	line-height: 10px;
}

#pagination a {
	font-size: 11px;
}



/*** Footer ***/
#footer {
	font-size: 12px;
	background: #efefef;
	border-top: 1px solid #c8c8c8;
	min-height: 110px;
	overflow: auto;
	color: #a0a0a0;
	padding-top: 10px;
}

	#footer p {
		float: left;
	}

	.social {
		float: right;
	}
	
	.social li {
		display: inline;
		border-right: 1px solid #c8c8c8;
		padding: 0 5px;
	}
	
	.social li:last-child {
		border: none;
	}










/****************************
				Portfolio Specific
****************************/
#portfolio {
	float: left;
	list-style: none;
	width: 1115px;
}

	#portfolio li {
		float: left;
		height: 210px;
		margin: 0 55px 50px 0;
		width: 291px;
	}

	#portfolio li img {
		width: 285px;
}

	.portfoliolink a {
		color: #a0a0a0;
		width: 100%;
		width: 291px;
		height: 25px;
		margin-top: 3px;
		background: #efefef;
		text-align: center;
		font-size: 12px;
		display: block;
		line-height: 25px;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
	}
	
	.portfoliolink a:hover {
		width: 100%;
		height: 25px;
		margin-top: 3px;
		background: #efefef;
		text-align: center;
		font-size: 12px;
		display: block;
		line-height: 25px;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
	}


/*** Flickr Importing  ***/
#portfolio li .mask {
	width: 285px;
	height: 175px;
	overflow: hidden;
	border: 1px solid #c8c8c8;
	padding: 2px;
}

.submask {
	height: 175px;
	overflow: hidden;
}

#portfolio li .mask img {
	border: none;
	padding: 0;
	position: relative;
	top: -15;
	cursor: pointer;
}


/****************************
		   Single Project  Specific
****************************/
.large {
	width: 979px;
	padding: 2px;
	margin: 0 0 50px 0;
	border: 1px solid #c8c8c8;
	background: white;
}

.customLarge {
	padding: 2px;
	margin: 0 0 50px 0;
	border: 1px solid #c8c8c8;
	background: white;
}

#details {
	border-bottom: 1px dotted #c8c8c8;
	overflow: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	/*font-style: italic;*/
}

	.information {
		width: 590px;
		height: 70px;
		float: left;
		border-right: 1px dotted #c8c8c8;
		padding-right: 40px;
		margin: 0 50px 20px 10px;

	}
	
	.duties {
		width: 220px;
		float: right;
		margin: 0 70px 20px 0;
		color: #9f9f9f;
		text-indent: 5px;
	}
	
		.title {
			color: #666;
			font-size: 14px;
			margin-bottom: 5px;
		}






/****************************
		   		About Specific
****************************/
.portrait {
	width: 283px;
	padding: 2px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #c8c8c8;
	display: none;
}

.copyblock {
	margin: 0 60px 15px 20px;
	width: 590px;	
	color: #777;
	font-size: 13px;
	font-weight: 400;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	float: right;
}


.copyblock a{
	color: #5c8abb;
}

	
#twitter-link {
	font-size: 14px;
	color: #5c8abb;
}

#twitter_update_list {
	margin-top: 5px;
}

	#twitter_update_list li {
		font-size: 12px;
		line-height: 18px;
	}
	
	#twitter_update_list li a {
		color: #c8c8c8;
		text-decoration: none;
		float: right;
	}
	
	#twitter_update_list li span a {
	float: none;
}


ul.styledlist {
	font-size: 12px;
	margin: 0 20px;
}

ul.styledlist li {
	margin-bottom: 5px;
	list-style-image: url(../images/misc/list-arrow.gif);
}

p.list-title, li.list-title {
	list-style-image: none;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #666;
	position: relative;
	left: -20px;
	margin-bottom: 5px;
}

.wufoo .info { display:none }

