/*-----------------------------------------------------------------------------
Style Sheet

version:   1.0
author:    cade halada
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Put it back on certain elements 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
	margin: 1em 0;
}
*/
#bd p, #bd form{
	margin: 1em 0;
}
#bd p{
	line-height:1.4em;
}
/* Class for clearing floats */
.clear {
	clear:both;
}


.yui-t5{
	background: #fff;
}

body{
	background: #DDD url(../images2/bg.gif) repeat-y center top;
	
}
/* =Typography
-----------------------------------------------------------------------------*/
b, strong {
	font-weight:bold;
}
#bd h2{
	font-size: 152%;
	font-weight: bold;
}
#bd h3{
	font-size:107%;
	font-weight:bold;
	text-transform:uppercase;
}

/* =Links
-----------------------------------------------*/

#bd a{
	color:#AC1A1A;
	text-decoration:none;
	font-weight:bold;
}
#bd a:hover{ background-color:#FFFF99; color: #000; text-decoration:underline;}



.category_list, .newlinks .link{
	font-size:114%;
}
.linklist .link{
	font-size:129%;
}

.feed {
	padding-left:20px;
	background: url(../images2/feed_icon.gif) no-repeat;
}
/* =Header
-------------------------------------------------------*/
#hd{
	background: #333;
	border-top: 10px solid #666;
}
#hd h1{

}
#hd h1 a{
	text-decoration:none;
	font-size:197%;
	height:70px;
	line-height:70px;
	font-family: Georgia;
	margin-left:20px;
	padding:20px 0 20px 100px;
	background: url(../images2/logo.gif) no-repeat 0 10px;
	color:#FFF;	
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#mainnav{
	list-style:none;
	background: #666666;
	float:left;
	width:100%;
}
#mainnav li{
	float:left;
	
	display:inline;
}
#mainnav li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	line-height:33px;
	color: #FFFFFF;
	float:left;
	padding: 0 2em;
}

#mainnav li a:hover{
	background:#333333;
}

/* top boxes on Homepage 
------------------------------------------- */

.subscribe, .mission{
	padding:10px;
	font-size: 114%;
	color:#FFF;
	font-weight:bold;	
}

.mission{
	border: 1px solid #851414;
	background: #851414 url(../images2/bg_mission.gif) repeat-x bottom left;
	margin:10px 0px 10px 10px;
}

.subscribe {
	border: 1px solid #DE7931;
	background: #DE7931 url(../images2/bg_feed.jpg) no-repeat bottom left;
	margin:10px 0px 10px 0px;
	padding-left:125px;
}

#bd .subscribe a{
	color:#FFF;
	text-decoration:underline;
}
#bd .subscribe a:hover{
	text-decoration:none;
	background:none;
}

/* =Categories, New Links, Link List
-------------------------------------------*/

.cats,
.newlinks,
.linkdetail {background:#EEE; margin:10px 10px 10px 20px; padding-bottom:10px;}

.linklist {margin:10px 20px 20px 40px;}

.cats h3,
.newlinks h3,
.sortbox h3,
.toolbox h3,
.linkdetail h3 {background:#DDD; padding:5px;}

.list{float: left;}

.cats .first{width:300px;}

.newlinks p,
.list{padding:0 10px 0 20px;}

.category_num {font-style: italic;}

.small,
.subcategory_list {font-size: 92%;}

/*#bd .newlinks a:visited, #bd .linklist a:visited {color:purple;}*/

/* =sidebars
--------------------------------------*/

.sidebar .articles, .sidebar .sortbox, .sidebar .toolbox{
	margin:10px 10px 10px 0px;
	background: #EEE;
	padding:10px;
}
.sidebar .articles p{
	margin-top:10px;
	padding:5px;
	background:#DDD;
}

.breadcrumb {
	margin:10px 0 10px 10px;
	padding:10px;
	background:#EEE;
}

/* odds and ends */

.detaillist {padding:10px 10px 10px 20px;}
.detaillist li span{width:8em; font-weight:bold; display:block; float:left}
.detaillist li{clear:both; padding-top:.4em}


.left_head{
	padding-top:10px;
}

.onepage{
	padding:20px;
	clear:both;
	width:650px;
}
.big p{
	font-size:114%;
	
}
/* =Footer 
---------------------------------------*/
#ft{
	background:#333;
	color:#FFF;
	text-align:center;
	border-top:10px solid #666;
	border-bottom:10px solid #666;
	font-size:77%;
	padding:10px;
}
#ft a{
	color:#fff;
}

/* =Blog 
------------------------------------------------*/
.blogpage{
	padding:20px;
	font-size:114%;
}
#blog .sidebar ul ul{
	padding:10px 0;
}
#blog .blogpage h4{
	font-weight:bold;
	font-size:114%;
}
#blog .blogpage ul{
	margin: 1em 0;
	list-style-type: disc;
	list-style-position: inside;
}

#blog .blogpage ul li{
	padding-left:1.5em;
}
/*
#blog .blogpage a:visited{color:purple;}
*/