
/* Description: Evolving Media 2009 Web Stylesheet */
/* Author: Jay Bayley */
/* Date: Friday 13th (!) March 2009 */

/* Let's do some resetting, thanks Eric! */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Now the playing field is level, let's get started... */

body {
	background: #719fac url(/static/images/superman.jpg) no-repeat center center fixed;
	color: #dddddd;
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 0.75em;
}

/* Time for some 'constructor' classes */
.replace, div#navigation ul li a {
	display: block;
	position: relative;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:  left top;
	border: 0 !important;
}

.typeface {
	width: 100%;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
}

.typeface a {
	text-decoration: none !important;
}

hr {
	display: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.border, img.cms_img {
	border: 1px solid #cccccc;
}
	
/* Links, links, links */
a, a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

a.rss {
	display: block;
	padding: 2px 0 3px 20px;
	margin: 0 0 10px 0;
	background: transparent url(/static/images/icon_rss.png) no-repeat center left;
	color: #CCCCCC;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

a.rss:hover {
	color: #ffffff;
}

/* Now for some containers */

div#brand {
	position: fixed;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -450px;
	width: 250px;
}

	div#brandLiner {
		padding: 0 30px 0 0;
	}

div#shade {
	position: fixed;
	left: 50%;
	margin-left: -200px;
	width: 660px;
	height: 100%;
	z-index: -1;
}

div#fade {
	position: fixed;
	width: 100%;
	height: 550px;
	background: transparent url(/static/images/fade.png) repeat-x;
}

div#copy {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -200px;
	width: 660px;
	min-height: 100%;
	background: transparent url(/static/images/opaque.png) repeat;
	z-index: 1;
}

	div#copyLiner {
		padding: 124px 30px 20px 30px;
	}
	
		div#primary {
			position: relative;
			float: left;
			width: 400px;
		}
		
div#secondary {
	position: fixed;
	top: 120px;
	left: 50%;
	margin: 0 0 0 270px;
	padding: 7px 0 0 0;
	width: 160px;
	z-index: 1;
}
	
	div#secondary div.liner {
	
	}
	
div#info {
	float: right;
	width: 180px;
}

div#info ul {
	margin: 0 0 15px 0;
	background: transparent url(/static/images/opaque.png);
	padding: 10px 10px 0 10px;
}

div#info ul li {
	padding: 2px 0 10px 15px;
	color: #ffffff;
	background: transparent url(/static/images/bullet.gif) no-repeat 2px 7px;
	line-height: 1.4em;
}

div.galleryImage {
	margin: 0 0 15px 0;
}

/* And then some elements */

div#contact {
	position: fixed;
	width: 84px;
	height: 29px;
	top: 0;
	left: 50%;
	margin: 0 0 0 345px;
	z-index: 1;
}

div#contact a {
	width: 84px;
	height: 29px;
	background-image: url(/static/images/contact_bg.png);
}

div#logotype a {
	width: 100%;
	height: 52px;
	background-image: url(/static/images/evolving.png);
	background-position:  right top;
	margin: 0 0 20px 0;
}

div#pitch {
	margin: 5px 0 0px 0;
	width: 220px;
	height: 60px;
	text-align: right;
}

div#pitch p {
	text-align: right;
	font-size: 1.35em;
}

div#signoff {
	position: fixed;
	width: 250px;
	height: 200px;
	top: 310px;
	left: 50%;
	margin: 0 0 0 -480px;
	background-image: url(/static/images/signoff.png);
	background-position:  right top;
}

	ul#social {
		position: fixed;
		display: block;
		width: 250px;
		height: 25px;
		top: 310px;
		left: 50%;
		margin: 0 0 0 -480px;
	}
	
	ul#awards {
		position: fixed;
		display: block;
		width: 250px;
		height: 75px;
		top: 350px;
		left: 50%;
		margin: 0 0 0 -480px;	
	}

	ul#partners {
		position: fixed;
		display: block;
		width: 250px;
		height: 25px;
		top: 435px;
		left: 50%;
		margin: 0 0 0 -480px;
	}

	ul#subnav {
		position: fixed;
		display: block;
		width: 250px;
		height: 25px;
		top: 490px;
		left: 50%;
		margin: 0 0 0 -480px;
	}
	
		ul#subnav li, ul#partners li, ul#social li {
			display: block;
			float: left;
		}
	
	ul#subnav li a {
		display: block;
		height: 25px;
	}
	
	ul#awards li a {
		display: block;
		height: 75px;
	}
	
	ul#partners li a {
		display: block;
		height: 45px;
	}
	
	ul#social li a {
		display: block;
		height: 40px;
	}
	
	ul#social li.twitter, ul#social li.twitter a {
		width: 135px;
		float: right;
	}
	
	ul#partners li.makeitrain, ul#partners li.makeitrain a {
		width: 135px;
	}
	
	ul#partners li.rar, ul#partners li.rar a {
		width: 55px;
	}
	
	ul#partners li.isp, ul#partners li.isp a {
		width: 60px;
	}
	
	ul#subnav li.terms, ul#subnav li.terms a {
		width: 122px;
	}
	
	ul#subnav li.accessibility, ul#subnav li.accessibility a {
		width: 74px;
	}
	
	ul#subnav li.sitemap, ul#subnav li.sitemap a {
		width: 51px;
	}

div#navigation {
}

	div#navigation ul li a {
		width: 100%;
		height: 30px;
		background: transparent url(/static/images/navigation.png);
	}

	div#navigation ul li a.blog {
		background-position: 0 0;
	}

	div#navigation ul li.on a.blog, div#navigation ul li a.blog:hover {
		background-position: 0 60px;
	}

	div#navigation ul li a.portfolio {
		background-position: 660px 0;
	}

	div#navigation ul li.on a.portfolio, div#navigation ul li a.portfolio:hover {
		background-position: 660px 60px;
	}

	div#navigation ul li a.contact {
		background-position: 440px 0;
	}

	div#navigation ul li.on a.contact, div#navigation ul li a.contact:hover {
		background-position: 440px 60px;
	}

	div#navigation ul li a.careers {
		background-position: 220px 0;
	}

	div#navigation ul li.on a.careers, div#navigation ul li a.careers:hover {
		background-position: 220px 60px;
	}

#latesttweets {
	position: fixed;
	display: block;
	width: 250px;
	top: 525px;
	left: 50%;
	margin: 0 0 0 -480px;

	background: white;
	padding: 5px;
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
}

#latesttweets a {
	background: white;
	color: #4F6063;
	text-decoration: none;
	font-weight: normal;
}

#latesttweets a:hover {
	text-decoration: underline;
}

div#map {
	padding: 10px;
	overflow: hidden;
	background: transparent url(/static/images/opaque.png) repeat;
	margin: 0 0 15px 0;
}

	div#mapLiner {
		width: 140px;
		height: 140px;
		overflow: hidden;
	}
	
.post p {
	font-size: 1.1em;
}

p.lead {
	margin: 5px 0;
	color: #dddddd;
}

.data {
	margin-bottom: 10px;
	color: #aaaaaa;
}

	.data span {
		color: #dddddd;
	}
	
	.data a {
		text-decoration: none;
	}
	
	.data a:hover {
		text-decoration: underline;
	}

.absolute {
	position: absolute !important;
}

.blogLinks {
	margin: 0 0 15px 0;
}

	.blogLinks a {
		color: #cccccc;
		text-decoration: none;
		font-weight: normal;
	}
	
	.blogLinks a:hover {
		color: #ffffff;
	}
	
	.blogLinks ul li {
 		padding: 4px 0;
	}
	
.blogSearch {
	background: transparent url(/static/images/search_bg.png) no-repeat top left;
	margin: 0 0 15px 0;
	clear: both;
	height: 25px;
}

.blogSearch input {
	padding: 5px;
	width: 115px;
	vertical-align: middle;
	float: left;
	background: transparent;
	border: 0 !important;
}

* html .blogSearch input {
	width: 115px;
}

div.post {
	margin: 0 0 30px 0;
}

div#offsets {
	position: relative;
}

	div#older {
		position: absolute;
		top: 0;
		left: 0;
		width: 76px;
		height: 18px;
	}

	div#newer {
		position: absolute;
		top: 0;
		right: 0;
		width: 76px;
		height: 18px;
	}
	
	div#middle {
		width: 100%;
		text-align: center;
		line-height: 18px;
	}
	
	div#middle span {
		color: #ffffff;
		font-weight: bold;
	}
	
div.item {
	width: 205px;
	float: left;
	margin: 0 0 25px 0;
}

div.item.last {
	width: 190px !important;
}

div.item h4 {
	margin: 10px 0 5px 0;
	font-size: 1.1em;
}

div.item h4 a {
	text-decoration: none;
}

div#galleryLiner h1 {
	width: 440px;
	float: left;
}

div.pagination {
	float: right;
	line-height: 20px;
	margin: 5px 0 15px 0;
	width: auto;
}

	div.pagination div.previous {
		float: left;
		height: 20px;
		width: auto;
	}

	div.pagination div.numbers {
		float: left;
		height: 20px;
		text-align: center;
		width: auto;
	}
	
		div.pagination div.numbers span {
			color: #ffffff;
			font-weight: bold;
		}

	div.pagination div.next {
		float: left;
		height: 20px;
		width: auto;
	}

ul#archive h2 {
	margin: 10px 0 0 0;
}

ul#archive li {
	padding: 5px 0;
}

ul#archive a {
	text-decoration: none;
}

a.comments {
	padding: 0 0 0 15px;
	background: transparent url(/static/images/comment_bg.png) no-repeat left center;
}

div.comment {
	margin: 0 0 10px 0;
}

	div.comment div.gravatar {
		width: 85px;
		float: left;
		background: transparent url(/static/images/gravatar_bg.png) no-repeat right top;
	}

	div.text {
		background: transparent url(/static/images/opaque.png);
		float: left;
		width: 315px;
	}
	
		div.textLiner {
			padding: 10px;
		}
		
			div.author {
				margin: 0 0 5px 0;
				font-size: 0.9em;
				color: #666666;
			}
			
				div.author span {
					color: #aaaaaa;
					text-decoration: none;
				}

div#sitemap li {
	background: transparent url(/static/images/bullet.gif) no-repeat scroll 0 4px;
	list-style-type: none;
	margin: 5px 0;
	padding: 0 8px 3px 12px;
}

div#sitemap li a {
	text-decoration: none;
}
				
#sitemap ul ul { 
	padding: 0 0 0 20px;
}

div#errors {
	padding: 10px;
	margin: 0 0 15px 0;
	background: transparent url(/static/images/opaque.png);
}

div#message {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 400px;
	margin: 0 0 0 -170px;
	z-index: 2;
	background: transparent url(/static/images/opaque.png);
}

div#message p {
	padding: 10px;
	font-weight: bold;
	margin: 0;
}

div#errors ul {
	margin: 5px 0 0 0;
}

div#errors ul li {
	padding: 2px 0 2px 15px;
	background: transparent url(/static/images/bullet.gif) no-repeat 2px 4px;
}

del {
	display: none;
}

/* Push the button */

button {
	cursor: pointer;
}

input.honey {
	display: none;
}

input.field {
	display: block;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	height: 1.5em;
	line-height: 1.5em;
}

button.search {
	background-image: url(/static/images/button_search.png);
	width: 26px;
	height: 18px;
	margin: 2px 0 0 5px;
	float: left;
}

button.submit {
	background-image: url(/static/images/button_submit.png);
	width: 75px;
	height: 18px;
	margin: 10px 0 0 0;
}

a.more {
	background-image: url(/static/images/button_more.png);
	width: 67px;
	height: 18px;
}

a.archive {	
	background-image: url(/static/images/button_archive.png);
	width: 52px;
	height: 18px;
	margin: 10px 0 0 0;
}

a.back {	
	background-image: url(/static/images/button_back.png);
	width: 39px;
	height: 20px;
}

a.newer {
	background-image: url(/static/images/button_newer.png);
	width: 76px;
	height: 18px;	
}

a.older {
	background-image: url(/static/images/button_older.png);
	width: 76px;
	height: 18px;	
}

a.next, span.next {
	background-image: url(/static/images/button_next.png);
	width: 33px;
	height: 20px;
	margin-left: 10px;	
}

span.next {
	background-image: url(/static/images/button_next_off.png);
}

a.previous, span.previous {
	background-image: url(/static/images/button_prev.png);
	width: 34px;
	height: 20px;
	margin-right: 10px;	
}

span.previous {
	background-image: url(/static/images/button_prev_off.png);
}

a.visit {
	background-image: url(/static/images/button_visit.png);
	width: 86px;
	height: 18px;	
}

div#backLink {
	float: left;
	margin: 7px 0 0 0;
}

ul#blogNav {
	display: block;
	float: right;
	margin: 7px 0 0 0;
}

div#info ul#portfolioNav {
	margin: 0 !important;
}

ul#portfolioNav {
	display: block;
	float: right;
	margin: 10px 0 0 0 !important;
	background: 0 !important;
	padding: 7px 0 0 0 !important;
}

ul#portfolioNav li, ul#blogNav li {
	display: block;
	background: none !important;
	float: left;
	border-left: 1px solid #666666;
	margin: 0 0 20px 0;
	padding: 0 5px !important;
	height: 13px;
}

ul#blogNav li {
	margin: 0 0 5px 0;
}

ul#portfolioNav li.first, ul#blogNav li.first {
	border: 0;
}

ul#portfolioNav li.last, ul#blogNav li.last {
	padding-right: 0 !important;
}

ul#portfolioNav li a, ul#portfolioNav li span, ul#blogNav li a, ul#blogNav li span, div#backLink a {
	margin: 0;
	height: 13px;
	background-position: center left;
}

div.form label {
	float: left;
	display: block;
	width: 130px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

div.form label.inline {
	float: none;
	display: inline;
	width: auto;
}

div.form input.field, div.form textarea.field {
	background: transparent url(/static/images/opaque.png) repeat left top;
	width: 230px;
	padding: 7px 5px 2px 5px;
	border: 0px none !important;
	margin: 0 0 15px 0;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 1em;
	resize: none;
}

div.form input.file {
	width: 220px;
	border: 0px none !important;
	margin: 0 0 10px 5px;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, Georgia;
	font-size: 1em;
	resize: none;
}

* html div.form input.field, * html div.form textarea.field {
	padding: 3px 5px 2px 5px;
}

div.form textarea.field {
	height: 135px;
}

* html div.form textarea.field {
	height: 142px;
}

div.form div.input {
	width: 240px;
	height: 30px;
	margin: 0 0 10px 0;
	background: transparent url(/static/images/input_bg.png) no-repeat top left;
	float: left;
}
	
div.form div.textarea {
	width: 240px;
	height: 150px;
	margin: 0 0 10px 0;
	background: transparent url(/static/images/textarea_bg.png) no-repeat top left;
	float: left;
}

	div.form div.input input, div.form div.textarea textarea {
		background: none;
	}

div.form select {
	width: 240px;
	margin: 0 0 15px 0;
}

div.form br {
	clear: left;
}

/* And everyone loves typography... */
h1,h2 {
	font-size: 2.1em;
	margin-bottom: 10px;
	color: #ffffff;
}

h2 {

}

h3 {

}

h4 {
	font-size: 1.3em;
	margin-bottom: 5px;
	color: #ffffff;
	text-transform: lowercase;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #ffffff;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

/* Finally, let's do some IE6 "fixed" fixing. (I know, ugh) */
* html, * body {
	height: 100%;
	min-height: 100%;	
}
* html .fixed {
	position: absolute !important;
}

* html div#copy {
	height: 100%;
	min-height: 100%;
}

* html div#navigation ul li a {
	margin: -14px 0 0 0;
}