﻿@charset "utf-8";
/* CSS Document */

body, p, div {
	margin: 0; 
	padding: 0;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em;
	background-color: #000;
	color: #fff;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #666;
	color: #fff;
}

a:hover img {
	border: none;
}

/* containers */

div#wrapper {
	margin: 25px auto;
	width: 1000px;
	background-image: url(images/top_left.gif);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

div#wrapper div {
	width: 100%;
	background-image:url(images/bottom_right.gif);
	background-attachment: scroll;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}

div#wrapper div div {
	width: auto;
	background-image: none;
	padding-top: 13px;
	padding-bottom: 0;
}

div#menu {
	font-size: 120%;
	font-weight: bold;
	height: 15px;
	padding: 8px;
	margin: 0 81px -7px 83px;
}

div#header {
	width: 233px;
	float: right;
	margin: -33px 86px -20px auto;
	display: inline-block;
	height: 53px;
	padding: 0;
}

div#inner, div#wrapper div div#inner {
	border: solid 1px #666;
	margin: 14px 81px 15px 83px;
	background-attachment: scroll;
	background-image: url(images/dotted_ver.gif);
	background-repeat: repeat-y;
	background-position: right 25px;
	background-color: transparent;
}

div#sidebar, div#wrapper div div div#sidebar {
	width: 200px;
	float: right;
	margin: 35px;
	background-color: transparent;
}

div.main {
	margin: 15px  310px 30px 30px;
	width: auto;
}

div#meta {
	padding: 10px;
	margin: 10px 0 6px 0;
	clear: both;
}

div#meta li, div#meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#meta li {
	float: left;
	padding: 0 6px;
}

div#footer {
	margin: 0 0 0 0;
	text-align: center;
	position: relative;
	top: 50px;
}

div#wrapper div div div div div#bio-box, 
div#bio-box {
	background-image: url(images/box_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ff0000;
	color: #000;
	width: 200px!important;
	float: right;
	margin: 0 0 5px 10px!important;
	padding: 0!important;
}

div#wrapper div#bio-box div, 
div#bio-box div {
	background-image: url(images/box_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0!important;
	padding: 0;
}

div#wrapper div div div div div#bio-box div div, 
div#bio-box div div {
	background-image: url(images/box_br.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

div#wrapper div div div div div#bio-box div div div, 
div#bio-box div div div {
	background-image: url(images/box_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px;
}

div#bio-box div div div p {
	padding: 3px;
}

div#bio-box h4 {
	padding: 2px;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	border-bottom: dashed 1px #000;
	text-align: right;
}

/* menu */

div#menu a:link, div#menu a:visited {
	height: 25px; 
	width: 82px;
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: left;
}

div#menu a:hover {
	background: url(images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	border: none;
}

div#menu ul, div#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* logo */
div#header h1.logo {
	padding: 0;
	margin: 0;
	background-image: url(images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	height: 49px;
	width: 233px;
	overflow: hidden;
}

h1.logo span {
	display: none;
}

div#header p {
	text-align: right;
	color: #ff0000;
	padding: 0px 10px 0 0;
	margin: 0;
}

/* date */

p.date {
	width: 55px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}

span.month { 
	padding: 0 5px 5px 0;
}

span.day {
	display: block;
	height: 26px;
	width: 23px;
	background-image:url(images/date.gif);
	background-repeat: no-repeat;
	color: #000;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	margin: 4px 0 4px auto;
	padding: 0 8px 0 0;
	letter-spacing: -2px;
}

span.year {
	font-size: 105%;
	font-weight: bold;
	padding-right: 5px;
}

/* titles */

div.main h2 { 
	font-size: 200%;
	font-weight: normal;
	color: #ff0000;
	padding: 9px 0 9px 0;
	margin: 8px 0 25px 65px;
	border-bottom: solid 1px #666;
}

div.main h2.singlepage { 
	margin-left: 15px;
}

div.main h2 a:link, div.main h2 a:visited {
	color: #ff0000;
}


/* content */

div.content, div#wrapper div div div div.content {
	margin: 0 10px 0 15px;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #666;
}

div.content p {
	padding: 0 5px 20px 0;
	margin: auto;
	line-height: 1.6em;
}

div.content img {
	border: none;
	margin: 10px 3px;
}

div.content h3 {
	font-size: 150%;
	font-weight: normal;
	color: #ff0000;
	padding: 0 4px;
	margin: 8px 0 8px 0px;
	border-bottom: dotted 1px #666;
}
	

p.comment, div.content p.comment {
	background-color: #000;
	padding: 0 0 0 10px;
	text-align: right;
	margin: 5px 0 0 auto;
	width: 85px;
	height: 17px;
	display: block;
	float: right;
}

p.comment a:link, p.comment a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p.comment a:hover, span.count:hover {
	border-bottom: dotted 1px #666;
}

span.count, p.comment span.count, div.content p.comment span.count {
	display: block;
	background-image: url(images/comments.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 14px;
	float: left;
	margin: 2px 2px 0 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	letter-spacing: -1px;
}

p.categories, div.content p.categories {
	padding: 0;
	margin: -20px 0 20px 0;
	text-align: right;
	color: #666;
}

/* sidebar  - search */

div.search {
	width: 199px;
	height: 24px;
	padding: 0;
	margin: -10px auto 15px auto;
}

div.search input#s {
	background-color: transparent;
	background-image: url(images/search_bg.gif);
	display: block;
	width: 164px;
	height: 16px;
	border: 0px;
	float: left;
	background-repeat: no-repeat;
	padding: 4px;
	margin: 0 1px 0 0;
}

div.search input#searchsubmit {
	display: block;
	height: 24px;
	width: 27px;
	border: 0px;
	background-color: transparent;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	text-indent: -50em;
	float: right;
	padding: 0;
	cursor: pointer; /* hand-shaped cursor */
	margin: 0 1px 0 -3px;
}

/* widgets */

div.widget h3 {
	font-size: 115%;
	font-weight: bold;
	color: #ff0000;
	border-bottom: solid 1px #666;
	margin: 12px 0 0 0;
	padding: 0 0 5px 0;
}

div#sidebar h3 a:link, div#sidebar h3 a:visited {
	color: #ff0000;
}

div#twitter-box { margin: 0; padding: 0; }

div.widget p {
	padding: 9px 0 0 0;
}

div.widget ul, div.widget li {
	padding: 0; 
	margin: 0;
	list-style-type: none;
}

div.widget li {
	padding: 9px 0 0 0;
}

div#sidebar div.widget, div.widget {
	background-image: url(images/dotted_hor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
}

/* comments */

div#comments-template, div#wrapper div div div div#comments-template {
	padding: 0 5px;
}

div#comments-template h3 {
	color: #ff0000;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #666;
}

div#comments-template ol {
	list-style: none;
	margin: 5px 0px;
	padding: 5px;
}

div#comments-template li {
	list-style: none;
	background-image: url(images/dotted_hor.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

div#comments-template p {
	line-height: 1.6em;
}

div#comments-template small {
	font-size: 90%;
	color: #666;
}

div#comments-template input.input {
	margin: 5px;
}

div#comments-template textarea.input { 
	margin: 5px 0;
}

div#comments-template label {

}

div#commentform, div#wrapper div div div div div#commentform {
	margin: 0 20px;
}

/* portfolio page */

div.portfolio, div#wrapper div div div div.portfolio, div#wrapper div div div div.left, div#wrapper div div div div.right {

	height: 100px;
	width: 480px;
	margin: 0px auto 15px auto;
	padding: 5px;
}

div#wrapper div div div.left, div#wrapper div div div.right {
	width: 50%;
}

div#wrapper div div div.left { 
	float: left;
}

div#wrapper div div div.right {
	float: right;

}

p.thumb {
	width: 480px;
	text-align: center;
	height: 120px;
	margin: 0 0 5px 5px;
}

img.thumb { 
	border: solid 1px #666;
	margin: 0 auto 3px auto;
}
img.thumb:hover {
	border: solid 1px #fff;
}


p.portdate {
	margin: 10px 0 10px 3px;
}
div.portfolio p {
	padding: 5px 4px 10px 10px;
}

div.port, div#wrapper div div div.port {
	width: 480px;
	background-image: url(images/dotted_hor.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 40px;
	padding: 5px 0;
}

/* misc */

.req {
	color: #ff0000;
}

/* resume stuff */
ul.top {
	margin: 10px 10px;
	padding: 5px;
	line-height: 1.5em;
}

ul.top li {
	list-style-type: none;
	display: block;
	background-image: url('images/star.gif');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 5px 15px;
	margin: 10px 0;
	font-weight: bold;
}

ul.top li small {
	font-weight: normal;
}

ul.top li:hover {
	border-top: dotted 1px #333;
	border-bottom: dotted 1px #222;
	color: #ff0000;
	padding: 4px 15px;
	background-position: left 8px;
}

ul.list, ul.top ul {
	margin: 5px 15px;
}

ul.top ul {
	margin: 5px 10px;
}

ul.list li {
	display: list-item;
	font-weight: normal;
	color: #fff;
	list-style-type: disc;
	background-image: none;
	padding: 1px;
	margin: 1px;
}

ul.list li:hover {
	border: none;
	color: #fff;
	padding: 1px;
}