
/*____________________________________________________
  Tags
  ____________________________________________________
*/
html, body {
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
    height: auto;
	font-size: px;
	font-family:  , Verdana, Helvetica, sans-serif;
	line-height: 140%;
	}

img{
	padding-right: 10px;
	border-style: none;
	}

a:hover img{
	display: block;
	background-color: transparent;
    }
    
ul{
	overflow:hidden;
	}

/*____________________________________________________
  Divs
  ____________________________________________________
*/
#wrapper {
	position: relative;
    width: 900px;
    margin: 0 auto;
	padding: 0;
   	height: auto;
        }
	

#content{
	overflow:hidden;
	
}

.block {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	}
	
#dropDown {
	filter: alpha(opacity=70);
	color: #FFF;
	-moz-opacity: .7;
	opacity: .7;
	text-align: left;
	position: absolute;
	display: none;
    top: 35px;
	background: #000000;
	border: 1px solid #222222;
    z-index: 5;
    padding: 5px;
    margin-bottom: 0px;
}
/*____________________________________________________
  Columns
  ____________________________________________________
*/
.column {
	float: left;
	padding: 10px;
	}
/*____________________________________________________
  Headings
  ____________________________________________________
*/
#pageTitle{
	color: #b83d01;
	font-size: 25px;
	padding-left: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
}
.h1 {
	color: #b83d01;
	font-size: 18px;
	margin-top: 0px;
    padding-bottom: 10px;
		margin-bottom: -7px;
	}
.h2 {
	color: #b83d01;
	font-size: 16px;
	margin-top: 0px;
		margin-bottom: -7px;
		
}
.h3 {
	color: #999999;
		margin-bottom: -5px;
	}
.h4 {
	color: #999999;
		margin-bottom: -8px;
	}
/*____________________________________________________
  Classes
  ____________________________________________________
*/
.blogPosts ul{
	list-style: none;
	margin: 0;
	padding: 0;
    overflow: visible;
	}
.blogPosts ul li{
	display: inline;
	margin: 0;
	padding: 0;
	}
.blogPosts ul li a:link, .blogPosts ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	list-style: none;
	display: block;
	margin: 0;
	padding: 5px;
	border-top:   #;
}
.blogPosts ul li:last-child a{
	text-decoration: none;
	border-bottom:   #;
	}
.blogPosts ul li a:hover{ 
	display: block;
	color:#fff;
	text-decoration: none;
	background: #b83d01;
}

.comment{
	margin-bottom: 10px;
	}
.commentReply{
	padding-left: 20px;
	margin-top: 10px;
	background: url(../../images/reply_right_small.gif) no-repeat left top;
}
.blogCommentCount {
	float: right;
	font-weight: bold;
	padding-right: 20px;
	background: url(../../images/comments_small.gif) no-repeat right;
	}
.commentTitle{
	font-size: 22px; 
	padding-left: 35px; 
	padding-bottom: 5px; 
	padding-top: 5px;
	background: url('../../images/comments_medium.gif') no-repeat left top;
}
.commentLink{
	padding-left: 20px;
	background: url(../../images/comments_small.gif) no-repeat left;
}
	
.rightArrow {
	padding-right: 20px;
	background: url(../../images/arrow_right_small.gif) no-repeat right;
}

.leftArrow {
	padding-left: 20px;
	background: url(../../images/arrow_left_small.gif) no-repeat left;
}

.plusSign {
	padding-left: 20px;
	background: url(../../images/plus_small.gif) no-repeat left;
}

.folderIcon {
	padding-left: 20px;
	background: url(../../images/folder_small.gif) no-repeat left;
}

.tagIcon {
	padding-left: 20px;
	background: url(../../images/tag_small.gif) no-repeat left;
}

.replyLink{
	padding-left: 20px;
	float: right;
	background: url(../../images/reply_left_small.gif) no-repeat left;
}

.rssLink{
	padding-left: 20px;
	background: url(../../images/rss_small.gif) no-repeat left;
}
.rssLinkRight{
	padding-right: 20px;
	background: url(../../images/rss_small.gif) no-repeat right;
}
.rssHeading{
	font-size: 18px;
}
.attention {
	background: url(/images/attentionIcon_small.png) no-repeat 0 0;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 1px;
}
.checked {
	background: url(/images/checkMark.gif) no-repeat 0 0;
	padding-left: 20px;
}

.buttonWrapper{
	position: relative;
    padding-right: 10px;
}

ul.button {
	padding: 0px;
	margin: 0px 0;
    padding-left: 10px;
	list-style: none;
	float: left;
    overflow: visible;
}
ul.button li {
	float: left;
}
ul.button li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 7px 10px 0 0;
	margin-right: -10px;
	font: 900 14px "Arial", Helvetica, sans-serif;
}
ul.button li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -7px;
    margin-left: -10px;
	height: 35px;
	}
ul.button li a:link, ul.button li a:visited{
 	color: #000000;
	font: bold 15px "Arial", Helvetica, sans-serif;
			text-shadow: 0 1px 0 rgba(255,255,255,.5);
		background-image: url("/users/59678/theme/29085/button.png");
	background-repeat: no-repeat;
	background-position: top right;
}
ul.button li a:hover{
 	color: #000000;
	background: url("/users/59678/theme/29085/button_over.png") no-repeat top right;
}
ul.button li a span  {
	background: url("/users/59678/theme/29085/button.png") repeat-x;
}
ul.button li a:hover span{
	background: url("/users/59678/theme/29085/button_over.png") repeat-x;
}

ul.paypal li a:link, ul.paypal li a:visited{
 	color: #003366;
	font: bold 15px "Arial", Helvetica, sans-serif;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		background-image: url("/resources/site/images/paypalbutton.png");
	background-repeat: no-repeat;
	background-position: top right;
}
ul.paypal li a:hover{
 	color: #00CCFF;
	background: url("/resources/site/images/paypalbutton_over.png") no-repeat top right;
}
ul.paypal li a span  {
	background: url("/resources/site/images/paypalbutton.png") repeat-x;
}
ul.paypal li a:hover span{
	background: url("/resources/site/images/paypalbutton_over.png") repeat-x;
}

/*____________________________________________________
  Form Elements
  ____________________________________________________
*/

form { display: inline; margin: 0; }

.req { 
	background: url(../../images/input_bg.png) repeat-x top #FFCCCC; 
	border: #CC0000 1px solid; 
    margin-bottom: 5px;
	}

.formInput { 
	background: url(../../images/input_bg.png) repeat-x top #FFFFFF; 
	border: #333 1px solid; 
    border-bottom: #999 1px solid;
	font-size: 13px;
    margin-bottom: 5px;
	}
    
input.formInput, input.req {
	padding: 3px;
	height: 20px;
    }
    
textarea.formInput, textarea.req {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
    padding: 5px;
	width: 100%;
    }
	
.searchInput { 
	background: url(../../images/search_input_bg.png) no-repeat; 
	border: none; 
	padding-top: 5px;
	padding-left: 5px;
	height: 27px;
	width: 153px;
	font-size: 13px;
	}
	
.searchButton{ 
	background: url(../../images/search_button_bg.png) no-repeat top; 
	border: none; 
	height: 27px;
	width: 27px;
	margin-top:-6px;
    margin-left: -6px;
    	}
    
