body {
	background-color: #b8bbc3;
	background-image: url('images/body_bkgrnd.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
    margin-top: 0;
	margin-left:0;
	margin-right:0;
    margin-bottom: 0px;
}
#header {
	position: fixed;
	top:0;
	left: 0;
	overflow: hidden;
	z-index: 5;
	width: 100%;
	
}
#headerleft {
	background: url('images/header_left.gif'); 
	background-repeat: no-repeat; 
	background-position:right;
}
#headerright {
	background: url('images/header_right.gif'); 
	background-repeat: no-repeat; 
	background-position:left;
}

div.inthebox {
	margin: 12px 12px 12px 12px;
	height: 215px;
	overflow: hidden;
}
div.datebox {
	background-image: url('images/blogdate.gif');
	width: 95px;
	height: 80px;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	border: 0 0 0 0;
}
.datestamp {
	font-size:14px;
	color: #dfa848;
	font-weight: normal;
	text-align: center;
	padding: 20px 0 0 0px;
}
.timestamp {
	font-weight: normal;
	font-size: 13px;
	color: #b8bbc3;
	text-align: center;
	padding: 0 0 0 0px;
}
td 
{
    font-size: 13px;
}
h1 
{
    font-size: 24px;
    color: #be7900;
    font-weight: normal;
}

h2 
{
    font-size: 20px;
    color: #152037;
    font-weight: normal;
}

h3 {
    font-size: 16px;
	font-weight: normal;
    color: #495d87;
}
p 
{
    font-size: 13px;
    color: #000000;
}
p.twitter-message {
	font-size: 11px;
	text-align: center;
}
li {
	list-style-image: url('images/bullet.gif');
	font-size: 13px;
}
ul {
	padding-left: 25px;
}

a:link, a:active, a:visited
{
    text-decoration: none;
    color: #152037;
	font-weight:bold;
}
a:hover
{
    text-decoration: underline;
    color: #0b1c24;
	font-weight:bold;
}
input[type=submit] {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#4b5f88; 
	border: solid 1px #edb34d; 
	color: #edb34d;
	height: 25px;
	padding-bottom: 3px;
}
input[type=submit]:hover {
    background-color:#edb34d;
    border: solid 1px #4b5f88;
	color: #152037;
}
input[type=text] {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	border: solid 1px #4b5f88; 
	color: #4b5f88;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
input[type=password] {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	border: solid 1px #4b5f88; 
	color: #4b5f88;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	border: solid 1px #4b5f88; 
	color: #4b5f88;
}
td.footer {
    background-image: url('images/footer_bkgrnd.gif');
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
    text-align:center;
    color:#FFFFFF;
    font-size: 11px;
	vertical-align: top;
	padding-top: 10px;
}
.footer a:link, .footer a:active, .footer a:visited {
    text-decoration: none;
    color: #152037;
	font-weight:bold;
}
.footer a:hover
{
	text-decoration: underline;
    color: #4b5f88;
	font-weight:bold;	
}
/* Portfolio Image Positioning */
#pic1 {
	z-index:1;
	display: block;
	position: absolute;
}
#pic1 img {
	width: 400px;
	height: 266px;
}
#pic2 {
	z-index: 2;
	float: right;
	display: block;
	position: absolute;
}
#pic2 img {
	width: 250px;
	height: 166px;
}
#pic3 {
	z-index:3;
	float: left;
	display: block;
	position: absolute;
}
#pic3 img {
	width: 200px;
	height: 133px;
}
/*comments */
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	}


.comment {
	color: #000000;	
}
.comment a:link, .comment a:active, .comment a:visited {
	color: #336091;	
}
.comment a:hover {
	color: #000000;	
}
.comment p {
	color: #000000;		
}
.comment-author{

}

.comment-meta{
    
}
.odd {
    background-color: #FFFFFF;
    padding: 12px;
    border: 1px dashed #398fb7;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.even {
    background-color: #FFFFFF;
    padding: 12px;
    border: 1px dashed #398fb7;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.thread-odd {
    background-color: #FFFFFF;
    padding: 12px;
    border: 1px dashed #398fb7;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.thread-even {
    background-color: #FFFFFF;
    padding: 12px;
    border: 1px dashed #398fb7;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.depth-1 {
    margin-left:0;
}
.depth-2 {
    margin-left:10;
}
.depth-3 {
    margin-left:20;
}
.depth-4 {
    margin-left:30;
}
.depth-5 {
    margin-left:40;
}
/* JFlow Slider Control Styles */
.hidden
{
	display: none;
}
#prevNext{
	margin-bottom: -2.5em;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#slides div{
	background-color: #b8bbc3;	
}
#slides p {
	margin: 0;
	padding: 0 1em;
	font-size: 12px;
	position: relative;
	top: -80px;
	height: 80px;
	background: black;
	opacity: .8;
	filter:alpha(opacity=80);
	color: white;
}
#slides a:link, #slides a:visited, #slides a:active {
	text-decoration: none;
    color: #edb34d;
	font-weight:bold;
}
#slides a:hover {
	text-decoration: underline;
    color: #b8bbc3;
	font-weight:bold;
}
/* CODA SLIDER CONTROL STYLES */
	.coda-slider-wrapper { padding: 20px 0; }
	.coda-slider { background: #b8bbc3; } /* background of the slider */
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 250px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 750px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 900px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a { width: 72px; height: 55; float:left; position: relative;}
	.coda-nav-right a { width: 72px; height: 55; float:right; position: relative;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; height:250px; width:200; background: black; opacity: .8; filter:alpha(opacity=80);	color: #FFFFFF; !important float: right; position: absolute; z-index: 5;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative}
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	