/*
Theme Name: GalleryBlog
Theme URI: http://imagine-publishing.co.uk/
Description: <a href="http://imagine-publishing.co.uk/">3DAblog</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 Gray
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 */


body {
	background: #ececec;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0;
}

p {
	margin: 5px 0 15px 0;
	}

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

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

.entry a:link, .entry a:visited, .entry a:hover, .entry a:active  {
	color: #157AB3;
	}


a img {
	border:0;
	}

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

/*	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 {
	position:relative;
	top:0;
	left:0;
	width:960px;
	margin: 0px auto;
	padding:20px 0px 0px 0px;
	font-size:0.7em;
	}

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

.site-title a {
	}

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

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

/* Search Form / Date / RSS */

.searchform {
	display:inline;
	float:right;
	width: 338px;
	margin: 40px 0px 0px 0px;
	padding: 4px 10px 4px 6px;
	background: url(images/bg_search.png) no-repeat;
}

.date_rss {
	display:inline;
	float:right;
	width: 287px;
	margin: 0px 25px 0px 0px;
	padding:5px 10px 10px 10px;
	background: url(images/bg_daterss.png) no-repeat;
	color:#333;
	font-size:13px;
}

/* IP Header Bar*/

#ip_header {
	background: url(images/topbar_bkground.jpg) repeat-x #333333;
	border-bottom: 1px solid #666666;
	height:28px;
	width:100%;
	margin:0 auto;
	padding: 8px 0px 0px 0px;
}


/* Menu and sub-menu links */

#MenuBar {
	background:#000 url('images/nav_bar.jpg') repeat-x;
	border-right:1px solid #333;
	margin: auto;
	width: 960px;
}

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

#MenuBar a:hover {
	background: url('images/menu_over.jpg') #dc6d1c;
	color: #FFFFFF;
}

/* Sub Menu Bar*/

.sub_menu {
	margin:0 auto;
	padding-left:10px;
	padding-top:3px;
	font:0.7em Arial;
	color:#FFFFFF;
	text-transform:uppercase;
	background:#6cb5e9;
	width: 950px;
	height: 18px;
	}


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

#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: url(images/menu_over.jpg);
	}


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

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

#sub-page-bar {
	padding-left:0px;
	margin:0px;
	}

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

#sub-page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;

	}

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


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

#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;
	list-style-type:none;
	}

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


/* Text*/

h2 {
	font:13px Helvetica, Arial; font-weight:bold;
	}

h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

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

h3#respond {
	float: none;
	margin-top: 0px;
}

h3.comments {
	margin: 10px 0px;
	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;}

a.greenmainLink:link, a.greenmainLink:visited, a.greenmainLink:active {	text-decoration: none;	color: #6cb5e9;}
a.greenmainLink:hover {text-decoration: underline; color: #6cb5e9;}


/* 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 0px 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;
	margin-top:-4px;
	}

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


/* Social Box */

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

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

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

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


/* 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_featured {
	font:0.8em arial;
	}

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

	#headline  div.comments_image_featured {
	color:#FFFFFF;
	text-decoration:underline;
	}

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

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

#articles {
	width: 640px;
	float:left;
	font-size:1.05em;
	line-height:1.3em;
	margin:0px 0px 0px 0px;
	}

#articles  div.title {
	font:1.8em Georgia;
	font-weight: bold;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#articles  div.comments_image {
	font:0.8em arial;
	color:#FFFFFF;
	}

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

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

	#articles  div.comments_image_featured {
	font:1.8em Georgia;
	color:#FFFFFF;
	padding:3px 0px 0px 0px ;
	}

	#articles  div.comments_image_featured a {
	color:#FFFFFF;
	}

	#articles  div.comments_imag_featurede a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

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

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

#mpu {
	width:300px;
	background:#fff;
	padding:0px;
	float:right;
	clear:both;
	margin: 0px 0px 20px 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;
	}


#ng_box_sidebar {
	width:280px;
	height:202px;
	background: url(images/ng_reviews_background.jpg); background-repeat:no-repeat;
	float:left;
	padding:0px 10px 0px 10px;
	margin:0px;
	}

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

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

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


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

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

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

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


#ng_preview_box_sidebar {
	width:280px;
	height:202px;
	background: url(images/ng_previews_background.jpg); background-repeat:no-repeat;
	float:left;
	padding:0px 10px 0px 10px;
	margin:0px;
	}

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

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

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


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

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

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

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

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


.verti_box_sidebar_tagcloud {
	width:278px;
	background:#FFF;
	float:left;
	border: solid 1px #cccccc;
	padding:0px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	}

.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 img {
	border-bottom: 1px solid #D1D1D1;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 387px;
	margin: 0;
	width: 298px;
}

.widget_ip_latest_issue .onSale, .widget_ip_latest_issue .postTitle {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.widget_ip_latest_issue .onSale {
	display: none;
	font-size: 24px;
	margin-top: 10px;
}

.widget_ip_latest_issue .postTitle {
	font-size: 1.8em;
	line-height: 1.1em;
}

.widget_ip_latest_issue .btnBuyOnline, .widget_ip_latest_issue .btnSubscribe {
	display: block;
	float: left;
	height: 24px;
	width: 116px;
	margin: 10px 14px;
}

.widget_ip_latest_issue .btnBuyOnline {
	background: url('images/btn_buyonline.jpg');
}

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

#latestissue_box_sidebar {
	width:278px;
	height:350px;
	background:#fff;
	padding:5px 10px 9px 3px;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	}

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

#latestissue_box_sidebar .info {
	margin-top:0px;
	padding-top:3px;
	width:180px;
	}

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


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

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

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

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

#horiz_box_sidebar {
	width:285px;
	background:#fff;
	float:left;
	padding:5px 10px 9px 3px;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	}

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

#horiz_box_sidebar .info {
	margin-top:0px;
	padding-top:3px;
	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;
	}

#podcasts_box_sidebar {
	width:278px;
	background:#fff;
	float:right;
	padding:5px 10px 5px 10px;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	}

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

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

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


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



#forum_box_sidebar {
	width:278px;
	background:#fff;
	float:right;
	padding:5px 10px 5px 10px;
	border: solid 1px #cccccc;
	margin-bottom:10px;
	}

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

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

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


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


#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, #articles a img, #movies a img, #music a img, #games a img, #horiz_box_sidebar a img {
	margin-top:5px;
	margin-right:5px;
	padding:0px;
	}

#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;
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 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 {
	color: #333;
	line-height: 1.4em;
	}

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

.post_info_bar {
background:url(images/title_post_info.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;
	}

#calendar {
text-transform:uppercase;
}

.calendar_image {
	background: url(images/calendar.png) no-repeat;
	padding: 1px 0px 0px 1px;
	float:right;
	width: 43px;
	height: 37px;
	color:#FFF;
	font-size:11px;
}

.calendar_day {
font-family:Georgia; font-weight:bold; font-size:20px;
padding: 0px 0px 0px 2px; color:#333333;
}

.calendar_image_single {
background: url(images/calendar.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: 2px 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;
}

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

.comments_image_featured {
color: #FFF;
font-family:Georgia; font-weight:bold; font-size:16px;
background: url(images/bg_comments.jpg) no-repeat;
margin: 0px 0px 0px 0px;
padding: 7px 0px 0px 0px;
float:right;
text-align:center;
width:45px;
height:40px;
	}


.comments_image {
color: #FFFFFF; font-family:Georgia; font-weight:bold; font-size:16px;
background: url(images/bg_comments.jpg) no-repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align:center;
float:right;
width:45px;
height:40px;
	}

.meta_white {
	font-size:12px;
	color:#999999;
	padding:0px 0px 0px 0px;
	letter-spacing:-0.07em;
	margin:0px;
	}

.meta_white_author {
	font-weight:bold;
	font-size:1.1em;
	display:inline;
	color: #666666;
	padding-bottom:5px;
	}

	.meta_white_category {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-size: 11px;
		text-transform:uppercase;
		font-weight:bold;
		float:left;
		color: #fff;
		background-color: #4BAECA;
		padding: 1px 6px;
		margin:0px 3px 0px 0px;
		letter-spacing:-0.07em;
		list-style-type:none;
	}

	.category_bg {
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color: #fff;
	float:right;
	background-color:#6cb5e9;
	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, #articles p, #movies p, #music p, #games p, #horiz_box_sidebar p {
	margin:0;
	}


/* Content Page*/

#content {
	float:left;
}

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

	#content  div.comments_image_featured {
	font:1.8em Georgia;
	padding:3px 0px 0px 0px;
	}

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

	#content div.comments_image_featured 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: 0px 0px 15px 20px;
	padding: 0px;
}

.post ul li, #front-list ul li {
	list-style: disc;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

.post ol li, #front-list ol li {
	list-style:decimal;
	margin:0 0 0 30px;
	padding:0px;
	}

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

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

#articles #archive img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px -2px 8px #999;
	-webkit-box-shadow: 2px -2px 8px #999;
	box-shadow: 2px -2px 8px #999;
	margin:0 10px 5px 0;
	padding:0px;
}

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

.entry {
	margin-top:20px;
	}

.BoxLarge .entry h3 {
	float: none;
}

#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 {
	width:300px;
	float:right;
	margin:0px 0px 0px 10px;
	list-style-type:none;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 0px 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 > li.widget h3, .widget_tagCloud_h5 h2 {
	color: #666;
	clear: left;
	font-size: 24px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	margin: 0px -5px 10px -5px;
	padding: 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #F1F1F1;
	border-bottom: 1px solid #e9e9e9;
}

#sidebar > li div.widget h3{
	color: #666;
	clear: left;
	font-size: 24px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.4em;
	margin: 0px -5px 10px -5px;
	padding: 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #F1F1F1;
	border-bottom: 1px solid #e9e9e9;
}

#sidebar > li.widget h3 img {
	float: right;
	margin: 2px 15px 0px 0px;
}

#sidebar > li.widget h3 a {
	color: #FFF;
}

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

#sidebar > li.widget, .widget_tagCloud_h5 {
	border:1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	margin-bottom: 20px;
	padding: 0px 5px 10px 5px;
	float: left;
	width: 288px;
	display:block;
	}
	
	
#sidebar > li div.widget {
	border:1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	margin-bottom: 20px;
	padding: 0px 5px 10px 5px;
	float: left;
	width: 288px;
	display:block;
	}

#sidebar > li.widget_ip_latest_issue {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	width: 278px;
}

#sidebar > li.widget_tag_cloud div {
	text-align: center;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style:none;
	border-top:1px solid #e9e9e9;
	display:block;
	padding:3px 0px 3px 2px;
	margin: 0px 5px;
}

#sidebar ul li:first-child{
	border-top: none;
}

#sidebar li.widget_ip_twitterfeed {
	-moz-border-radius: 5px 5px 0px 5px;
	-webkit-border-radius: 5px 5px 0px 5px;
	border-radius: 5px 5px 0px 5px;
	padding: 0px;
	width: 298px;
}

#sidebar li.widget_ip_twitterfeed h3 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar .widget_ip_twitterfeed ul {
	height: 400px;
	overflow: auto;
}

#sidebar .widget_ip_twitterfeed ul li {
	padding: 10px 0px;
	margin: 0px 10px;
}

#sidebar .widget_ip_twitterfeed ul li img {
	float: left;
	margin-right: 5px;
}

#sidebar .widget_ip_twitterfeed ul li a {
	color: #157AB3;
}

#sidebar .widget_ip_twitterfeed ul li a:hover {
	text-decoration: underline;
}

#sidebar .widget_ip_twitterfeed ul li h4 a {
	font-weight: 600;
}

#sidebar .widget_ip_twitterfeed ul li h4 a:hover {
	color: #0f5e8b;
	text-decoration: none;
}

#sidebar .widget_ip_twitterfeed ul li h4 a:before {
	content: '@';
}

#sidebar .widget_ip_twitterfeed ul li p {
	margin-bottom: 0px;
	text-align: right;
}

#sidebar .widget_ip_twitterfeed ul li p a {
	color: #999;
}

#sidebar .widget_ip_twitterfeed ul li p a:hover {
	color: #666;
	text-decoration: none;
}

.twitter_box_sidebar {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	clear: both;
	float: left;
	width: 100%;
}

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

/* */
#bottom_sidebar {
	width:300px;
	float:right;
	margin:0px 0px 0px 10px;
	}

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

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


/* 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: 177px;
	margin: 0px 5px 0px 5px;
	padding: 2px 10px;
	outline: none;
	border-style: none;
	border: 1px solid #ccc;
	}

#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: 596px;
	margin-top:5px;
	padding: 10px;
	outline: none;
	font: Arial, Helvetica;
	font-size: 1em;
	border-style: none;
	border: 1px solid #ccc;
	resize: vertical;
}

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

/* Trackbacks*/

.post .trackbacktext {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background:#f2f2f2;
	border:1px solid #ddd;
	width:596px;
	margin:0px 0px 20px 0px;
	float:left;
	}

.post .trackbacktext li {
	padding: 10px 0px 5px 0px;
	list-style: none;
	margin: 2px 0px 0px 0px;
	border-top: 1px solid #ddd;
}

.post .trackbacktext li:first-child {
	border-top: none;
	margin-top: -7px;
}

/* Comments*/

.post .commentlist {
	margin: 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;
	}

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

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

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

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

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

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

.commentlist div.gravatar {
	float: left;
}

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

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 {
	border-top: 1px solid #ececec;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}

.post #comments .clearfloat {
	margin: 0px;
}

#comments h3 {
	clear: left;
	color: #333;
}

/* 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_text {
	font-size:12px;
	color:#FFFFFF;
}

.footer_text_ip {
	font-size:10px;
	color:#FFFFFF;
}

#footer {
	background: #333333;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	list-style-type:none;
}

#footer td {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #6cb5e9;
	text-decoration: underline;
}

#footer ul li {
	line-height: 1.7em;
}

#footer_cat_links ul {
	width:100%;
	font-size:10px;
	margin: 0 0 10px 0; padding: 0;
	list-style-type: none; list-style-image: none;
	}

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


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

/* DP Gallery and Footer */

#DPGallery {
	background: url('images/dp_background.jpg') #000000 repeat-x;
	border-top: 1px #FFFFFF solid;
	height: 330px;
}

#Footer {
	background: #262626;
	border-top: 1px #FFFFFF solid;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Footer td {
	color: #FFFFFF;
}

#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

/* 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: 0 0 20px 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;
}

/* PAGINATION */

.pagination {
	background: #f1f1f1;
	color: #333;
	float: left;
	text-align: right;
	width: 618px;
	padding: 10px;
	border: 1px #d1d1d1 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 12px;
}

html.ie7 .pagination {
	margin-top: 20px;
	margin-bottom: 0px;
}

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

.pagination span.pages {
	padding: 3px 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #d1d1d1 solid;
	background-color:#f9f9f9;
	margin: 0px 1px;
}

.pagination span.current {
	padding: 3px 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px #BCBCBC solid;
	color: #fff;
	background-color: #666;
	margin: 0px 1px;
}

.pagination a, .pagination a:link {
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px #d1d1d1 solid;
	background-color: #f9f9f9;
	margin: 0px 1px;
	padding: 3px 5px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover {
	border: 1px solid #303030;
	color: #303030;
	background-color: white;
}

/* NEW */

div.heading_bar {
	background: #F9F9F9;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid #f1f1f1;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	min-height: 30px;
	float: left;
	width: 100%;
	padding: 10px;
}

.heading_bar h2, .heading_bar h1 {
	color: #666;
	margin-bottom: 5px;
	font-weight: 600;
}

.heading_bar h2 a:link, .heading_bar h2 a:visited {
	color: #666;
}

.heading_bar h2 a:hover {
	text-decoration: none;
}

.post h2 {
	font-size: 16px;
}

h2 {
	line-height: 1.4em;
	font-size: 24px;
}

html.ie7 h1 {
	font-size: 24px;
}

h1, h2 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	clear: left;
}

.userBarDefault {
	width: 940px;
	margin: 0px auto;
	padding: 5px 10px;
	color: #CCC;
	font-size: 10px;
	background: #333;
	clear: left;
	height: 28px;
}

.wide_bar {
	background: #333;
	left: 0;
	width: 100%;
	-moz-box-shadow: 0px -6px 38px 5px #666;
	-webkit-box-shadow: 0px -6px 38px 5px #666;
	position: fixed;
	z-index: 9999;
}

.wide_bar .userBarDefault {
	width: 960px;
	padding: 5px 0px;
	border-left: 0px;
	border-right: 0px;
}

#site .userBarDefault {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 0px 5px 8px 5px;
	width: 948px;
	margin: 0px auto 20px auto;
}

.social_buttons {
	float: right;
	padding: 2px 0px;
}

.social_buttons a {
	display: block;
	height: 26px;
	float: left;
	margin-top: -1px;
	margin-left: 5px;
	width: 26px;
}

.social_buttons a.twitter {
	background: url('images/twitter_global.png') top left no-repeat;
}

.social_buttons a.twitter:hover {
	background-position: bottom left;
}

.social_buttons a.facebook {
	background: url('images/facebook_global.png') top left no-repeat;
}

.social_buttons a.facebook:hover {
	background-position: bottom left;
}

.social_buttons a.rss_feed {
	background: url('images/rss_global.png') top left no-repeat;
}

.social_buttons a.rss_feed:hover {
	background-position: bottom left;
}

.social_buttons a.icon-pinterest-sign {
color: 	 #cb2027;
font-size: 3em;
width: 0.7em;
margin-right: .2em;
margin-top: -.1em;

}

.social_buttons a.icon-facebook-sign {
color: 	 #3b5998;
font-size: 3em;
width: 0.7em;
margin-right: .2em;
margin-top: -.1em;

}

.social_buttons a.icon-twitter-sign {
color: 	 #00aced;
font-size: 3em;
width: 0.7em;
margin-right: .2em;
margin-top: -.1em;
}

.social_buttons a:hover {
color: #eee;
text-decoration: none;
}


#searchform {
	background: white;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: right;
}

#searchform input {
	background: transparent;
	border: none;
	outline: none;
	padding: 5px 1em;
	width: 195px;
}

#searchform button {
	background: #65B339;
	border: 1px white solid;
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	color: white;
	font-size: 12px;
	padding: 5px 1.5em;
	cursor: pointer;
}

.holder {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 52px 0 20px 0;
	width: 960px;
}

.logoButton {
	margin: 8px 0px 0px 0px;
}

.holder #leaderboard {
	top: 60px;
	position: absolute;
	right: 0;
}

#site {
	margin: 0px auto;
	width: 960px;
}

#counters {
	border-top: 1px solid #000;
	border-bottom: 1px solid #555;
}

#counters .button3 {
	color: #eee;
	font-family: Arial, Helvetica;
	font-size: 14px;
	padding: 0.2em 0.5em;
	margin: 6px 5px 0px 0px;
	background: #555;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	text-transform: uppercase;
}

#counters .button3 b {
	color: #eee;
}

#counters .button3 span {
	color: #ccc;
	font-size: 9px;
}

/* @start Navigation */
.top_menu {
	background: #333;
	border-left: 1px solid #2d2d2d;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	width: 948px;
	z-index: 99;
}

#nav {
	float: left;
}

html.ie7 #nav {
	margin-top: -2px;
}

.menu-item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	*display: inline;
	position: relative;
	vertical-align: bottom;
	zoom: 1;
	z-index: 1002;
	background: #111;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(0,0,0)),color-stop(0.75, rgb(69,69,69)));
	background-image:-moz-linear-gradient(center bottom,rgb(0,0,0) 21%,rgb(69,69,69) 75%);
	border: 1px solid #000;
}

#nav li.home-button a {
    background-image: url('images/home.png');
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 30px;
    padding: 0;
    width: 32px;
}

html.ie7 .menu-item {
	margin-left: 5px;
}

.menu-item:first-child, html.ie7 .menu-item:first-child {
	margin-left: 0px;
}

.menu-item > a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font: 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	z-index: 1003;
	display: inline-block;
	line-height: 30px;
	margin: 0;
	padding: 0px 6px;
}

.menu-item > a:hover {
	background: #444;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(0,0,0)),color-stop(0.75, rgb(82,82,82)));
	background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 21%,rgb(82,82,82) 75%);
}

/* @end Navigation */

/* PRODUCT MENU */
#sub_nav {
    background: url('images/shop.png') 13px 2px no-repeat #2d2d2d;
    -webkit-background-size: 18px;
       -moz-background-size: 18px;
            background-size: 18px;
	border-top: 1px solid white;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	clear: left;
	height: 25px;
	margin: 0 auto 20px auto;
	/*overflow: auto;*/
	padding: 0 5px 0 40px;
	position: relative;
	width: 915px;
	z-index: 98;
}

#sub_nav li {
	background: transparent;
	border-top: 0px;
	border-right: 1px solid #222;
	border-bottom: 0px;
	border-left: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	float: left;
	position: relative;
}

#sub_nav li a {
	border-right: 1px solid #343434;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #ccc;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: inherit;
	padding: 5px 10px;
}

#sub_nav > li:first-child a {
	padding: 5px 10px 5px 5px;
}

#sub_nav li a:hover {
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

#sub_nav li ul {
	background: #2d2d2d;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	left: -1px;
	list-style: none;
	display: none;
	padding: 0px;
	position: absolute;
	width: 180px;
}

#sub_nav li:hover ul {
	display: block;
}

#sub_nav li ul li {
	border-top: 1px solid #222;
	border-right: 0px;
	float: none;
	width: 100%;
}

#sub_nav li ul li a {
	border-top: 1px solid #343434;
	border-right: 0px;
	padding-left: 11px;
}
/* END PRODUCT MENU */

/* CONTENT */

.BoxLarge {
	float: left;
	width: 618px;
	padding: 10px;
	background: #FFF;
	border: 1px #d1d1d1 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.3em;
	position: relative;
}

.files {
	background: #f9f9f9;
}

.files a {
	color: #666;
	display: block;
	font-weight: 600;
}

.files a:hover {
	color: #333;
	text-decoration: none;
}

#results {
	background-color: #f9f9f9;
}

.BoxLarge h3 {
	float: left;
	font-size: 17px;
}

.uncategorized {
	display: none;
}

.resources {
	background-color: #4baeca;
}

.tips-tutorials {
	background-color: #d01e4d;
}

.news-features {
	background-color: #63af38;
}

.magazine-issues {
	background-color: #f7912e;
}

.store {
	background-color: #8f47b8;
}

.greenmainLink {
	font-size: 1.1em;
}

.TagBox {
	width: 620px;
}

.TagBox strong {
	float: left;
	margin-right: 10px;
	padding: 3px 0;
}

.TagBox span {
	background: #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left;
	margin: 1px;
	padding: 0.3em 5px;
}

.TagBox span a {
	color: #CCC;
}

#socialLinks {
	background: #F9F9F9;
	border: 1px solid #d1d1d1;
	float: left;
	left: -84px;
	position: absolute;
	padding-bottom: 5px;
	width: 71px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	top: -1px;
}

#left {
	float: left;
	width: 640px;
}

/* END CONTENT */

/* FOOTER */

#adbar {
	clear: both;
	height: 108px;
	width: 938px;
	background: #F9F9F9;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 16px 10px;
}

html.ie7 #adbar {
	margin-top: 20px;
}

.ad.button {
	float: left;
	margin: 0 17px;
}

/* END FOOTER */

/* POPULAR POSTS */

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

	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 #sidebar ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;

}
#sidebar div.tab_container {

	border-top: none;
	clear: both;
	float: left;
	margin: 0px 5px;
	width: 278px;
	background: #f9f9f9;
	-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;
}

#sidebar ol {
	padding: 2px 0px 2px 18px;
	margin: 0;
}

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

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

.group {
    border-top: 1px solid #d1d1d1;
    float: left;
    padding: 5px 0px;
    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: 13px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0 5px 12px;
    padding: 0 5px 0 25px;
}

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

/* 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 0 5px 12px;
   padding: 0 5px 0 25px;
   clear:none!important;
}

.Browse {
   background-image: url("images/van.png");
}

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

.iTunes {
   background-image: url("images/itunes.png");
}

.Newsstand {
   background-image: url("images/itunes.png");
}

.Buy {
   background-color: #39AB53;
   background-image: url("images/basket.png");
   margin-left: 0;
}

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


/* Contact Form 7 Box */

.wpcf7 {
  clear: left;
  float: left;
}
.wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 textarea {
  background: #FAFAFA !important;
  -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;
}




/* -----------------------------------------*/
/* CONTACT / ADVERTISE /ABOUT STYLE UPDATES */
/* ---------------------------------------- */



.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: 10px !important;
	line-height:30px;


}
.advertise-page h3, .about-page h3 {
    border-bottom: 1px solid #ccc !important;
    font-size: 18px !important;
    margin-top: 18px !important;
    margin-bottom: 0.3em;
}

.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 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 -10px;  }
#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:12px; width:260px !important;}
#acc .acc-section {overflow:hidden; background:#fff; width:268px;}
#acc .acc-content {width:288px; border-top:none; background:#fff; margin: 0 0 0 -1px;}
#acc .acc-person-content {width:243px; 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: 12px;
    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: 12px;
    padding: 0 0 0 24px;

}

.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: 12px;
    padding: 0 0 0 24px;
    width:243px;

}

.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;
    width: 958px;
    height: auto;
}

.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;
    margin-top:7px;
}

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


.advertise-page
.contact_info_mail
{
	width:300px !important;

}
.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;
    line-height:24px;
}

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;
	border-radius: 5px;
}



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

.advertise-page li{

	border:none !important;
	background:none !important;
	width:550px !important;
}

.about-page li{

	border:none !important;
	background:none !important;
	width:550px !important;
}

.contact-page li{

	border:none !important;
	background:none !important;
	width:550px !important;
	padding:0px !important;
}
