﻿/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   HTML ELEMENTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
*/ 

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 helvetica, verdana, arial, helvetica, sans-serif;
	color: #5f5f5f;
	background: url(../images/body-bg.jpg) repeat-y center;
}

form 
{
	margin: 0;
	padding: 0;
}


fieldset {
	border:1px solid #D1E3FC ;
	padding: 8px 12px;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #D1E3FC;
  /*color: #257BF0;*/
  font-weight: bold;
  text-align:right;
  }
  
a:link
{
	color: #257BF0;
}

a:visited
{
	color: #257BF0;
}


/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   LAYOUT / STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
*/ 


#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}

#head {
	background: url(../images/head-bg.jpg) repeat-x center;
	height: 89px;
}
#head div{
	background: url(../images/head.gif) no-repeat;
	margin: 0 auto;
	width: 700px;
	height: 100%;
}
#head div img{
    margin-top: 60px;
    margin-right: 20px;
    display: block;
    float: right;
    border: none;
}
#recent {
	background: url(../images/recent-bg.gif) repeat-x;
	text-align: center;
}
#contentContainer {
	width: 696px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}
#content {
	padding: 10px;
	padding-bottom: 48px;
	margin-top: 0px;
}
#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	position: absolute;
	bottom: 0;
	height: 48px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#footer div{
    margin: 0 auto;
    width: 700px;
    height: 100%;
    color: #999;
    text-align: left;
}
#footer span{
    display: block;
    margin-top: 16px;
    margin-left: 20px;
    font-size: 11px;
}
#footer-left{
    float: left;
    background: url(../images/footer-vert-dash.gif) repeat-y;
	height: 100%;
	width: 3px;
}
#footer-right{
    float: right;
	background: url(../images/footer-vert-dash.gif) repeat-y right;
	height: 100%;
	width: 3px;
}


/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   CLASSES / CONTENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
*/ 

/* Copyright */

.ccimg{
	float: right; 
	margin-right: 20px;
}

/* Accent Box */

.nav-col
{
	clear: both; 
	float: left; 
	width: 195px;
}
.box
{
	clear: both; 
	float: left; 
	margin: 0 10px 20px 10px; 
	height: 159px; 
	width: 195px;
}

.box .box-top 
{
	font-size: 18px;
	background:  #ECECEC url(../images/box-top.gif) no-repeat top;
	padding: 5px 15px;
}
.box .box-content
{
	background:  #DADADA url(../images/box-bottom.gif) no-repeat bottom;
	padding: 5px 15px 15px 15px;
	font-weight: bold;
	line-height: 25px;
	font-size: smaller;
}
.box a:link, .box a:visited
{
	color: #5f5f5f;
	text-decoration: none;
}

.archive 
{
	font-size: 11px;
	clear: both;
	padding-top: 20px;
	margin: 0 4px 0 20px;
	line-height: 20px;
}

.archive .title
{
	margin-left: -8px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	margin-bottom: 2px;
}
.archive .sub-title
{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: right;
	clear:both;
	font-weight: bold;
	border-top: solid 1px black;
}

/* Postings or News */

.news, #comments, #commentsForm
{
		margin-left: 225px;
}

.item {
    margin-bottom: 30px;
	margin-right: 10px;
	color: #5f5f5f;
}

.item p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 22px;
}

.item h1 a:link, .item h1 a:visited
{
	color: #5f5f5f;
	text-decoration: none;
}
.item h1, .item h3 {
	font-size: 20px;
	font-family: georgia, Times New Roman, serif;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}

.item h3 {
	font-size: 16px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.posted 
{
    margin-top: 10px;
	border-top: dashed 1px #efefef;
}

.posted, .item .comments{
    font-size: 11px;
    color: #bbb;
}

.item .comments
{
	float: right;
	margin-left: 5px;
	margin-top: 3px;
}

.item .comments a:link,.item .comments a:visited,
.posted a:link, .posted a:visited
{
	color: #78ABF0;
	text-decoration: none;
	
}

.item .comments a:hover,.posted a:hover
{
	text-decoration: underline;
	
}

/* Comments */

#comments
{
}

#comments h3 
{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#comments .comment
{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px;
} 

#comments .alt
{
	background: #fff;
} 

#comments .comment h4
{
	font-size: 11px;
	padding: 0 8px;
	margin: 0px 0 4px -8px;
	line-height: 22px;
	background: #eee;
	border-bottom: dashed 1px #ccc;
}

#comments .comment h4 a:link, #comments .comment h4 a:visited
{
}

#commentsForm
{
	margin-top: 10px;
}
#commentsForm legend
{
}

#commentsForm label
{
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 70px;
	padding: 3px 0px;
	text-transform: uppercase;
}
#commentsForm .field
{
	margin: 5px 0;
}
#commentsForm .req
{
	font-weight: bold;
}

#commentsForm textarea 
{
	height: 250px;
	width: 410px;
}

/* Code block for postings */
.code{
    white-space: pre;
    font-family: Courier New, Courier;
    font-weight: bold;
    background-color: #eee;
    overflow: hidden;
    line-height: 10px;
}

.spacer
{
	padding: 0 8px;
	font-size: 70%;
	font-weight: lighter;
}

/* Links Page */

.tags{
	text-align: justify;
}

.tag-link{
	padding: 2px 2px;
	line-height: 20px;
	text-decoration: none;
}

.tag-selected
{
	background: #257BF0;
}

a.tag-selected:link, a.tag-selected:visited
{
	color: White;
}

/* TABLES */

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


#linksMainTable {
	width: 100%;
	padding: 0;
	margin: 0;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
caption {
	padding: 0 0 5px 0;
	font: italic 11px;
	text-align: right;
	display:none;
}

th {
	font-weight: bold;
	font-size: 12px;
	border-right: 0px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	border-top: 1px solid #A8A8A8;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	/*background: #99CCFF url(images/bg_header.jpg) no-repeat;*/
}

th a:link, th a:visited
{
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

th.nobg {
	border-top: 0;
	border-right: 0;
	/*border-left: 1px solid #C1DAD7;*/
	background: none;
}

td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 1px solid #A8A8A8;
	background: #F6F6F6;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td a:link, td a:visited
{
	
	font-weight: bold;
}


td.alt {
	background: #fff;
}

td.links 
{
	text-align: right;
}

td.body
{
	background: #5F5F5F;
	color: #c6c6c6;
}

th.spec 
{
	border-left: 0px solid #C1DAD7;
	border-top: 0;
	background: #F6F6F6;
	font-weight: bold;
	font-size: 10px;
}

th.specalt {
	border-left: 0px solid #C1DAD7;
	border-top: 0;
	background: #fff ;
	font-weight: bold;
	font-size: 10px;
}

.project-image 
{
	float: right;
	display: block;
	padding: 5px 5px 10px 10px;
	vertical-align: top;
	line-height: 0px;
}


/* -----------------------------------------------------
   FORMS
   ----------------------------------------------------- */

