/*
Theme Name: Blue Fuzz
Theme URI: http://www.zorg-directory.com/wordpress-themes/
Description: Theme by <a href="http://www.zorg-directory.com">Zorg Directory</a> <a href="http://www.zorg-directory.com/wordpress-themes/">free wordpress themes</a>
Version: 1.0 
Author: Zorg Directory
Designed by Zorg Directory
*/

/* 
[ general ]
*/
body { 
	background :  url("images/header_img.jpg") #333 repeat-x center top;
	font : 75%/170% Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
} 
p { 
	margin : 0 0 15px;
} 
input { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
} 

blockquote { 
	padding-left : 10px;
	padding-right : 6px;
	font-size : 12px;
	padding-bottom : 4px;
	margin : 0 auto;
	margin-bottom:10px;
	width : 90%;
	color:#B7B7B7;
	padding-top : 5px;
	background:#333333;
} 
a { 
	color : #ccffff;
	text-decoration : none;
}
a:hover { 
	color : #ccffff;
	text-decoration : none;
} 
a:visited { 
	color : #ccffff;
} 
img { 
	border : none;
}
h2 { 
	color : #a8e7ff;
	margin : 3px 0 2px;
	padding-bottom : 5px;
	padding-right : 5px;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
} 
h2 a, h2 a:visited { 
	color : #a8e7ff;
	text-decoration : none;
} 
h2 a:hover { 
	color : #44a1d0;
	text-decoration : none;
} 
h2.pgs { /* pages */
	border-bottom:1px dashed #CCCCCC;
} 

h3 { 
color : #a8e7ff;
margin : 5px 0 5px;
font : bold 12px/100% Arial, Verdana, Tahoma, Helvetica, sans-serif;
} 
/*
[/ general ]
*/

/*
[ header]
*/

#header { 
	background : url("images/header_img.jpg") repeat-x;
	width : 800px;
	height : 234px;
	float : left;
} 
#header div.main {
	padding: 0;
	float : left;
} 

#header_menu { 
	background:#333333;
	width : 800px;
	height : 40px;
	float: left;
} 
#navcontainer { 
	margin : 0;
	padding : 1px 0 0 0;
} 
#navcontainer ul { 
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
} 
#navcontainer li { 
	display : block;
	margin : 0;
	padding : 6px 6px 0;
	float : left;
	width : auto;
} 
#navcontainer a { 
	color : #fff;
	display:block;
	width : auto;
	text-decoration : none;
	background-color : transparent;
	margin : 0;
	border : 0;
	padding:4px;
	padding-bottom:5px;

} 
#navcontainer a:hover, #navcontainer a:active { 
	background:#444;
	color:#fff;
} 

#navcontainer  a.current
{
	background:#444;
	color:#fff;
}
.logo
{
background : #ffffff url('images/logo.jpg') no-repeat;
width:300px;
height:235px;
}
/*
[ / header ]
*/

/*
[ content ]
*/
#wrapper { 
	width : 800px;
	margin : 0 auto;
	padding : 0;
	background : url("images/warp_bg.gif") repeat-y;
}
#content { 
	padding : 10px 25px 15px 25px;
	width : 525px;
	float : left;
	color:#cccccc;
	overflow : hidden;
}
/* [POST] */
.post { 
	padding : 0;
	clear : both;
	overflow : hidden;
} 
.entry { 
padding : 10px 0 5px;
clear : both;
} 
.top_details {
	background:#333333;
	font-size : 90%;
	color : #fff;
	width:100%;
	padding:4px;
	border: 1px solid #565656;
} 
.top_details a, .top_details a:visited { 
	color : #fff;
	text-decoration : none;
} 
.top_details a:hover { 
	color : #44a1d0;
	text-decoration : none;
} 

.bottom_details { 
	background:#565656;
	font-size : 90%;
	color : #fff;
	width:100%;
	padding:4px;
	margin-bottom:15px;
	border: 1px solid #565656;
} 
.bottom_details .author { 
	color : #a8e7ff;
} 
/* [/POST] */
div#search {
	float:right;
	width:220px;
	height:55px;
	border: 0px solid #3399CC;
	background-color:transparent;
}
div#search .searchsubmit { 
	border : 1px solid #666;
	background : #eee;
	margin-top : 3px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
} 
div#search form { 
	padding : 10px;
	margin : 0;
}  
/*
[ /content ]
*/

/* [sidebar] */
#sidebar-right { 
	float : right;
	width : 215px;
	color : #666666;
	line-height : 160%;
	margin-top : 10px;
	margin-right : 0;
	text-align : left;
	padding-left:5px;
	padding-bottom:50px;
} 
#sidebar-right p, #sidebar-left p { 
	margin : 0 0 15px;
} 
#sidebar-right #categories, #archives, #links, #meta { 
	padding-bottom : 10px;
	padding-top : 5px;
} 
#sidebar-right h3 { 
	font : bold 15px/100% Arial, Tahoma, Helvetica, sans-serif;
	color : #a8e7ff;
	margin-left : 0px;
} 
#sidebar-right h3 a, #sidebar-right h3 a:visited, #sidebar-left h3 a { 
	color : #eee;
} 
#sidebar-right h3 img{ 
	vertical-align : middle;
} 
#sidebar-right a, #sidebar-right a:visited { 
	color : #fff;
	text-decoration : none;
} 
#sidebar-right a:focus, #sidebar-right a:active { 
	text-decoration : none;
} 
#sidebar-right a:hover { 
	text-decoration : underline;
}
#sidebar-right ul
{
	list-style : none;
	margin : 0;
	padding : 0;
}
#sidebar-right ul li { 
	padding-bottom : 5px;
} 
#sidebar-right ul li a{ 
	padding-left: 16px;
	padding-bottom: 3px;
	padding-top: 3px; 
	background: url(images/small_icon.gif) no-repeat 3px 12px;
	display:block;
}

/* [/sidebar] */

/* [footer] */
#footer { 
	clear : both;
	background : url("images/footer_bg.gif") repeat-x;
	width : 800px;
	height : 59px;
	text-align : center;
	padding-top : 20px;
	color : #000;
} 
#footer a, #footer a:visited { 
	text-decoration : none;
	color : #444;
} 
#footer a:hover { 
	text-decoration : underline;
	color : #333;
} 
/* [/footer] */

/* [comment] */
h3#comments { 
	padding-right : 32px;
	font : normal 140%/120% Arial, Tahoma, Helvetica, sans-serif;
	clear : both;
} 
h3#respond { 
	padding-right : 32px;
	font : bold 140%/120% Arial, Tahoma, Helvetica, sans-serif;
	margin : 20px 0 0;
	clear : both;
} 
#comments_are { 
	margin-left : 10px;
} 
#commentform { 
	margin-top : 10px;
} 
#commentform label { 
	font-weight : bold;
	color : #999;
	font-size : 100%;
	padding-left : 5px;
} 
#commentform small { 
	color : #999999;
	font-size : 90%;
} 
#commentform input { 
	font : 110% Arial, Verdana, Helvetica, sans-serif;
	width : 220px;
	padding : 5px 3px 3px 7px;
	background:#555;
	border : 1px solid #999;
	color:#FFFFFF;
} 
#commentform textarea { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	width : 480px;
	height : 140px;
	background:#555;
	border : 1px solid #999;
	padding : 5px 3px 3px 7px;
	color:#FFFFFF;
} 
#commentform #submit { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color : #000000;
	background-color : #eee;
	border : 1px solid #333333;
	width : 135px;
	margin-left : 355px;
} 

.commentlist { 
	margin : 10px 0;
	padding-left : 45px;
	line-height : 130%;
} 
.commentlist li { 
	padding : 5px 10px;
} 
.commentlist .alt { 
	background : #777;
} 
.commentlist cite { 
	font-weight : bold;
	font-style : normal;
	font-size : 110%;
	color:#fff;
	padding-right:10px;
	padding-left:10px;
	background:#333333;
} 
.commentlist cite a, .commentlist cite a:visited { 
	color : #fff;
} 
.commentlist small { 
	margin-bottom : 5px;
	display : block;
	font-size : 87%;
} 
.commentlist small a, .commentlist small a:visited { 
	color : #fff;
} 
/* [/comment]*/
