@import "css/compressed.css";

/*
.   Matt Witherow
.   07.01.08
.
.	-- key --
.	Header
.	Content
.	Sidebar
.	Footer
.
/-----------------------------------------------------------*/

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

/* =header 
-----------------------------------------------------------*/

div#headerimg { 
	position: relative;
	top: -40px;
}

div#headerimg h1 a {
	font-family: georgia, times, serif;
	color: #fdd771;
	text-decoration: none;
	margin-left: 10px;
}

div#headerimg h2.description { color: #666; font-size: 1.2em; margin-left: 10px;  }

div#header-band {
	background: url(images/bg-header-band.gif) top left repeat-x; 
	width: 100%; 
	position: relative;
	z-index: 0;
	top: 100px; 
	height: 50px;
	margin: 0;
	padding: 0;
}


/* navigation */

div#navigation {
	position: relative;
	top: -40px;
}

div#navigation h3,
a#skip-to-content { display: none; }

ul#nav { width: 240px; margin: 10px 0 0 10px; list-style-type: none; }
ul#nav li {	
	display: inline;
	font-family: georgia, times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
ul#nav li a { 
	margin: 0 12px 0 0; 
	text-decoration: none;
}
ul#nav li a:hover {
	text-decoration: underline;
}

/* =content 
-----------------------------------------------------------*/

div#content {
	font-size: 1.2em;
	margin-top: 30px;
}

div#content-archive {
	position: relative;
	margin-top: -15px;
}

div#content-archive h2.pagetitle {
	position: relative;
	top: 10px;
	left: 5px;
}

div#content-archive div.post {
	padding: 10px 0;
}

/* individual posts */

div.post,
div.post-header,
div.post-footer {
	position: relative;
	z-index: 5;
	width: 480px;
	margin-left: -5px;
	padding: 0;
}

div.post { background: url(images/bg-columnleft-wide.gif) top center repeat-y; }
div.post-header { background: url(images/bg-columnleft-wide-header.gif) top center no-repeat;	height: 10px; }
div.post-footer { 
	background: url(images/bg-columnleft-wide-footer.gif) top center no-repeat;	
	height: 10px; 
	margin-bottom: 1.25em;
}

div.post h2,
div.post h3 { padding: 0 15px; }

div.post p.postmetadata { margin: 0 15px; border-top: 1px dotted #ccc; }

div.entry h3 { padding-left: 0; margin-bottom: 0; }

div.post small,
div.post small.small { padding: 0 15px; }

div.entry {
	padding: 10px 15px;
}


/* =sidebar 
-----------------------------------------------------------*/

div#sidebar-highlight,
div#sidebar {
	position: relative;
	z-index: 5;
	width: 240px; 
	margin: 30px 0 0 -5px;
}

div#sidebar { background: url(images/bg-sidebar.gif) top center repeat-y; }
div#sidebar-header { background: url(images/bg-sidebar-header.gif) top center no-repeat; height: 10px; }
div#sidebar-footer { background: url(images/bg-sidebar-footer.gif) top center no-repeat; height: 10px; }

div#sidebar-highlight { background: url(images/bg-sidebar-white.gif) top center repeat-y; }
div#sidebar-header-highlight { background: url(images/bg-sidebar-white-header.gif) top center no-repeat; height: 10px; }
div#sidebar-footer-highlight { background: url(images/bg-sidebar-white-footer.gif) top center no-repeat; height: 10px; }

div#sidebar {
	margin-top: 10px;
}

div#sidebar-highlight h2,
div#sidebar h2 { margin-bottom: .15em; }

div#sidebar-highlight ul#hlight,
div#sidebar ul#main { padding: 0 15px 10px 15px; }

div#sidebar-highlight ul,
div#sidebar ul { padding: 0; margin: 0; }

div#sidebar-highlight ul li,
div#sidebar ul li { list-style-type: none; }

ul#hlight small {font-size: .65em;}

ul#main li ul li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 20px;
	margin-left: -10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eeeedd;
}
ul#main li ul li a:hover {
	background: #eee;
}

ul#main li ul li#linked a {
	background: url(images/in.gif) 20px 4px no-repeat;
}
ul#main li ul li#linked a:hover {
	background: #eee url(images/in.gif) 20px 4px no-repeat;
}

ul#main li ul li#linked a span { margin-left: 16px; }

ul#twitter_update_list li {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 20px;
	margin-left: -10px;
	border-top: 1px solid #ffffee;
	border-bottom: 1px solid #fffeee;
}
ul#twitter_update_list li:hover {
	background: #ffffee;
}

/* del.icio.us */

h2.delicious-banner a {
	color: #000;
	text-decoration: underline;
}
h2.delicious-banner a:hover {
	text-decoration: none;
}

div.delicious-tags {
	padding: 15px;
}

/* flickr */

div#flickr_badge_uber_wrapper {
	position: relative;
	left: -5px;
	width: 240px;
	margin: 15px 0;
}
div#flickr_badge_uber_wrapper h3 { margin-left: 5px; }

div#flickr_badge_uber_wrapper h3 a { color: #000; }
div#flickr_badge_uber_wrapper h3 a:hover { text-decoration: none; }

div.flickr_badge_image img {
	float: left; 
	margin: 4px; 
	height: 66px; 
	width: 66px;
}
div.flickr_badge_image a img {
	background: #f4f4f4;
	padding: 2px;
	border: 1px solid #ccc;
}
div.flickr_badge_image a:hover img { border: 1px solid #1e1d1d; }


/* single pages - no sidebar */

div.post h2,
div.post-wide h2 { 
	margin: 0;
	padding: 0 15px; 
}

div.post-wide,
div.post-header-wide,
div.post-footer-wide {
	position: relative;
	z-index: 5;
	width: 800px;
	margin-left: -5px;
}


div.post-wide { background: url(images/bg-column-wide.gif) top center repeat-y; }
div.post-header-wide { background: url(images/bg-column-wide-header.gif) top center no-repeat;	height: 10px; }
div.post-footer-wide { background: url(images/bg-column-wide-footer.gif) top center no-repeat;	height: 10px; }


img.wp-image-17 {
	background: #f4f4f4;
	margin: 0 10px 0 0; 
	padding: 2px;
	border: 1px solid #ccc;
}

ul#porfolio-items li {
	padding: 10px 0;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}

div.project p img {
	background: #f4f4f4;
	margin: 0 10px 0 0;
}
div.project p a img {
	padding: 2px;
	border: 1px solid #ccc;
}
div.project p a:hover img {
	border: 1px solid #999;
}

/* =footer 
-----------------------------------------------------------*/

div#footer {
	color: #fdd771;
	position: relative;
	z-index: 5;
	top: 20px;
}

div#footer a {
	color: #fee6a6;
}

div#footer-box {
	background: #1e1d1d url(images/bg-footer-band.gif) top center repeat-x; 
	width: 100%; 
	position: absolute; 
	z-index: 0; 
	margin-top: -90px;
	height: 150px;
}

/* search */

form#searchform {  }

form#searchform div input#s {
	width: 230px;
	float: left;
	margin: 0;
}
/*
input#searchsubmit {
	position: relative;
	top: 4px;
	left: 5px;
	background: url(images/bg-search.gif) top center no-repeat;
	width: 40px;
	padding-top: 20px;
	height: 0;
	display: block;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
*/

