

label {
	display:inline-block;
	margin-right:10px;
	width:100px;
	margin-bottom:10px;
}

table td {
	vertical-align:top;
}

body {
	padding:15px;
	margin:0;
	font-family:"Roboto",Arial,sans-serif;
	font-size:14px;
	background-color:rgb(19,35,43);
	color:#fff;
	background-image:url(/archive/2011/theme/images/highlight.png);
	background-position:center;
	background-repeat:repeat-y;
}

a {
	color:#3db2e8;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	vertical-align:middle;
}

a img {
	border:none;
}

.page-body {
	position:relative;
	overflow:hidden;
	background-color:rgba(255,255,255,0.05);
	padding:15px;
	border-radius:5px;
}

.post-header {
	overflow:hidden;
	margin:0 0 10px 0;
	background-color:rgba(255,255,255,0.05);
	border-radius:5px;
}

.post-header .inner {
	position:relative;
	padding:15px 0;
}

.post-header h1 {
	color:rgba(255,255,255,0.75);
	font-size:45px;
	/*
	text-shadow: 2px 2px 7px #666;
	*/
	margin:0;
	padding:0 0 0 20px;
}

.post-header h1 a {
	color:rgba(255,255,255,0.75);
	text-decoration:none;
}

.post-header h1 a:hover {
	color:#fff;
	/*
	text-shadow: 1px 1px 2px #ddd;
	*/
}

h1 {
	font-size:36px;
	letter-spacing:-1px;
	font-weight:300;
}

h2 {
	font-size:24px;
}

h2,h3 {
	font-weight:400;
}

h4,h5,h6 {
	font-weight:500;
}

div.post {
	padding:15px;
	background-color:rgba(0,0,0,0.25);
	margin:0 0 10px 0;
	color:#fff;
	border-radius:5px;
	border-top:solid 1px rgba(255,255,255,0.25);
	border-bottom:solid 1px rgb(0,0,0);
	border-left:solid 1px rgba(0,0,0,0.5);
	border-right:solid 1px rgba(0,0,0,0.5);
}

div.post:hover {
	background-color:rgba(0,0,0,0.5);
	color:#fff;
}

div.post h3 {
	font-size:22px;
	line-height:22px;
}

div.post h3 a {
	
}

div.post h3 a:hover {
	color:#fff;
}


div.submit-button {
	padding-top:10px;
}

div.blog {
	padding:20px;
	margin-bottom:10px;
	background-color:rgba(0,0,0,0.25);
	color:#fff;
	border-radius:5px;
	border-top:solid 1px rgba(255,255,255,0.25);
	border-bottom:solid 1px rgb(0,0,0);
	border-left:solid 1px rgba(0,0,0,0.5);
	border-right:solid 1px rgba(0,0,0,0.5);
}

div.blog ul {
	padding-left:15px;
}

div.blog .post-title {
	font-size:36px;
}

div.blog .cv h3 {
	font-size:20px;
}

div.blog .post-body h3 {
	font-size:150%;
	line-height:1.25;
}

p.author {
	font-weight:500;
	text-transform:uppercase;
	color:rgba(255,255,255,0.75);
	font-size:11px;
}

p.date-posted {
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
}

div.post-body {
	line-height:1.7;
}

div.new_post input#title {
	width:280px;
	}
	
ul.admin-nav {
	position:absolute;
	width:120px;
	top:0;
	left:-120px;
	}
	
ul.pager {
	list-style:none;
	padding:0;
	height:25px;
	margin:25px 0;
}

ul.pager li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	float:left;
	margin-right:3px;
}

ul.pager li a {
	display:block;
	padding:0 5px;
	text-decoration:none;
}

ul.pager li.selected a {
	color:#fff;
	background-color:#3db2e8;
}
	
ul.pager li a:hover {
	
}

.post-header .inner p.welcome {
	position:absolute;
	top:10px;
	right:20px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
}

div.my-account {
	padding:20px;
	margin-top:30px;
	background-color:rgba(0,0,0,0.25);
	color:#fff;
	border-radius:5px;
	border-top:solid 1px rgba(255,255,255,0.25);
	border-bottom:solid 1px rgb(0,0,0);
	border-left:solid 1px rgba(0,0,0,0.5);
	border-right:solid 1px rgba(0,0,0,0.5);
	
}

a.button, input[type=submit], input[type=button], ul.pager li a {
	display:inline-block;
	font-size:12px;
	font-weight:400;
	background-color:rgba(255,255,255,0.25);
	color:#fff;
	text-shadow:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px 10px;
	border:none;
	cursor:pointer;
}

a.button:hover, input[type=submit]:hover, input[type=button]:hover, ul.pager li a:hover {
	text-decoration:none;
	background-color:#3db2e8;
}

input[type=text], input[type=password] {
	border-top:solid 1px #000;
	border-bottom:solid 1px #666;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	background:rgba(0,0,0,0.5) !important;
	color:#fff;
	padding:3px;
	width:300px;
}

table.admin {
	width:100%;
	border-collapse:collapse;
	border-top:solid 1px #ccc;
	font-size:12px;
	margin:30px 0;
}

table.admin th {
	width:25%;
}

table.admin td {
	width:75%;
}

table.admin label {
	display:auto;
	margin-right:0;
	width:auto;
	margin-bottom:0;
}

table.admin th, table.admin td {
	padding:10px 0;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
	text-align:left;
}

/* comments */

.comments h4 {
	padding:0 10px;
	line-height:30px;
	color:#000;
	background:#444;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.comment {
	border-bottom:solid 1px #000;
	padding:15px 0;
	position:relative;
	border-top:solid 1px #333;
}

.comments > div:first-of-type {
	border-top:none;
}

.comments > div:last-of-type {
	border-bottom:none;
}

div.commentform-container {
	border-top:solid 1px #333;
}

.comment .by {
	padding-left:15px;
	padding-top:20px;
	background-image:url(/archive/2011/theme/images/comment_carat.png);
	background-position:15px 0;
	background-repeat:no-repeat;
}

.comment .by .comment-author {
	font-weight:500;
}

.comment-timestamp {
	margin-top:10px;
	font-size:10px;
}

.comment .comment-body {
	padding:15px;
	border-radius:5px;
	background:rgba(0,0,0,1);
	margin-bottom:none;
	line-height:1.3em;
}

form#commentform textarea {
	width:635px;
	padding:10px;
	height:300px;
	line-height:1.5em;
	font-size:14px;
	border-radius:5px;
	border:none;
	background:#444;
	color:#fff;
}

form#commentform textarea:focus, form#commentform textarea:active {
	background:#000;
}

#footer {
	
}

/* blog column styles */

div.blog-column-wrapper {
	float:left;
	width:40%;
	position:relative;
}

div.blog-column {
	overflow:hidden;
	padding:0 5px 0px 0;
	margin-right:5px;
	margin-bottom:10px;
}

div.blog-column h2, div.portfolio-column h2, h2.module-header {
	/*text-transform:lowercase;*/
	color:rgba(255,255,255,0.25);
	font-size:28px;
}

div.blog-column h2 a, div.portfolio-column h2 a, h2.module-header a {
	color:rgba(255,255,255,0.25);
	text-decoration:none;
}

div.blog-column h2 a:hover, div.portfolio-column h2 a:hover, h2.module-header a:hover {
	color:#1a87b5;
	text-decoration:none;
	/*
	text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
	*/
}



/* portfolio styles */

div.portfolio-column-wrapper {
	float:left;
	width:60%;
	position:relative;
}

div.portfolio-column {
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}

div.portfolio-preview {
	float:left;
	padding:6px;
	margin:0 6px 6px 0;
	text-align:center;
	overflow:hidden;
	width:200px;
	height:185px;
	background-color:rgba(0,0,0,0.25);
	color:#fff;
	border-radius:5px;
	border-top:solid 1px rgba(255,255,255,0.25);
	border-bottom:solid 1px rgb(0,0,0);
	border-left:solid 1px rgba(0,0,0,0.5);
	border-right:solid 1px rgba(0,0,0,0.5);
}

div.portfolio-preview a {
	color:#fff;
}

div.post h3 a:hover, div.portfolio-preview h3 a:hover {
	text-decoration:none;
}

div.portfolio-preview img {
	display:block;
	height:133px;
	width:200px;
	border-radius:3px;
}

div.portfolio-preview:hover {
	background-color:rgba(0,0,0,0.5);
}

div.portfolio-preview:hover a {
	color:#fff;
}

div.portfolio-preview h3 {
	margin:0.5em 0 0.25em 0;
	font-size:16px;
}

div.portfolio-preview p {
	margin:0 0 .25em 0;
}

div.portfolio-preview div.post-body {
	line-height:normal;
	overflow:hidden;
	height:70%;
}

div.portfolio {
	overflow:hidden;
	background:#eee;
	position:relative;
	color:#000;
	margin-bottom:10px;
	border-radius:5px;
}

div.portfolio h3 {
	font-size:24px;
	margin-top:0;
}

div.portfolio div.description-wrapper {
	float:left;
	width:30%;
	border-radius:5px;
}

div.portfolio div.description-wrapper div.thumbnails div.thumbnail img {
	width:100px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.35);
	cursor:pointer;
}

div.portfolio div.description-wrapper div.thumbnails div.thumbnail {
	float:left;
	margin-right:15px;
}

div.portfolio div.images-wrapper {
	width:70%;
	overflow:hidden;
	background:#f5f5f5;
	border-radius:5px;
}

div.portfolio div.description, div#current-image-description {
	padding:15px;
}

div.portfolio div.thumbnails {
	overflow:hidden;
	padding:15px;
}

div.portfolio div.thumbnails div.thumbnail {
	margin-bottom:10px;
}

div.portfolio div.images-wrapper {

}

div.portfolio div.images-wrapper div.image img {
	max-width:100%;
}

div.portfolio div.images div.image:last-child {
	margin-bottom:0;
}

div.portfolio div.images-wrapper div.inner-wrapper {
	overflow:hidden;
	padding:15px;
}

div.image #main-image {
	box-shadow:5px 5px 10px rgba(0,0,0,0.25);
}

div.portfolio div.images div.image:last-child {
	margin-right:0;
}

div.portfolio div.images-wrapper div.image {
	float:left;
	position:relative;
	max-width:100%;
}

div.portfolio #spinner {
	position:absolute;
	top:0;
	left:0;
	z-index:1001;
	background-color:#333;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	border-radius:0 0 5px 0;
}

div.portfolio #scrim {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
}

div.portfolio-column h2 {
	position:relative;
}

div.filters {
	position:absolute;
	top:0;
	right:0;
	text-shadow:none;
	color:rgba(255,255,255,0.75);
	text-transform:none;
	font-size:75%;
	font-weight:300;
}

div.filters span {
	
}

div.filters a.button {
	margin-left:5px;
	vertical-align:top;
	color:#fff;
}

div.filters a.button:hover {
	text-shadow:none;
	color:#fff;
}

/* blog column solo */


div.blog-column-solo {
	width:1024px;
	margin:auto;
	max-width:100%;
}

div.blog-column-solo img {
	max-width:100%;
}

#menu-controller {
	display:none;
}

div.hamburger {
	position:absolute;
	top:11px;
	right:21px;
	padding:7px;
	border-radius:3px;
	cursor: pointer;
	width:25px;
	height:23px;
	background:rgba(255,255,255,0.2);
}

div.hamburger.open {
	background:rgba(0,0,0,0.2);
}

div.hamburger.open span {
	background:rgba(255,255,255,0.75);
}

div.hamburger span {
	height:3px;
	display:block;
	width:100%;
	margin-bottom:7px;
	background:rgba(255,255,255,0.5);
	border-radius:5px;
}

div.menu-wrapper {
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	max-height:0;
	transition: max-height 0.3s;
}

div.menu-wrapper.open {
	max-height:300px;
}

ul.content-page-menu {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

ul.content-page-menu li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

ul.content-page-menu li:first-child a {
	border-radius:0 0 0 5px;
}

ul.content-page-menu li:last-child a {
	border-radius:0 0 5px 0;
}

ul.content-page-menu li a, .admin-buttons a.button {
	display:block;
	padding:5px 10px;
	color:#fff;
	background:rgba(0,0,0,0.25);
	border-bottom:solid 1px rgba(255,255,255,0.25);
	border-right:solid 1px rgb(19,35,43);
}

ul.content-page-menu li a:hover, .admin-buttons a.button:hover {
	text-decoration:none;
	background:rgba(0,0,0,0.5);
}

ul.content-page-menu li.current-page a {
	background-color:#000;
	border-bottom:solid 1px #3db2e8;
}

.post-header .inner .admin-buttons {
	position:absolute;
	right:20px;
	bottom:10px;
	height:25px;
	text-align:right;
}

.post-header .inner .admin-buttons a.button {
	border-radius:3px;
}

footer {
	padding-top:20px;
	color:rgba(255,255,255,0.75);
}

footer a.powered-by-post {
	display:inline-block;
	width:206px;
	height:58px;
	background-image:url(/archive/2011/theme/images/powered_by_post.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-20000px;
}

footer a.powered-by-post:hover {
	background-position:0 -61px;
}

footer div.copyright {
	float:left;
	width:25%;
}

/* contact */

.contact.narrow {
	max-width:100%;
	width:1024px;
	margin:auto;
}

.contact ul, .contact li {
	list-style:none;
	padding:0;
	margin:0;
}

.contact ul li {
	padding:10px 0;
	border-bottom:solid 1px rgba(255,255,255,0.1);
}

.contact ul li:last-child {
	border-bottom:none;
}

/* case study */

.case-study img {
	max-width:100%;
	border-radius:5px;
}

.case-study .project-lead {
	font-size:125%;
}

.case-study .user-story {
	font-size:150%;
	font-family:Georgia, serif;
	padding:10px;
	background:rgba(255,255,255,0.05);
	border-bottom:solid 1px rgba(255,255,255,0.25);
	border-radius:3px;
	line-height:1.1;
}

.case-study h3 {
	padding-top:15px;
	border-top:solid 1px rgba(255,255,255,0.25);
}

/* breakpoints */

@media only screen and (max-width: 980px) {
    /* phones to tablets-portrait */
    body {
    	padding:0;
    }
    .page-body {
    	background:none;
    }
    footer {
    	padding:0 15px;
    }

    .post-header {
    	border-radius:0;
    }

    #menu-controller {
    	display:block;
    }

    div.menu-wrapper {
    	position:static;
    }

    ul.content-page-menu {
		margin:0;
		padding:0;
		position:static;
		display:block;
		width:auto;
		text-align:left;
	}

	ul.content-page-menu li {
		float:none;
		display:block;
		padding:0;
		margin-right:0;
		border-top:solid 1px rgba(255,255,255,0.25);
	}

	ul.content-page-menu li a, .admin-buttons a.button {
		border-radius:0;
		display:block;
		padding:7px 15px;
		color:rgba(255,255,255,0.75);
		background:rgba(0,0,0,0.25);
		border-bottom:none;
	}

	ul.content-page-menu li a:hover, .admin-buttons a.button:hover {
		text-decoration:none;
		background:rgba(0,0,0,0.5);
	}

	ul.content-page-menu li:last-child {
		border-bottom:solid 1px rgba(255,255,255,0.25);
	}

	ul.content-page-menu li.current-page a {
		background-color:#000;
		border-bottom:none;
		color:#fff;
	}

    .post-header .inner {
    	padding:0;
    }
    .post-header .inner h1 {
    	padding-left:15px;
    	margin:0.2em 0;
    }
    div.blog {
    	padding:0;
    	background:transparent;
    	border:none;
    }
    div.post {
    	margin:0 -15px 10px -15px;
    	border-radius:0;

    }
    div.blog-column-solo h1 {
    	margin-top:0;
    }

	div.blog-column-wrapper, div.portfolio-column-wrapper {
		width:auto;
		float:none;
	}
	div.blog-column, div.portfolio-column {
		margin-right:0;
		padding:0;
		overflow:visible;
	}

	

	/* portfolio page */

	div.portfolio {
		border-radius:0;
		margin:0 -15px 10px -15px;
	}

	div.portfolio div.description-wrapper {
		float:none;
		width:auto;
		border-radius:0;
		padding:0 15px;
	}

	div.portfolio div.description, div#current-image-description {
		padding:0;
	}

	div.portfolio div.images-wrapper {
		width:auto;
		border-radius:0;
	}

	div.portfolio div.thumbnails {
		overflow:hidden;
		padding:0;
	}

	div.portfolio div.description-wrapper h3 {
		margin:0;
		margin-top:10px;
	}

	/* filters */

	div.filters {
		position:relative;
	}

	div.filters a.button {
		margin:2px 0 0 5px;
		padding:4px 7px;
		font-size:50%;
	}

}
    

@media only screen and (max-width: 480px) {
    /* portrait phones */
    div.portfolio div.description-wrapper div.thumbnails div.thumbnail img {
		width:50px;
		box-shadow:1px 1px 1px rgba(0,0,0,0.35);
	}

	div.portfolio div.description-wrapper div.thumbnails div.thumbnail {
		margin-right:8px;
	}

	div.portfolio-preview {
		float:none;
		margin:0 -15px 10px -15px;
		overflow:hidden;
		width:auto;
		height:auto;
		border-radius:0;
		border-left:none;
		border-right:none;
		text-align:left;
	}

	div.portfolio-preview img {
		display:inline-block;
		max-width:60%;
		float:left;
		margin-right:10px;
		height:auto;
		width:auto;
		border-radius:3px;
	}
}


