/*   
Theme Name: Portfolio
Theme URI: edwinwebb.com
Description: portfolio site
Author: Edwin Webb
Author URI: edwinwebb.com
Version: b
*/
body, html {
	min-height:100%;
}
html {
	background-color:#fff;
}
.fcol {
	position:fixed;
	_position:absolute;
	width:16em;
	border-top:.5em solid #000;
}
#mainmenu {
	left:2em;
}
#submenu {
	left:20em;
}
#content {
	border-top:.5em solid #000;
	margin-left:38em;
	margin-right:2em;
	max-width:70em;
}
.menu, .menu li {
	list-style:none;
	padding:0;
	margin:0;
}
.menu li {
	padding:.3em .6em .3em 0;
	margin:.15em -.33em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	background-image:url("images/tiny_arrow.png");
	background-repeat:no-repeat;
	background-position:15.5em center;
}

.menu a {
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
	padding:0 .33em;
	display:block;
}
.menu li:hover a,  .menu li.current-cat a ,  .menu li.current-post a {
	color:#fff;
}
.menu li.current-cat,  .menu li.current-post {
	background-color:#222;
}

.fcol h1, .fcol p , h1.index {
	border-bottom:1px solid #808080;
	padding-bottom:1em;
	letter-spacing:-.01em;
}
.fcol h1, .fcol h2 {}

.the-content {
	border-top:.33em #000 solid;
	padding-top:1em;
}

.image {
	margin-bottom:1em;
}

.thumbnail {
	margin:0em 1em 1em 0em;
	width:260px;
	height:140px;
}

/*
 * GENERAL
 */

h1,h2,h3,h4,h5,h6 {
	text-transform:capitalize;
	text-shadow:0 -1px 0px #eee;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color:#000;
}

.error {
	color:#E00;
}
