/* CSS Document */

a, a:link, a:visited {
	color: #c60;
	text-decoration: none;
}
a:hover, a:active {
	color: #c60;
	text-decoration: underline;
}
a img {
	border:0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #333;
	background: url(../images/sidebar_01.gif) top left repeat-y;
}
#pagewidth {
	width: 100%;
	min-width: 500px;
}
#header {
	height: 38px;
	width: 100%;
	background-color: #FFFFFF;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px; /*18px;*/
	line-height: 0px; /*18px*/
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
#header_table {
    height:37px;
}

#leftcol {
	width: 175px;
	float: left;
	position: relative;
	margin-left: -175px;
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif; /*sidebar text*/
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: left;
	background-color:#ccc; /*MinDay red #E82100;*/
}
.bottomLine {
	border-bottom: 1px solid #ffffff;
	height:37px;
}
.address {
	margin: 140px 0 40px 10px;
}
.email a {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.email a:link, .email a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.email a:hover, .email a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#outer {
	border: solid white 0px;
	/*/*/ border-left-width: 175px ; /* left column width. NN4 hack to hide borders */
	border-left-color: #ccc; /* MinDay red -- left column colour #E82100;*/
	border-left-style: solid;
	background-color: #FFFFFF; /* center column colour */
	width: auto;
}

#inner {
	margin: 0;
	width: 100%;
}

.maincol {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
}

#outer>#inner {
	border-bottom: 1px solid #FFFFFF;
}

.clr {
	clear: both;
}

.content {
	padding: 20px 5px 0 20px; /*padding for content */
	overflow:hidden;
}

#header .content {
	padding-bottom: 0; /*padding bottom 0 to remove space in IE5 Mac*/
	background-color:#ccc; /*MinDay red #E82100;*/
}   

/* subpage tabs
-----------------------------------------------*/ 

.tabNavigation
{
	margin: 0px;
	padding: 0px;
	padding-left: 120px;
	padding-bottom: 6px;
	padding-top: 6px; 
}

.tabNavigation a, .tabNavigation a:link, .tabNavigation a:visited
{
	padding: 9px 0.5em;
	color: #aaa;
	text-decoration: none;
}

.tabNavigation a:hover, .tabNavigation a:active, .tabNavigation a:focus
{
	padding: 9px  0.5em; 
	color: #ccc; /*#E82100;*/
	text-decoration: none; 
}

.tabNavigation li
{
	padding-right: 1px;
	display: inline;
}

.tabNavigation ul
{
	margin: 0px;
	padding: 0px;
}

.tabNavigation .selected { 
	background-color: #ccc; /*#E82100;*/
	color: #fff !important;
}    

/*printer styles*/   
@media print {
	/*hide the left column when printing*/
	#leftcol {
		display: none;
	}
	#outer {
		border-left: 0;
	}  
}

/* formerly news.css
-----------------------------------------------*/

.main {
	width: 550px; /*410px;*/
	float:left;
}

h2 {
	margin: 1.5em 0 .75em;
	/*font:Arial, Helvetica, sans-serif;*/
	font-size:9px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
}
h4 {/*Project List project titles*/
	font-weight:bold;
	font-size: 12px;
	margin: 0;
}
/* Posts
----------------------------------------------- */
.date-header {
	margin: 1.5em 0 .5em;
}
.post {
	margin: .5em 0 1.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: .75em;
}
.post-title {
	margin: .25em 0 0;
	padding: 0 0 4px;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.4em;
	color: #c60;
	overflow:hidden;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration: none;
	color: #c60;
	font-weight: normal;
}
.post-title strong, .post-title a:hover {
	color: #333;
}
.post-body a, .post-body a:link, .post-body a:visited {
	color: #c60;
	text-decoration: none;
}
.post-body a:hover, .post-body a:active {
	color: #c60;
	text-decoration: underline;
}
.post-body .projectImg {/*project list images*/
	float:left;
	padding-right: 10px;
	margin-top: -.5em;
} 
.post-body big {
	font-size:19px;
	line-height:23px;
}
.post div {
	margin: 0 0 .75em;
	line-height: 1.6em;
	overflow:hidden;
}
p.post-footer {
	margin: -.25em 0 0;
	color: #ccc;
}
.post-footer em, .comment-link {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.post-footer em {
	font-style: normal;
	color: #999;
	margin-right: .6em;
}
.post-footer a:link, .post-footer a:visited {
	color: #bbb;
	text-decoration: none;
}
.post-footer a:hover, .post-footer a:active {
	color: #bbb;
	text-decoration: underline;
}
.comment-link {
	margin-left: .6em;
}
.frame {
	padding: 4px 10px 0 0;
	float: left;
}
.frame img {
	padding: 4px;
	border: 1px solid #ddd;
}
.post blockquote {
	margin: 1em 20px;
}
.post blockquote p {
	margin: .75em 0;
}
.post .separator {
	clear:none !important;
}

/*-----------------extras-----------------*/
#fass {
	padding-top: 50px;
}
#fass a {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
#fass a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 9px;
	font-weight: bold;
	margin: 0;
}
#matrix img {
	float: left;
	padding: 1px;
}

