/*
Theme Name: Know Your Apps v2
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Helvetica, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

/* Text elements */
p {
	color:#13436F;
	margin-bottom:18px;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	clear: left;
	float: left;
	margin-right: 5px;
}
dd {
	float: left;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
	font-size:13px;
}
#content,
#content input,
#content textarea {
	color: #13436F;
	font-size: 13px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content .page img.alignleft {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}

#content .page p {
	line-height: 1.4em;
}

#content .page ul {
	list-style: outside;
	margin-left: 25px;
	margin-bottom: 18px;
	width: 420px;
}

#content .page li {
	margin-left: 10px;
	padding-left: 10px;
}

/* DESIGN SPECIFIC */

#content {
	line-height: 1.3em;
	margin: 20px auto 0 auto;
	width: 984px;
}

#content.info-page, #content.contactPage {
    margin: 0;
    width: auto;
}

#appsFade {
	background: url('images/many_logos_background.png') repeat-x center;
	height: 22px;
	padding-bottom: 110px;
}


#menu {
	background: #1C5487;
	border-bottom: 1px #4188C2 solid;
	overflow: auto;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}


#menu div {
	margin: 0px auto;
	text-align: right;
	width: 960px;
}

#menu div.top-menu {
    border-bottom: 1px solid #165f9b;
    float: left;
    width: 100%;
}

#menu div.menu-main-menu-container {
    float: left;
    width: auto;
}

#menu .HomeButton {
    background: url('images/home.png') left top no-repeat;
    display: block;
    float: left;
    height: 22px;
    padding: 0;
    width: 22px;
}

#menu ul {
    clear: left;
	float: left;
	list-style: none;
	margin: 0;
    padding-left: 230px;
}


#menu ul#MenuMain {
    padding-left: 0;
    font-size:15px;
    padding:0 12px 0 0px;
    
}

#menu ul#MenuProduct {
	background: url('images/shop.png') 3px 4px no-repeat;
	padding-left: 27px;
	font-size:12px;
}

#menu li {
	float: left;
}

#menu li ul {
    display: none;
    position: absolute;
    background: #1C5487;
    border-right: 1px solid #4188C2;
    border-bottom: 1px solid #4188C2;
    border-left: 1px solid #4188C2;
    -webkit-border-radius: 0 0 5px 5px;
       -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    padding-left: 0;
    z-index: 10;
}

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

#menu li ul li {
    clear: left;
}

#menu li ul li a {
	width:180px;
	font-size:12px;
		text-align:left;
	
	
}

.entry-meta{
	
	display:none;
}

#MenuMain li ul li a {
	width:80px;
	font-size:12px;
	text-align:left;
	
}

#menu a {
	color: #FFF;
	display: block;
	margin: 5px 3px;
	padding: 2px 12px;
	text-align: center;
	text-decoration: none;
}



#menu li.current-menu-item, .post-type-archive-app .app-reviews a {
	background: #407BB8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



#menu a:hover {
	background-color: #407BB8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.menu-header {
	text-align: right;
}

#header {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 984px;
}

#logo {
	background: #1c5487;
	border-top: 1px #4188c2 solid;
	border-bottom: 1px #4188c2 solid;
	border-left: 1px #4188c2 solid;
	border-right: 1px #4188c2 solid;
	float: left;
	height: 109px;
	width: 234px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	height:90px;
	padding:10px 0 5px 0;
	
}

#logo a {
	outline: none;
}

#logo img {
	margin: 0 0 0 0;
}

#leaderboard {
	float: left;
	height: 90px;
	margin-top: 20px;
	margin-left: 20px;
	width: 728px;
}

#google_ads_div_APPS_Standard_Leaderboard1_ad_wrapper {
    height: 90px;
}

#google_ads_div_APPS_Standard_MPU1_ad_wrapper {
    height: 250px;
}

#footer {
	background: #333;
	border-top: 1px #fff solid;
	clear: both;
}

#footer p {
	color: #fff;
	float: left;
	margin: 3px 15px;
}

.page {
	clear: left;
}

#post-3779 {
    padding-left: 270px;
}

@font-face {
	font-family: 'StMarieThin';
	src: url('fonts/StMarie-Thin-webfont.eot');
	src: url('fonts/StMarie-Thin-webfont.woff') format('woff'), url('fonts/StMarie-Thin-webfont.ttf') format('truetype'), url('fonts/StMarie-Thin-webfont.svg#webfontFWarA2us') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* APP SPECIFIC */

.appMainImage {
	clear: both;
	float: right;
	width: 250px;
	margin-left:12px;
}

.appPhonePortrait .appMainImage .iphone4Image  
{
	margin-top:115px;	
}

.appPhonePortrait .appMainImage img.appOfTheDay,
.appPadLandscape .appMainImage img.appOfTheDay,
.appPadPortrait .appMainImage img.appOfTheDay {
	position: absolute;
	margin: -18px 0 0 -242px;
}


/* Android in Portrait */
.appAndroidPortrait .appMainImage {
	background: url('images/galaxy_s3_portrait.png') no-repeat;
	height: 496px;
	width:250px;
	margin-left:20px;
}

.appAndroidPortrait .appMainImage img {
	margin: 85px 0 0 22px;
}



/* iPhone in Portrait */
.appPhonePortrait .appMainImage {
	background: url('images/iphone_5_portrait.png') no-repeat;
	height: 597px;
}

.appPhonePortrait .appMainImage img {
	margin: 85px 0 0 25px;
}

/* iPad in Portrait */
.appPadPortrait .appMainImage {
	background: url('images/ipad_portrait.png') no-repeat;
	height: 360px;
}

.appPadPortrait .appMainImage img {
	margin: 33px 0 0 36px;
}

/* iPad in Landscape */
.appPadLandscape .appMainImage {
	background: url('images/ipad_landscape.png') no-repeat;
	height: 230px;
}

.appPadLandscape .appMainImage img {
	margin: 25px 0 0 30px;
}



/* iPhone in Landscape */
.appPhoneLandscape .appMainImage {
	background: url('images/iphone_5_horizontal.png') no-repeat;
	height: 143px;
	width:260px;
	padding:14px 0px 0px 49px;
	
}



/* Android in Landscape */
.appAndroidLandscape .appMainImage {
	background: url('images/samsung-horizontal.png') no-repeat;
	height: 153px;
	width:247px;
	padding:16px 0px 0px 54px;
	margin-top:10px;
	
}



.appReview {
	color: #fff;
	font-size: 13px;
	line-height: 1.3em;
	margin: 5px 0 20px 0;
	min-height: 300px;
}

.appReview h1 {
	font-size: 32px;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 30px;
	color:#13436F;
}

.appReview h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
	color:#1C5487;
}

.appReview h2.rating {
	margin: 5px 0;
}

.appReview p {
	margin-bottom: 1.3em;
	padding-right: 10px;
}

.appBodyText {
	clear: left;
}

.appIcon {
	height: 88px;
	float: left;
	margin: 0 10px 5px 0;
	width: 88px;
}

.appInfo {
	background: #fff;
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	float: left;
	font-size: 12px;
	width: 298px;
	margin-bottom:10px;
}

.appInfo p {
	margin-bottom: 2px;
	clear:both;
}

.appPhoneCompat {
	background: #00aeef;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 5px 5px 0 0;
	padding: 0 10px;
}

.appPadCompat {
	background: #71bf44;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin-top: 5px;
	padding: 0 10px;
}

#comments {
	background: #1c5487;
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	color: #FFF;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	width: 622px;
}

#comments a {
	color: #0099FF;
}

#comments textarea,
#comments input {
	color: #333;
}

.appScreenshots {
	background: #fff;
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	display:block;
	color: #FFFFFF;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 622px;
}

.appScreenshots div {
	overflow-x: scroll;
	overflow-y: auto;
	padding-bottom: 15px;
}

.appScreenshots td {
	vertical-align: middle;
}




.appInfo h4 {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #1C5487;
}


.appInfo h4 a{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #1C5487;
	text-decoration:none;
}

.appInfoLogo{
	
	margin-bottom:-9px;
}




.appTop100Cont h3,
.appPrevious h3,
.appCatList h3,
#comments h3,
.appInfo h3,
.appScreenshots h3,
.appBox h3.related {
	border-bottom: 1px #628aaf solid;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #1C5487;
}



.appInfo h3{

	background-color:#1C5487;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	padding:8px;
}

.appDataBox{
	
	margin-left:10px;
	margin-right:10px;
}



.appTop100Cont h3 {
	margin-left: 5px;
}

#post-3779 h1 {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#post-3779 h3 {
	margin: 5px 0 20px 0;
}

#post-3779 a {
    color: #b2e3ff;
}

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

span.address, span.email, span.telephone, span.twitter, span.facebook {
    padding: 2px 0 2px 30px;
}

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

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

span.telephone {
    background: url('images/phone-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;
}

.appScreenshots img {
	margin: 5px;
}

.appPriceUK {
	background: url('images/icon_ukflag.jpg') center right no-repeat;
	display: inline-block;
	margin-right: 6px;
	width:22px !important;
}

.appPriceUS {
	background: url('images/icon_usaflag.jpg') center right no-repeat;
	display: inline-block;
	margin-right: 6px;
	width:22px !important;
	}
	
#homepagePrices
.appPriceUK
{
	width:52px;
}	

#homepagePrices
.appPriceUS
{
	width:52px;
}	


.spacer{
	
	margin-bottom:10px;
}

.info-footer {
    background: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    float: left;
}

.iTunesLink {
	display: block;
	float: left;
	height: 30px;
	margin: 12px 50px;
	width: 180px;
}

.socialButtons {
	display: block;
	float: left;
	margin: 7px 50px 5px 50px;
	overflow: auto;
	width: 192px;
}

.appCatList {
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	float: left;
	font-size: 12px;
	margin: 40px 0 10px 20px;
	padding: 10px;
	width: 160px;
	color: #1C5487;
}

.appCatList a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #1C5487;
	display: block;
	padding: 0 2px;
	margin-bottom: 1px;
	text-decoration: none;
}

.appCatList a:hover {
	background: #4188c2;
	color:#fff;
}

.appTop100 {
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
}

.appTop100 .meta,
.appTop100 .metaFirst,
.appTop100 .metaLast {
	float: left;
	border-right: 1px #ddd solid;
	line-height: 1em;
	padding: 2px 8px 0 8px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.appTop100 div.metaFirst {
	padding-left: 0;
}

.appTop100 div.metaLast {
	border-right: 0;
}

.appTop100Cont h1 {
	margin: 5px -20px 8px 2px;
}

.appTop100 p {
	clear: left;
	line-height: 14px;
	margin-top: 4px;
}

.appTop100 p img {
	float: left;
	margin-right: 8px;
}

.appTop100 .appiTunesLink {
	background: #417cB9 url('images/download_app.png') center right no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	float: right;
	margin-top: 5px;
	padding: 1px 25px 1px 5px;
	text-decoration: none;
}

.appTop100 .appReviewLink {
	background: #417cB9 url('images/full_review.png') center right no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	display: block;
	float: right;
	margin: 5px 5px 0 0;
	padding: 1px 25px 1px 5px;
	text-decoration: none;
}

.catIcon {
	color: #13436F;
	display: block;
	float: left;
	font-weight: bold;
	height: 130px;
	line-height: 1.4em;
	outline: none;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	width: 92px;
}

.catIcon img {
	width: 88px;
}

.catIcon:hover {
	color: #1C5487;
}

.catIcon:hover img {
	height: 90px;
	margin-top: -1px;
	width: 90px;
}

.appPrevious {
	background: #fff;
	border: 1px #4188c2 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	overflow: auto;
	padding: 20px;
	width: 622px;
}

.appPrevious li {
	float: left;
	width: 310px;
	height: 100px;
}

.appPrevious li h4 {
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.appPrevious li img {
	float: left;
	margin-right: 10px;
}

.appPrevious li p {
	font-size: 12px;
	line-height: 14px;
	height: 42px;
	padding-right: 10px;
	margin: 0;
	overflow: hidden;
}

.appPrevious a {
	color: #1c5487;
	text-decoration: none;
}

.appPrevious a:hover {
	text-decoration: underline;
}

.appTop100Cont {
	float: left;
	margin-top: 5px;
	width: 500px;
	margin-bottom: 20px;
}

.button {
	background: #71bf44;
	border: 1px #a1a1a1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	display: block;
	margin: 3px auto;
	padding: 5px 15px;
	text-decoration: none;
	width: 125px;
}

/* MAGAZINE FOLD OUT */
#foldOutLarge {
	position: absolute;
	top: 140px;
	right: 0;
	overflow: hidden;
	width: 50px;
	z-index: 2000;
}

#foldOutLarge > div {
	background: #ececec;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
	float: left;
	margin-top: -22px;
	margin-left: 30px;
	padding: 15px 20px;
	text-align: center;
}

#foldOutLarge .magCover {
	padding: 3px;
	border: 1px #ccc solid;
}

#foldOutLarge .iconClose {
	cursor: pointer;
	margin-left: 15px;
	z-index: 1000;
}

#foldOutLarge .textIssue {
	color: #3685c4;
	font-family: StMarieThin, Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

#foldOutLarge .textOnSale {
	color: #666;
	font-family: StMarieThin, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* COMMENTS */

.commentlist {
	margin: 10px 0 20px 0;
}

.commentlist li {
	background: #e8edf1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
}

.commentlist li .avatar {
	border: 1px #0099ff solid;
	float: left;
	margin-right: 15px;
	padding: 2px;
}

.commentDate {
	background: url('images/icon_calendar.png') center left no-repeat;
	padding-left: 18px;
}

.commentRating {
	float: right;
}

#comments textarea {
	border: 1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #a9a9a9;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	padding: 5px;
	width: 95%;
}

#comments input {
	border: 1px #CCC solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #a9a9a9;
	margin-bottom: 5px;
	padding: 5px;
	width: 95%;
}

#comments button {
	background: #71bf44;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 1px;
}

#comments fieldset {
	float: left;
	width: 360px;
}

.comment-form-rating {
	background: url('images/user_rating_none.png') center right no-repeat;
	flear: left;
	height: 26px;
	margin-top: 5px;
	margin-bottom: 0;
	width: 353px;
}

/* Star ratings */
.star-rating-control {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

div.rating-cancel {
	display: none;
}

div.star-rating {
	float: left;
	width: 17px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.star-rating,
div.star-rating a {
	background:url('images/star.png') no-repeat 0 0px;
}

div.star-rating a {
	display: block;
	width: 17px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

div.star-rating-on a {
	background-position: 0 -17px !important;
}
div.star-rating-hover a {
	background-position: 0 -34px;
}

#post-27 .wp-post-image {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}

.mpu {
    margin-left: -55px;
    margin-top: 70px;
}

.appPhonePortrait .mpu {
    margin-top: 150px;
}

#content .wpcf7 input, #content .wpcf7 textarea {
    color: #000;
    width: 642px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

#content .wpcf7 input[type="submit"] {
    background: #1D5FA0;
    border: 1px solid #5685B4;
    color: #fff;
    padding: 5px 20px;
    width: auto;
}

.group {
    border-top: 1px solid #DDD;
	float: left;
	padding: 5px;
	width: 298px;
}

aside .group {
    margin-left: -5px;
}

.group strong {
    color: #333;
    display: block;
    font-size: 15px;
    text-align: left;
}

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

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

.group a.primary {
    background-color: #39ab53;
}

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

footer {
    clear: both;
}

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



/* 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;
    padding: 5px !important;
    margin-bottom: 0.3em;
}

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

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

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

.advertise-page p.counter {


}

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

/* CONTACT INFORMATION - ACCORDION */

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

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


#acc h3:hover {background-color:#ccc;}
#acc li { margin: 0 0 6px 0; padding: 0; border: 0; list-style:none; width:320px !important;}
#acc .acc-section {overflow:hidden; background:#fff; width:300px;}
#acc .acc-section-contact {overflow:hidden; background:#fff; width:310px; padding:5px;}

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

#contactAccordian {
    border: 1px solid #ccc;
    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: #13436F;
	margin: 0px 0 5px;
	padding: 0;
}

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

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

}

.contact_info_tel a{

    font-size: 14px;

}

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

}

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

.widgets {
    background: none;
    border: 0;
    margin-top: 20px;
    padding: 0;
}

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

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

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

#contactAccordian h1 {
    color: #13436F;
    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: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: inherit;
    margin: 5px 0 0 0;
}

.acc-section {
    padding: 10px;
}

.contact_info_mail, .contact_person_tel, .contact_info_tel, .contact_info_mail_grey, .contact_person_tel_grey, .contact_info_tel_grey, 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 6px no-repeat;
}

.contact_info_mail_grey, span.email_grey {
    background: url('images/mail-icon-grey.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 6px no-repeat;
    margin-bottom: 5px;
}


.contact_person_tel_grey, .contact_info_tel_grey, span.telephone_grey {
    background: url('images/phone-icon-grey.png') left 6px no-repeat;
    margin-bottom: 5px;
}


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

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

#contactAccordian .stats span {
    clear: left;
    color: #13436F;
    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 6px no-repeat;
}

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

span.facebook {
    background: url('images/facebook-icon.png') left 6px 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: 300px;
	display: block;
	border: 1px #CCC solid;
	margin-right: 20px;
	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;
	margin-bottom:0px !important;
	background:none !important;
	width:550px !important;
}

.about-page li{

	border:none !important;
	margin-bottom:0px !important;
	background:none !important;
	width:550px !important;
}

.contact-page li{

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

.centerDiv {
	display: block;
	margin: 0 auto;
	padding: 10px 0px;
	width: 984px;
}

.advertise-page a{
	color:#1C5487;
}

.advertise-page a:hover{
	color:#1C5487;

}

.advertise-page a:visited{
	color:#1C5487;

}




.contact-page a{
	color:#1C5487;
}

.contact-page a:hover{
	color:#1C5487;

}

.contact-page a:visited{
	color:#1C5487;

}

.blackLinks a{
	color:#000;
}

.blackLinks a:hover{
	color:#000;

}

.blackLinks a:visited{
	color:#000;

}


#acc .contact-page .acc-section {
	overflow: hidden;
	background: white;
	width: 267px;
}









.appBox, h1.search-title {
    border: 1px solid #4188c2;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    color: inherit;
    float: left;
    margin: 0 20px 10px 0;
    padding: 10px;
    width: 642px;
    color: #13436F;
}

.single .appBox {
    padding: 20px;
    width: 622px;
}

.appBox a {
    color: #13436F;
    text-decoration: none;
}

.appBox a:hover {
    color: #407BB8;
}

.appBox .appIcon {
    height: 150px;
    margin: 0 10px 0 0;
    width: 150px;
}

.appBox .wp-post-image {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    float: left;
    margin: 0 10px 0 0;
}

.appBox h1 {
    font-size: 20px;
    line-height: 1.2em;
    color: #13436F;
}

.appBox h2 {
    color: #315C83;
    font-size: 14px;
    line-height: 1.2em;
    padding-left: 160px;
}

.appBox h3 {
    border-bottom: 1px #628aaf solid;
    color: #13436F;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.appBox .catBox {
    float: left;
    margin: 5px 0 5px 0;
    width: 482px;
}


.appBox .catBox a:hover{
	color:#fff;
}


.appBox .meta_white_category {
    background-color: #8fc64f;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4em;
    list-style-type: none;
    margin: 0px 3px 0px 0px;
    padding: 1px 6px;
}


#filterButtons .meta_white_category {
    background-color: #8fc64f;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4em;
    list-style-type: none;
    margin: 0px 3px 0px 0px;
    padding: 1px 6px;
}


#filterButtons .showall {
    background: #F51E28;

}


#filterButtons .showall_on {
    background: #F51E28;
	border:2px solid #1C5487;
	margin-top:-2px;
}

#filterButtons .iPad {
    background: #3783AA;
}

#filterButtons .iPad_on {
    background: #3783AA;
	border:2px solid #1C5487;
	margin-top:-2px;
}


#filterButtons .iPhone {
    background: #00AEEF;
}

#filterButtons .iPhone_on {
    background: #00AEEF;
	border:2px solid #1C5487;
	margin-top:-2px;
}


#filterButtons .Android {
    background: #8fc64f;
}

#filterButtons .Android_on {
    background: #8fc64f;
	border:2px solid #1C5487;
	margin-top:-2px;

}





.appBox .Uncategorized {
    background: #999;
}


.appBox .top-5 {
    background: #8F47B8;
}

.appBox .latest-news {
    background: #e8192c;
}

.appBox .magazine-issues {
    background: #f18133;
}

.appBox .team-blog {
    background: #8fc64f;
}

.appBox .competitions {
    background: #f18133;
}

.appBox .store {
    background: #8F47B8;
}

.appBox .uncategorized {
    display: none;
}

.appBox strong {
    color: #a2c3dd;
}


.appBox .iPad {
    background: #3783AA;
}

.appBox .ipad {
    background: #3783AA;
}


.appBox .iPhone {
    background: #00AEEF;
}

.appBox .iphone {
    background: #00AEEF;
}

.appBox .News {
    background: #BBA2FF;
}
.appBox .news {
    background: #BBA2FF;
}


.appBox .Features {
    background: #E2644C;
}
.appBox .features {
    background: #E2644C;
}


.appBox .appPhoneCompat, .appBox .appPadCompat {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    list-style-type: none;
    margin: 0px 3px 0px 0px;
    padding: 1px 6px;
}

.appBox .postStats {
    background: #e6e6e6;
    border-top: 1px #628aaf solid;
    -webit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
      	border-radius: 0 0 6px 6px;
    clear: left;
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px -10px -10px -10px;
    padding: 10px;
    width: 642px;
    color: #1C5487;
}

.appBox .postStats .stat {
    padding-right: 5px;
        color: #1C5487;
    
}

.postStats .stat, .meta-footer span {
	background-position: left top;
	background-repeat: no-repeat;
    float: right;
	font-size: 12px;
    height: 12px;
	margin: 0 0 0 10px;
	padding: 2px 0px 3px 24px;
	color:#fff;
}

.appStats {
    background: #1C5487;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    float: right;
    font-size: 12px;
    line-height: 1.4em;
    margin: 10px 0 0 0;
    padding: 10px;
    width: 462px;
    color:#fff;
}

.appStats .stat {
    float: left;
    padding-right: 5px;
}

.appBox .appPriceUK, .appBox .appPriceUS {
    font-size: inherit;
}

.postStats span.PostDate {
	background-image: url('images/time.png');
	margin-left: 0;
}

.postStats span.PostViews, .meta-footer span.PostViews {
	background-image: url('images/views.png');
}

.postStats span.PostLikes {
	background-image: url('images/likes.png');
}

.postStats span.PostComments, .meta-footer span.PostComments {
	background-image: url('images/comment.png');
}

.leftColumn {
    float: left;
    margin-right: 20px;
    width: 664px;
    background-color:#fff;
    color:#13436F;
}

.rightColumn {
    float: right;
    width: 300px;
    
}

.rightColumn aside {
    margin-bottom: 20px;
}

#searchform {
    background: #fff;
    border: 1px solid #4188c2;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
    margin-bottom: 9px;
   /* width: 288px;*/
    height:28px;
    font-size:12px;
}

#searchform #s {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    outline: none;
    width: 226px;
}

#searchform #searchsubmit {
    background: none repeat scroll 0 0 #1C5487;
    border: 1px solid #4188C2;
    border-radius: 3px 3px 3px 3px;
    float: right;
    margin-right: 1px;
    margin-top: 2px;
    padding: 2px 5px;
    color:#fff;
}

#searchform #searchsubmit:hover {
    background: #13436f;
}

.fb_comment {
    background: #fff;
    border: 1px solid #4188c2;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}

.related-posts {
}

.related-posts li {
    border: #13436f 1px solid;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    float: left;
    margin: 10px 0 0 9px;
    padding: 10px;
    width: 174px;
    min-height:320px;
}

.related-posts li:first-child {
    /*margin-left: 0;*/
}

.related-posts li .wp-post-image {
    height: auto;
    margin: 0;
    width: 174px
}

.related-posts li h4 {
    border-bottom: 1px #1c5487 solid;
    float: left;
    font-size: 14px;
    line-height: 1.3em;
    padding: 5px 0;
    width: 174px
}

.related-posts li p {
    float: left;
    line-height: 1.3em;
    margin: 5px 0 10px 0;
    width: 174px;
    min-height:66px;
}

.related-posts .meta-footer {
    background: #13436F;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    float: left;
    margin: 0 -10px -10px -10px;
    padding: 5px 10px 8px 10px;
    width: 174px;
}

.post-header {
    border-bottom: 1px #628AAF solid;
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
    float: left;
    margin: -20px -20px 20px -20px;
    padding: 10px 20px 0 20px;
    width: 622px;
}

.appBox .post-header h2 {
    clear: left;
    padding: 0;
    margin-bottom: 10px;
}

.single .appBox .postStats {
    margin: 0 -20px;
    padding: 10px 20px 5px 20px;
    width: 622px;
}

.product-social {
    float: left;
}

.product-social > div {
    float: left;
    margin: 0 5px 0 0;
}

.tagFooter {
    background: #13436f;
    border-top: 1px #628aaf solid;
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    clear: both;
    padding: 10px 20px;
    margin: 20px -20px -20px -20px;
    width: 622px;
    color:#fff;
}

.tagFooter a{
	
	color:#fff;
}

/* EMBEDDED IMAGES */

.wp-caption {
    background: #13436f;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
    margin: 0 0 10px 10px
}

.alignnone {
    float: right;
    margin: 0 0 10px 10px
}

.wp-caption figcaption {
    color: #8aafd1;
    font-size: 10px;
    padding: 0 10px;
}

/* END EMBEDDED IMAGES */

/* PAGINATION */

.pagination {
	background: #13436F;
	color: #13436F;
	float: left;
	text-align: right;
	width: 642px;
	padding: 10px;
	border: 1px #4188C2 solid;
	-webkit-border-radius: 5px;
	   -moz-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 solid #628AAF;
	color: #13436F;
}

.pagination span,
.pagination a:hover {
	color: #13436F;
	text-decoration: none;
}

.pagination span.pages {
    color: #fff;
	padding: 3px 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #628AAF;
	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 solid #628AAF;
	color: #fff;
	margin: 0px 1px;
}

.pagination a, .pagination a:link {
	height: 20px;
	line-height: 20px;
	text-align: center;
    border: 1px solid #628AAF;
	background-color: #A2C3DD;
	margin: 0px 1px;
	padding: 3px 5px;
	color: #13436F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #fff;
}

/* SIDEBAR COMMON */
.rightColumn {
	width: 300px;
	float: right;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4em;
}

.rightColumn ul {
    clear: left;
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

.rightColumn ul li {
	border-top: 1px #628AAF solid;
	display: block;
	padding: 5px 0 5px 5px;
	margin: 0;
	list-style-type: none;
}

.rightColumn ul li {
	border-top: 1px #628AAF solid;
	display: block;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none;
}

.rightColumn ol {
	padding: 2px 0 2px 18px;
	margin: 0;
}

.rightColumn ol li {
	border-bottom: 1px #628AAF solid;
	display: list-item;
	padding: 2px 0 2px 2px;
	margin: 0;
	list-style-type: decimal;
	color: #D92129;
}

.rightColumn ol li:last-child {
	border-bottom: none;
}


.rightColumn > aside.widget h3, .rightColumn > aside.widget #twitterfeed h3 {
	font-size: 18px;
	color: #13436F;
	float: left;
	line-height: 1.2em;
	font-weight: bold;
	background-image: url(images/title_bg.jpg);
	float: left;
	height: 30px;
	width: 278px;
	padding: 0px 10px;
	margin: 0 0 0 -10px;
	text-align: left;
}

.rightColumn > aside.widget h3 a {
	color: #FFF;
}

.rightColumn > aside.widget h3 a img {
	float: right;
	margin: 7px 0 0 0;
}

.rightColumn > aside {
	list-style-type: none;
}

.rightColumn aside.widget {
    
	border: 1px #628AAF solid;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
	width: 278px;
	background-color: #fff;
}

.rightColumn aside.widget_ip_adestra, .rightColumn aside.widget_ip_rawhtml, .rightColumn aside.widget_ip_latest_issue {
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 0;
    width: 300px;
}

.rightColumn aside.widget_ip_adestra, .rightColumn aside.widget_ip_rawhtml {
   /* height: 250px;*/
}

.rightColumn aside .tweet {
    border-top: 1px #628AAF solid;
    border-bottom: 0;
    padding-top: 10px;
}

.rightColumn aside .tweetDate {
    color: #628AAF;
    margin-top: 5px;
    width: auto;
}

.rightColumn aside .tweetDate p {
    margin-bottom: 0;
}

.rightColumn aside.widget_rrm_recent_posts ul li a {
    color: #13436F;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
}

.rightColumn aside.widget_rrm_recent_posts ul li a:hover {
    color: #A2C3DD;
}

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

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

#content .newsletterSignup fieldset input:focus {
	color: #333;
}

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

/* >> POPULAR POSTS */

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

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	height: 21px;
	line-height: 21px;

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

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

}

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

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

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

ul.tabs li a:hover {
	background: #ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;

}

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

.tab_content {
	padding: 2px;

}

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

}

.tab_content h3 a{
	color: #254588;
}

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

/* PRODUCT WIDGET */

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

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

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

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

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

.ImageWrap {
    vertical-align: middle;
}

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

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

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

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


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

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

.Browse {
 /*   background-image: url("images/van.png"); */
    background-color: #e2401b;
    padding-left: 0;
}

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



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

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

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

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

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


.listParagraph{

    float:left;
    margin-bottom:15px;
}

.listItem{
    
    float:left;
    width:500px;
}

.imageImage{
    float:left;

    width:100px;

}

.bestfree2{
	
	margin-bottom:10px;
	line-height:24px;
}


.bestfree{
	
	margin-bottom:10px;
}

.score{
	
	display:block;
	margin-bottom:35px;
	float:left;
	
}


h1.pageTitle{
	margin: 5px -20px 8px 2px;
	
}

.fb_comments_count{
	
	padding-left: 12px !important;
	margin-top: -2px !important;
	
}


.postStats .fb_comments_count{
	
		padding-left: 0px !important;
	
}

.starRating{
	
	margin-bottom:20px;
}

.iTunesLogo{
	
	    background-image: url("images/icons/itunes_logo.png");
	    padding-left:33px;
	    background-repeat:no-repeat;
	    margin-bottom:5px;
	    height:31px;
	    background-position:-3px -3px;
    
	    
	
}

.androidLogo{
	
	    background-image: url("images/icons/android_logo.png");
	    padding-left:33px;
	    background-repeat:no-repeat;
	    margin-bottom:5px;
	    	    height:31px;
	    

	    
}

.downloadLogo {

	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;	
	border:#999 solid 1px;
	margin-left: 5px;	
	padding: 2px 5px;	
	font-size: 11px;
	color:#13436F;
		font-weight:normal;
	
}

.downloadLogo a{


	text-decoration:none;
		color:#13436F;
			font-weight:normal;
		
	
}





#socialButtons a {

	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	margin: 7px 0px 6px 8px;
	padding: 0px;
	width: 20px;
}

#socialButtons a.rss {
	
	background-image: url('images/icons/rss_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#socialButtons a.rss:hover {
	background-position: 0px -21px;
}

#socialButtons a.twitter {
	background-image: url('images/icons/twitter_logo.png');	
	background-position: 0px 0px;
}

#socialButtons a.twitter:hover {
	background-position: 0px -21px;
}

#socialButtons a.facebook {
	background-image: url('images/icons/facebook_logo.png');	
	background-position: 0px 0px;
}

#socialButtons a.facebook:hover {
	background-position: 0px -21px;
}


#filterButtons  {

	float:right;
	width:277px !important;
	height:28px;
	margin-top:-9px;
	margin-bottom:5px;
}


#filterButtons a {

	cursor: pointer;
	display: block;
	float: right;
	height: 25px;
	margin: 10px 0px 10px 3px;
	padding: 0px;
	height: 25px;
	text-decoration:none;
	
}


#filterButtons a:hover {
    opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}


/*
#filterButtons a:hover {
	background-color: #407BB8;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		width: 25px;
	height: 25px;
}
*/

#filterButtons a.itunesButton {
	
    background-image: url('images/icons/apple_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:7px;
}



#filterButtons a.androidButton {
	
    background-image: url('images/icons/android_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:9px;
	margin-right:3px;
	
}


#filterButtons a.clearButton {
	
    background-image: url('images/icons/undo_icon.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:9px;
	width:29px;
}


.filterText{
	float:left;
	margin-top:10px
}


#filterButtons h2{
	
	color: #13436F;
	font-size: 12px;
	font-weight:bold;
	
}


.top5Filter{
	
	width:663px;
}

.introText{
	margin-top:7px;
	width: 482px;
	float: right;
}

.postTitle{
	
	font-size:32px !important;
}

.iTunesLogo {
	background-image: url("images/icons/itunes_logo.png");
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	background-size: 30px 30px;
	display: block;
	background-position:-2px -3px;
    clear:both;
    margin-bottom:25px;
                
}

   	.androidLogo {
	    background-image: url("images/icons/android_logo.png");
        -webkit-background-size: 25px 25px;
           -moz-background-size: 25px 25px;
             -o-background-size: 25px 25px;
                background-size: 25px 25px;
                	font-size:14px !important;
                  	height:30px;      
                	display: block;
					float: left;          
    }

.noResults{
	
	margin-top:20px;
	
}

.fb_iframe_widget{
	
	float:left !important;
	display:block !important;
	clear:both !important;
	width:623px !important;
	
}

@media only screen and (device-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5)
{
	
	
		
		.iTunesLogo {
	    background-image: url("images/icons/itunes_logo_retina.png");
        -webkit-background-size: 30px 30px;
           -moz-background-size: 30px 30px;
             -o-background-size: 30px 30px;
                background-size: 30px 30px;
                	font-size:14px !important;
                	

                
    }
    
   	.androidLogo {
	    background-image: url("images/icons/android_logo_retina.png");
        -webkit-background-size: 25px 25px;
           -moz-background-size: 25px 25px;
             -o-background-size: 25px 25px;
                background-size: 25px 25px;
                	font-size:14px !important;
                  	height:30px;                
    }
    
	#socialButtons a.rss {
		background-image: url('images/icons/rss_logo_retina.png');
		background-repeat: no-repeat;
		background-position: 0px 0px;
	    -webkit-background-size: 20px 20px;
           -moz-background-size: 20px 20px;
             -o-background-size: 20px 20px;
                background-size: 20px 20px;
	}

	#socialButtons a.facebook {
			background-image: url('images/icons/f_logo_retina.png');	
			background-position: 0px 0px;
		    -webkit-background-size: 20px 20px;
	           -moz-background-size: 20px 20px;
	             -o-background-size: 20px 20px;
	                background-size: 20px 20px;
	}
	
	
	#socialButtons a.twitter {
		background-image: url('images/icons/twitter_logo_retina.png');	
		background-position: 0px 0px;
		    -webkit-background-size: 20px 20px;
	           -moz-background-size: 20px 20px;
	             -o-background-size: 20px 20px;
	                background-size: 20px 20px;
		
	}
	
	
	
	.appBox h1 a{
		font-size: 25px !important;
		line-height: 1.2em;
		color: #13436F;
	}
	

	
	.appBox a{
		font-size:16px !important;
		
	}
	
	p{
		font-size:14px !important;
		line-height: 1.4em;
		
	}
	
	
	.appBox h2 {
		color: #315C83;
		font-size: 16px;
		line-height: 1.2em;
		padding-left: 160px;
	
	}
	


	.appPriceUK {
		background: url('images/icon_ukflag.png') center right no-repeat;
		display: inline-block;
		margin-right: 6px;
		margin-left: 6px;
		width: 22px !important;
				background-position: 0px 0px;
		    -webkit-background-size: 22px 16px;
	           -moz-background-size: 22px 16px;
	             -o-background-size: 22px 16px;
	                background-size: 22px 16px;
	}
	
	
	.appPriceUS {
	
	background: url('images/icon_usaflag.png') center right no-repeat;
	display: inline-block;
	margin-right: 6px;
	width: 22px !important;
	margin-left: 6px;	
	background-position: 0px 0px;
		    -webkit-background-size: 22px 16px;
	           -moz-background-size: 22px 16px;
	             -o-background-size: 22px 16px;
	                background-size: 22px 16px;
	
	}
	
	
}
