/* 
Title: MediaFatigue master styles for screen media
Author: rrstoll@earthlink.net
*/

body, body div, body p, body th, body td, body li, body dd {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

body {
	margin: 0;
	padding: 0;
	font: 76%/140% Verdana, Arial, sans-serif;
	color: #333;
	background: #ffffff url(./graphics/background.gif) top left repeat-x;
	}

/* links 
------------------------------------------------------------*/

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #3d8cb8;
	}
a:hover {
	color: #3d8cb8;
	text-decoration: none;
    position: relative;
    bottom: 1px;
    left: 1px;
	}
#nav a:hover {
	position: relative;
    bottom: 0;
	left: 0;
    }    

/* global 
------------------------------------------------------------*/

html, form, hi, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}
h2, h3, #nav li {
	font-family: Arial, Verdana, sans-serif;
	}
h2 {
	font-size: 115%;
	font-weight: bold;
	}
h3 {
	font-size: 110%;
	}
ul, li {
	list-style-type: none;
	}
hr {
	clear: both;
	visibility: hidden;
	}
img {
	border: 0;
	}
.clear {
	clear: both;
	visibility: hidden;
	}
.centered, p.centered {
	text-align: center;
	}
.right {
	text-align: right;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	font-size: .95em;
	}
del {
	text-decoration: line-through;
	color: #777;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}



/* page structure 
------------------------------------------------------------*/		

#container {
	background: #fff;
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	font-size: 95%;
	text-align: left;
    
	}
#pageHeader {
	float: left;
	background: #E3DCC5 url(/graphics/web-design.gif) no-repeat 100% 50%; 
	width: 760px;
	height: 64px;
	margin: 33px 0px 0px 0px;
	padding: 0px;
	border: 0;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px  solid #b8b8b8;
	
	/* IE box model fix   */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 99px;  
	}
#pageHeader span {
	visibility: hidden;
	}
#top {
	float: left;
	border-top: 1px solid #b8b8b8;
	width: 760px;
	margin-top: 15px;
	padding: 0;
	}
#nav {
	float: left;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	background: #fff;
	}	
#content {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	}
#portfolio #content {
	float: left;
	width: 735px;
	margin: 0;
	padding: 0;
	}
#sidebar {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0 0 0 15px;
	}

/* navigation 
------------------------------------------------------------*/

#nav li {
	float: left;
	margin: 0;
	padding: 0;
    overflow: hidden;
	}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #b8b8b8;
	background: #fff url(./graphics/nav_bg.gif) repeat-y top right;
    overflow: hidden;
	}
#nav_home a {
	border-left: 1px solid #b8b8b8;
	}
#nav a:hover, body#home #nav_home a, body#portfolio #nav_portfolio a, body#services #nav_portfolio a, body#about #nav_about a, body#journal #nav_journal a, body#journal_archive #nav_journal a, body#journal_categories #nav_journal a, body#contact #nav_contact a {
	color: #c03000;
	}
#nav a:active {
	color: #c03000;
	}



/* home
------------------------------------------------------------*/

#home span {
	color: #c03000;
	}
#firmDesc {
	background: #ffffff url(./graphics/firmFade.jpg) top left no-repeat;
	height: 160px;
    margin-bottom: 35px;
	}
/*#firmHead span {	
	display: none;
	}
	
p#firmBody {
	padding: 80px 35px 20px 35px;
	margin: 0;
	font-size: 105%;
	color: #000000;
	}
p#firmBody a {
	color: white;
	}*/
    
#home h2 {
	font-family: Arial, Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #3d8cb8;
	}
#home h3 {
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0;
	color: #3d8cb8;
	}
#home p {
	line-height: 150%;
	margin-bottom: 1.3em;
	}
.text li {
	border: 0;
	margin: 0;
	padding-left: 30px;
	padding-bottom: 5px;
	line-height: 1.25em;
	color: #1C1C1C;
	text-decoration: none;
	background: url(../graphics/grayarrow.gif) no-repeat 15px 5px;
	}
#home .offering {
	font-size: 1em;
	color: #fa0000;
	}







/* journal
------------------------------------------------------------*/
	
.entry h2 {
	margin: 15px 0 5px 0;
	}
.entry h3 {
	padding-top: 15px;
	margin: 0;
	}
.entry h3 a, .entry h3 a:link, .entry h3 a:visited, .entry a:link, .entry a:visited {
	color: #3d8cb8;
	}
.date {
	color: #666;
	font-size: .9em;
	margin-bottom: 10px;
	}
.comment {
	float: right;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(./graphics/comment.gif) no-repeat center left;
	}
.text p {
	line-height: 150%;
	margin-bottom: 1.3em;
	}
.text ul {
	list-style: none;
	}
.text li {
	border: 0;
	margin: 0;
	padding-left: 38px;
	padding-bottom: 2px;
	text-decoration: none;
	background: url(../graphics/grayarrow.gif) no-repeat 25px 5px;
	}	
.categories {
	margin-bottom: 5px;
	}
.permalink {
	padding-left: 14px;
	margin-left: 10px;
	background: url(./graphics/permalink.gif) no-repeat center left;
	}
.trackback {
	padding-left: 14px;
	margin-left: 10px;
	background: url(./graphics/trackback.gif) no-repeat center left;
	}
.divider {
	margin-top: 15px;
	background: url(./graphics/dotted-line.gif) repeat-x top left;
	}

#journal_archive #entries h2 {
	font-size: 1.5em;
	margin: 10px 0 0 0;
    padding: 0 0 0 0;
	}
#journal_archive #entries h3 {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
    text-transform: lowercase;
	}
#journal_categories #entries h2 {
	font-size: 1.5em;
	margin: 10px 0 10px 0;
    padding: 0 0 0 0;
	}
#journal_categories #entries h3 {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
    text-transform: lowercase;
	}




/* about
---------------------------------------------------------------*/

#about h2 {
	font-family: Arial,Helvetica,sans-serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #3d8cb8;
	}
body#about .text {
	border: 0;
	margin-left: 0px;
	padding-top: 8px;
	}




/* portfolio
---------------------------------------------------------------*/

body#portfolio h2 {
	font-size: 120%;
	color: #3d8cb8;
	margin: 15px 0 15px 0;
	}
p#portfolioIntro {
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;
	}
ul#plain {
	padding: 5px 0 60px 0;
	}
ul#plain li {
	padding: 10px 0 0 15px;
	}
.entry {
	position: relative;
	padding-top: 5px;
	}
.imgBox {
	position: absolute;
	top: 1.8em;
	left: 0;
	padding: 0;
	margin: 0;
	}
body#portfolio .img {
	padding: 2px;
	margin: 0;
	border: 2px solid #e4e4e4;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	}
.entry h3 {
	margin-left: 95px;
	color: #3d8cb8;
	}
.skills {
	position: absolute;
	top: 1.9em;
	right: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	}
body#portfolio .text {
	border-top: 1px solid #3d8cb8;
	margin-top: 3px;
	margin-left: 95px;
	padding-top: 5px;
	}
body#portfolio .list {
	margin-bottom: 40px;
    }
body#portfolio .list li {
	border: 0;
	margin: 0;
	padding-left: 38px;
	padding-bottom: 2px;
	text-decoration: none;
	background: url(../graphics/grayarrow.gif) no-repeat 25px 5px;
	}	
    
.entry .more {
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 7px;
	background: #fff url(./graphics/triangle.gif) no-repeat center right;
	}




/* portfolio - individual project pages
---------------------------------------------------------------*/

#project {
	float: left;
    width: 760px;
	}
#project h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #3d8cb8;
	}
#project p {
	margin: 0 0 1.3em 0;
	padding: 0;
	}	
#innerbox {
	text-align: center;
	margin: 5px 0;
	padding: 0;
	}
#outerbox {
	float: right;
	margin-right: 15px;
	margin-bottom: 200px;
	padding: 0;
	}
.imagelabel {
	font-size: .8em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 1.25em;
	}
#description {
	width: 350px;
	border-top: 1px solid #3d8cb8;
	padding-top: 10px;
	margin-top: 4px;
	line-height: 1.4em;
	}
p#responsibilities {
	text-align: center;
	width: 325px;
	margin-top: 20px;
	padding: 5px;
	border: 1px dashed #333;
	font-size: .9em;
	color: #333;
	}
#links {
	margin-top: 20px;
	margin-left: 0px;
	padding: 0;
	border: 0;
	font-size: .9em;
	}	
#links li {
	border: 0;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.25em;
	color: #1C1C1C;
	text-decoration: none;
	background: url(../graphics/grayarrow.gif) no-repeat 0 7px;
	}





/* contact us
---------------------------------------------------------------*/

#contact #content {
    margin-bottom: 150px;
    }

#contact_header {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #3d8cb8;
	}
p #address {
	color: #50618a;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1em;
	font-weight: bold;
	}	
	
	
	
/* comments 
----------------------------------------------------------------*/

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
h3.commentsHeader {
	margin: 0;
	padding: 10px 0 10px 0;
	border: 0;
	color: #000000;
	}
.commentsHeader span {
	color: #c03000;
	}	
#comments .author {
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 1em;
	}	
#comments .datetime {
	color: #666;
	font-size: .9em;
	text-transform: none;
	padding-left: 1em;
	}	
#comments .cbody {
	padding: 20px 20px 20px 20px;
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #333;
	border: 1px solid #b7b7b7;
	background: #fff url(./graphics/nav_bg.gif) repeat-y top right;
	}
#comments #cbody p {
	margin: 0;
	padding: 0 0 12px 0; 
	}



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

#sidebar h3#first {
	font-size: 1em;
	letter-spacing: 0; 
	margin: 0 0 7px 0;
	padding: 5px 15px;
	color: #333;
	border-top: none;
	border-bottom: 1px solid #b8b8b8;
	background: #fff url(./graphics/nav_bg.gif) repeat-y top right;
	}	
#sidebar h3 {
	font-size: 1em;
	letter-spacing: 0; 
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px 15px;
	color: #333;
	border: 1px solid #b8b8b8;
	border-left: none;
	border-right: none;
	background: #fff url(./graphics/nav_bg.gif) repeat-y top right;
	}
#sidebar h4 { 
	font-size: .9em;
	line-height: 1.2em;
	padding: 10px 0 0 20px;
	color: #333;
	}	
#sidebar span {
	color: #c03000;
	}
#sidebar p {
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	padding: 1px 10px 5px 20px;
	color: #333;
	text-decoration: none;
	}
#sidebar ul {
	list-style: none;
	}
#sidebar li {
	font-size: .9em;
	border: 0;
	margin: 0;
	padding-left: 38px;
	padding-bottom: 2px;
	line-height: 1.25em;
	color: #1C1C1C;
	text-decoration: none;
	background: url(../graphics/grayarrow.gif) no-repeat 25px 5px;
	}
#archives {
	float: right;
	background: url(../graphics/doubleblue.gif) no-repeat 100% 6px;
	}
.projtext {
	margin-left: 74px;
	}
.img {
	float: left;
	padding: 2px;
	margin: 12px 7px 0 20px;
	border: 2px solid #e4e4e4;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	}
	
	
	
/* flickr 
------------------------------------------------------------*/

#flickr {
	margin: 0;
	}
#flickr img {
	float: left;
	width: 60px;
	height: 50px;
	padding: 2px;
	margin: 12px 7px 0 20px;
	border: 2px solid #e4e4e4;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	}
#flickr a:hover img {
	background: #D1DCB9;
	}	



/* footer
------------------------------------------------------------*/
	
#footer {
	clear: both;
	background: #fff url(./graphics/nav_bg.gif) repeat-y top right;
	border-top: 1px solid #b8b8b8;
	margin-top: 35px;
	}
#footerleft {
	background: url(./graphics/nav_bg_left.gif) repeat-y top left;
	padding: 0;
	margin: 0;
	}
#footerleft p {
	font-size: 90%;
	color: #000;
	padding: 5px;
	text-align: center;
	}
	
	

/* forms
---------------------------------------------------------- */

#contactform, #commentform {
	margin: 0 0 25px 0;
	padding: 0;
	}
#contactform p.note, #commentform p.note {
	padding-top: 20px;
	padding-bottom: 20px;
	}
#contactform dl, #commentform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#contactform dd, #commentform dd {
	margin: 0 0 10px 0;
	padding: 0;
	}
#contactform dt, #commentform dt {
	color: #333;
	font-weight: normal;
	}
#contactform dt em, #contactform em, #commentform dt em, #commentform em {
	color: #c03000;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url, #commentform #name, #commentform #email, #commentform #location, #commentform #url {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#commentform #captcha {
	width: 135px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea, #commentform #textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}


/* misc.
----------------------------------------------------------- */

.pages1 {display:none;}
	
	