/*  
Theme Name: Joe Burnett dot Net
Theme URI: http://www.joeburnett.net
Description: Custom-made Wordpress theme by Joe A. Burnett.  
Version: 2.0
Author: Joe A. Burnett
Author URI: http://www.joeburnett.net

This theme was designed and coded by Joe A. Burnett
*/

html {
	
}

body {
	text-align: center;
	width: 900px;
	background-color: #5B769F;
	margin: 0 auto;
	padding: 0;
	font: 82%/1.5 Arial, Helvetica, sans-serif;
}
.container{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
/* COMMON */
p{
	line-height: 150%;
	margin: 0;
	padding: 0 10px 10px 15px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	margin: 0;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}
form#searchform{
	padding: 0;
	margin: 0;
}
form#searchform fieldset{
	padding: 10px;
	background-color: #DDDDDD;
	margin: 10px 10px 0 10px;
	border: none;
}
form#searchform fieldset input{
	font-size: 85%;
}
/* MASTHEAD */
#masthead {
	float: left;
	width: 100%;
	clear: both;
        margin-top: 10px;
	background: url(images/header.jpg) repeat-y;
}
#masthead .main {
	float: left;
	width: 898px;
        height: 114px;
        border-left: 2px solid #F3F3F3;
        border-top: 2px solid #F3F3F3;
}
#masthead h1{
	float: left;
        width: 898px;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 25px 0 0 0;
	text-indent: 15px;
}
#masthead h1 a:link, 
#masthead h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	outline: none;
}
#masthead h1 a:hover, 
#masthead h1 a:active {
	color: #CC0000;
	text-decoration: none;
}
#masthead p{
	color: #FFFFFF;
        width: 840px;
	padding: 15px 0 0 15px;
}
/* NAVIGATION */
#navigation {
	float: left;
	width: 100%;
	clear: both;
	background-color: #5B769F;
}
#navigation .main {
	float: left;
	width: 730px;
}
#navigation .right {
	float: left;
	width: 170px;
}
#navigation .right a:link,
#navigation .right a:visited{
	color: #5B769F;
	font-weight: bold;
	text-decoration: none;
}
#navigation .right a:hover,
#navigation .right a:active{
	color: #CC0000;
	text-decoration: none;
}
#navigation .right p{
	padding: 6px 5px 4px 20px;
	background: url(images/rss.gif) no-repeat 0% 60%;
	margin: 0 0 0 5px;
        float: right;
}
#navigation .main{
	background: #F3F3F3;
}
#navigation .right{
	background: #F3F3F3;
}
#navigation .main ul{
	padding: 0;
	margin: 0;
	list-style: none;
        float: left;
        width: 730px;
}
#navigation .main ul li{
	display: block;
	float: left;
	padding: 0 0 0 11px;
}
#navigation .main ul li a{
	display: block;
	padding: 6px 5px 4px 5px;
}
#navigation .main ul li a:link,
#navigation .main ul li a:visited{
	color: #5B769F;
	font-weight: bold;
	text-decoration: none;
}
#navigation .main ul li a:hover,
#navigation .main ul li a:active{
	color: #CC0000;
	text-decoration: none;
}
/* PROMO */
#promo {
	float: left;
	width: 100%;
	clear: both;
	color: #91AA9D;
	background: url(images/lines-promo.gif) repeat-x top;
	border-top: 5px solid #3E606F;
	padding: 5px 0;
}
#promo .main {
	float: left;
	width: 500px;
}
#promo .small {
	float: left;
	width: 250px;
}
#promo h2{
	padding: 10px 20px 5px 15px;
	font-size: 115%;
	font-weight: normal;
}
#promo a:link,
#promo a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#promo a:hover,
#promo a:active{
	text-decoration: underline;
}
#promo p{
	font-size: 85%;
}
/* CONTENT */
#content {
	float: left;
	width: 100%;
	clear: both;	
	background: #5B769F url(images/bg.jpg) repeat-y top;
	padding: 0 0 10px 0;
}
#content .left {
	float: left;
	width: 170px;
}
#content .left h3 {
	background: #5B769F;
	line-height: 100%;
        color: #FFFFFF;
	padding: 5px;
        border-left: 2px solid #F3F3F3;
}
#content .small h3 {
	background: #5B769F;
	line-height: 100%;
        color: #FFFFFF;
	padding: 5px;
        border-right: 2px solid #F3F3F3;
}
#content .main {
	float: left;
	width:650px;
	border-top: 2px solid #5B769F;
}
#content .small {
	float: left;
	width: 250px;
}
#content .small ul.archives{
	margin: 10px 0 10px 5px;
	padding: 0;
	list-style: none;
}
#content .small ul.archives li{
	background: url(images/box.png) no-repeat left 6px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 90%;
}
#content .left ul.archives{
	margin: 10px 5px 10px 5px;
	padding: 0;
	list-style: none;
}
#content .left ul.archives li{
	background: url(images/box.gif) no-repeat left 6px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 90%;
}
#content .left ul li a:link,
#content .left ul li a:visited{
	color: #5B769F;
	font-weight: bold;
	text-decoration: none;
}
#content .left ul li a:hover,
#content .left ul li a:active{
	color: #CC0000;
	text-decoration: none;
}
#content .small ul li a:link,
#content .small ul li a:visited{
	color: #5B769F;
	font-weight: bold;
	text-decoration: none;
}
#content .small ul li a:hover,
#content .small ul li a:active{
	color: #CC0000;
	text-decoration: none;
}
#content .small ul.links{
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	list-style: none;
	font-size: 85%;
	font-weight: bold;
}
#content .small ul.categories{
	font-weight: bold;
}
#content .small ul.friends,
#content .small ul.categories{
	margin: 5px 0 0px 15px;
	padding: 0;
	list-style: none;
}
#content .small ul.friends li,
#content .small ul.categories li{
	background: url(images/bullet.gif) no-repeat left;
	padding: 0 0 0 15px;
}
#content .main p img {
	border: none;
	float: left;
        vertical-align: top;
	margin-right: 15px;
	margin-bottom: 10px;
}
#content .main p img.right {
	border: none;
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#content .main p img.nofloat {
	border: none;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#content h2{
	padding: 15px 15px 0 15px;
	font-weight: normal;
	font-size: 150%;
}
#content h3{
	padding: 15px 15px 0 15px;
	font-weight: normal;
	font-size: 125%;
	color: #5B769F;
}
#content p.blockquote{
	margin: 10px 15px 10px 15px;
	padding: 7px 10px 7px 45px;
	border: 1px solid #dcdcdc;
	background: url(images/blockquote_start.png) 3px 3px no-repeat;
	text-align: justify;
}
#content blockquote{
	margin: 10px 15px 10px 15px;
	padding: 15px 15px 10px 10px;
	border: 1px solid #5b769f;
}
#content a:link,
#content a:visited{
	color: #CC0000;
	text-decoration: none;
}
#content a:hover,
#content a:active{
	text-decoration: underline;
}
#content p.meta{
	background: url(images/dots.gif) repeat-x bottom;
	font-size: 85%;
	color: #5B769F;
	padding: 0 20px 10px 0;
	margin: 0 10px 10px 15px;
}
#content p.meta a:link,
#content p.meta a:visited{
	color: #5B769F;
	font-weight: bold;
}
#content p.postend{
	background: url(images/dots.gif) repeat-x bottom;
	font-size: 85%;
	color: #5B769F;
        clear: both;
	padding: 0 20px 10px 0;
	margin: 0 10px 10px 15px;
}
#content p.endfl {
        clear: both;
}
#content p.postinfo{
	font-size: 85%;
	color: #5B769FF;
	padding: 0 20px 0 8px;
	margin: 0 0 10px 15px;
	background: url(images/box.gif) no-repeat left;
}
#content p.postinfo a:link,
#content p.postinfo a:visited{
	color: #5B769F;
	font-weight: bold;
}
#content p.tags{
	font-size: 85%;
	color: #5B769FF;
	padding: 0 20px 0 8px;
	margin: 0 0 0 15px;
	background: url(images/box.gif) no-repeat left;
}
#content p.tags a:link,
#content p.tags a:visited{
	color: #5B769F;
	font-weight: bold;
}
#content p.quote {
    margin: 10px 10px 10px 10px;
    padding: 7px 10px 7px 45px;
    background: url(images/blockquote_start.png) 3px 3px no-repeat;
    font-size: 11px;
    text-align: right;
    border-top: 1px dotted #495E7E;
    border-bottom: 1px dotted #495E7E;
}
#content p.tip {
	margin: 10px 15px 10px 15px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}
#content p.info {
	margin: 10px 15px 10px 15px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}
#content p.alert {
	margin: 10px 15px 10px 15px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}
#content p.promo{
	text-align: center;
	padding: 20px 10px 10px 10px;
}
#content p.advert{
	text-align: center;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 10px;
}
#content p.feedburnerFlareBlock {
	font-size: 85%;
	color: #5B769FF;
	padding: 0 20px 0 8px;
	margin: 0 0 0 15px;
	background: url(images/box.gif) no-repeat left 7px;
}
#content p.feedburnerFlareBlock a:link,
#content p.feedburnerFlareBlock a:visited{
	color: #5B769F;
	font-weight: bold;
}
#content p.fixed {
        margin: 10px 10px 10px 15px;
}
#content div.advert{
	text-align: center;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 10px;
}
#content .navigation {
	margin: 10px 15px 0px 15px;
}
#content .navigation .alignleft{
	text-align: left;
        float: left;
	font-weight: bold;
}
#content .navigation .alignright{
	text-align: right;
        float: right;
	font-weight: bold;
}
#content .bookentry {
        padding: 0 0 0 165px;
        margin-right: 15px;
}
#content .bookimage {
        float: left;
        margin-left: 15px;
        vertical-align: top;
}
#content .portfolio{
	float: left;
	width: 100%;
	clear: both;
}
#content .portfolio .imagery{
	float: left;
	width: 292px;
}
#content .portfolio .imagery a{
	display: block;
	margin: 0 15px 20px 10px;
}
#content .portfolio .imagery a:link,
#content .portfolio .imagery a:visited{
	border: 5px solid #DDDDDD;
}
#content .portfolio .imagery a:hover,
#content .portfolio .imagery a:active{
	border: 5px solid #CC0000;
}
#content .portfolio .imagery img{
	display: block;
}
#content .portfolio .decription{
	float: left;
	width: 208px;
}
/* FEEDS */
#feeds {
	float: left;
	width: 100%;
	clear: both;
	background: url(images/lines-footer.gif) repeat-x top;
}
#feeds .main {
	float: left;
	width: 500px;
	background: url(images/archive-bottom.gif) no-repeat bottom;
}
#feeds .main .feed{
	background: url(images/archive-top.gif) no-repeat top;
}
#feeds .main p{
	background: url(images/rss.gif) no-repeat left;
	padding: 5px 20px 5px 20px;
	margin: 0 0 0 8px;
}
#feeds .small {
	float: left;
	width: 250px;
}
#feeds a:link,
#feeds a:visited{
	color: #CC0000;
	text-decoration: none;
}
#feeds a:hover,
#feeds a:active{
	text-decoration: underline;
}
/* FOOTER */
#footer {
	float: left;
	width: 100%;
	clear: both;
	color: #91AA9D;
	padding: 0 0 10px 0;
}
#footer h3{
	padding: 15px 15px 0 15px;
	font-weight: normal;
	font-size: 125%;
	color: #FFFFFF;
}
#footer .main {
	float: left;
	width: 500px;
}
#footer .small {
	float: left;
	width: 250px;
}
#footer .small p{
	font-size: 85%;
}
#footer p.calltoaction{
	padding: 6px 20px 4px 15px;
}
#footer a:link,
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover,
#footer a:active{
	text-decoration: underline;
}
/* THECREDS */
#thecreds{
	background: #5B769F;
	float: left;
	width: 100%;
	clear: both;
	color: #FFFFFF;
}
#thecreds .main {
	float: left;
	width: 896px;
        border-left: 2px solid #F3F3F3;
        border-right: 2px solid #F3F3F3;
        border-bottom: 2px solid #F3F3F3;
}
#thecreds p{
	font-size: 85%;
	text-align: center;
	padding: 20px 20px 20px 20px;
}
#thecreds a:link,
#thecreds a:visited{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #eaeaea;
}
#thecreds a:hover,
#thecreds a:active{
	text-decoration: none;
}
