/*
	Theme Name: Software Shortlist
	Theme URI: http://www.mokshastudio.com/
	Description: Incorporating HTML5 Boilerplate into WordPress
	Author: Moksha Design Studio - www.mokshastudio.com
	Version: 0.2
	Tags: blank, html5, clean, html5 boilerplate, best practices
*/

/*-- slightly modified html5 boilerplate styles --*/

/*=Reset
---------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

/*-- html5 elements --*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*=Global
---------------------------------------*/
body {
	background:none #fff;
	font:12px Arial, Helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.462;
	padding:0;
	color:#666666;
	background:url(images/bg-body.jpg) repeat-x top;
}
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#666666; text-decoration:underline; }
a:hover { text-decoration:none; }
a:link { -webkit-tap-highlight-color: #555555; } 

ul { padding-left:30px; margin-bottom:20px; list-style-type:disc; list-style-position:outside;}
li { padding-bottom:5px;}
ol { padding-left:30px; margin-bottom:20px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

p { margin-bottom:20px; text-align:justify; font:12px/1.6 Arial, Helvetica, sans-serif; color:#666666;}
p:last-child { margin:0;}

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {
	padding: 15px;
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}
pre, code, kbd, samp { font-family: monospace, sans-serif; }

.hidden { display:none; visibility:hidden; } 
.invisible { visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { 
	position:absolute !important;    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); 
}

/* These selection declarations have to be separate */
::-moz-selection{ background: #B00707; color:#fff; text-shadow: none; }
::selection { background:#B00707; color:#fff; text-shadow: none; } 

/* bicubic resizing for non-native sized IMG: */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*=Headers
-----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom:5px;
    font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size:24px;}
h2 { font-size:20px;}
h3 { font-size:16px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:11px;}


/*---------- Buttons ----------*/
a.btn1, a.btn2{
	float:left;
	display:inline;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline;
	margin-right:5px;
	background:#FFF;
	}
	
.widget-container a.btn1, .widget-container a.btn2{
	position:relative;
	display:block;
	}
	
a.btn1{
	padding:3px 10px;
	border:1px solid #CCC;
	font-size:12px;
	}

a.btn1:hover{
	background:#F5F5F5;
	}

a.btn1:active{
	background:#F0F0F0;
	}
	
a.btn2{
	display:inline-block;
	padding:0;
	font:12px/25px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border:1px solid #CCC;
	background:url(images/bg-btn.jpg) no-repeat 0 0;
	font-weight:bold;
	border:none;
	text-transform:uppercase;
	height:25px;
	overflow:hidden;
	}
	
a.btn2 span{
	color:#FFFFFF;
	display:block;
	padding:0 10px 0 30px;
	}

a.btn2:hover{
	background-position:0 -25px;
	}

a.btn2:active{
	background-position:0 -50px;
	}

a.download span{
	background:url(images/ico-btn-download.jpg) no-repeat 5px 50%;
	}
a.register span{
	background:url(images/lock.png) no-repeat 5px 50%;
	font-size:11px;
	}

a.shortlist span{
	background: url(images/ico-btn-shortlist.jpg) no-repeat 5px 50%;
	}

a.submit span{
	background: url(images/ico-btn-submit.jpg) no-repeat 5px 50%;
	}
	
/*---------- Common Classes ---------*/
.last{
	border:none!important;}
.round-corner{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}	
.right{
	float:right;
	}	

/*=Normalize forms
-----------------------------*/
textarea { overflow: auto; resize:none; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }

/*=Helper classes
-----------------------------*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }

/*-- More semantic clearfix hack --*/
.group:before, .group:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }
.clear { clear:both; height:0; width:100%; overflow:hidden; display:none;}

/*=Spacing
-----------------------------*/
.margin-btm-1 { margin-bottom:10px; }
.margin-btm-2 { margin-bottom:20px; }

/*=Layout
---------------------------------------*/

/*= All Custom Styles: Anchorwave(anchorwave.com) and LDS(lastdoorsolutions.com)
-------------------------------------------------------------------------------*/
.wrapper {
	margin:0 auto;
	width:900px;
	padding:20px 30px 0;
	overflow:hidden;
	height:1%;
	background:#FFFFFF;
}
#header {
	width:900px;
	height:75px;
	background:url(images/bg-header.jpg) repeat-x top;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
#header #logo {
	float:left;
	padding:15px 0 0 15px;
	font-size:24px;
	color:#fff;
}
#header #logo-ssl {
	float:right;
	padding:0 10px 0;
}
/*--------------- CONTENT ----------------*/
#content-fullpage {
	float:left;
	width:900px;
	padding:60px 0 40px 0;
	}

#content {
	float:left;
	width:640px;
	padding:60px 0 40px 0;
	}
#sidebar {
	float:right;
	width:230px;
}
/*
= Primary Navigation
**************************************************/
#primary-nav {
	display:block;
	width:100%;
	padding:0;
	width:640px;
	position:absolute;
	top:84px;
	left:0;

	z-index:1;
}
#primary-nav a#link-home {
	width:33px;
	height:28px;
	overflow:hidden;
	display:block;
	float:left;
	border:1px solid #ccc;
	margin-right:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	}
#primary-nav a#link-home:hover, body#home #primary-nav a#link-home {
	border-color:#AF0000;
	}
#primary-nav a#link-home img {
	width:33px;
	height:28px;
	}	
#primary-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#primary-nav ul li {
	float:left;
	display:inline;
	margin-right:5px;
}
#primary-nav ul li a {
	background:#F0F0F0 url(images/main-nav-icon-bg.png) no-repeat 2px 0;
	float:left;
	padding:3px 5px 1px 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#C00909;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#primary-nav ul li a:hover,
#primary-nav ul li.current-menu-item a {
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
	}
#primary-nav ul li.link-home {
	border:0;
}
#primary-nav ul li.link-home a {
	background-position:0 0;
	width:35px;
	text-indent:-999em;
	height:30px;
	padding:0;
	border:none;
}
#primary-nav ul li.link-home a:hover, body#home #primary-nav ul li.current-menu-item a {
	background-position: 0 -30px;
	border:none;
}
#primary-nav ul li.link-reviews a {
	background-position:2px 0;
}
#primary-nav ul li.link-reviews a:hover, 
body#reviews #primary-nav ul li.link-reviews a, 
body.single-reviews #primary-nav ul li.link-reviews a {
	background-position:2px -33px;
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
	
}
#primary-nav ul li.link-articles a {
	background-position:2px -66px;
}
#primary-nav ul li.link-articles a:hover, 
body.blog #primary-nav ul li.link-articles a, 
body.single-post #primary-nav ul li.link-articles a {
	background-position:2px -100px;
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
}
#primary-nav ul li.link-resources a {
	background-position:2px -132px;
}
#primary-nav ul li.link-resources a:hover, 
body#resources #primary-nav ul li.link-resources a, 
body.single-resources #primary-nav ul li.link-resources a {
	background-position:2px -166px;
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
}

#primary-nav ul li.link-whitepapers a {
	background-position:2px -198px;
}
#primary-nav ul li.link-whitepapers a:hover, 
body#whitepapers #primary-nav ul li.link-whitepapers a, 
body.single-whitepapers #primary-nav ul li.link-whitepapers a {
	background-position:2px -230px;
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
}

#primary-nav ul li.link-case-studies a {
	background-position:2px -264px;
}
#primary-nav ul li.link-case-studies a:hover, 
body#case-studies #primary-nav ul li.link-case-studies a, 
body.single-case-studies #primary-nav ul li.link-case-studies a {
	background-position:2px -296px;
	background-color:#AF0000;
	border:1px solid #AF0000;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #790000;
}

/*-------- Description Text -------*/
.description-text p{
	font:18px/1.5 Arial, Helvetica, sans-serif; 
	margin-bottom:30px;
}
/*------ Block level ------*/
section.block {
	display:block;
	margin-bottom:40px;
}
h1.post-title, .page-title {
	font-size:24px;
	color:#B00707;
	margin:0;
}
.page-title {
	margin-bottom:20px;
	}
h1.post-title span {
	color:#000000;
}
.post-title-wrapper {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	}

body#home h2.post-title {
	padding:0 0 25px 30px;
	background:url(images/ico-block-title.jpg) no-repeat 0 7px;
	font-weight:normal;
	font-size:24px;
	color:#C00909;
	margin:0;
}
#featured-resources-listing {
	display:block;
	width:640px;
	padding:0;
	list-style:none;
}
#featured-resources-listing .fr-list {
	background:#F6F6F6 url(images/bg-box-gradient.jpg) repeat-x center 54px;
	display:inline;
	float:left;
	width:200px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right:9px;
	position:relative;
	padding:1px 1px 20px 1px;
}
#featured-resources-listing .fr-list h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:15px 5px 10px 45px;
	text-transform:none;
	background:url(images/ico-pdf.jpg) no-repeat 15px 15px #fff;
	line-height:1.2;
	margin:0;
	min-height:26px;
}
#featured-resources-listing .fr-list h4 a {
	text-decoration:none;
	}
#featured-resources-listing .fr-list h4 a:hover {
	text-decoration:underline;
	}
#featured-resources-listing .fr-list p {
	padding:15px;
	line-height:1.3;
	border-top:none;
	margin:0;
	text-align:left;
}
#featured-resources-listing .fr-list .links {
	border-top:1px solid #CCCCCC;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
}
#featured-resources-listing .fr-list .links a {
	padding:0 12px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	display:block;
	float:left;
	text-decoration:none;
	line-height:25px;
	font-weight:bold;
}
#featured-resources-listing .fr-list a.btn-download {
	border-left:1px solid #ccc;
	}
#featured-resources-listing .fr-list .links a:hover {
	text-decoration:underline;
}

/*------------ Article list-------------*/
.article-list {
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
.article-list .post {
	padding-bottom:25px;
}
.article-list article:last-child {
	border-bottom:1px solid #CCC;
}
.article-list .post-title {
	font-size:22px;
	text-transform:none;
	font-weight:normal;
}
.article-list .post-title a {
	text-decoration:none;
}
.article-list .post-title a:hover {
	text-decoration:underline;
}
.article-list.review .post-title {
	font-size:24px;
	color:#B00707;
	margin:0;
	line-height:1;
}
.article-list .post-meta, .article .post-meta {
	display:block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:3px 0;
	margin-bottom:15px;
}
.article-list .post-meta span, .article .post-meta span {
	display:inline-block;
	font:11px Arial, Helvetica, sans-serif;
	padding-left:15px;
	margin-right:15px;
}
.article-list .post-meta span a, .article .post-meta span a {
	display:inline-block;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}
.article-list .post-meta span.post-author, .article .post-meta span.post-author {
	background:url(images/ico-author.jpg) no-repeat left;
}
.article-list .post-meta span.post-date, .article .post-meta span.post-date {
	background:url(images/ico-date.jpg) no-repeat left;
}
.article-list .post-meta span.post-category, .article .post-meta span.post-category {
	background:url(images/ico-category.jpg) no-repeat left;
}
.article-list .post-entry {
	overflow:hidden;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
.article-list img.post-thumb {
	float:left;
	display:inline;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 15px 15px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.article-list .post-entry p, .article .post-entry p {
	margin:0 0 10px 0;
}
.article-list.review article {
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
}
/*------------- Sidebar -------------*/
.widget-container {
	background:#F0F0F0;
	border:1px solid #CCC;
	display:block;
	margin-bottom:25px;
	padding:20px;
	position:relative;
	overflow:hidden;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	height:1%;
	float:left;
}
.cmn-sdbr-2 {
	background:none;
	border:none;
	padding:0;
	}
.widget-title {
	font-size:12px;
	font-weight:bold;
	line-height:1.3;
	}
#sdbr-buyers-guide .widget-title {
	font:normal 18px Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(images/ico-buyers-guide.jpg) no-repeat 0 50%;
	padding:5px 0 5px 30px;
}
.cmn-sdbr-2 .widget-title {
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	}

#sdbr-buyers-guide .textwidget{
	float:left;
	position:relative;
	}
#sdbr-buyers-guide .free {
	position:absolute;
	z-index:5;
	top:8px;
	left:52px;
	font:24px Arial, Helvetica, sans-serif;
	color:#B00707;
	padding:5px 15px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	-moz-box-shadow:0px -2px 6px #999;
	-webkit-box-shadow:0px -2px 6px #999;
	box-shadow:0px -2px 3px #999;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#sdbr-buyers-guide p {
	background:#686868 url(images/bg-buyers-guide-text.jpg) repeat-x top;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:30px 20px 20px;
	color:#DADADA;
	margin:30px 0 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#DADADA;
}
#sdbr-buyers-guide ul {
	margin:0 0 0 15px;
	padding:10px 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}

.cmn-sdbr-2 .widget-title {
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px;
	text-transform:none;
	line-height:1;
}
.cmn-sdbr-2 .widget-title img {
	float:left;
	display:inline;
	padding:0 15px 5px 0
}
.cmn-sdbr-2 p {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 5px;
}
.cmn-sdbr-2 a {
	font-size:11px;
}
#categories {
	border:1px solid #CCC;
	padding:15px;
	background:none;
	width:200px;
}
#categories .widget-title {
	background:url(images/ico-block-title.jpg) no-repeat 0 5px;
	font-size:18px;
	color:#C4090A;
	text-transform:none;
	padding-left:25px; padding-bottom:10px; padding-top:4px;
	margin:00px 0px 10px 0px;
}
.widget-container ul.list {
	margin:0;
	padding:0;
	list-style:none;
}
.widget-container ul.list li {
	display:inline-block;
	width:180px;
	padding:2px 0 2px 20px;
	background:url(images/bullet.jpg) no-repeat left;
	border-top:1px solid #CCC;
}
.widget-container ul.list li a {
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
}
.widget-container ul.list li a:hover {
	text-decoration:underline;
}
/*------------- Footer -------------*/

#footer {
	background:#5F5F5F;
	width:100%;
	padding:10px 0;
}
#footer .wrapper {
	background:none;
	padding:0;
}
#secondary-nav {
	float:left;
	width:70%;
}
#secondary-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#secondary-nav ul li {
	float:left;
	color:#999999;
	font:11px Arial, Helvetica, sans-serif;
}
#secondary-nav ul li a {
	padding:5px 10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration:none;
}
#secondary-nav ul li a:hover {
	text-decoration:underline;
}
#footer .copyright {
	float:right;
	width:30%;
	font:11px Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:right;
}
/*------------- Pave Navigation -------------*/
.wp-pagenavi {
	display:block;
	width:auto;
	padding:20px 0;
	border-top:1px solid #CCC;
	height:1%;
	overflow:hidden;
	clear:both;
}
.wp-pagenavi span, .wp-pagenavi a {
	background:#F0F0F0;
	display:block;
	float:left;
	padding:2px 6px;
	text-decoration:none;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-right:2px;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
	background:#FFFFFF;
}
/*-------- Next Previous --------*/
.next-previous {
	display:block;
	width:100%;
	background:#F7F7F7;
	border:1px solid #CCCCCC;
	overflow:hidden;
	margin:30px 0;
}
.next-previous .previous, .next-previous .next {
	float:left;
	width:289px;
	border-right:1px solid #CCC;
}
.next-previous .previous {
	text-align:right;
	padding:15px;
}
.next-previous .next {
	padding:15px;
	text-align:left;
}
/*----------- Comments ----------*/
h3.comment-title {
	font-size:24px;
	color:#B00707;
	margin:0;
	border:none!important;
	padding:0!important;
	background:none!important;
}
.commentlist .comment-div {
	background:url(images/bg-comment.jpg) repeat-x bottom;
	overflow:hidden;
	border:1px solid #CCCCCC;
	padding:20px 30px 0;
	margin-bottom:25px;
}
.comment-div p {
	background:url(images/comment-arrow.jpg) no-repeat bottom left;
	margin:0;
	padding:0 0 20px;
}
.comment-div .meta {
	display:block;
	border-top:none;
	border-bottom:none;
	padding:7px 0 6px;
	margin-bottom:0;
}
.comment-div .meta span {
	display:inline-block;
	font:11px Arial, Helvetica, sans-serif;
	padding-left:15px;
	margin-right:15px;
}
.comment-div span a {
	display:inline-block;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}
.comment-div span.author {
	background:url(images/ico-author.jpg) no-repeat left;
}
.comment-div .meta span.date {
	background:url(images/ico-date.jpg) no-repeat left;
}
.comment-div .meta span.category {
	background:url(images/ico-category.jpg) no-repeat left;
}
.comment-form {
	background:#F7F7F7;
	border:1px solid #CCC;
	padding:10px;
	margin-top:10px;
}

.comment-form label{
	float:left;
	display:block;
	width:100px;
	text-align:right;
	margin-right:10px;
	padding-bottom:5px;
}
.comment-form div {
	display:block;
	padding-bottom:15px;
}

.comment-form logo-file{
	border:1px solid #C4C4C4;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	padding:5px;
	height:15px;
	width:250px;
}

.comment-form input, .comment-form textarea, .comment-form select {
	border:1px solid #C4C4C4;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	padding:5px;
}
.comment-form input:hover, .comment-form textarea:hover, .comment-form select:hover,
.comment-form input:active, .comment-form textarea:active, .comment-form select:active, { color:#333;}

.comment-form input {
	height:15px;
	width:250px;
}
.comment-form textarea {
	width:450px;
	height:100px;
	border:1px solid #C4C4C4;
}

.comment-form select{
	width:260px;
	height:30px;
}
.comment-form input.submit {
	width:auto;
	height:25px;
	padding:0 5px;
	font-weight:bold;
	color:#666666;
}

body#enquiry .comment-form {
	border:none;
	background:none;
	}
body#enquiry .comment-form label, .cmnform label {
	float:left;
	display:block;
	width:100px;
	text-align:right;
	margin-right:10px;
	}
body#enquiry .comment-form textarea, .cmnform textarea {
	width:350px;
	}
body#enquiry .comment-form input.submit, .cmnform input.submit {
	margin-left:110px;
	}
/*----------- Resources ----------*/
.resources {
	display:block;
}
.resources .post {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.resources .post {
	display:block;
	padding-bottom:25px;
	margin-bottom:0px;
}
.resources .post:last-child {
	border-bottom:1px solid #CCC;
}
.resources .post-title {
	font-size:22px;
	font-weight:normal;
	text-transform:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border:1px solid #CCCCCC;
	border-bottom:none;
	padding-left:60px;
	padding-top:10px;
	padding-bottom:5px;
	background:url(images/ico-pdf.jpg) no-repeat 20px 10px;
	margin:0;
}
.resources .post-title a{
	text-decoration:none;
}
.resources .post-title a:hover{
	text-decoration:underline;
}
.resources h2 {
	background:url(images/ico-pdf.jpg) no-repeat 0px 10px;
	padding:10px 0 10px 35px;
}
.resources article .post-entry {
	display:block;
	overflow:hidden;
	height:1%;
	background:#F0F0F0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border:1px solid #CCC;
	padding:10px 20px;
}
.resources li .post-entry img, .resources .post-entry img {
	float:left;
	display:inline;
	padding:5px;
	border:1px solid #CCCCCC;
	margin:0 15px 15px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.resources li .post-entry p {
	margin:0 0 10px 0;
}
/*-------------------*/
.block-title {
	display:block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 0;
	overflow:hidden;
}
.block-title h3 {
	float:left;
	font-size:20px;
	color:#333333;
	padding:0;
	margin:0;
	background:none;
	border:none;
	line-height:1;
}
.block-title h3 span {
	font:12px Arial, Helvetica, sans-serif;
	color:#999999;
}
body.single-reviews .screenshot-container {
	display:block;
	overflow:hidden;
}
body.single-reviews .screenshot-container ul {
	float:left;
	width:700px;
	padding:25px 0;
	margin:0;
}
body.single-reviews .screenshot-container ul li {
	float:left;
	display:inline;
	margin-right:60px;
	padding:0;
	border:none!important;
}
body.single-reviews h1.post-title {
	width:480px;
	}
body.single-reviews .post-title-wrapper a.btn2 {
	float:right;
	margin-top:8px;
	}
.social-media {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
	margin:25px 0;
}
.social-media h3 {
	font: 22px Arial, Helvetica, sans-serif;
	margin:15px 0 0 20px;
	color:#333;
	}
.review-markets {
	margin-bottom:20px;
	}

/*=Media Queries
---------------------------------------*/
@media all and (orientation:portrait) { }
@media all and (orientation:landscape) { }
@media screen and (max-device-width: 480px) {
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; } 
	abbr:after { content: " (" attr(title) ")"; }
	.ir a:after { content: ""; }  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }  
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
}

.tdspace{padding-bottom:5px; padding-right:5px;}
#greyoutImage {
    opacity : 0.4;
    filter: alpha(opacity=40); // msie
}

h2.post-title-b {
        font-size:22px;
	text-transform:none;
	font-weight:normal;
}

