body {
	background-color: #000000;
	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: 1000;
	width: 100%;
	
}
td.headerleft {
	background: url('images/header_bkgrnd_left.gif'); 
	background-repeat: repeat-x; 
	background-position:right;
}
td.headerright {
	background: url('images/header_bkgrnd_right.gif'); 
	background-repeat: repeat-x; 
	background-position:left;
}
td.menu {
	 background-image: url('images/mnu_bkgrnd.gif');
}
td.content {
	 background-color:#FFFFFF;
}
td.bluecontent {
	 background-color:#398fb7;
	 border-top: 1px #000000 solid;
}
div.box {
	background-color: #ffffff;
	border: 1px #000000 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 290px;
	width: 290px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
div.inthebox {
	margin: 12px 12px 12px 12px;
	height: 215px;
	overflow: hidden;
}
div.datebox {
	background-image: url('images/datebox_bkgrnd.gif');
	width: 71px;
	height: 71px;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	border: 0 0 0 0;
}
.datestamp {
	font-size:14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding: 12px 0 0 3px;
}
.timestamp {
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding: 0 0 0 3px;
}
td 
{
    font-size: 13px;
}
h1 
{
    font-size: 24px;
    color: #3a90b8;
    font-weight: normal;
}

h2 
{
    font-size: 20px;
    color: #0b1c24;
    font-weight: normal;
}

h3 {
    font-size: 16px;
	font-weight: normal;
    color: #009de6;
}
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: #3a90b8;
	font-weight:normal;
}
a:hover
{
    text-decoration: underline;
    color: #0b1c24;
	font-weight:normal;
}
input[type=submit] {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#3a90b8; 
	border: solid 1px #000000; 
	color: #FFFFFF;
	height: 25px;
	padding-bottom: 3px;
}
input[type=submit]:hover {
    background-color:#000000;
    border: solid 1px #3a90b8;
	color: #FFFFFF;
}
input[type=text] {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#FFFFFF;
	border: solid 1px #3a90b8; 
	color: #3a90b8;
	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 #3a90b8; 
	color: #3a90b8;
	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 #3a90b8; 
	color: #3a90b8;
}
img {
	border: 1px solid #3a90b8;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
}
img:hover {
	border: 1px solid #0b1c24;
}
img.noborder {
	border: 0px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img.wp-smiley {
	border: 0px solid #000000;
	margin: 1px 1px 1px 1px;
}
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: #009de6;
	font-weight:bold;
}
.footer a:hover
{
	text-decoration: underline;
    color: #FFFFFF;
	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;
}
.nivo-caption {
background:none repeat scroll 0 0 #000000;
bottom:0;
color:#FFFFFF;
left:0;
opacity:0.8;
position:absolute;
width:100%;
z-index:1000;
}
.nivo-caption p {
	text-align: left;
	color: #FFFFFF;
	opacity: 1.0
}
#slider a{
	display:block;
}