/*
Theme Name: WPBoxedTech
Theme Style: Nice and Sleek design. Suitable for all blog niche.
Theme URI: http://www.technologytricks.com/
Description: Nice and Sleek design. Suitable for all blog niche.
Author: izwan00
Author URI: http://www.technologytricks.com/

Theme code and css are under copyright 2009 technologytricks.com

*/
/* common box */
.box {
	background: url(images/box-cr.gif) repeat-y right;
	display: block;
}
.box .box_outer {
	background: url(images/box-br.gif) no-repeat bottom right;
	display: block;
}
.box .box_outer .box_inner {
	background: url(images/box-bl.gif) no-repeat bottom left;
	display: block;
}
.box .box_outer .box_inner .box_bottom_right {
	background: url(images/box-tr.gif) no-repeat top right;
	display: block;
}
.box .box_outer .box_inner .box_bottom_right .box_bottom_left {
	background: url(images/box-tl.gif) no-repeat top left;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
}
/* end common box */

html, body, form, fieldset, img {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f1f1f1;
	color: #000;
}
#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header { /* sample for each main section */
	float: left;
	width: 985px;
	display: inline;
	background: url(images/box-cl.gif) #FFF repeat-y left;
}
#header_top {
	float: left;
	width: 979px;
	height: 90px;
	display: inline;
	margin: 0px 3px 0px 3px;
	background: url(images/box-bg.gif) repeat-x top left !important;
}
#header_top .logo {
	float: left;
	width: 400px;
	height: 60px;
	display: inline;
	margin: 22px 0px 0px 20px;
}
#header_top .ads468x60 {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin: 15px 15px 0px 0px;
}
#header_top .ads468x60 img {
	border: 1px solid #999;
}
#header #navigation {
	float: left;
	width: 978px;
	display: inline;
	height: 30px;
	background: url(images/grad-2.gif) repeat-x top #333333;
	margin: 0px 0px 1px 4px;
}
#header #search {
	float: right;
	width: 220px;
	height: 20px;
	display: inline;
	margin: 5px 5px;
	background:url(images/search-bg.png);
}
#search .search_text_box {
	width: 190px;
	float: left;
	display: inline;
	background: none;
	border: none;
	font-size:11px;
	margin: 2px 0px 0px 5px;
}
#search .search_submit {
	width: 20px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 2px;
	background: none;
	border: none;
	cursor:pointer;
}
/* content */
#content {
	float: left;
	width: 985px;
	display: inline;
}
/* content left */
#content_left {
	float: left;
	width: 585px; /* 545 675 130 //last time: 765  increment: */
	display: inline;
}
#main_content {
	float: left;
	width: 585px /* 545px increment: 40px */;
	display: inline;
	background: url(images/box-cl.gif) #FFF repeat-y left;
}
/* ads */
#main_content .ads_content {
	float: left;
	width: 570px;
	display: inline;
	margin: 3px 5px !important;
	padding: 7px 0px 3px 5px;
	text-align: center;
}
/* box content */
#main_content .box_content {
	float: left;
	width: 545px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
#main_content h3 {
	float: left;
	padding: 0 14px 0 0;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	background: url(images/arrow2.gif) no-repeat right center;
	letter-spacing: 1px;
}
/* featured */
.featured_item {
/*display: none;*/
}
#carousel_control {
	float: right;
	width: 92px;
	height: 18px;
	background-image:url(images/control-bg.gif);
	display: inline;
}
#carousel_control .control_btn {
	float: left;
	width: 8px;
	height: 7px;
	margin: 6px 0px 0px 10px;
	cursor: pointer;
	display: inline;
}
#carousel_control #play_btn {
	display: none;
}
#carousel_control #featured_number {
	float: left;
	margin: 2px 0px 0px 15px;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#main_content #featured_posts {
	float: left;
	width: 545px;
	height: 280px;
	display: inline;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	list-style: none;
}
#featured_posts li {
	float: left;
	width: 545px;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#featured_posts li h4 {
	float: left;
	width: 545px;
	height: 22px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	overflow: hidden;
}
#featured_posts li h4 a {
	color: #cc0000;
	text-decoration: none;
}
#featured_posts li h4 a:hover, #featured_posts li h4 a:active, #featured_posts li h4 a:focus {
	text-decoration: underline;
}
#featured_posts li .featured_image {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px;
	padding: 3px 0px;
}
#featured_posts li .featured_image img {
	float: left;
	width: 533px;
	height: 173px;
	display: inline;
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
#featured_posts li .featured_desc {
	float: left;
	width: 545px;
	height: 36px;
	display: inline;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.5;
	overflow: hidden;
}
#featured_posts li .featured_more {
	float: right;
	width: 545px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#featured_posts li .featured_more a {
	float: right;
	text-align: center;
	color: #FFFFFF;
	background: url(images/readon-bg.gif) no-repeat center left #cc0000;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
/* excerpt */
#main_content .box_excerpt {
	float: left;
	width: 545px;
	display: inline;
	padding: 5px 0px;
}
#main_content .separator {
	float: left;
	width: 545px;
	height: 3px;
	margin: 5px 0px;
	padding: 0px 0px;
	display: inline;
	background: url(images/dot.gif) repeat-x bottom;
}
.box_excerpt .excerpt_info {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	display: inline;
	color: #999;
}
.box_excerpt h4 {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	display: inline;
}
.box_excerpt .excerpt_meta {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.box_excerpt h4 a, .excerpt_info a, .excerpt_desc a {
	color: #cc0000;
	text-decoration: none;
}
.box_excerpt h4 a:hover, .box_excerpt h4 a:active, .box_excerpt h4 a:focus, .excerpt_info a:hover, .excerpt_info a:active, .excerpt_info a:focus, .excerpt_desc a:hover, .excerpt_desc a:active, .excerpt_desc a:focus {
	text-decoration: underline;
}
.excerpt_meta .excerpt_image {
	float: left;
	width: 100px;
}
.excerpt_meta .excerpt_image img {
	width: 90px;
	height: 90px;
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.excerpt_meta .excerpt_desc {
	float: right;
	width: 435px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	display: inline;
	line-height: 1.5;
	text-align: justify;
}
.excerpt_meta .excerpt_more {
	float: right;
	width: 435px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.excerpt_meta .excerpt_more a {
	float: right;
	text-align: center;
	color: #FFFFFF;
	background: url(images/readon-bg.gif) no-repeat center left #cc0000;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
/* single post */
#main_content .single_box {
	float: left;
	width: 545px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.single_box a {
	color: #cc0000;
	text-decoration: none;
}
.single_box a:hover, .single_box a:active, .single_box a:focus {
	text-decoration: underline;
}
.single_box .breadcrumb {
	float: left;
	width: 545px;
	display: inline;
	font-size: 11px;
	color: #999;
}
.breadcrumb img {
	float: left;
	display: inline;
	padding: 5px 7px 0px 0px;
}
.breadcrumb a {
	float: left;
	display: inline;
	padding: 0px 7px 0px 0px;
}
.single_box h1 {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 22px;
}
.single_box .post_info {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 11px;
	color: #999;
}
.single_box .post_content {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}
.post_content h1, h2, h3, h4, h5, h6, h7, h8, p {
	margin: 0px 0px;
	padding: 10px 0px 0px 0px;
	color:#000;
}
/* Image Alignment */
.post_content .aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.post_content .alignleft {
	float:left;
	margin:0 10px 5px 0
}
.post_content .alignright {
	float:right;
	margin:0 0 5px 10px
}
.post_content .wp-caption {
	margin:10px;
	padding-top:5px;
	text-align:center;
}
.post_content .wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.post_content .wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding-top: 5px;
	font-weight: bold;
}
/* bookmark */
.single_box .post_social_bookmark {
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px;
	text-align: justify;
	color: #666666;
}
.single_box .post_social_bookmark img {
	float: left;
	width: 35px;
	height: 35px;
	border: 0;
	display: inline;
}
.single_box .post_social_bookmark a {
	float: left;
	display: inline;
	margin: 2px;
	padding: 5px;
}
.single_box .post_social_bookmark a:hover {
	background-color:#f1f1f1;
}
/* related posts */
.related_posts {
}
.related_posts .box_posts {
	float: left;
	width: 545px;
	display: inline;
	line-height: 1.5;
	font-size: 11px;
	padding: 5px 0px;
}
.related_posts .box_posts img {
	float: left;
	display: inline;
	width: 30px;
	height: 30px;
	padding: 2px;
	margin: 5px 7px 0px 0px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.related_posts .box_posts a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
.related_posts .box_posts a:hover, .related_posts .box_posts a:active, .related_posts .box_posts a:focus {
	text-decoration: underline;
}
/* comment list */
#main_content .comment_list {
	float: left;
	width: 545px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.comment_list h4 {
	float: left;
	padding: 0 14px 0 0;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
}
.comment_list .comment_box {
	float: left;
	width: 545px;
	display: inline;
}
.comment_box .comment_avatar {
	float: left;
	width: 60px;
	display: inline;
}
.comment_box img {
	width: 50px;
	height: 50px;
	padding: 3px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.comment_box .comment_content {
	float: right;
	width: 480px;
	display: inline;
	line-height: 1.5;
}
.comment_content a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
.comment_content a:hover, .comment_content a:active, .comment_content a:focus {
	text-decoration: underline;
}
.comment_content .comment_title {
	float: left;
	width: 480px;
	display: inline;
	font-weight: bold;
}
/* comment form */
#main_content .comment_form {
	float: left;
	width: 545px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.comment_form a {
	color: #cc0000;
	text-decoration: none;
}
.comment_form a:hover, .comment_form a:active, .comment_form a:focus {
	text-decoration: underline;
}
.comment_form p {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.comment_form .comment_item_full {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px;
	padding: 5px 0px;
}
.comment_form .comment_item {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	overflow: hidden;
}
.comment_form .comment_control {
	float: left;
	width: 545px;
	display: inline;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.comment_item .comment_item_title {
	float: left;
	display: inline;
	width: 70px;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}
.comment_item .comment_item_title2, .comment_item_full .comment_item_title2 {
	float: left;
	display: inline;
	width: 545px;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
}
.comment_item .text_area_style {
	background: none;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 0px 2px;
	width: 182px;
	height: 18px;
	outline: none;
	color:#666666;
	border-radius: 5px;
	font-size:12px;
}
.comment_item .text_area_style2, .comment_item_full .text_area_style2 {
	background: none;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 2px 3px 0px 2px;
	width: 535px;
	height: 120px;
	outline: 0;
	color:#666666;
	border-radius: 5px;
	font-size:12px;
}
.comment_control .submit_btn {
	width:120px;
	height:25px;
	float:left;
	border:none;
	background: #cc0000;
	cursor:pointer;
	position:relative;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}
.comment_control .reset_btn {
	width:120px;
	height:25px;
	float:left;
	border:none;
	background: #cc0000;
	cursor:pointer;
	position:relative;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}
/* post navigator */
#post-navigator {
	float: left;
	display: inline;
	color: #fff;
	margin: 5px 5px 3px 5px;
	padding: 0px;
	font-size:10px;
	text-transform: uppercase;
}
#post-navigator .pages, #post-navigator .current {
	border: none;
	background: #cc0000;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	display: inline;
	float: left;
}
#post-navigator .pages, #post-navigator .extend {
	border: none;
	background: #cc0000;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	display: inline;
	float: left;
}
#post-navigator a {
	border: none;
	background: #cc0000;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	display: inline;
	float: left;
}
#post-navigator a:hover {
	background: #cc0000;
	text-decoration: none;
}
.post-navigator .alignleft {
	float: left;
	width: 98%;
	margin-bottom: 5px;
	position: relative;
	display: inline;
}
.post-navigator .alignright {
	float: right;
	width: 98%;
	position: relative;
	display: inline;
}
/* sidebar area */
#sidebars {
	float: right;
	width: 400px;
	display: inline;
}
/* ads */
#sidebars .ads_content {
	float: left;
	width: 381px;
	display: inline;
	margin: 3px 5px !important;
	padding: 7px 4px 0px 5px;
}
.sidebar .box_content_ads {
	float: left;
	width: 160px;
	display: inline;
	min-height: 40px;
	margin: 3px 5px !important;
	padding: 15px 15px;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
	
}
.sidebar .box_content_ads h3 {
	float: left;
	width: 160px;
	display: inline;
	min-height: 5px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
}
.sidebar .box_content_ads a {
	
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
}
.sidebar .box_content_ads input, textarea, select  
	{
	background-color : #ffffff;
	padding: 1px;
	border: 1px solid #333333;
	color:#333333;
	letter-spacing: 1px;
	font-size: 11px;
	}

/* sidebar */
#sidebars .sidebar {
	width: 200px; /* ori 200 +50all */
	display: inline;
	overflow: hidden;
}
#sidebars .left {
	float: left;
}
#sidebars .right {
	float: right;
}
.sidebar .sidebar_box {
	float: left;
	width: 200px;
	display: inline;
	background: url(images/box-cl.gif) #FFF repeat-y left;
}
.sidebar .box_content {
	float: left;
	width: 160px;
	display: inline;
	min-height: 40px;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.sidebar .box_content h3 {
	float: left;
	padding: 0 14px 0 0;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	background: url(images/arrow2.gif) no-repeat right center;
	letter-spacing: 1px;
}
.sidebar .separator {
	float: left;
	width: 160px;
	height: 3px;
	margin: 5px 0px;
	padding: 0px 0px;
	display: inline;
	background: url(images/dot.gif) repeat-x bottom;
}
.sidebar .box_posts {
	float: left;
	width: 160px;
	display: inline;
	line-height: 1.5;
	font-size: 11px;
}
.sidebar .box_posts .avatar {
	float: left;
	display: inline;
	width: 30px;
	height: 30px;
	padding: 2px;
	margin: 5px 7px 0px 0px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.sidebar .box_posts a {
	display: inline;
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
.sidebar .box_posts a:hover, .sidebar .box_posts a:active, .sidebar .box_posts a:focus {
	text-decoration: underline;
}
/* box content ul style */
.sidebar .box_content ul {
	list-style: none;
	margin: 0px -15px -15px -15px;
	padding: 0;
	float: left;
	width: 191px;
	display: inline;
	font-size: 11px;
	border-top: 1px solid #F1F1F1;
}
.sidebar .box_content ul li {
	display: inline;
	float: left;
	width: 191px;
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	border-bottom: 1px solid #F1F1F1;
}
.sidebar .box_content ul li a {
	display: block;
	outline: none;
	padding: 8px 25px;
	margin: 0;
	text-decoration: none;
	color: #333333;
	background: url(images/arrow.png) no-repeat 16px 12px;
}
.sidebar .box_content ul li a:hover, .sidebar .box_content ul li a:active, .sidebar .box_content ul li a:focus {
	color: #cc0000;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat 16px 12px #F7F7F7;
}
/* footer box */
.mbl_fo_hidden, .mbl_join_img, .mbl_join {
	display:none;
}
#footer_box {
	float: left;
	width: 985px;
	display: inline;
	font-size: 12px;
	background: #FFF;
}
#footer_box .box_content {
	float: left;
	width: 958px;
	display: inline;
	min-height: 150px;
	background: url(images/nav_bar.jpg) repeat-x top left !important;
	margin: 5px 0px 5px 4px;
	padding: 10px 10px 0px 10px;
}
#footer_box h3 {
	float: left;
	padding: 0 14px 0 0;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 11px;
	background: url(images/arrow3.gif) no-repeat right center;
	letter-spacing: 1px;
}
/* flickr */
#footer_box .flickr {
	float: left;
	width: 309px;
	display: inline;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.flickr .flickr_content {
	float: left;
	width: 309px;
	display: inline;
	overflow: hidden;
}
.flickr_content ul {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	display: inline;
	list-style: none;
}
.flickr_content ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	list-style: none;
}
.flickr_content ul li img {
	width: 60px;
	height: 60px;
	float: left;
	display: inline;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 3px;
	background-color: #f1f1f1;
}
/* be my friends */
#footer_box .bmf {
	float: left;
	width: 309px;
	display: inline;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.bmf .bmf_content {
	float: left;
	width: 309px;
	overflow: hidden;
	display: inline;
	padding: 5px 0px 0px 0px;
}
/* subscribe */
#footer_box .subscribe {
	float: left;
	width: 309px;
	display: inline;
}
.subscribe .subscribe_content {
	float: left;
	width: 309px;
	overflow: hidden;
	display: inline;
	padding: 15px 0px 0px 0px;
}
.subscribe_content .subscribe_item {
	float: left;
	width: 309px;
	overflow: hidden;
	display: inline;
	padding: 0px 0px 15px 0px;
}
.subscribe_item .subscribe_img {
	float: left;
	display: inline;
	width: 40px;
}
.subscribe_item .subscribe_desc {
	float: right;
	display: inline;
	width: 269px;
}
.subscribe_desc a {
	float: left;
	display: inline;
	width: 269px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
.subscribe_desc a:hover, .subscribe_desc a:active, .subscribe_desc a:focus {
	text-decoration: underline;
}
.subscribe h4 {
	float: left;
	padding: 0 14px 0 0;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
}
.subscribe_content .network_list {
	float: left;
	width: 309px;
	overflow: hidden;
	display: inline;
	padding: 0px 0px 0px 0px;
}
.network_list ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	display: inline;
	list-style: none;
	width: 300px;
}
.network_list ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	list-style: none;
	width: 150px;
	height: 20px;
}
.network_list ul li a {
	float: left;
	display: inline;
	color: #cc0000;
	text-decoration: none;
	padding-left: 20px;
}
.network_list ul li a:hover, .network_list ul li a:active, .network_list ul li a:focus {
	text-decoration: underline;
}
.network_list .first {
	background: url(images/digg.jpg) no-repeat 0px 0px;
}
.network_list .second {
	background: url(images/friend-twitter.png) no-repeat 0px 0px;
}
.network_list .third {
	background: url(images/friend-facebook.jpg) no-repeat 0px 0px;
}
.network_list .fourth {
	background: url(images/friend-linkedin.jpg) no-repeat 0px 0px;
}
.network_list .fifth {
	background: url(images/friend-stumble.jpg) no-repeat 0px 0px;
}
.network_list .sixth {
	background: url(images/friend-youtube.jpg) no-repeat 0px 0px;
}
.network_list .seventh {
	background: url(images/friend-myspace.jpg) no-repeat 0px 0px;
}
.network_list .eigth {
	background: url(images/friend-google.jpg) no-repeat 0px 0px;
}
/* footer */
#footer {
	float: left;
	width: 985px;
	display: inline;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #cc0000;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}