@charset "utf-8";
/* CSS Document */

/********** BASE CSS **********/
body 
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
	color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 12px;
}
div, span, ol, ul, li, table, tr, td, img
{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
img.img_left
{
    margin: 10px 10px 10px 0px;
}
img.img_right
{
    margin: 10px 0px 10px 10px;
}
a img
{
    border: none;
}
p
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 145%;
}
a, a:link, a:visited, a:active
{
	color: #55483D;
    text-decoration: underline;
}
a:hover
{
    color: #3F553E;
    text-decoration: underline;
}
h1
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h2
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 10px;
}
h3
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h4
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
}
h5
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
h6
{
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 5px;
}
ul, ol
{
    padding: 0px 0px 10px 30px;
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
}
ul ul, ol ol
{
    padding-bottom: 0px;
}
ul li
{
    list-style-type: disc;
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: circle;
}
ol li
{
    list-style-type: decimal;
    color: #333;
    font-family: "trebuchet ms",arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 145%;
}
ul ul li
{
    list-style-type: lower-alpha;
}
ul ul ul li
{
    list-style-type: lower-roman;
}
.ie6warning
{
	background-color: #FFFF00;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.overflow
{
	overflow: hidden;
}
/********** Main Site Styles **********/

body
{
	background: url(/images/template/bg_body_repeatable.jpg);
}
#body
{
	background: url(/images/template/bg_body.jpg) repeat-x fixed;
}
#box
{
	width: 1000px;
	margin: 0 auto;
}
#header_box
{
	background: url(/images/template/bg_top.jpg) no-repeat;
	height: 185px;
	position: relative;
}
.home-link
{
	float: left;
}
.home-link a
{
	display: block;
	width: 350px;
	height: 120px;
}
.home-link h1
{
	position: absolute;
	margin-left: -7777px;
}
#nav_box
{
	position: absolute;
	top: 180px;
	left: 20px;
}
ul.navlist
{
	padding: 0px;
}
.navlist li
{
	list-style: none;
}
.navlist span
{
	position: absolute;
	margin-left: -7777px;
}
.nav_twitter a
{
	display: block;
	height: 103px;
	width: 120px;
	background: url(/images/template/bg_nav_twitter.png) no-repeat;
}
.nav_twitter a:hover
{
	background-position: -120px 0px;
}
.nav_blog a
{
	display: block;
	height: 129px;
	width: 120px;
	background: url(/images/template/bg_nav_blog.png) no-repeat;
}
.nav_blog a:hover
{
	background-position: -120px 0px;
}
.nav_cornerpixel a
{
	display: block;
	height: 109px;
	width: 120px;
	background: url(/images/template/bg_nav_cornerpixel.png) no-repeat;
}
.nav_cornerpixel a:hover
{
	background-position: -120px 0px;
}
.top_extra
{
	float: right;
	margin-right: 220px;
	margin-top: 10px;
}
.top_extra a,
.top_extra a:link,
.top_extra a:visited,
.top_extra a:active,
.top_extra a:hover
{
	color: #333;
}

.top_title
{
	position: absolute;
	height: 69px;
	width: 650px;
	top: 100px;
	left: 160px;
	background: url(/images/template/bg_top_title.png) no-repeat;
}
.top_title h1
{
	font-size: 24px;
	margin: 14px 0px 0px 20px;
}
#content_box
{
}
#content_top
{
	background: url(/images/template/bg_content_top.jpg) no-repeat top;
	height: 10px;
}
#content_middle
{
	background: url(/images/template/bg_content_repeat.png) repeat-y bottom;
	padding: 0px 30px 0px 180px;
}
.content_left
{
	float: left;
	width: 540px
}
.content_right
{
	float: right;
	width: 230px;
}
.h2_1
{
	background: url(/images/template/bg_h2_mid.jpg) repeat-y;
}
.h2_2
{
	background: url(/images/template/bg_h2_top.jpg) no-repeat top;
}
.h2_3
{
	background: url(/images/template/bg_h2_bot.jpg) no-repeat bottom;
	min-height: 26px;
	padding: 7px 25px 7px 12px;
}
.h2_3 h2
{
	text-align: center;
}
#content_bottom
{
	background: url(/images/template/bg_content_bottom.png) no-repeat bottom;
	height: 177px;
}
.content
{
}
#footer_box
{
}

/********** Blog CSS **********/
p.disclaimer
{
	font-size: 11px;
}
.blog a, .blog a:link, .blog a:visited, .blog a:active
{
	color: #55483D;
    text-decoration: none;
}
.blog a:hover
{
    color: #3F553E;
    text-decoration: underline;
}

ul.belist,
ul.xoxo,
ul#categorylist,
.content_right ul
{
	padding:0 0 0px 15px;
	margin: 0px 0px 6px;
}
#blogroll ul
{
	padding: 0px;
}
ul.belist li,
ul.xoxo li,
ul#categorylist li,
.content_right ul li
{
	list-style: none;
}

.rssbutton 
{
	margin-left: 3px;
}

#blogroll ul li ul li a 
{
	color:#666666;
	font-size:90%;
	margin-left:25px;
}
#blogroll ul li a img 
{
border:medium none;
margin-right:3px;
}

.post,
#contact ,
#archive
{
	background:#EFEFEF none repeat scroll 0 0;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0 0 20px;
	padding:10px;
}

.post h1 
{
	border-color:#999999;
	border-style:solid;
	border-width:0 0 1px;
	width:450px;
	margin: 5px 0 5px;
	padding: 0px 0px 2px;
}
.text
{
	margin: 15px 0px 0px;
}
.text blockquote
{
	border: dotted thin;
	padding: 8px;
}
.text a, .text a:link, .text a:visited, .text a:active
{
	color: #55483D;
    text-decoration: underline;
}
.text a:hover
{
    color: #3F553E;
    text-decoration: underline;
}

/* Rating */
.rating ul
{
	margin: 0px;
	padding: 0px;
}
.rating li
{
	list-style: none;
	display: inline;
}

.rating
{
	margin-bottom: 10px;
}

.rating p
{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating 
{
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li 
{
	display: inline;
}

.star-rating a, .star-rating .current-rating 
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus 
{
	background-position: left bottom;
}

.star-rating a.one-star 
{
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars 
{
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars 
{
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars 
{
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars 
{
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating 
{
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star 
{
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating 
{
	background-image: url(http://www.mikepixel.com/blog/pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Post Dates
----------------------------*/

.post .pubDate 
{
	background:#BCAFA3 none repeat scroll 0 0;
	border:1px solid #ccc;
	color:#FFFFFF;
	display:block;
	float:right;
	line-height:1;
	margin:0 0 10px 10px;
	padding:5px;
	text-align:center;
	width:40px;
}

.post .pubDate .month,
.post .pubDate .year 
{
	display:block;
}

.post .pubDate .day 
{
	display:block;
	font-size:20px;
}

.post .pubDate .year 
{
	display:block;
}

/*----------------------------
					Comments
----------------------------*/

.comment 
{
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date 
{
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author 
{
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

#addcomment, #comment
{
	font-size: 15px;
	letter-spacing:1px;
	font-weight: bold;
}

.self 
{
	background: #E0EAEF;
}

.comment .gravatar 
{
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img 
{
	height: 80px;
	width: 80px;
	border: 1px solid silver;
}

.comment .content 
{
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite
{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag 
{
	position: relative;
	top: 2px;
}

.commentForm 
{
	padding: 5px;
}

.commentForm label 
{
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input 
{
	width: 300px;
}

.commentForm textarea 
{
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu
{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li
{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected
{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview
{
	display:none;
	clear:both;
	min-height: 150px;
}

.success 
{
	color: green;
	font-weight: bold;
}

.commentForm .bbcode 
{
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a 
{
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend 
{
}
.calendar #today
{
	background: #dab6b6;
}
.calendar .other 
{
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
				Contact page
----------------------------*/

#contact
{

}

#contact h1
{
	margin-top: 0;
}

#contact label
{
	display: block;
	padding-top: 5px;	
}

#contact input.field
{
	width: 200px;
}

#contact textarea
{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* nested comments */

.comment-replies 
{
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form 
{
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}

/*----------------------------
					Archive
----------------------------*/

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}