/* MAIN ELEMENTS
************************************************/

body {
	font-family: Helvetica, Verdana, sans-serif;
	color: #6a6a6a;
	font-size: 11px;
	line-height: 16px;
}
a {
	color: #333;
	text-decoration: none;
	
}

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

h1 a {
	font-size: 1px;
	background-image: url(http://foundrycollective.com/tumblr/visual_headerLeft.png);
	width: 727px;
	height: 83px;
	color: #ffffff;
	display: block;
	text-align: right;
	float: left;
	opacity:0.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 500ms linear;
	
	margin-bottom: 50px;
}

h1 a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
 	
.titlesearch, input, h1, #header span {
	text-shadow: 0 0 1px #1e1e1e;
}

p a { 
	color: #6a6a6a;
	text-decoration: none;
	border-bottom: 1px solid #6a6a6a;
}

p a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}

span.descrition { 
	float: right;
	line-height: 26px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 10px;
	text-shadow: 0 0 1px #000;
	color: #fff;
}

h2.tags {
	padding-bottom: 5px;
	border-bottom: 1px solid #1e1e1e;
}

h3 {
	text-shadow: 0px 0px 1px #000;
	font-family: Baskerville, Georgia, serif;
	font-size: 45px;
	font-style: italic;
	line-height: 54px;
	letter-spacing: -1px;
	color: #ccc;
	text-align: left;
	margin-bottom: 18px;
}

h3 a { color: #ccc; text-decoration:  none; }
h5 {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	font-family: Helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #193842;
}
.text p {
	text-align: left;
	margin-bottom: 18px;
}

span.quote, span.nosearch {
	text-shadow: 0px 0px 1px #000;
	font-family: Baskerville, Georgia, serif;
	font-size: 50px;
	font-style: italic;
	line-height: 50px;
	letter-spacing: -3px;
	color: #ccc;
}


.leftquote, .rightquote {
	color: #ddd;
	font-size: 50px;
}

.leftquote { font-family: Baskerville, Georgia, serif;
	font-size: 50px;
	font-style: italic; }
	.rightquote { padding-left: 1px; }
	
span.text {
	font-family: Baskerville, Georgia, serif;
	font-size: 11px;
	color: #ccc;
	}

span.currentpage a {
	text-shadow: 0px 0px 1px #000;
	font-family: Baskerville, Georgia, serif;
	font-size: 35px;
	font-style: italic;
	line-height: 35px;
	letter-spacing: -1px;
	color: #ccc;
	text-decoration: none;
	color: #666;
}

span.nosearch { margin: 110px 0; display: block; }

span.currentpage a:hover { color: #ccc; }

span.currentpage { color: #444; }

a {
	-webkit-transition: all 500ms linear;
}

.linkr a:visited {
	color:#ccc;
}

.linkr a:active {
	color: #ccc;
}

.linkr a {
	-webkit-transition: all 500ms linear;
}
