/*
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: 978px;
	display: inline;
	margin:0 4px;
	background: url(images/tempheader.jpg) no-repeat top #FFF;
}

.logo {
	float: left;
	width: 400px;
	height: 60px;
	display: block;
	margin: 0px 0px 22px 20px;
	text-indent:-9999px;
}
.logo a{
	float: left;
	width: 400px;
	height: 60px;
	display: block;
	margin: 0px 0px 22px 20px;
	text-indent:-9999px;
}
.ads468x60 {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin: 0px 15px 0px 0px;
}
.ads468x60 img {
	border: 1px solid #999;
}

#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;
}
#content_forumstyle {
	float: left;
	width: 785px; /* 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;
}

#forumwrap_style #main_content {
	float: left;
	width: 785px /* 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: #000;
	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: #e58700;
	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: #000;
	background: #FFBF00;
	border-radius:3px;
	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: #e58700;
	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: #333;
	background: #FFBF00;
	border-radius:3px;
	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;
}
#forumwrap_style #main_content .single_box {
	float: left;
	width: 725px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.single_box a {
	color: #e58700;
	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;
}

/* Forum edits */
#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;
}
#main_content .single_boxforum {
	float: left;
	width: 745px;
	display: inline;
	background: url(images/box-bg.gif) repeat-x top left !important;
	margin: 3px 5px !important;
	padding: 15px 15px;
}
.single_boxforum a {
	color: #e58700;
	text-decoration: none;
}
.single_boxforum a:hover, .single_boxforum a:active, .single_boxforum a:focus {
	text-decoration: underline;
}
.single_boxforum .breadcrumb {
	float: left;
	width: 745px;
	display: inline;
	font-size: 11px;
	color: #999;
}

.single_boxforum h1 {
	float: left;
	width: 745px;
	display: inline;
	margin: 0px 0px;
	padding: 7px 0px 0px 0px;
	font-size: 22px;
}
.single_boxforum .post_info {
	float: left;
	width: 745px;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 11px;
	color: #999;
}
.single_boxforum .post_content {
	float: left;
	width: 745px;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}

/* 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: #e58700
	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: #000;
	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: #e58700;
	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: #FFBF00;
	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: #FFBF00;
	cursor:pointer;
	position:relative;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
}
.comment_control .reset_btn {
	width:120px;
	height:25px;
	float:left;
	border:none;
	background: #FFBF00;
	cursor:pointer;
	position:relative;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #333;
	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: #FFBF00;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #333;
	display: inline;
	float: left;
}
#post-navigator .pages, #post-navigator .extend {
	border: none;
	background: #FFBF00;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #333;
	display: inline;
	float: left;
}
#post-navigator a {
	border: none;
	background: #FFBF00;
	padding: 3px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #333;
	display: inline;
	float: left;
}
#post-navigator a:hover {
	background: #FFBF00;
	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;
}

#sidebar-forum{
	float:right;
	width:200px;
	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;
}
/* 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: #000;
	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: #e58700;
	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 .loginwidget {
	float:left;
	margin:0 10px;
}

.sidebar .box_content .wp-polls ul {
	list-style: none;
	font-size: 11px;
	border-top: 1px solid #F1F1F1;
	float:none;
	margin:0 0 10px 10px;
	display:block;
	width:150px;
}

.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: #000;
	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: #FFBF00;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat 16px 12px #000;
}

.sidebar .box_content .wp-polls ul li{
	display: block;
	float:none;
	width: 150px;
	background: none;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	border-bottom: 1px solid #F1F1F1;
}
/* 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: #e58700;
	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: #000;
	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: #e58700;
	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;
	line-height:20px;
	padding: 5px 0px 0px 0px;
	margin: 10px 4px 0 4px;
	font-size: 11px;
	text-align: center;
	color:#CCC;
	background:#333;
}
#footer a {
	color: #e58700;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

/*-------------------*/


 ul, li{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
 }
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 0 1px 0;
	height:30px;
	width: 978px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #FFBF00;
	color: #333;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FFBF00;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.newsnow a{
	float:left;
	margin:5px 4px;
	width:190px;
	height:47px; 
	border-radius:3px;
	background:#fff url(http://www.newsnow.co.uk/logos/NNstatic_featured_wht.gif) left no-repeat; 
	display:block;
	text-indent:-9999px;
	border:solid 1px #eee;
}
