/*
Theme Name: webdesigner
Theme URI: http://imagine-publishing.co.uk/
Description: <a href="http://imagine-publishing.co.uk/">webdesigner</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: 5px 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;
	}



/*	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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 Arial;
	line-height:1.3em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}



/* Structure */


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

.site-rss {
	position: absolute;
	top: 80px;
	left: 800px;
}

.site-title {
	display:inline;
	float:left;
	width:0px;
	margin: 0 auto;
	padding: 10px 10px 25px 17px;
	}

.site-title a {
	}

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

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

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


/* Menu and sub-menu links */

/*#menu-main-menu{
	margin-left: 12px;
}*/

.menubar {
	margin: 0 auto;
	display:block;
	background: url(images/nav_bar.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
	width: 958px;
	height: 36px;
	border-left: 1px #666666 solid;
	border-right: 1px #666666 solid;
}

.menubar .menu-header {
	color:#fff;
	float: left;
}

div.menu {
	margin-left: 12px;
}
.menubar .menu-header ul,
div.menu ul {
    float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menubar .menu-header li,
div.menu li {
	float:left;
	font:13px Helvetica;
	position: relative;
}

.menubar .menu-header .home-button a {
    background-image: url('images/home.png');
    background-repeat: no-repeat;
    background-position: 5px 6px;
    padding: 9px 16px;
}

.menubar a {
   border-right: 1px solid #666;
   display: block;
   text-decoration: none;
   text-transform: uppercase;
   padding: 13px 10px;
   height: 10px;
   color: #FFF;
   line-height: 0.5;
}
.menubar ul ul {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	float:left;
	z-index: 99999;
}
.menubar ul ul li {
	min-width: 180px;
}
.menubar ul ul ul {
	left:100%;
	top:0;
}
.menubar ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 100%;
}
.menubar li:hover > a {
	color:#fff;
	background:#dc6d1c;
	border-top:1px #666666 solid;
	margin-top:-1px;
}

.menubar ul ul :hover > a {
	color:#fff;
	background:#dc6d1c;
}
.menubar ul li:hover > ul {
	display:block;
	margin-left:-40px;
}
.menubar ul li.current_page_item > a,
.menubar ul li.current-menu-ancestor > a,
.menubar ul li.current-menu-item > a,
.menubar ul li.current-menu-parent > a {
	color: #fff;
}

* html .menubar ul li.current_page_item a,
* html .menubar ul li.current-menu-ancestor a,
* html .menubar ul li.current-menu-item a,
* html .menubar ul li.current-menu-parent a,
* html .menubar ul li a:hover {
	color:#fff;
}

/* Sub Menu Bar*/

.navigation a {
	color:#fff;
}

.navigation a:hover {
	color:#ccc;
}

#sub_menu ul.navigation li.link {
	margin-right:7px;
	display:inline;
	list-style:none;
}

#sub_menu ul.navigation li.agency {
	margin-right:7px;
	margin-left:22px;
	font-weight:bold;
	display:inline;
	list-style:none;
}

#sub_menu ul.navigation li.agency:hover {
	color:#ccc;
}


#page-bar {
padding:0px;
margin:0px;

	}

#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;
	}


#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: #dc6d1c;
	}


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

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

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

/* Dropdown Menus */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

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

#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

#sub_page_bar {
	}

.menu {
	font:0.7em Arial;
	margin-left:10px;
	margin-top:1px;
	text-transform:uppercase;
	list-style:none;
}

.menu-sub-menu-container {
	margin:0 auto;
	width: 958px;
}

#sub-page-bar {
    background: url('images/shop.png') 7px 2px no-repeat #dc6d1c;
    -webkit-background-size: 18px;
       -moz-background-size: 18px;
            background-size: 18px;
	list-style-type: none;
	display: block;
	margin:0 auto;
	padding: 0 0 0 30px;
	border: 1px #666666 solid;
	width: 100%;
	height: 25px;
}

#sub-page-bar li {
	display: block;
	padding: 7px 0px 6px 8px;
	float:left;
	list-style:none;
	cursor: pointer;
	position: relative;
	}

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

#sub-page-bar li ul {
	background: #dc6d1c;
	border-bottom: 1px solid #666;
	display: none;
	position: absolute;
	width: 220px;
	z-index: 1000;
	padding: 6px 0px 0px 0px;
	left: -3px;
}

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

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

#sub-page-bar li.agency {
	background-image: url(images/agency_new_icon.png);
	background-repeat:no-repeat;
	background-position: 12px;
	padding: 7px 0px 6px 35px;
	font-weight: 600;
}

#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:2.2em arial;
	letter-spacing:-0.05em;
	margin: 0px;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size:1.3em;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

.entry h3 {
	font-size:1.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;}

#twitter_box_sidebar {
	margin: 10px 0px 0px 0px;
	list-style-type:none;
	}

.twitter_box_sidebar {
	margin-top: 10px;
}

/* Social Box */

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

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

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

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

/* 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;
}

#tags_bar_home {
	margin: 0px 0px 20px 0px;
	padding: 8px;
	border-right:1px #ccc solid;
	border-bottom: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 bar*/

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

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

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

/* 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;
}

/* Author bar*/

#author_bar_single {
	float:left;
	display:inline;
	margin:-5px -10px 10px -10px;
	border-bottom:1px #CCC solid;
	padding:10px;
	width:608px;
}

#author_bar {
	float:left;
	display:inline;
	margin:10px 0px 0px 0px;
	border-top:1px #CCC solid;
	border-right:1px #CCC solid;
	border-left:1px #CCC solid;
	padding:8px;
	width:590px;
}

.author_icon {
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
}

.author_box {
	float:left;
	display:inline;
	padding:0px 0px 0px 5px;
	margin:0px 5px 0px 0px;
	width: 220px;
}

.calendar_icon {
	float:left;
	display:inline;
	padding:1px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.calendar_box {
	float:left;
	display:inline;
	padding:0px 0px 0px 5px;
	margin:0px;
}

.comment_icon {
	float:right;
	display:inline;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

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

/* Tweet Home Icon*/

.tweet_box {
	float:right;
	margin: 0px 0px 3px 3px;
}

/* Index Page*/

#logo {
	width:350px;
	}

#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 arial;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

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

	#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 arial;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	margin-bottom:2px;
	}

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

	#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:left;
	clear:both;
	margin: 0px 0px 10px 0px;
	}
	
#flag {
	width:300px;
	height:100px;
	background:#fff;
	padding:0px;
	float:left;
	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;
	}



#horiz_box_sidebar {
	width:282px;
	background:#fff;
	float:left;
	padding:8px;
	border: solid 1px #cccccc;
	margin:0px 0px 10px 0px;
	}

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

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

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


#horiz_box_sidebar div.title {
	font:1.4em arial;
	letter-spacing:-0.05em;
	}

	#horiz_box_sidebar  div.comments_image {
	font:0.8em arial;
	}

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

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

#verti_box_sidebar {
	width:158px;
	background:#fff;
	float:left;
	padding:10px 10px 9px 10px;
	border: solid 1px #cccccc;
	margin:0px 10px 10px 0px;
	display:inline;
	}

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

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

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


#verti_box_sidebar div.title {
	font:1.4em arial;
	letter-spacing:-0.05em;
	width: 160px;
	}

	#verti_box_sidebar  div.comments_image {
	font:0.8em arial;
	}

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

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

	#verti_box_sidebar .headline_excerpt {
	font-size:1em;
	color:#333;
	width: 160px;
	}


#verti_box_sidebar_right {
	width:158px;
	background:#fff;
	float:left;
	padding:10px 10px 9px 10px;
	border: solid 1px #cccccc;
	margin:0px 0px 10px 0px;
	display:inline;
	}

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

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

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


#verti_box_sidebar_right div.title {
	font:1.4em arial;
	letter-spacing:-0.05em;
	width: 160px;
	}

	#verti_box_sidebar_right  div.comments_image {
	font:0.8em arial;
	}

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

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

	#verti_box_sidebar_right .headline_excerpt {
	font-size:1em;
	color:#333;
	width: 160px;
	}

#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, #horiz_box_sidebar a img {
	margin-top:0px;
	margin-right:8px;
	padding:0px;
	border: 1px solid #ccc;
	}

#top_ads {
	width: 940px;
	float:left;
	padding:0px;
	margin:0px 0px 10px 0px;
	}

#house_ad {
	width:202px; float:left; margin-right:10px;
	}
#leaderboard {
width:728px;
height:90px;
float:right;
}

.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 arial;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

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

	#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 arial;
	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/title_post_info.jpg) #CCCCCC repeat-x;
margin:10px 0px 20px 0px;
padding:0px 0px 0px 0px;
border:#AAAAAA solid 1px;

	}

.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_image {
background: url(images/calendar.jpg) no-repeat;
padding: 1px 0px 0px 0px;
float:right;
width: 45px;
height:40px;
color:#FFF;
font-size:11px;
	}

.calendar_day {
padding: 3px 0px 0px 0px; color:#333333; font: 16px bold Arial, Helvetica, sans-serif;
}

.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: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -webkit-border-top-left-radius: 2px
	}

	.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, #horiz_box_sidebar p {
	margin:0;
	}


/* Content Page*/

#content {
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;
	}

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

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

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

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

	#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:15px;
	}

.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:30px;
	margin-bottom: 4px;
	}

.post ol li, #front-list ol li {
	list-style:decimal;
	margin-left:30px;
	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 8px 5px 0;
	padding:0px;
	border:1px solid #ccc;
}

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

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:5px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	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;
	}

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

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}

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


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

#sidebar ul li:last-child{
	list-style:none;
	border-bottom:none;
	display:block;
	padding:4px 0px 4px 0px;
	margin-bottom:-5px;
	}

#sidebar ul.upm_poll_ul li {
	border-bottom: 0px;
}

#sidebar > li.widget h3 {
	font-size: 16px;
	color: #FFF;
	float: left;
	line-height: 2em;
	background-image: url(images/title-bg.jpg);
	float: left;
	height: 30px;
	width: 278px;
	padding: 0px 10px;
	margin: -10px 0 10px -10px;
	text-align: left;
	font-weight: normal;
}

#sidebar > li.widget {
	list-style-type: none;
	background: #FFF;
	padding: 10px;
	margin-top: 10px;
	float: left;
	width: 278px;
	border-top: 0px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-left: 1px #CCC solid;
}

.widget_ip_latest_issue {
	position: relative;
}

#sidebar .widget_ip_latest_issue h3 {
	display: none;
}

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



.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/btn_buyonline.jpg');
}

.widget_ip_latest_issue .btnSubscribe {
	background: url('images/btn_subscribe.jpg');
}

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

#sidebar div.title {
	font-size: 16px;
	margin: 10px 0px;
	float: left;
	display: block;
	width: 278px;
}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#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:#e6781f;
	}

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

/* 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:230px;
	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;
	}
	
	
#comments {
	margin-top: 10px;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.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: 0.6em;
background: url('images/bg_footer.png') no-repeat scroll center bottom;
height: 400px;
	}

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

footer .location {
    width: auto;
}

/* 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/newsletter_bg.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/trans_white.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/newsletter_button.png);
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* Dealer Directory */

#page_wide {
	background: white;
	border: 1px solid #CCC;
	display: inline;
	float: left;
	font-size: 1.05em;
	line-height: 1.5em;
	margin: 0px;
	padding: 10px;
	width: 918px;
}

#page_wide div.title_container {
	border-bottom: 1px solid #DDD;
	float: left;
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	width: 918px;
}

#page_wide div.title_container h1.title {
	display: block;
	float: left;
	font: normal normal normal 2.2em/normal arial;
	letter-spacing: -0.05px;
}

#page_wide a.submit_agency {
	background: url(http://www.webdesignermag.co.uk/wp-content/plugins/cforms/images/button-bg.gif) repeat-x;
	border: 1px solid !important;
	border-left-color: #ECECEC !important;
	border-left-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
	color: #000;
	display: block;
	float: right;
	font-size: 0.8em;
	margin: 5px 3px 4px 0pt;
	padding: 5px;
	text-align: center;
	width: 150px;
}

#page_wide a.submit_agency:hover {
	text-decoration: none;
	color: #000;
	border: 1px solid !important;
	border-left-color: #ECECEC !important;
	border-left-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
	border-top-color: #ECECEC !important;
}

#page_wide .dealer_post {
	font-size:1.05em;
	line-height:1.75em;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #CCC;
	width: 916px;
}

#page_wide .dealer_post .entry {
	width: 433px;
	background-color: #DDD;
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	clear: none;
	list-style-type: none;
	margin: 0px 0px 10px 10px;
	padding-right: 10px;

}

#page_wide .dealer_post .entry p {
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
}

#page_wide .dealer_post .entry p img {
	margin-right: 2px;
}

.dealer_img {
	display: block;
	margin: auto;
}

.location {
	font-size: 14px;
	list-style-type: none;
	padding: 10px;
	width: 800px;
}

.description {
	font-size: 11px;
	line-height: 1.3em;
}

a.dealer_name {
	font-weight: bold;
	color: #000;
}

/* Dealer Listing */

p.dealer_name {
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

.listing_large {
	width: 602px;
	margin: 10px 10px 0px 0px;
	float: left;
}

.listing_desc {
	width: 387px;
	float: left;
	margin-left: 10px;
}

.listing_small {
	border: 1px solid #CCC;
	margin: 0px 0px 10px 10px;
	float: right;
	clear: right;
}

.listing_soc {
	float: left;
	height: 175px;
	padding: 0px 30px;
	width: 410px;
}

.soc_button {
	float:left;
	clear: left;
	line-height: 1.6em;
	font-size: 12px;
	margin-bottom: 5px;
}

.soc_button img {
	float: left;
	margin-right: 5px;
}

.email_button {
	margin-top: 10px;
	display: block;
	width: 125px;
}

.dealer_adsense {
	float: left;
	width: 916px;
	height: 125px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.listing_adsense {
	float: left;
	width: 600px;
	height: 228px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.listing_tree {
	font-size: 12px;
}

.listing_contact {
	font-size:12px;
	float: left;
	width: 183px;
	border: 1px solid #CCC;
	padding: 10px;
}

/* 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;
}

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;
	border: 1px #000;
	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;
}

.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/basket.png');
}

a.subscribe {
    background-image: url('images/van.png');
}

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

a.itunes {
    background-image: url('images/itunes.png');
}



.ProductWidget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBCBC;
    float: left;
    font-size: 11px;
    padding: 0;
    position: relative;
    width: 296px;
}

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


#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;
}




.ProductWidget {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBCBC;
    float: left;
    font-size: 11px;
    padding: 0;
    position: relative;
    width: 296px;
}

.ProductWidget {
    clear: left;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin: 10px 0 0 0;
    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/ipad.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/van.png"); */
    background-color: #e2401b;
    padding-left: 0;
}

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

.Buy {
   background-color: #39AB53;
 /*  background-image: url("images/basket.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;
}

#content .advertise-page p.counter {

	margin-bottom: 22px;

}

.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;}
#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;
    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;
    padding: 0 0 0 24px;
    width:250px;


}

.contact_info_tel a{


}

.contact_info_mail {
    background-image: url("http://www.imagine-publishing.co.uk/bundles/imaginecorporate/images/brand/mail_icon.png");
    background-repeat: no-repeat;
    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/mail-icon.png') left top no-repeat;
}

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

{
    background: url('images/phone-icon.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;
    -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;
    padding-bottom:5px;
}

#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/mail-icon.png') left top no-repeat;
}

.contact_person_tel, .contact_info_tel, span.telephone {
    background: url('images/phone-icon.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/address-icon.png') left top no-repeat;
}

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

span.facebook {
    background: url('images/facebook-icon.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;
	padding-bottom:5px;
}

