/* CSS FOR PICKLEDONION.COM */
/*
Theme Name: studio pickledonion
Theme URI: http://pickledonion.com/
Description: The theme for studio pickledonion, designed by the famous <a href="http://marcuswendt.com/">Marcus Wendt</a>.
Version: 1.1
Author: Tobias Hellwig / Marcus Wendt
Author URI: http://tobiashellwig.de/

*/

/* reset browser defaults by http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember to define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }

/*
	HTML
*/
body {
	background-color: #0D0D0D;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase; 
	line-height: 1.5em;
}
h1, h2 {
	font-weight: bold;
	text-transform: lowercase;
}
a, a:active, a:focus, a:link{
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a:hover{
	background-color: #c42e3a;
}
a img { 
	background: none;
	border: none;
}

/*
	IDs
*/
#wrap{
	position: absolute;
	top: 3em;
	left: 2em;
	width: 62.5em;
}

#border {
	position: fixed;
	width: 98%;
	height: 98%;
	border: 2px solid white;
}

#header {
	margin-bottom: 1px;
}

#menu {
	margin-left: 0px;
	margin-bottom: 30px;
}

#menu li {
	display: inline;
}

#about {
	margin-bottom: 30px;
}

#content{
	margin-bottom: 35px;
}

#footer {
	margin-bottom: 30px;
}
#footer a {
	margin-left: -1px;
}
#border-left, #border-right, #border-top, #border-btm {
	position: fixed;
	background: #333;
}

#border-left {
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
}
#border-right {
	height: 100%;
	top: 0;
	right: 0;
	width: 4px;
}
#border-top {
	height: 4px;
	top: 0;
	left: 0;
	width: 100%;
}
#border-btm {
	height: 4px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

/*
	HEADLINES
*/
h1 a {
	background: none;
}
h2 a {
	background: none;
}
h1 a:hover, h2 a:hover {
	background: none;
	color: #c42e3a;
}

/*
	CLASSES
*/
div.clear {
	clear: both;
}
a.nobg {
	background: none;
}

/* the >> links in the aboutline and post */
a.next {
	padding-left: 5px;
	padding-right: 5px;
}


/*
	POST VIEW
*/
.post {
	margin-bottom: 20px;
}
.postTitle {
	margin-left: 0px;
	margin-bottom: -2px;
}
.postTitle a {
	background: none;
}
.postMeta {
	margin-left: 3px;
}
.postTags {
	margin-left: -1px;
	margin-bottom: 3px;	
	line-height: 1.8em;
}
.postImage {
	margin-left: -2px;
}
.postContent {
	margin-left: 2px;
}
.postContent img {
	margin-left: -2px;
}
.postSubNav {
	margin-top: 35px;
}
/*
	PROJECTS PAGE
*/
.projectsFeaturedColumn, .projectsChronoColumn {
	float: left;
	width: 200px;
	margin-right: 25px;
}

.projectsFeaturedProject, .projectsChronoProject {
	margin-left: -2px;
	margin-bottom: 20px;
}