/*
 * Stylesheet for Eli Van Zoeren's webpage
 * http://elivz.com
 *
 * Copyright 2008 by Eli Van Zoeren
 */

@import url(http://elivz.com/site/css_reset);

/* Font face declarations */

body, cite, input, textarea, select, label.error {
	font-family: "Helvetica Neue", Arial, Geneva, sans-serif;
	}
		
h1, h2, h3, h4, label, blockquote, .meta p, .comment .author {
	font-family: "chaparral-pro-1","chaparral-pro-2","Clarendon","Cambria","Georgia",serif;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
 
/* Begin html elements */

body {
	background: #fdfaf1;
	color: #735b49;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.8em;
	margin: 0;
	}
	
h1 {
	color: #fdfaf1;
	font-weight: bold;
	line-height: 1.636em;
	font-size: 2.2em;
	}
	
h2 {
	font-weight: bold;
	line-height: 1.2857em;
	font-size: 2.8em;
	}
	
h3 {
	padding-bottom: 0.9em;
	font-weight: bold;
	font-size: 2em;
	}
	
h4 {
	font-weight: bold;
	font-size: 1.6em;
	}
	
h5 {
	font-size: 1.4em;
	font-weight: bold;
	}
	
p {
	font-size: 1.4em;
	margin: 0 0 1.286em;
	}
	
a, a:visited {
	color: #799157;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	border-bottom: 1px dotted;
	color: #912b55;
	}
	
blockquote {
	margin: 0.9em 0;
	padding: 0;
	width: 350px;
	float: left;
	}
	
blockquote p {
	font-size:  1.8em;
	line-height: 1.5em;
	font-style: italic;
	margin: 0;
	text-indent: -0.4em;
	}

cite {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #b5a89a;
	font-weight: normal;
	font-style: normal;
	}	

pre {
	font-size: 1.4em;	
	margin-bottom: 1.286em;
	}
	
ul, ol, dl {
	font-size: 1.4em;
	margin-bottom: 1.286em;
	}

ul li, ul ul, ol li, ol ol, dl dd,  dl di {
	font-size: 1em;
	}
	
img {
	border: 1px solid #b5a89a;
	display: block;
	}	

label {
	padding: 6px 0 0;
	font-style: normal;
	line-height: 1.286em;
	font-size: 1.5em;
	}
	
input, textarea, select {
	color: #735b49;
	line-height: 1.286;
	font-style: normal;
	font-size: 1.4em;
	}
	
input[type=text], textarea, select {
	padding: 2px;
	border: 1px solid #e1e3d1;
	}
	
input[type=checkbox] {
	margin: 8px 0.5em 0 0;
	}
	
.intro {
	color: #8e705a;
	font-size: 1.6em;
	line-height: 1.125em;
	}
	
.caption {
	margin: 0 0 0.7em;
	font-size: 1em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #b5a89a;
	}
		
/* End html elements */

/* Begin Layout */

#wrapper {
	width: 78em;
	margin: 0 auto;
	text-align: left;
	}
	
#mainColumn {
	width: 100%;
	float: left;
	}
	
#sidebar {
	float: left;
	margin-left: 2em;
	}

.sidebar3 #mainColumn {
	margin-right: -30em;
	}
	
.sidebar3 #mainColumn .block {
	margin-right: 30em;
	}

.sidebar3 #sidebar {
	width: 28em;
	}
		
.sidebar2 #mainColumn {
	margin-right: -20em;
	}
	
.sidebar2 #mainColumn .block {
	margin-right: 20em;
	}

.sidebar2 #sidebar {
	width: 18em;
	}
		
.sidebar1 #mainColumn {
	margin-right: -10em;
	}
	
.sidebar1 #mainColumn .block {
	margin-right: 10em;
	}

.sidebar1 #sidebar {
	width: 8em;
	}
	
/* end layout */

/* Begin Header */

#headder {
	background: url(http://elivz.com/images/interface/blocks.gif) repeat-x 151px top;
	width: 100%;
	float: left;
	}

h1 {
	float: left;
	margin-bottom: 2em;
	padding: 9px 0 0 4.5em;	
	background: #735b49;
	}

h1 a {
	width: 151px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background: url(http://elivz.com/images/interface/title.gif) no-repeat bottom right;
	border: none;
	}
h1 a:hover {
	border: none;
	}

#nav {
	float: right;
	line-height: 24px;
	font-size: 1.3em;
	background: #fdfaf1;
	}
	
#nav li {
	float: left;
	padding-left: 9px;
	}
	
#nav a {
	display: block;
	padding-top: 3px;
	border-top: 6px solid #735b49;
	border-bottom: none;
	}

#nav .active a {
	color: #735b49;
	}
	
#nav .active a:hover, #nav a:hover {
	color: #912b55;
	border-color: #912b55;
	}

/* End Header */

/* Begin Body */

#body {
	clear: both;
	}
	
#body h2 {
	text-indent: 3.5714em;
	display: block;
	border-bottom: 1px solid;
	margin-bottom: 0.583em;
	zoom: 1;
	}
	
#mainColumn h2 {
	width: 20.714em
	}
	
#blogIndex h3 {
	padding-left: 5em;
	}

#mainColumn .meta {
	float: left;
	padding-top: 2px;
	}
		
#mainColumn .meta p {
	width: 6.43em;
	margin: 0 0 1.286em 0;
	font-style: normal;
	}
	
.entry {
	margin-left: 10em;
	padding-bottom: 1.8em;
	}
.entry:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.entry {display:inline-block;}
/* Hide from IE Mac \*/
.entry {display:block;}
/* End hide from IE Mac */
	
.entry blockquote {
	width: 28em;
	margin: 0 2em 0 -5em;
	}
	
.entry ul ul, .entry ul ol, .entry ol ul, .entry ol ol, .entry p blockquote {
	padding-left: 0;
	}
	
.entry p img {
	font-size: 0.7143em;  /* Undo paragraph font size */
	}
	
.entry .img_wide {  /* 578px wide: full width of the column and extends into left margin */
	margin: 0 2em 1.8em -10em;
	width: 57.8em;
	}
	
.entry .img_med {  /* 378px wide: partial width of column and extends into left margin */
	margin: 0 2em 1em -10em;
	width: 37.8em;
	float: left;
	}
	
.entry .img_small {  /* <= 278px wide: partial width of column and even with left edge */
	margin: 0 0 1em 2em;
	float: right;
	max-width: 27.8em;
	}
		
/* End Body */

/* Begin Homepage */

.home #recentWork {
	border-top: 1px solid #e1e3d1;
	padding: 1.8em 0;
	float: left;
	}
.home #recentWork img {
	margin-bottom: 1.8em;
	}

/* End homepage */

/* Begin Comments */

#comments {
	padding: 1.8em 0;
	}

#comments h3 {
	line-height: 1.8em;
	border-bottom: solid 1px;
	padding: 0 0 0 5em;
	}
	
#comments h4 {
	padding: 1.125em 0 0 6.25em;
	}
	
.comment {
	clear: both;
	padding-top: 1.8em;
	width: 58em;
	border-bottom: 1px solid #e1e3d1;
	}
.comment:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.comment {display:inline-block;}
/* Hide from IE Mac \*/
.comment {display:block;}
/* End hide from IE Mac */

.comment .gravatar {
	border: 6px solid #e1e3d1;
	margin: 0 5px 1.8em;
	float: left;
	}
	
.comment .link {
	float: right;
	}
	
.comment .entry {
	padding: 0;
	}

#comment_form {
	padding: 0 0 1.8em;
	}

#comment_form div {
	clear: both;
	padding-bottom: 5px;
	}
#comment_form div.hiddenFields {
	padding: 0;
	}
	
#comment_form label {
	width: 6em;
	margin-right: 0.66667em;
	display: block;
	float: left;
	}
	
#comment_form input[type=text], #comment_form textarea {
	width: 33.92em;
	float: left;
	}

#comment_form input[type=checkbox] {
	float: left;
	margin-left: 7.143em;
	}
	
#comment_form #comment_remember_label {
	float: left;
	width: auto;
	}
	
#comment_form input[type=submit] {
	margin-left: 7.143em;
	}

/* End Comments */

/* Begin Sidebar */

#sidebar .block {
	width: 18em;
	float: left;
	border-bottom: 1px solid #e1e3d1;
	margin-bottom: 1.8em;
	}

#sidebar .block p, #sidebar .block ul, #sidebar .block dl {
	font-size: 1.2em;
	line-height: 1.5em;
	}

#sidebar .block blockquote {
	width: 100%;
	margin: 0 0 1.8em;
	}

#sidebar .block blockquote p {
	font-size: 1.8em;
	line-height: 1.5em;
	}
	
#sidebar .block li, #sidebar .block dl dd {
	margin-bottom: 0.75em;
	}
	
#sidebar .block img {
	margin-bottom: 1.8em;
	}	

#feed {
	width: 28px;
	float: right;
	}

#feed a {
	margin-top: 5px;
	text-indent: -9999px;
	float: right;
	width: 27px;
	height: 27px;
	background: url(http://elivz.com/images/interface/feed.gif) no-repeat top left;
	}

#feed a:hover {
	background-position: 0 -27px;
	border: none;
	}
	
#feed a:active {
	background-position: 0 -54px;
	border: none;
	}	

/* End Sidebar */

/* Begin Bottom */

#bottom {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 1.8em;
	}
	
#bottom h3 {
	width: 100%;
	text-indent: 5em;
	line-height: 1.8em;
	border-bottom: solid 1px;
	padding-bottom: 0;
	margin-bottom: 0.7em;
	float: left;
	}
	
#bottom #search h3 {
	text-indent: 0;
	float: right;
	}
	
#archives {
	float: left;
	width: 60em;
	}

#archives ul {
	font-size: 1.2em;
	line-height: 1.5em;
	}	

#archives ul.months {
	margin: 0 1.667em 0 8.333em;
	width: 12.222em;
	float: left;
	}

#archives ul.categories {
	float: left;
	width: 27.778em;
	}
	
#archives ul.categories li {
	width: 12.18em;
	margin-right: 1.667em;
	float: left;
	}
	
#search {
	float: right;
	width: 18em;
	}
	
#search fieldset {
	clear: both;
	outline: none;
	}

#search input {
	width: 10.5em;
	float: left;
	margin: 0;
	}
	
#search .submit {
	float: right;
	height: 24px;
	width: 24px;
	padding: 0;
	border: none;
	display: block;
	text-indent: -9999px;
	background: url(http://elivz.com/images/interface/search.gif) no-repeat 0 0;
	}

#search input[type=submit]:hover {
	background-position: 0 -24px;
	}
		
#search input[type=submit]:active {
	background-position: 0 -48px;
	}
	
/* End bottom */

/* Begin portfolio */

.portfolio .portfolio_item {
	margin-bottom: 3.6em;
	padding: 0.9em;
	background: #e1e3d1;
	}

.portfolio .screenshot, .portfolio .screenshot:hover {
	float: left;
	margin: 0 2em 0 0;
	border: 1px solid #b5a89a;
	background-position: left top;
	background-repeat: no-repeat;
	}

.portfolio .screenshot img {
	opacity: 0.8;
	border-width: 0;
	border-style: none;
	}
	
.portfolio .screenshot > img {
	float: left;
	}
	
.portfolio .entry .portfolioText {
	padding: 1.8em 0 0;
	margin: 0 0.9em;
	}
	
/* End Portfolio */

/* Begin Contact form */

#contact_form {
	padding-bottom: 3.6em;
	}

#contact_form div {
	clear: both;
	padding-bottom: 5px;
	position: relative;
	}
#contact_form div.hiddenFields {
	padding: 0;
	}
	
#contact_form label {
	width: 6em;
	margin-right: 0.66667em;
	display: block;
	float: left;
	}

#contact_form label.error {
	display: none;
	position: absolute;
	width: 20em;
	right: 0;
	top: 2px;
	text-align: right;
	float: none;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #b5a89a;
	}
	
#contact_form input[type=text], #contact_form textarea {
	width: 33.8em;
	}
	
#contact_form input[type=submit] {
	margin-left: 7.3em;
	}

/* End Contact form */

/* Begin Footer */

#footer {
	clear: both;
	padding: 1.8em 0 0;
	border-top: 1px solid;
	}
	
#footer p {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-left: 8.333em;
	}
	
#footer .icon {
	height: 12px;
	display: inline-block;
	display: -moz-inline-stack;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: text-top;
	zoom: 1;
	}
#footer .icon:hover {
	background-position: 0 -12px;
	padding-bottom: 2px;
	}
	
#footer .icon span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 12px;
	cursor: pointer;
	}

#footer .icon#ee {
	background-image: url(http://elivz.com/images/interface/ee.gif);
	width: 20px;
	}

#footer .icon#webfaction {
	background-image: url(http://elivz.com/images/interface/webfaction.gif);
	width: 22px;
	}

#footer #tagline {
	float: right;
	height: 30px;
	width:  250px;
	text-indent: -9999px;
	background: #735b49 url(http://elivz.com/images/interface/tagline.gif) no-repeat top right;
	}
	
/* End Footer */
