/* @override 
	http://dangrover.com/themes/dangroverdotcom/stylesheets/style.css
*/


body {
	background: url(/images/toprainbow2.jpg) repeat-x 0 top;
	text-align: center;
}


p, li, span{
	font-family: Georgia, Palatino, serif;
}


img{
	border: 0;
}

#page {
	text-align: left;
	margin: 0 auto;
	width: 700px;
	overflow: hidden;
}



h2, h3, h4, h5, p.date {
	font-family: 'Futura', 'Gill Sans', 'Century Gothic', sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.06em;
	padding-top: 10px;
}

ul#menu {
	list-style: none;
	display: block;
	position: absolute;
	top: -20px;
	text-indent: 0;
	margin-left: 440px;
	padding: 0;
	white-space: nowrap;
}

ul#menu li {
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	
	text-transform: uppercase;
}

ul#menu li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-shadow: rgba(255,255,255,0.81) 0 1px 0;
	font-family: 'Futura', 'Century Gothic', sans-serif;
	padding-top: 30px;
	height: 30px;
	width: 80px;
	background: rgba(0,0,0,0.05);
	border-bottom: rgba(0,0,0,0.06) 6px solid;
}

ul#menu li a:hover {
	background: rgba(0,0,0,0.1);
	border-bottom: rgba(0,0,0,0.12) 6px solid;
}

ul#menu li.selected a {
	background: #111;
	border-bottom: 6px solid #2a2a2a;
	text-shadow: none;
}

ul#menu li.selected a {
	color: #fff;
}


p, li{
	font-size: 14px;
	line-height: 24px;
}

div#narrow-column {
	width: 490px;
	float: left;
	padding-right: 50px;
}

div#wide-column{
	width: 700px;
}

/* @group Group */

div#sidebar {
	padding-top:18px;
	float: left;
	padding-left: 14px;
	background: url(/images/sidebarline.png) no-repeat 0 30px;
	min-height: 400px;
}

div#sidebar p, div#sidebar li, div#sidebar d{
	font-size: 11px;
	line-height: 14px;
	color: #222;
}

div#sidebar a{
	text-decoration: none;
}

div#sidebar a:hover{
	text-decoration: underline;
}

div#sidebar h3{
	font-size: 10px;
	color: #252525;
	padding-bottom: 0;
}

div#sidebar ul{
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
}

div#sidebar span.sub{
	color: #ccc;
	position: relative;
	left: 5px;
}

/* @end */

/* @group Colophon */

#colophon {
	padding-top: 30px;
	clear: both;
}

#colophon * {
	font-size: 11px;
	color: #333;
	font-family: sans-serif;
}



/* @end */

/* @group Blog */

.post{
	padding-bottom: 100px;
	background: url(/images/seperator.png) no-repeat center bottom;
}

.post h2{
		margin-top: 0;
	padding-top: 0;
}

.post h2 a{
	color: #000;
	text-decoration: none;
}

.post h2 a:hover{
	border-bottom: #999 1px dotted;
}

p.date{
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12px;
}

/* @end */

/* @group Work */

ul.portfolio{
	list-style-type: none;
	padding-left: 0;
}

ul.portfolio li{
	margin-bottom: 40px;
	font-family: Georgia, Palatino, serif;
	line-height: 22px;
}

ul.portfolio li img{
	margin-bottom: 10px;
}

ul.portfolio li ul.project-links{
	padding-top: 20px;
	list-style-image: url(/images/lilarrow.png);
	list-style-position: inside;
	padding-left: 5px	;
}

ul.portfolio li ul.project-links li{
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 12px;
	font-family: Helvetica, sans-serif;
	position: relative;
}



/* @end */