/*   
.
Copyright 2009 Dennis Muse - All rights reserved.
.
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:'';}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
a img { border: none; } /* Gets rid of IE's blue borders */

/* ----------------------------------------- */

body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background: #000000;
	color: #dddad2;
}

p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #6e6d6b;
	margin: 0;
	padding: 0;
}

a {
	color: #dddad2;
	text-decoration: none;
	padding-bottom: 3px;
}
a:hover {
	color: #416170 !important;
	border: none !important;
}
a:focus {
	text-decoration: none !important;
	border: none !important;
	outline: none !important;
}

strong {
	font-weight: bold;
}

cite {
	font-size: 0.7em;
	color: #565554;
	margin: 0 0 10px 0;
	padding: 0;
}
cite a {
	color: #ff0000;
}

u {
	color: #416170;
}

h1 {
	font-family: "Georgia", serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 0 0 28px 0;
	padding: 0;
}
h2 {
	background: url('images/icon-h1.gif') no-repeat 0 21px;
	font-family: "Georgia", serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 0;
	padding: 0 0 0 11px;
}
h3 {
	font-family: "Georgia", serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: normal;
	color: #a29e94;
	margin: 6px 0 15px 0;
	padding: 0;
}
h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 15px 0 18px 0;
	padding: 0;
}
h5 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	color: #a29e94;
	margin: 15px 0 18px 0;
	padding: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}


/* HEADER */

#header {
	border-bottom: 5px solid #333333;
	width: 820px;
	height: 154px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	font-size: 2em;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 50px;
	left: 7px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	background: url('/images/logo_muse2.gif') no-repeat;
	width: 106px;
	height: 66px;
	display: block;
	margin: 0;
	padding: 0;
}
#header h1 a span {
	display: none;
}
#header #strapline {
	display: block;
	position: absolute;
	top: 99px;
	left: 126px;
	margin: 0;
	padding: 0;
}
#header #strapline p {
	font-family: "Georgia", serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #696866;
}
#header #nav {
	position: absolute;
	top: 101px;
	right: 8px;
	margin: 0;
	padding: 0;
}
#header #nav ul {
	width: 229px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#header #nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#header #nav li a span {
	display: none;
}
#header #nav li.about a {
	background: url('/images/nav_about.gif') no-repeat 0 0;
	width: 45px;
	height: 16px;
	display: block;
	margin-right: 20px;
	padding: 0;
}
#header #nav li.about a:hover {
	background: url('/images/nav_about.gif') no-repeat 0 -16px;
}
#header #nav li.portfolio a {
	background: url('/images/nav-work.gif') no-repeat 0 0;
	width: 40px;
	height: 16px;
	display: block;
	margin-right: 20px;
	padding: 0;
}
#header #nav li.portfolio a:hover {
	background: url('/images/nav-work.gif') no-repeat 0 -16px;
}
#header #nav li.blog a {
	background: url('/images/nav-res.gif') no-repeat 0 0;
	width: 71px;
	height: 16px;
	display: block;
	margin: 0;
	padding: 0;
}
#header #nav li.blog a:hover {
	background: url('/images/nav-res.gif') no-repeat 0 -16px;
}


/* CONTENT */

#content {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#content .module {
	width: 804px;
	margin: 60px 0 20px 0;
	padding: 0 8px;
}
#content .leftMod {
	width: 204px;
	float: left;
	margin: 0;
	padding: 0;
}
#content .rightMod {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}
#content .rightMod form{
	width: 600px;
}
#content .rightMod h1 {
	color: #a29e94 !important;
	margin-bottom: 20px;
}
#content .rightMod p {
	font-size: 0.75em;
	line-height: 1.8em;
	margin-bottom: 40px;
}
#content .rightMod p a {
	border-bottom: 1px dotted #ff0000;
	color: #6e6d6b;
}
#content .rightMod form {
	width: 600px;
	margin: 0 0 40px 0;
	padding: 0;
}
#content .rightMod form p {
	margin-bottom: 20px;
	padding: 0;
}
#content .rightMod form label {
	font-size: 0.65em;
	color: #6E6D6B;
	margin: 0;
	padding: 0;
}
#content .rightMod form input {
	width: 340px;
	height: 15px;
	background: #1f1f1f;
	border: none;
	color: #706f6d;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form textarea {
	width: 340px;
	height: 90px;
	background: #1f1f1f;
	border: none;
	color: #706f6d;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form button.sc {
	background: url('/images/btn-submitComment.png') no-repeat 0 0;
	width: 145px;
	height: 31px;
	border: none;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form button.sc:hover {
	background: url('/images/btn-submitComment.png') no-repeat 0 -31px;
}
#content .rightMod form .sc span {
	display: none;
}
#content .rightMod ol {
	list-style: none;
	margin-bottom: 22px;
	padding-left: 25px;
}
#content .rightMod ol li {
	background: url('/images/icon-h1.gif') no-repeat left;
	font-size: 0.75em;
	line-height: 2.4em;
	color: #A1A09E;
	margin: 0;
	padding-left: 10px;
}
#content .project {
	width: 550px;
	float: left;
	margin: 0 36px 46px 0;
	padding: 0;
}
#content .project.last {
	margin-right: 0 !important;
}
#content .info {
	margin: 0;
	padding: 0 8px 0 1px;	
}
#content .project p {
	margin-bottom: 16px;
}
#content .project ul {
	margin: 18px 0 0 0;
	padding: 0;
}
#content .project ul li {
	background: url('/images/icon-bluedot.gif') no-repeat 0 5px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	color: #575655;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 0 0 8px;
}
#content .blogTitle {
	margin-bottom: 12px !important;
	padding: 0;
}
#content .meta {
	font-size: 0.7em;
	color: #6e6d6b;
	margin: 0;
	padding: 0;
}
#content .meta span {
	background: url('/images/bg-metaDivider.gif') no-repeat top right;
	margin: 0;
	padding: 0 10px 0 0;
}
#content .meta a, #content .blogStory a {
	border-bottom: 1px dotted #ff0000;
	color: #6e6d6b;
	margin: 0 0 0 10px;
	padding-bottom: 3px;
}
#content .blogStory {
	margin: 24px 0 20px 0;
	padding: 0;
}

#content .blogTitle {
	border-top: 1px dotted #4C4C4A;
	padding-top:20px;
}

#content .blogTitleFirst {
	border-top: none !important;
	padding-top: 0;
}
#content .postContent {
	border-bottom: 1px dotted #4c4c4a;
	margin: 24px 0 40px 0;
	padding-bottom: 20px;
}
#content .postContent p {
	margin-bottom: 20px;
	padding: 0;
}
#content .postContent p a {
	background: none;
	border: none;
	color: #f87ea6;
}
#content .commentBox {
	margin: 0 0 36px 0;
	padding: 0;
}
#content .commentBubble {
	background: url('/images/bg-commentBubbleTop.gif') repeat-y top left;
	width: 360px;
	margin: 22px 0 0 0;
	padding: 20px 20px 18px 20px;
}
#content .commentBubble p {
	color: #706f6d;
	margin: 0 !important;
	padding: 0 !important;
}
#content .commentBubbleBottom {
	background: url('/images/bg-commentBubbleBottom.gif') no-repeat bottom left;
	width: 400px;
	height: 27px;
	margin: 0 0 8px 0;
	padding: 0;
}
#submit {
	background-color: #5a5a5a;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
}


/* FOOTER */

#footerTop {
	background: #000000;
}
#footerTop #tools {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#footerTop #tools .toolsBox {
	width: 186px;
	float: left;
	margin: 26px 25px 30px 0;
	padding: 0;
}
#footerTop #tools .toolsBox.last {
	margin-right: 0 !important;
}
#footerTop #tools .toolsBox h2 {
	margin-left: 8px;
}
#footerTop #tools .toolsBox p {
	color: #686765;
	margin: 11px 0 0 7px;
}
#footerTop #tools .toolsBox a {
	border-bottom: 1px dotted #FF0000;
	color: #686765;
}
#footerTop #tools .toolsBoxContent {
	border-top: 2px solid #1f1f1f;
	margin: 0 0 3px 0;
}
#footerTop #tools .toolsBox ul {
	margin: 0;
	padding: 0;
}
#footerTop #tools .toolsBox ul li {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #686765;
	margin: 12px 0 0 7px;
	padding: 0 0 3px 15px;
}
#footerTop #tools .toolsBox ul li.greenV {
	background: url('/images/icon-greenV.gif') no-repeat 0 2px;
}
#footerTop #tools .toolsBox ul li.orangeV {
	background: url('/images/icon-orangeV.gif') no-repeat 0 2px;
}
#footerTop #tools .toolsBox ul li.arrow {
	background: url('/images/icon-arrow.gif') no-repeat 0 5px;
}
#footerBottom {
	background: #050505;
}
#footerBottom #copy {
	width: 820px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
#footerBottom #copy p {
	font-size: 0.7em;
	color: #535251;
	margin: 13px 0 0 0;
	padding: 0;
}
#footerBottom #copy a {
	background: url('/images/icon-blueV.gif') no-repeat 0 0;
	color: #535251;
	margin-left: 30px;
	padding-left: 16px;
}/* CSS Document */

