/*
Theme Name: DP Gallery

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


/* HTML Elements */


html, body {
	background: url('images/background.jpg') center top no-repeat #000;
	font: 100% "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #333;
	display: inline;
	margin: 0;
	padding:0;
	}

p {
	margin: 5px 0;
	}

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

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

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 10px 10px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

hr {
  	border: 0;
  	width: 100%;
	color: #ccc;
	border-top:1px #CCCCCC solid;
	height: 1px;
	margin:10px 0px;
	clear:both;
}

/* 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: 8px 25px 0 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ccc;
	font:1.0em Arial;
	line-height:1.5em;
	margin:-10px 0px;
	background:url('images/bb_quotes.png') no-repeat left top, url('images/bb_quotes02.png') no-repeat bottom right;
}

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

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

figure img {
	display: block;
}

select {
	width: 130px;
}

/* Structure */

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

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

.site-title a {
	}

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

.left, .alignleft {
	float: left;
	margin-right: 10px;
}

.right, .alignright {
	float: right;
	margin-left: 10px;
}

/* Search Form / Date / RSS */

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

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

.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;
	top: 0px;
	z-index: 9999;
}

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

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

/* @start Navigation */

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

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

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

.top_menu .menu-item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	*display: inline;
	float: left;
	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;
	margin-left: 2px;
}

#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 .top_menu .menu-item {
	margin-left: 5px;
}

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

.top_menu .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 9px;
}

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

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

.social_buttons a {
    display: block;
    height: 26px;
    float: left;
    margin-top: -1px;
    margin-left: 7px;
    width: 26px;
    font-size: 30px;
}

.social_buttons a.fa-pinterest-square {
color: 	 #cb2027;
}

.social_buttons a.fa-facebook-square {
color: 	 #3b5998;
}

.social_buttons a.fa-twitter-square {
color: 	 #00aced;
}

.social_buttons a.fa-youtube-square {
color: 	 #EDEDED;
}

.social_buttons a.fa-youtube-square:hover, .social_buttons a.fa-twitter-square:hover, .social_buttons a.fa-facebook-square:hover, .social_buttons a.fa-pinterest-square:hover {
 color: #CCC; 
}


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

/* @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;
	clear: left;
	height: 26px;
	list-style: none;
	margin: 0 auto;
	/*overflow: auto;*/
	padding: 0 5px 0 40px;
	position: relative;
	width: 915px;
}

#sub_nav li {
	border-right: 1px solid #222;
	float: left;
	position: relative;
	z-index: 99;
}

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

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

#sub_nav li a:hover {
	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: 240px;
}

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

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

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

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

/* Text*/

h1 {
	font:2.0em Calibri, Georgia, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

h2 {
	font:13px Calibri, Georgia, sans-serif, Helvetica, Arial;
	font-weight:bold;
	}

h3 {
	font:16px Arial;
	color:#3c78a7;
	font-weight:bold;
}

.entry h3 {
	font-size: 1.15em;
    margin-bottom: 0.25em;
}

div.entry a {
	color: #3C78A7;
}

h4 {
	font:12px Arial;
	font-weight:bold;
	font-style:normal;
	margin-top:-10px;
	line-height:11px;
}

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

h5 {
	float:right;
	position: absolute;
	background-image: url(images/topten_circle.png);
	background-repeat: no-repeat;
	width:40px;
	height:24px;
	padding:10px 0px 8px 2px;
	margin:-8px 0 0 -8px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family: Georgia, Helvetica;
	clear: both;
	text-align: center;
}

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

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


#comments {
margin-top: 10px;
}

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

}


.tab_container ol {

padding-left: 14px;
font-size: 12px;

}


.tab_container ol li {
margin-bottom: 6px;
}

/* Share This Article bar*/

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

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

	}

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

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

/* Facebook & 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 */

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

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

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

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

/* AL: General Form Declarations */
button {
	cursor: pointer;
}

button span {
	display: inline-block;
	display: -moz-inline-box;
	margin-top: -2px;
}

input {
	outline: 0;
}

input::-webkit-input-placeholder,
input:-moz-placeholder {
	color: #aaa;
}

.container {
	margin: 58px auto 16px auto;
	height: 90px;
	overflow: hidden;
	width: 960px;
}

html.ie7 .container {
	padding-top: 58px;
}

.logo {
	float: left;
	display: block;
	padding: 12px 0 16px;
	width: 220px;
}

.subnav {
	background: #333;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	clear: both;
	margin: auto;
	overflow: auto;
	padding: 7px 10px;
	width: 938px;
}

.subnav a {
	float: left;
	height: 32px;
	margin-right: 5px;
	width: 32px;
}

.subnav a.facebook {
	background: url('images/social_bar/facebook_32.png');
}

.subnav a.twitter {
	background: url('images/social_bar/twitter_32.png');
}

.subnav a.rss {
	background: url('images/social_bar/rss_32.png');
}

#search form {
	background: #fff;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	float: right;
	margin: 1px 0;
	padding: 2px;
	width: 340px;
}

#search input {
	font-size: 12px;
	border: none;
	height: 24px;
    margin: 1px 0 1px 10px;
	padding: 1px 0 0 0;
	width: 260px;
}

#search button {
	background: #65B339;
	color: #fff;
	border: none;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	font-size: 12px;
	height: 28px;
	margin: -1px;
	padding: 2px 10px;
}

/* Index Page*/

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

#top {
	padding:0;
	}

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

#headline  div.title {
	font:1.4em 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;
	}

#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: 2em Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	margin-bottom: 3px;
	}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

#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:5px;
	margin-right:5px;
	padding:0px;
	}

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

#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;
	padding-top: 10px;
	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.jpg) no-repeat;
padding: 1px 0px 0px 0px;
float:right;
width: 45px;
height:40px;
color:#FFF;
font-size:11px;
}

.calendar_day {
font-family:Georgia; font-weight:bold; font-size:20px;
padding: 0px 0px 0px 0px; 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:1.1em;
	color:#999999;
	padding:0px 0px 0px 0px;
	letter-spacing:-0.07em;
	margin:0px 0px 10px 0px;
	}

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

	.meta_white_category {
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	color: #fff;
	background-color:#990000;
	padding:0px 5px 0px 5px;
	margin:0px 3px 0px 0px;
	letter-spacing:-0.07em;
	list-style-type:none;
	display: none;
	}

	.category_bg {
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	color: #fff;
	float:right;
	background-color:#990000;
	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;
	position:relative;
	}

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

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

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

#content h1, #content h2.title {
	font:2.0em Calibri, Georgia, Arial, Helvetica, sans-serif; font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#content h3.title {
	font:2.0em Georgia; font-weight:bold;
	letter-spacing:-0.05em;
	color:#333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#content  div.title {
	font:2.0em Calibri;
	font-weight:bold;
	letter-spacing:-0.05em;
	display:block;
	padding:0px;
	}

	#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 a {
	color: #333;
}

.adPartnerLink a {
	color: #3A5796;
}

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

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

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

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

.post ol li, #front-list ol li {
	list-style:decimal;
	margin:0px 0px 4px 35px;
	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;
	}

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

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

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

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

#sidebar > li.widget {
	border:1px solid #ccc;
	display:block;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	width: 278px;
}

#sidebar > li div.widget {
	border:1px solid #ccc;
	display:block;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	width: 278px;
}

#sidebar > li.widget h3 {
	display: block;
	text-transform: uppercase;
	float: left;
	width: 282px;
	height: 20px;
	font:1.5em Calibri, Arial, sans-serif;
	background-color: #157AB3;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.33, #157AB3),color-stop(0.67, #1AA0CE));
	background-image: -moz-linear-gradient(center bottom, #157AB3 33%, #1AA0CE 67%);
	color:#fff;
	margin: 0px 0px 5px -10px;
	padding: 6px 8px;
}

#sidebar > li div.widget h3 {
	display: block;
	text-transform: uppercase;
	float: left;
	width: 282px;
	height: 20px;
	font:1.5em Calibri, Arial, sans-serif;
	background-color: #157AB3;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.33, #157AB3),color-stop(0.67, #1AA0CE));
	background-image: -moz-linear-gradient(center bottom, #157AB3 33%, #1AA0CE 67%);
	color:#fff;
	margin: 0px 0px 5px -10px;
	padding: 6px 8px;
}


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

#sidebar ul li{
	border-bottom: 1px dotted #CCC;
	display: block;
	list-style: none;
	padding: 3px 0px 3px 0px;
}

#sidebar ul li:last-child{
	list-style-type:none;
	border-bottom:none;
	display:block;
	}

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

.widget_ip_latest_issue {
	position: relative;
}

#sidebar > li.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, .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');
}

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

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

/* 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 a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #66CC66;
	text-decoration: underline;
}

#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: #66CC66;
	text-decoration: underline;
}

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

/* SINGLE PAGE PULL QUOTE */

.ex-pullquote, .pullquote {
  	float : right;
  	width : 150px;
  	border : 0;
  	color : #666;
   	font-family : helvetica;
   	font-size : 110%;
   	font-weight : bold;
   	font-style : italic;
   	margin : -5px 0 15px 10px;
}

.pullquote {
	width : 250px;
   	margin : -25px 0 20px 15px;
}

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

.adLeaderboard {
	float: right;
	width: 728px;
}

.adFooter {
    background: #fff;
    border: 1px #ccc solid;
    clear: both;
    float: left;
    margin: 10px auto 0 auto;
    text-align: center;
    width: 938px;
}

.adFooter.adButtons {
	margin-top: 10px;
	text-align: center;
}

.adButtons > div {
    display: inline-block;
}

.adLeaderboard > div {
    display: inline-block;
	height: 90px;
	overflow: hidden;
	width: 728px;
}

.adFooter.adLeaderboard > div {
	margin: 10px;
}

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

.SaleSticker {
   background-image: url("https://www.dphotographer.co.uk/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 0px;
   clear:none!important;
}

.Browse {
   background-color: #e2401b;
}

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


.Buy {
   background-color: #39AB53;
   margin-left: 0;
}

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


.GDM {
    background-position: 0px 0px;
    margin-left: 0px;
}

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


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

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

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


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

#sidebar li#ip_latest_issue-3,
#sidebar li#ip_latest_issue-4,
#sidebar li#ip_latest_issue-5,
#sidebar li#ip_latest_issue-6,
#sidebar li#ip_latest_issue-7{

    background: none;
    border: none;
    padding:0px;
}








#sidebar li#ip_twitterfeed-4{

    float:left;

}

#sidebar li#ip_twitterfeed-4 img{

    margin-right:10px;
    margin-bottom:40px;
    margin-top:7px;


}

#sidebar li#ip_twitterfeed-4 h4{

    float:left;
	margin-bottom: 2px;
	font-size:12px;
    color: #157AB3;
    margin-top:7px;
    width:226px;

}

#sidebar li#ip_twitterfeed-4 h4 a{

    color:#157AB3;


}


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


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


}
.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;
padding-bottom: 5px;
margin-top: 10px;}

.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;
width: 268px;
clear: both;
margin-left: -40px;
height:17px;
text-align:left;
font: 100% "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:12px !important;
}



#aboutAccordian  h5 {

	width:286px !important;

	}


#acc h3:hover {background-color:#ccc;}
#acc li { margin: 0 0 6px 0; padding: 0; border: 0; list-style:none;font-size:12px;}
#acc .acc-section {
	overflow: hidden;
	background: white;
	margin-left: -36px;
	width: 265px;
	margin-top: 32px;
}



#acc .acc-person-content {width:288px; border-top:none; background:#fff;}

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

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

#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;
    width:265px;
    margin-top:10px;
}


#contactAccordian
.contact_info_mail, span.email {
    width:240px;
}


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


.contactContainer
span.email,
span.facebook
{
	width: 242px;


}

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: 16px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:5px;
}

#ip_productwidget{margin-bottom: 30px;max-width:400px;background-color:#fff;border:2px solid rgba(33,33,33,0.2);border-radius:8px;padding:5px 0}
#ip_productwidget .col-xs-6{padding-left:5px;padding-right:5px}
#ip_productwidget .WidgetImage img{height:auto;width:100%;margin-bottom:5px}
#ip_productwidget .btn{font-size:13px;display:block;font-weight:normal;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.5rem 1rem;border-radius:.25rem}
#ip_productwidget .btn-primary{background-color:#2C3E50;border-color:#2C3E50;color:#FFF;margin-bottom:10px}
#ip_productwidget .btn-success{background-color:#18BC9C;border-color:#18BC9C;color:#FFF}
#ip_productwidget .offer{display:none}

#document-footer {
  padding: 30px 0;
  color: #FFF;
  background-color: #222;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #document-footer .container {
    width: 990px;
    margin: 0 auto;
    height: auto; }
  #document-footer p {
    margin-bottom: 6px; }
  #document-footer a {
    color: #FFF; }
  #document-footer nav {
    padding: 10px 0; }
  #document-footer .nav {
    display: inline-block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 7px 0;
    list-style: none; }
    #document-footer .nav > li {
      float: left; }
      #document-footer .nav > li a {
        display:block;
        padding: 10px 15px; }