/*
Theme Name: InterfaceThis 2010
Theme URI: http://interfacethis.com/
Version: 2010
Author: Dave Feldman
Author URI: http://interfacethis.com/
*/

/* Begin Typography & Colors */
html {
	background-image: url(images/background-pattern.png);
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-size: 56.3%; /* smaller font size for Lucida */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/background-gradient.png);
	background-repeat: repeat-x;
	background-position: 0 96px;
	min-height: 350px;
}
body, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #toc a {
	color: #e0e0e0;
}
#page strong {
	color: #f0f0f0;
}
textarea, input {
	border: 1px #888 solid;
	background-color: rgba(255,255,255,0.1);
	color: white;
}
.ie textarea, .ie input {
	background-color: #333;
}
ul {
	list-style: square;
}
#wideHeader {
	background-image: url(images/header-bg.png);
	height: 96px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: left;
}
#watermark {
	background-image: url(images/header-watermark.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 95px;
}
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	position: relative;
}
.widecolumn {
	position: absolute;
	margin-top: 32px;
}
#header {
	height: 95px;
}
#header span, #header .description {
	display: none;
}
#header h1 {
	width: 146px;
	background-image: url(images/header-text.png);
	height: 40px;
	margin: 0;
}
#headerimg {
	height: 64px;
	position: absolute;
	left: 510px;
	top: 17px;
}
#toc {
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 1.4em;
	list-style: none;
	width: 250px;
}
#toc li {
	display: inline;
	margin-right: 3px;
	float: left;
}
#toc a {
	color: #bab0c0;
	display: block;
	height: 30px;
}
#toc li.current_page_item a {
	color: #e5e1e7;
}
#toc a:hover {
	text-decoration: none;
}
#caret {
	width: 30px;
	height: 15px;
	background-image: url(images/header-caret.png);
	position: absolute;
	top: 81px;
	right: 103px;
	display: none;
}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 31px 0 0;
	width: 450px;
}
.narrowcolumn .post {
	margin: 0 0 90px 0;
	position: relative;
}
.postmetadata {
	padding-top: 5px;
	text-transform: uppercase;
	color: #888;	
}
.single-post .postmetadata {
	text-transform: none;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}


#footer {
	padding: 15px 0 15px;
	margin: 0 auto;
	clear: both;
	border-top: 1px dotted #666;
	text-align: center;
	text-transform: uppercase;
}
#footer p {
	display: inline;
}

.narrowcolumn .entry p, .narrowcolumn .entry li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 9px 0;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
}
.narrowcolumn .entry li p {
	font-size: 1em;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}
h2, h3#comments {
	border-style: solid;
	border-color: #555;
}
h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: normal;
	border-width: 0 0 1px 0;
}
h2 small {
	font-size: 0.8em;
	color: #707070;
	position: absolute;
	right: 2px;
	margin-top: -1px;
}
h2.page-title {
	font-size: 1.8em;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.4em;
}


/* ------------------------------ COMMENTS ------------------------------ */

.commentlist {
	padding: 0;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li {
	list-style: none;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 28px 0 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #383838;
}
.commentlist li.comment {
	position: relative;
}
.commentlist li .avatar { 
	position: absolute;
	right: 0;
	top: 10px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 55px 10px 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
}
	
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}



/* ------------------------------ SIDEBAR ------------------------------ */

#sidebar {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 36px 0 10px 0;
	margin-left: 511px;
}
#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 0;
}
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 8px 0 0;
	padding: 0;
}



/* ------------------------------ MISC STYLES ------------------------------ */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover, #page a strong {
	color: #cfb8ed;
	text-decoration: none;
}
a:hover {
	color: #ebe4ff;
	text-decoration: underline;
}
.postmetadata a {
	color: #a897cb;
}

/*
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 0;
}
#commentform label {
	float: left;
	width: 140px;
	text-align: right;
	font-size: 1.2em;
	margin-top: 0.6em;
}
#commentform input {
	width: 294px;
	padding: 2px;
	margin: 5px 0 1px 10px;
	float: left;
}
#commentform p {
	clear: both;
	padding-top: 5px;
}
#commentform textarea {
	width: 444px;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Calendar */
/*#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE *//*
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 1px;
	padding-left: 20px;
	border-left: 1px solid #555;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* [DAF] Why? */
hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* ------------------------------ PORTFOLIO ------------------------------ */

#page h3 {
	font-weight: normal;
	text-transform: uppercase;	
	margin-bottom: 12px;
	padding: 5px 6px 4px 6px;
	background-color: rgba(255,255,255,0.1);
	line-height: 1em;
	position: relative;
}
.ie #page h3 {
	background-color: #444;	
}
#page .posts h3 {
	font-weight: bold;
	padding: 0;
	background: none;
	margin: 30px 0 0 0;
}
#content.posts h3 {
	font-size: 1.3em;
	margin-left: -1px;
}

.portfolio h3 span {
	margin-left: 10px;
	color: #777;
}
.portfolio .project {
	margin-bottom: 60px;
}
.portfolio a.thumb {
	margin: 4px 8px 4px 1px;
	float: left;
	border-width: 4px;
	border-style: solid;
	border-color: #ddd;
	-webkit-box-shadow: black 0 1px 5px;
	-webkit-border-radius: 1px;
}
.portfolio .info div {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 14px 230px;
	padding: 2px 0 0 0;
}
.portfolio .info ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
}
.portfolio .project-desc {
	color: #999;
}
.portfolio h3 span.category {
	position: absolute;
	right: 8px;
	font-size: 0.95em;
	line-height: 1em;
	color: #aaa;
}
.ie .portfolio h3 span.category {
	line-height: 1.2em;
}

/* ------------------------------ PORTFOLIO DETAIL ------------------------------ */

#detail-page {
	display: none;
	width: 900px;
	margin-left: -75px;
}
#detail-page h2 {
	margin-bottom: 16px;
}
#detail-page .info {
	width: 280px;
	font-size: 1.3em;
}
#detail-page .media {
	position: relative;
}
#detail-page .media img {
	max-width: 600px;
	position: absolute;
	right: 0;
}
#detail-page .toc {
	font-size: 1.4em;
	margin: 0 0 18px 0;
	padding: 0;
	width: 280px;
}
#detail-page .toc li {
	list-style: none;
	margin: 4px 0;
	padding: 5px 6px;
	background: rgba(255,255,255,0.05);
}
.ie #detail-page .toc li {
	background: #333;	
}
#detail-page .toc li.selected {
	background: #555;
	background: rgba(255,255,255,0.1);
	font-weight: bold;	
}
#detail-page .toc li p {
	display: none;
	margin: 1px 0;
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
}

#detail-page .info * {
	color: #bbb;
}
#detail-page .info ul {
	list-style: square;
	margin: 0 0 12px 0;
	padding: 0 0 0 18px;
}
#detail-page .info li {
	margin: 2px 0;
}

#detail-page h4 {
	font-weight: bold;
	margin: 0 4px 0 0;
	display: inline;
	color: #ccc;
	font-size: 1em;
}
#detail-page .info div {
	margin: 0 0 18px 0;
}
#slide-anchor {
	position: absolute;
	left: 0;
	top: 0;
}



.contact-form form {
	text-align: left;
	font-size: 1.2em;
}
.contact-form .field {
	display: block;
	margin: 6px 0;
}
.contact-form label {
	float: left;
	width: 66px;
	text-align: right;
	line-height: 2.2em;
	margin-right: 4px;
}
.contact-form input.input-text, .contact-form textarea {
	padding: 4px 4px;
	width: 300px;
}
.contact-form button {
	margin-left: 70px;
}