/*
Theme Name: linuxuser
Theme URI: http://imagine-publishing.co.uk/
Description: <a href="http://imagine-publishing.co.uk/">linuxuser</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Dan Spencer & Andy Leon
Author URI: http://imagine-publishing.co.uk/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */

html, body {
	font: 100% Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 auto;
	padding:0;
	}

p {
	margin: 1em 0;
	}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none;
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

.entry a:link,.entry a:visited {
	color: #0000ff;
	text-decoration:none;
	}

.entry a:hover,.entry a:active {
	color: #0000ff;
	text-decoration:underline;
	}

a img {
	border: 0;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

figure {
	margin: 0 0 0.9em 0;
	padding: 0;
}

figcaption {
	color: #999;
	font-size: 0.9em;
	margin-top: 0.5em;
}

figure.aligncenter img {
	display: block;
	margin: 0 auto;
}

figure.aligncenter figcaption {
	text-align: center;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 10px 5px 0;
	display: inline;
	}

.left, .alignleft {
	float: left;
	margin-right: 0.9em;
	}

.right, .alignright {
	float:right;
	margin-left: 0.9em;
	}

/* End Images */

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Helvetica;
	line-height:1.3em;
	margin:10px 0px;
	}

pre {
	border:none;
	border-left: 5px solid #333333;
	width: 100%;
	overflow: auto;
	margin: 20px 0px 40px 0px;
	padding: 2px 0px 0px 5px;
	color: #494949;
	line-height: 1.6em;
	word-wrap: break-word;
	vertical-align: baseline;
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background-color: rgb(223, 238, 255);
}


select {
	width: 130px;
	}



/* Structure */


#head {
	position:relative;
	top:0;
	left:0;
	width:960px;
	margin: 0px auto;
	padding:5px 0px 0px 0px;
	font-size:0.7em;
}

#logo {
	background-image: url('images/logos/xdark.png.pagespeed.ic.48e5nUVVKq.png');
	background-repeat: no-repeat;
	float: left;
	height: 158px;
	margin: 0 10px 10px 5px;
	width: 464px;
}

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:11px;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

#footer_cat_links ul {
	margin: 0; padding: 0;
	list-style-type: none; list-style-image: none;
	}

#footer_cat_links li {
	display: inline;
	padding:5px;
	text-transform:uppercase;
	}

.fa {
	float: right;
	margin: 4px 3px 0 4px;
    color: white !important;
}


#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #3c78a7;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 14px 8px 14px;
	font-weight:bold;
	font-size: 13px;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:500px;
	float:left;
	text-align:left;
	padding-top:8px;
	margin-left:10px;
	}

/* Menu and sub-menu links */

#MenuBar {
	background:#000 url('images/xnav_bar.jpg.pagespeed.ic.KOuOYG_49S.jpg') repeat-x;
	margin: auto;
	width: 960px;
	height: 36px;
	list-style-type: none;
	clear: left;
	padding: 0px;
}

#MenuBar li {
	float: left;
}

#MenuBar li a {
	border-left: 1px #333 solid;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font:1.10em Arial;
	font-weight:bold;
	height: 17px;
	overflow: hidden;
	padding: 11px 11px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#MenuBar li a:hover {
	background-color: #32659a;
	color: #FFFFFF;
}

#MenuBar li.home-button a {
    background-image: url('images/xhome.png.pagespeed.ic.kpESMKpgjp.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding: 9px 16px;
}

/* Sub Menu Bar*/

.sub_menu {
	margin:0 auto;
	font:0.7em Arial;
	color:#FFFFFF;
	text-transform:uppercase;
	background: #336699;
	border-top:1px #333333 solid;
	border-bottom:1px #333333 solid;
	width: 960px;
	height: 22px;
	}

#sub-page-bar {
    background: url('images/xshop.png.pagespeed.ic.s90BtVZNav.png') 8px 0 no-repeat;
    -webkit-background-size: 18px;
       -moz-background-size: 18px;
            background-size: 18px;
    float: left;
	margin:0px;
	padding-left:30px;
	}

#sub-page-bar ul {
	list-style: none;
	}

#sub-page-bar li {
	cursor: pointer;
	float: left;
	list-style: none;
	padding: 5px;
	position: relative;
	}

#sub-page-bar li:hover {
	color: #CCCCCC;
	}

#sub-page-bar li ul {
	background: #336699;
	border-bottom: 1px solid #333;
	display: none;
	position: absolute;
	width: 190px;
	z-index: 1000;
	padding: 6px 0px 0px 0px;
	left: -7px;
}

#sub-page-bar li:hover ul {
	display: block;
}

#sub-page-bar li ul li {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	float: none;
	padding: 0px 10px 5px 10px;
}

#sub-page-bar a, #sub-page-bar a:visited {
	margin: 0px;
	padding:0px 12px 0px 0px;
	color:#FFF;
	display:block;
	}

#sub-page-bar a:hover {
	text-decoration:none;
	color:#CCC;
	display:block;
	}


/* Text*/

h1 {
	font:1.8em Helvetica;
	letter-spacing:-0.05em;
	margin: 0px;
	}

h2 {
	font-size: 1.2em;
	}



h2.block_black {
	display: block;
	background-color: #000;
	color: #FFF;
	padding: 0.2em 0.4em;
	float: left;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
}

h2.block_black {
	font-size: 18px;
}

h3.block_black {
	font-size: 16px;
}

h3 {
	font-size:1.1em;
	color: #3C78A7;
	margin-bottom: 0.1em;
}

h4 {
	font-size:1.0em;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3.comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

.whitetext_9 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:9px;}
.whitetext_10 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:10px;}
.whitetext_11 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px;}
.whitetext_12 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px;}

.Title {
	background-color: #FFF;
	background-image: url(images/xtitle-bg.jpg.pagespeed.ic.pu3pupE1KP.jpg);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	padding: 0px 5px 5px 5px;
	position: relative;

}

.Title {
	height: 32px;
}

.Title img.bubble {
	position: absolute;
	left: 7px;
	bottom: 1px;
}

.Title a {
	position: absolute;
	right: 5px;
	top: 4px;
}

.SubTitle a {
	float: right;
	color: #FFF;
}

.SubTitle a img {
	margin: 1px 0px 0px 5px;
}


a.tutorialfiles, a.tutorialfiles:visited {
float: right;
display: block;
padding: 4px;
background-color: #336699;
color: white;
text-decoration: none;
margin-top: -6px;
display: none;
}

a.tutorialfiles:hover {
color: yellow;
}

.icon-download-alt {
font-size: 1.8em;
padding-right: 6px;
}

/* Social Box */

.lud_social_box {
	width:71px;
	margin: 5px 0px 0px 5px;
	display: inline;
	position: absolute;
	padding-bottom: 0px;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
}

#lud_social_box {
	width:71px;
	margin: -11px 0px 0px -94px;
	display: inline;
	position: absolute;
	padding-bottom: 5px;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
}

#lud_social_box.fixed {
	position: fixed;
	top: 15px;
}

.lud_social_icons {
	margin:0px;
	width:65px;
}

/* Social - Comments bar*/

#social_comments_bar {
	width:590px;
	height:16px;
	float:left;
	display:inline;
	margin:0px;
	padding:8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.social_box {
	float:left;
	display:inline;
	position:absolute;
	padding:0px;
	margin:0px 126px 0px 0px;
}

.comment_cloud {
	float:right;
	display:inline;
	width:11px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.comments_box {
	float:right;
	display:inline;
	padding:3px 3px 0px 4px;
	margin:0px 0px 0px 0px;
}

/* More Pages bar*/

#more_pages_bar {
	width:596px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float:right;
	display:inline;
	background-image:url(images/xmore_pages_bkground.jpg.pagespeed.ic.IzntrE7zZM.jpg);
	background-repeat:repeat-x;
	border:1px #ccc solid;
	font-size:16px;
}

/* Tags bar*/

#tags_bar {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;

}

/* Share This Article bar*/

.social_share_title {
	color: #3A5796;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	margin:5px 0px 8px 0px;
	}

#social_share_bar {
	background: #E8F0F9;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 10px;
	height:100px;

	}

#social_share_bar li {
	float:left;
	display:block;
	list-style:none;
	cursor: pointer;
	margin-top:-10px;
	padding-right:5px;
	}

.facebook_like {
	height:28px;
	padding-bottom:18px;
	}

#facebook_like_bar {
	background: #E8F0F9;
	border: 1px #ccc solid;
	margin: 5px 0px 0px 0px;
	padding: 6px 8px 6px 8px;
	height:22px;
	}

#facebook_like_bar_single {
	background: #E8F0F9;
	border: 1px #ccc solid;
	margin: 10px 0px 10px 0px;
	padding: 8px;
	height:22px;
	}


/* Facebook & Twitter bar*/

#fb_twitter_bar {
	margin: 0px;
	padding: 10px;
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;
}

/* Index Page*/

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:608px;
	float:left;
	background:#fff;
	padding:10px;
	border: solid 1px #cccccc;
	font-size:1.05em;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	}

#headline  div.title {
	font:1.4em Helvetica;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#headline  div.comments_image {
	font:0.8em Helvetica;
	}

	#headline  div.comments_image a {
	color:#FFFFFF;
	}

	#headline  div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#latest_news {
	width:608px;
	float:left;
	background:#fff;
	padding:10px;
	border: solid 1px #cccccc;
	font-size:1.05em;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	}

#latest_news  div.title {
	font:1.6em Helvetica;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#latest_news  div.comments_image {
	font:0.8em Helvetica;
	}

	#latest_news  div.comments_image a {
	color:#FFFFFF;
	}

	#latest_news  div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#latest_news div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#latest_news p {
	padding-bottom:15px;
	}

#mpu {
	width:300px;
	height:250px;
	background:#fff;
	padding:0px;
	float:right;
	clear:both;
	margin: 0px 0px 10px 0px;
	}

#btn {
	width:145px;
	height:105px;
	padding:0px;
	float:left;
	margin: 0px 0px 10px 0px;
	}

#btn_right {
	width:145px;
	height:105px;
	padding:0px;
	float:left;
	margin: 0px 0px 10px 10px;
	}


#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:0px;
	padding-top:2px;
	float:left;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#poll {
	width:300px;
	background:#fff;
	float:left;
	margin-top:10px;
	padding:10px 10px 9px 10px;
	}

#poll .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#poll .info {
	margin-top:0px;
	padding-top:2px;
	float:left;
	width:180px;
	}

#poll .title {
	font-weight:bold;
	}

#headline a img, #featured a img, #latest_news a img, #movies a img, #music a img, #games a img, {
	padding:0px;
	}

#top_ads {
	width: 940px;
	float:left;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:center;
	}

#house_ad {
	width:202px; float:left; margin-right:10px;
	}
#leaderboard {
width:100%;
height:90px;
float:right;
background:#fff;
}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	/*width: 940px;*/
	float:left;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.3em;
	float:left;
	}

#archive {
	font-size:1em;
	line-height:1.3em;
	}

#archive  div.title {
	font:1.4em Helvetica;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#archive  div.comments_image {
	font:0.8em Helvetica;
	}

	#archive  div.comments_image a {
	color:#FFFFFF;
	}

	#archive div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#archive div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#archive p {
	padding-bottom:15px;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font:2.0em Helvetica;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:5px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.headline_excerpt {
	font-size:1em;
	color:#333;
	}

.headline_link {
padding:10px 0px 0px 0px;
	}

.post_info_bar {
background:url(images/xtitle_post_info.jpg.pagespeed.ic.lR8h_6aMOF.jpg) repeat-x;
margin:10px 0px 20px 0px;
padding:0px;
border:#AAAAAA solid 1px;
height:30px;
	}

.excerpt {
	font-size:0.9em;
	color:#333;
	padding-bottom:4px;
	}

.meta {
	font-size:0.8em;
	color:#333;
	border:solid 1px #3c78a7;
	display:inline;
	padding:2px;
	}

/* Calendar */

#calendar {
	text-transform:uppercase;
}

.calendar_image {
	background: url(images/xcalendar.jpg.pagespeed.ic.ip2eL-ESas.jpg) no-repeat;
	padding: 3px 0px 0px 0px;
	font-weight:bold;
	float:right;
	width: 45px;
	height:40px;
	color:#FFF;
	font-size:11px;
}

.calendar_day {
	font-family:Helvetica; font-weight:bold; font-size:18px;
	padding: 1px 0px 0px 0px; color: #333333;
}

.calendar_image_single {
	background: url(images/xcalendar.jpg.pagespeed.ic.ip2eL-ESas.jpg) no-repeat;
	padding: 0px 0px 5px 0px;
	margin:0px;
	float:right;
	width: 45px;
	height:40px;
	color:#FFF;
	font-size:11px;
}

.calendar_day_month {
	padding: 0px 0px 4px 0px; margin:0px; color:#fff; font: 11px bold Arial, Helvetica, sans-serif; text-transform:uppercase;
}

.calendar_day_single {
	padding: 0px 0px 0px 0px; margin:0px; color:#333333; font: 16px bold Arial, Helvetica, sans-serif; text-transform:uppercase;
}

/* Author and Category */

.meta_black {
	font-size:1.1em;
	color:#999999;
	padding:0px 0px 0px 0px;
	letter-spacing:-0.07em;
	margin:0px 0px 10px 0px;
	}

.meta_black_single {
	font-size:1.2em;
	display:inline;
	color: #999999;
	padding-bottom:5px;
	margin-top:-10px;
	letter-spacing:-0.05em;
	}

.meta_black_author {
	font-size:1.0em;
	display:inline;
	color: #999999;
	padding-bottom:5px;
	letter-spacing:-0.07em;
	}

	.meta_black_category {
	font-size:0.7em;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	color: #fff;
	background-color:#333;
	padding:1px 6px 0px 5px;
	margin:0px 1px 0px 0px;
	letter-spacing:-0.05em;
	list-style-type:none;
	-moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -webkit-border-top-left-radius: 4px
	}

	.category_bg {
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color: #fff;
	float:right;
	background-color:#333;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	letter-spacing:-0.07em;
	list-style-type:none;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p, #latest_news p, #movies p, #music p, #games p, {
	margin:0;
	}


/* Content Page*/

#content {
	width:608px;
	float:left;
	background:#fff;
	padding:10px;
	border: solid 1px #cccccc;
	font-size:12px;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title, .BoxLarge h2.title {
	font:1.8em Helvetica;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	margin: 0px 0px 15px 0px;
	}

#content  div.title {
	font:1.6em Helvetica;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#content  div.comments_image {
	font:0.8em Helvetica;
	}

	#content  div.comments_image a {
	color:#FFFFFF;
	}

	#content div.comments_image a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#content div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#content p {
	margin-bottom: 0.9em;
	}

.post {
	font-size:1.05em;
	line-height:1.3em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {
	list-style:square;
	margin-left:25px;
	margin-bottom: 4px;
	}

.post ol li, #front-list ol li {
	list-style:decimal;
	margin-left:25px;
	margin-bottom: 4px;
	}

.post ol li ul li, #front-list ol li ul li {
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img {
	border:0px solid #ccc;
	}

#archive img {
	margin:0 10px 5px 0;
	padding:0px;
	border:1px solid #CCCCCC;
}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:5px 0px;
	text-transform:uppercase;
	font:0.8em Helvetica;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:3px 4px 3px 4px;
	font-size:12px;
	color:#999999;
	width:260px;
	border:none;
	margin: 0px 0px 0px 0px;
	}

#searchsubmit {
	padding-left:5px;
	}

#commentform label {
	float: left;
	clear: left;
	margin-left: 5px;
	font-size: 14px;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	float: left;
	clear: left;
	width: 174px;
	margin: 0px 5px 0px 5px;
	padding: 2px 10px;
	outline: none;
	border-style: none;
	border: 1px solid #000;
	}

#commentform textarea {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	width: 585px;
	margin-top:5px;
	padding: 10px;
	outline: none;
	font: Arial, Helvetica;
	font-size: 1em;
	border-style: none;
	border: 1px solid #000;
}

#commentform input#submit {
	background-color: #666;
	border-style: none;
	color: white;
	padding: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
}

#commentform p {
	margin: 6px 0px;
}

#commentform p.commentbox {
	float: left;
}

.commenttext p {
	margin-bottom: 10px;
}

/* Trackbacks*/

.trackbacktext {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	padding: 10px;
	background:#f2f2f2;
	border:1px solid #ddd;
	width:585px;
	margin:0px 0px 20px 0px;
	float:left;
	}

.trackbacktext li {
	padding: 5px 0px 5px 0px;
	list-style:none;
	margin-bottom:3px;
	border-bottom:1px solid #ddd;
	}

.trackbacktext li:last-child {
	border-bottom: none;
	margin-bottom:-7px;
}


/* Comments*/

.commentlist {
	margin: 0px;
	padding: 0px;
}

.commentlist cite {
	display: block;
	float: left;
	font-style: normal;
	line-height: 1.9em;
	margin: 7px 0px 6px 10px;
	width: 365px;
	}

.commentlist blockquote {
	background:#ededed;
	}

.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 0px;
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border:1px solid #ddd;
	width:586px;
	float:left;
	}

.commentlist cite strong {
	font-size:1.1em;
	color: #FFF;
	}

.commentlist cite strong a {
	color: #FFF;
}

.commentlist p {
	float: left;
	width: 586px;
}

.commentlist div.gravatar {
	float: left;
}

.commentlist div.commentuser {
	background-color: #666;
	color: #CCC;
	float: left;
	margin: -11px -11px 10px;
	width: 608px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}

li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#FFF;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	color: #CCC;
	display: block;
	font-size: 0.9em;
	margin: 10px 10px 0px 0px;
	text-align: right;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}

.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #666;
	margin: 0px;
	float:left;
	width:35px;
	height:35px;
	}

#comment {
	width:590px;
	background:#fff;
	font: 100% Arial, Helvetica;
	}


/* SIDEBAR */

#sidebar {
	width:300px;
	float:left;
	display:inline;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size: 12px;
	line-height: 1.4em;
	}

#sidebar > li {
	list-style-type: none;
}

#sidebar > li.widget {
	background: url('images/xside_bg.jpg.pagespeed.ic.TQrk0QLiyN.jpg') #FFF left top no-repeat;
	float: left;
	list-style: none;
	margin-top: 10px;
	padding: 10px;
	border: 1px #CCC solid;
	width: 278px;
}

div.widget {
background: url('images/xside_bg.jpg.pagespeed.ic.TQrk0QLiyN.jpg') #FFF left top no-repeat;
	float: left;
	margin-top: 10px;
	padding: 10px;
	border: 1px #CCC solid;
	width: 278px;
}


#sidebar > li.widget div {
	clear: left
}

#sidebar h3 {
	background: #000;
	color: #FFF;
	display: block;
	float: left;
	font-weight: normal;
	line-height: 1.2em;
	margin: -11px 0 20px -5px;
	padding: 0.2em 0.4em;
	text-transform: uppercase;
}

#sidebar h3 a {
	color: #FFF;
}

#sidebar h3 a img {
	float: right;
	margin: 1px 1px 1px 5px;
}

#sidebar div.title {
	font-size: 14px;
	padding-top: 10px;
}

#sidebar li > ul {
	float: left;
	list-style:none;
	display:block;
	padding:0px 0px 2px 5px;
	margin: 0px;
}

#sidebar li > ul li {
	float: left;
	list-style:none;
	border-bottom:1px solid #ccc;
	display:block;
	padding:2px 0px 2px 0px;
	margin:0;
	width: 271px;
	}

#sidebar ul li:last-child {
	border-bottom: 0;
}

#sidebar ol {

	padding:2px 0px 2px 18px;
	margin:0;

	}

#sidebar ol li {
	border-bottom:1px solid #ccc;
	display:list-item;
	padding:2px 0px 2px 2px;
	margin:0;
	list-style-type:decimal;
	color:#336699;
	}

#sidebar ol li:last-child {
	border-bottom: none;
}

.widget_tag_cloud {
	text-align: center;
}

.widget_ip_latest_issue {
	position: relative;
}

#sidebar .widget_ip_latest_issue h3 {
	display: none;
}

.MagBadge {
	background: url('images/xmagazine-issues.png.pagespeed.ic.4oDdhIV80v.png') left top no-repeat;
	display: block;
	height: 90px;
	position: absolute;
	right: -25px;
	top: -25px;
	width: 90px;
}

.widget_ip_latest_issue a img {
	border-bottom: 1px solid #ccc;
	height: 387px;
	margin: -10px -10px 10px 0;
	width: 298px;
}

.widget_ip_latest_issue .onSale {
	display: none;
	font: 1.4em Helvetica;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.widget_ip_latest_issue .postTitle {
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0px;
}

.widget_ip_latest_issue .postTitle a {
	color: #000;
}

.widget_ip_latest_issue .btnBuyOnline,
.widget_ip_latest_issue .btnSubscribe {
	display: inline-block;
	height: 24px;
	margin: 10px 2px;
	width: 116px;
}

.widget_ip_latest_issue .btnBuyOnline {
	background: url('images/xbtn_buyonline.jpg.pagespeed.ic.5ZGh4dTRHu.jpg');
}

.widget_ip_latest_issue .btnSubscribe {
	background: url('images/xbtn_subscribe.jpg.pagespeed.ic.4wNII_sFiW.jpg');
}

.widget_categories {
border-bottom: 1px solid #CCC;
	float: left;
	list-style: none;
	width: 268px;
}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/xbottombar.png.pagespeed.ic.EOsF28SVYb.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: auto;
	padding: auto;
	font-size: 11px;
	background: #fff url(images/xbg_footer.jpg.pagespeed.ic.UJLimVqt0Z.jpg) no-repeat scroll center bottom;
	height: 400px;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* NEWSLETTER SIGNUP */

.newsletterSignup {
	display: block;
	float: right;
	width: 280px;
	height: 185px;
	background-image: url(images/xnewsletter_bg.jpg.pagespeed.ic.bF2uFkYQO0.jpg);
	background-repeat: no-repeat;
	padding: 65px 10px 0px 10px;
	margin: 10px 0 0 0;
}

.newsletterSignup fieldset {
	float: left;
	clear: left;
	width: 280px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/xtrans_white.png.pagespeed.ic.pd5UIoHXHg.png);
	background-repeat: repeat;
	border: none;
}

.newsletterSignup fieldset input {
	border: none;
	background: none;
	font-size: 12px;
	line-height: 16px;
	width: 260px;
	padding: 6px 10px 8px 10px;
	margin: 0px;
}

.newsletterSignup fieldset label {
	display: none;
}

.newsletterSignup button {
	cursor: pointer;
	float: left;
	clear: left;
	width: 96px;
	height: 29px;
	background-image: url(images/xnewsletter_button.png.pagespeed.ic.FkH1tsiW2T.png);
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* POPULAR POSTS */

ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	list-style: none;
	height: 24px;
	border: 1px #000;
	width: 278px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: 21px;
	line-height: 21px;

	border: 1px #000;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #CCC !important;
}

ul.tabslast li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: 21px !important;
	line-height: 21px !important;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;

}

ul.tabslast li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 24px !important;
	outline: none;
}

ul.tabs li:last-child {
	border-bottom:1px solid #CCC !important;
}

ul.tabs li a {
	border:1px solid #CCC !important;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 28px !important;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;

}
.tab_container {

	border-top: none;
	clear: both;
	float: left;
	width: 276px;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 2px;

}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;

}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

/* SYNTAX HIGHLIGHTER */

.syntaxhighlighter table caption {
	display: none;
}

.syntaxhighlighter div.toolbar {
	display: none;
}

/* PAGINATION */

.pagination {
	margin-bottom: 5px;
	text-align: center;
}

.pagination span,
.pagination a {
	margin: 2px;
	padding: 2px 4px;
}

.pagination a {
	border: 1px #3C78A7 solid;
	color: #3C78A7;
}

.pagination span,
.pagination a:hover {
	border: 1px #333 solid;
	color: #333;
	text-decoration: none;
}

.linklove {
	display: none;
}

.group {
    border-top: 1px solid #ddd;
    float: left;
    padding: 5px 0;
    width: 100%;
}

aside .group {
    padding-left: 0;
    padding-right: 0;
}

.group strong {
    display: block;
    font-size: 15px;
}

.group a {
    background-color: #3a82d7;
    background-position: left middle;
    background-repeat: no-repeat;
    border: 2px solid white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0 5px 12px;
    padding: 0 10px 0 30px;
}

.group a:hover {
    background-color: #377ac9;
    color: #fff;
    text-decoration: none;
}

.group a.primary {
    background-color: #39ab53;
    margin-left: 0px;
}

.group a.primary:hover {
    background-color: #2d9944;
}

a.buy {
    background-image: url('images/xbasket.png.pagespeed.ic.d022VC_eO6.png');
}

a.subscribe {
    background-image: url('images/xvan.png.pagespeed.ic.aka94HQlM3.png');
}

a.zinio {
    background-image: url('images/xzinio.png.pagespeed.ic.HgEONBvNWA.png');
}

a.itunes {
    background-image: url('images/xitunes.png.pagespeed.ic.4phY-iNkm5.png');
}

/* RASPBERRY PI MENU ITEM */
#MenuBar li.menu-item-7703 a {
	background-image: url('images/xRaspberry_Pi_Logo.png.pagespeed.ic.rt1K0zreFE.png');
	background-position: 4px 7px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
/* END RASPBERRY PI MENU ITEM */

footer > div {
    margin: 0 auto;
    padding: 0 0 0 25px;
}

/* PRODUCT WIDGET */

.ProductWidget {
   float: left;
   font-size: 11px;
   padding: 0;
   position: relative;
}

.ProductWidget {
   clear: left;
   font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
   margin: 0 0 10px -10px;
   z-index: 1;
}

.SaleSticker {
   background-image: url("/images/magazine-issues.png");
   display: block;
   height: 90px;
   position: absolute;
   right: -25px;
   top: -25px;
   width: 90px;
}

#ProductMenu {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
   display: none;
   padding: 8px;
   position: relative;
   text-align: center;
}

.products-wrap .Products:first-child {
   display: block;
}

.ImageWrap {
   vertical-align: middle;
}

.ProductDetails {
   color: #333333;
   font-family: Calibri,Helvetica,Arial,sans-serif;
   font-size: 20px;
   font-weight: bold;
   line-height: 1.1em;
   padding: 8px;
   position: relative;
}

.ProductPrice {
   background: none repeat scroll 0 0 #FFFFFF;
   border-radius: 4px 4px 4px 4px;
   color: #666666;
   display: none;
   float: right;
   font-size: 14px;
   line-height: 1em;
   margin: 7px 0 7px 5px;
   padding: 6px;
}

.ProductLinks {
   border-top: 1px solid #BCBCBC;
   float: left;
   font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
   margin: 0 10px;
   padding: 5px 0;
   width: 276px;
}

.products-wrap .Products {
   display: none;
}


.ProductWidgetLinks {
   background-repeat: no-repeat;
   border: 2px solid white;
   border-radius: 3px 3px 3px 3px;
   box-shadow: 1px 1px 10px #BBBBBB;
   color: white;
   display: block;
   float: left;
   font-size: 13px;
   font-weight: 300;
   line-height: 26px;
   padding: 0 5px 0 25px;
}

.ProductWidgetLinks {
   background-color: #3A82D7;
   background-repeat: no-repeat;
   border: 2px solid white;
   border-radius: 3px 3px 3px 3px;
   box-shadow: 1px 1px 10px #BBBBBB;
   color: white;
   display: block;
   float: left;
   font-size: 13px;
   font-weight: 300;
   line-height: 26px;
   margin: 5px 5px 5px 12px;
   padding: 0 5px 0 25px;
   clear:none!important;
}

.GDM {
 /*  background-image: url('images/xipad.png.pagespeed.ic.kh93KMenzQ.png'); */
    background-position: 0px 0px;
    margin-left: 0px;
    background-color: #3A82D7;
    padding-left: 0;
}

.icon-tablet {
	padding: 0 4px 4px 4px;
	font-size: 1.5em;
	vertical-align: sub !important;
}

.Browse {
/*   background-image: url("images/xvan.png.pagespeed.ic.aka94HQlM3.png"); */
   background-color: #e2401b;
	padding-left: 0px;
}


.icon-truck {
padding: 0 4px 0 4px;
font-size: 1.2em;
}


.Zinio {
   background-color: #39AB53;
   background-image: url("images/xzinio.png.pagespeed.ic.HgEONBvNWA.png");
   margin-left: 0;
}

.iTunes {
   background-image: url("images/xitunes.png.pagespeed.ic.4phY-iNkm5.png");
}

.Newsstand {
   background-image: url("images/xitunes.png.pagespeed.ic.4phY-iNkm5.png");
}

.Buy {
   background-color: #39AB53;
 /*  background-image: url("images/xbasket.png.pagespeed.ic.d022VC_eO6.png"); */
   margin-left: 0;
   padding-left: 0px;
}

.icon-shopping-cart {
	padding: 0 4px 0 4px;
	font-size: 1.2em;
}

.ProductWidget strong {
   color: #333333;
   display: block;
   font-size: 15px;
}

.Buy:hover, .Zinio:hover {
    background-color: #2d9944;
}

.Browse:hover, .iTunes:hover {
    background-color: red;
}

.GDM:hover {
	background-color: #2a65ba;
}


/* Contact Form 7 Box */

.wpcf7 {
    clear: left;
    float: left;
}
.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 textarea {
    background: #FAFAFA;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
    color: #333;
    padding: 10px;
}
.wpcf7 fieldset {
    float: left;
    margin-right: 10px;
}
.wpcf7 textarea {
    width: 570px;
}
.wpcf7 p {
    clear: left;
}



.advertiseIcons{
	float:left;
	width:30px;
	height:30px;
	margin-top:-7px;
	margin-bottom:10px;
}

.advertiseTotal{
    
	font-size:22px;
    
}

.titleHidden{
    
	display:none;
}

.advertise-page .entry, .about-page .entry, .contact-page .entry {
    margin-top: 0;
}

.advertise-page h2, .about-page h2, .contact-page h2 {
	margin-bottom: 10px !important;
	font-size: 24px !important;
	margin-top: 0 !important;
    
    
}
.advertise-page h3, .about-page h3 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin-top: 18px;
    padding: 5px 0;
}

.advertise-page h4, .about-page h4 {
    font-size: 16px;
    font-weight: bold;
}

.about-page h4 {
    border-bottom: 1px solid #ccc;
}

.advertise-page p, .about-page p {
	margin: 0 0 10px 0;
	clear:left;
}

.advertise-page p.counter {
    
    
}

.advertise-page .AdContact {
    margin: 20px 0;
    width:250px;
}

/* CONTACT INFORMATION - ACCORDION */

#acc-options { width: 280px; margin: 10px auto; color: #9ac1c9; font-size: 12px; display: none; }
#acc-options a { text-decoration: none; color: #666; cursor: pointer; }
#acc-options a:hover { color: #033 }

#acc { width:298px; list-style:none; color:#033; margin:0 auto 0px -50px;  }
#acc h3, #acc h5 {width:286px; border:1px solid #E0E0E0; padding:5px 10px; font-size: 12px; font-weight:normal; margin:3px 0 0 0; cursor:pointer; background-color:#E6E6E6;}


#acc h3:hover {background-color:#ccc;}
#acc li { margin: 0 0 6px 0; padding: 0; border: 0; list-style:none;font-size:14px;}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:288px; border-top:none; background:#fff; margin: 0 0 0 -1px;}
#acc .acc-person-content {width:288px; border-top:none; background:#fff;}

#contactAccordian {
	background: #eeeeee;
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 75%, rgba(238,238,238,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,0.7)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%);
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 75%,rgba(238,238,238,0.7) 100%);
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 10px;
    width: 278px;
}

#contactAccordian h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #333;
	margin: 0px 0 5px;
	padding: 0;
}

.contact_person_tel {
    background-image: url("http://www.imagine-publishing.co.uk/bundles/imaginecorporate/images/brand/phone_icon.png");
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0 0 0 24px;
}

.contact_info_tel {
    background-image: url("http://www.imagine-publishing.co.uk/bundles/imaginecorporate/images/brand/phone_icon.png");
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 0 0 0 24px;
    width:250px;
    
    
}

.contact_info_tel a{
    
    font-size: 14px;
    
}

.contact_info_mail {
    background-image: url("http://www.imagine-publishing.co.uk/bundles/imaginecorporate/images/brand/mail_icon.png");
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 0 0 0 24px;
    width:250px;
    
    
}

.advertise-page #advertisingEmail,
.advertise-page #advertisingEmail2,
.advertise-page #advertisingPhone,
.advertise-page #advertisingPhone2

{
    padding: 4px 0 4px 30px;
}

.advertise-page #advertisingEmail,
.advertise-page #advertisingEmail2
{
    background: url('images/xmail-icon.png.pagespeed.ic.sapHmXlI_N.png') left top no-repeat;
}

.advertise-page #advertisingPhone,
.advertise-page #advertisingPhone2

{
    background: url('images/xphone-icon.png.pagespeed.ic.oB4sMPSV4P.png') left top no-repeat;
}

.advertise-page .advertiseIcons {
    margin-right: 10px;
}

.advertise-page #sliderImage {
    margin-bottom: 30px;
    width:608px;
}

.profileTitle  {
    display: block;
    font-size: 14px;
    margin-top: 20px;
	width: 100%;
	text-decoration:none;
}

.advertise-page .ReachTotal {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.advertise-page .advertiseTotal {
    font-weight: bold;
}

.advertise-page ul, .about-page ul {
    list-style: disc;
}

.advertise-page li, .about-page li {
    font-weight: bold;
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 50px;
}

.AboutImage img {
    border: 1px solid #CCC;
    margin: 0 0 10px 0;
}

.widgets {
    background: none;
    border: 0;
    margin-top: 10px;
    padding: 0;
    /*width: 630px;*/
}






#contactAccordian {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    min-height: 210px;
    width: 288px;
}

#contactAccordian h4 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}

#contactAccordian .total-heading {
    text-align: center;
    margin: 0;
}

#contactAccordian h1 {
    font-size: 36px;
    text-align: center;
}

#acc-options {
    float: right;
    text-align: right;
}

.acc {
    list-style: none;
    float: left;
    width: 100%;
}

.acc li {
    font-weight: normal;
    list-style: none;
    margin: 0;
}

.acc li h5 {
    background: #E6E6E6;
    border: 1px solid #E0E0E0;
    color: #000;
    font-size: inherit;
    margin: 5px 0 0 0;
}

.acc-section {
    padding: 10px;
}

.contact_info_mail, .contact_person_tel, .contact_info_tel, span.address, span.email, span.telephone, span.twitter, span.facebook {
    padding: 4px 0 4px 30px;
}

.contact_info_mail, span.email {
    background: url('images/xmail-icon.png.pagespeed.ic.sapHmXlI_N.png') left top no-repeat;
}

.contact_person_tel, .contact_info_tel, span.telephone {
    background: url('images/xphone-icon.png.pagespeed.ic.oB4sMPSV4P.png') left top no-repeat;
    margin-bottom: 5px;
}

#contactAccordian .stats {
    display: block;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 96px;
}

#contactAccordian .stats .advertiseIcons {
    float: none;
    height: 40px;
    margin: 0;
    width: 40px;
}

#contactAccordian .stats span {
    clear: left;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}




.contact-page h3 {
    margin: 5px 0 20px 0;
}

span.address, span.email, span.telephone, span.twitter, span.facebook, span.form {
    clear: left;
    float: left;
    margin: 2px 0 5px 0;
    width: 578px;
}

span.address {
    background: url('images/xaddress-icon.png.pagespeed.ic.lRG1LWwbQ6.png') left top no-repeat;
}

span.twitter {
    background: url('images/xtwitter-icon.png.pagespeed.ic.b-ZHaDI7Cr.png') left top no-repeat;
}

span.facebook {
    background: url('images/xfacebook-icon.png.pagespeed.ic.CpvTu5yDhz.png') left top no-repeat;
}

span.form {
    display: block;
    margin: 20px 0;
}

.wpcf7 input, .wpcf7 textarea {
    color: #000;
    width: 586px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

.wpcf7 input[type="submit"] {
    background: #369;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 20px;
    width: auto;
}


.contactContainer {
	float: left;
	width: 270px;
	display: block;
	border: 1px #CCC solid;
	margin-right: 24px;
	padding: 10px;
	margin-bottom:20px;
}

.contactContainer  h4 {
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
}


.files {
background: #ccc;
-moz-border-radius: 0px 6px;
-webkit-border-radius: 0px 6px;
border-radius: 0px 6px;
font-weight: 500;
display: block;
padding: 5px;
position: absolute;
right: 0px;
top: 0px;
}

.BoxLarge {

float: left;
width: 580px;
padding: 20px;
background: #FFF;
margin-bottom: 20px;
font-size: 12px;
line-height: 1.3em;
}
border: 3px #E3DBD3 solid;
position: relative;