/*   
Theme Name: Falcon Blog Theme
Theme URI: #
Description: This is a new theme for falcon creative studio
Author: Shahul Hameed
Author URI: #
Version: 0.1
*/


@font-face {
    font-family: 'istok_webbold';
    src: url("_fonts/istok/istokweb-bold-webfont.eot");
    src: url("_fonts/istok/istokweb-bold-webfont.eot") format('embedded-opentype'),
         url("_fonts/istok/istokweb-bold-webfont.woff") format('woff'),
         url("_fonts/istok/istokweb-bold-webfont.ttf") format('truetype'),
         url("_fonts/istok/istokweb-bold-webfont.svg") format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'latobold';
    src: url("_fonts/lato/lato-bold-webfont.eot");
    src: url("_fonts/lato/lato-bold-webfont.eot") format('embedded-opentype'),
         url("_fonts/lato/lato-bold-webfont.woff") format('woff'),
         url("_fonts/lato/lato-bold-webfont.ttf") format('truetype'),
         url("_fonts/lato/lato-bold-webfont.svg") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url("_fonts/lato/lato-regular-webfont.eot");
    src: url("_fonts/lato/lato-regular-webfont.eot") format('embedded-opentype'),
         url("_fonts/lato/lato-regular-webfont.woff") format('woff'),
         url("_fonts/lato/lato-regular-webfont.ttf") format('truetype'),
         url("_fonts/lato/lato-regular-webfont.svg") format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen {

* { margin: 0; padding: 0; }
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
	display: block;
}
body { background: white; font: 14px/1.4 Georgia, Serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
input[type=submit],input[type=button]{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #c14472; /* Old browsers */
	background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	padding: 0px 16px;
	line-height: 36px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b42c59;
	border: none;
	border-radius: 2px;
	text-shadow: 1px 1px #7f1f44;
	display: inline-block !important;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

textarea { }


/* ^1 *** global constants *** */
body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #f4f4f4;
	text-align:center;
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 62.5%;
}

p, li, a, td{
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 14px;
	}
	
h1, h2, h3, h4, h5, h5{
	font-family: 'istok_webbold', Geneva, sans-serif;
	}	

/* ^2 *** limited-scale reset *** */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display: block;
}

#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#whiteBg{
	background: #fff;
	box-shadow: 0 0 6px #ccc;
	margin-bottom: 30px;
	}	

p
{
	line-height: 1.5;
	margin-bottom: 1em;
	color: #252529;
}

ul li{
	list-style: none;
	}
	
a{
	text-decoration: none;
	}	

h1
{
	font-size: 2em;
	color: #333;
	margin-bottom: 0.4em;
}


h2
{
	font-size: 24px;
	color: #252529;
	margin-bottom: 20px;
}

h3
{
	color: #999;
	font-size: 1.2em;
}

h5{
	font-family: 'istok_webbold', Geneva, sans-serif;
	font-size: 16px;
	}
	
.single p + h2 {
margin-top: 30px;
}

h1, h2, h3
{
	clear: both;
}

/* ^3 *** global classes *** */

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearBoth
{
	clear: both;
}

br.clearBoth
{
	height:0px;
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

#sidebar .widgetContent .blueSmallBtn{
	margin-right: 0px;	
}
/**** Header Styles ****/

#mainHeader{
	background: url("images/headerBg.jpg") repeat-x left top;
	height: 100px;
clear: both;
	}

#header{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
clear: both;

}
#logo{
	float: left;
	margin: 0px;
clear: both;
}
#logo a {
	background: url("images/logo.png") no-repeat left 5px;
	width: 204px;
	height: 95px;
	display: block;
	text-indent: -1000em;
	}
	
#social{
	float: right;
	margin-top: 20px;
	}
#social li{
	float: left;
	}		

#social #fb, #social #twitter, #social #tv{
	height: 34px;
	float: left;
	margin-left:10px;
	text-indent: -1000em;
	}	
#fb{
	background: url("images/fb.png") no-repeat left top;
	width: 34px;
	}
	
#twitter{
	background: url("images/twitter.png") no-repeat left top;
	width: 34px;
	}		

#tv{
	background: url("images/tv.png") no-repeat left top;
	width: 44px;
	}		
		
/**** Navigation Styles ****/

#mainNav{
clear: both;
	background: #bf3b67; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf3b67 1%, #b12856 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bf3b67), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf3b67 1%,#b12856 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3b67', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	height: 50px;
	}

#nav{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#nav li{
	float: left;
	line-height: 50px;
	}

#nav a:link, #nav a:visited{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #bf3b67; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf3b67 1%, #b12856 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bf3b67), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf3b67 1%,#b12856 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bf3b67 1%,#b12856 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3b67', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 0px 20px;
	text-shadow: 1px 1px #7f1f44;
	display: block;
	}	
	
#nav a:hover, #nav a:active, #nav a.current {
	color: #fff;
	background: #48484c; /* Old browsers */
	background: -moz-linear-gradient(top,  #48484c 2%, #242428 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#48484c), color-stop(100%,#242428)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48484c 2%,#242428 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48484c 2%,#242428 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48484c 2%,#242428 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48484c 2%,#242428 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48484c', endColorstr='#242428',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px #020202;
	}

#nav a.current:hover{
	cursor: default;
	}	
	
		
/**** Banner Styles ****/

#banner{
	background: url("images/bannerBg.png") no-repeat left top;
	height: 235px;
	border-bottom: 1px solid #93aaad;
	}
	
#bannerContent{
	width: 500px;
	float: left;
	margin: 20px 20px 0px 30px;
	}	

#bannerContent h2{
	font-size: 32px;
	color: #252529;
	margin-bottom: 5px;
	}
.pinkTagline{
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 18px;
	color: #b42c59;
	font-weight: bold;
	}

#banner .pinkTagline{
	margin-bottom: 30px;
	}
	
a.pinkBigBtn{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
background: #c14472; /* Old browsers */
background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	padding: 0px 16px;
	line-height: 46px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b42c59;
	border-radius: 2px;
	text-shadow: 1px 1px #7f1f44;
	display: inline-block !important;
	}
	
a.pinkBigBtn:hover{
	color: #fff;
	background: #48484c; /* Old browsers */
	background: -moz-linear-gradient(top,  #48484c 2%, #242428 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#48484c), color-stop(100%,#242428)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48484c 2%,#242428 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48484c 2%,#242428 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48484c 2%,#242428 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48484c 2%,#242428 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48484c', endColorstr='#242428',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #232327;
	text-shadow: 1px 1px #020202;
	}

#bannerImg{
	background: url("images/bannerGirl.png") no-repeat right center;
	height: 235px;
	margin-right: 30px;
	}


/**** Intro Styles ****/

.entry { 
	padding: 30px 20px 0px;
}

.sub .entry{
	padding-top: 0px;
}

#introCon{
	margin-bottom: 20px;
	}

#intro{
/*	padding: 30px 20px 10px 20px;
*/	}

.best{
	padding: 10px 0px;
	width: 162px;
	float: left;
	margin: 0px 20px 0px 0px;
	background: #fff7fb;
	border: 1px solid #f3e4ea;
	border-radius: 4px;
	text-align: center;
	}

.best p, .best img, .best h5 {
	padding: 0px 15px;
	}

.best img{
	padding-top: 10px;
	}
		
.best p{
	font-size: 14px;
	font-family: 'latoregular', Geneva, sans-serif;
	}
	
.sep{
	background: url("images/sep.png") repeat-x left center;
	height: 2px;
	padding-bottom: 10px;
	}
	
.rating span{
	height: 14px;
	margin-top: 10px;
	display: inline-block;
	width: 78px;
	
	}

.rating span.one{
	background: url("images/one-star.png") no-repeat center center;
}	

.rating span.two{
	background: url("images/two-star.png") no-repeat center center;
}	

.rating span.three{
	background: url("images/three-star.png") no-repeat center center;
}	

.rating span.four{
	background: url("images/four-star.png") no-repeat center center;
}	

.rating span.five{
	background: url("images/five-star.png") no-repeat center center;
}	




#bestCon div.best.paddingRight{
	margin-right: 0px !important;
	}
	
a.pinkSmallBtn{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
background: #c14472; /* Old browsers */
background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	padding: 0px 16px;
	line-height: 36px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b42c59;
	border-radius: 2px;
	text-shadow: 1px 1px #7f1f44;
	display: inline-block !important;
	margin-right: 20px;
	margin-bottom: 15px;
	}
		
a.blueSmallBtn{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #3195d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #3195d5 1%, #1580bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3195d5), color-stop(100%,#1580bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3195d5 1%,#1580bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3195d5 1%,#1580bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3195d5 1%,#1580bc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3195d5 1%,#1580bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3195d5', endColorstr='#1580bc',GradientType=0 ); /* IE6-9 */
	padding: 0px 16px;
	line-height: 36px;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0d6da3;
	border-radius: 2px;
	text-shadow: 1px 1px #074c6b;
	display: inline-block !important;
	margin-right: 20px;
	margin-bottom: 15px;
	}
	
a.pinkSmallBtn:hover, a.blueSmallBtn:hover, input[type=submit]:hover,input[type=button]:hover{
	background: #48484c; /* Old browsers */
	background: -moz-linear-gradient(top,  #48484c 2%, #242428 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#48484c), color-stop(100%,#242428)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48484c 2%,#242428 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48484c 2%,#242428 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48484c 2%,#242428 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48484c 2%,#242428 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48484c', endColorstr='#242428',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #232327;
	border-radius: 2px;
	text-shadow: 1px 1px #020202;
	}	
		
/**** Main Content Styles ****/

#mainContent.fullWidth{
	width: 900px;
	}		

.sub #mainContent, .sub #sidebar{
	margin-top: 30px;
	}
	
#mainContent{
	width: 600px;
	float: left;
	padding: 0px 20px 0px 0px;
	}

#mainContent .box{
	margin-bottom: 30px;
	}
	
.review{
	background: #fff7fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff7fa 0%, #fff2f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7fa), color-stop(100%,#fff2f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff7fa 0%,#fff2f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff7fa 0%,#fff2f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff7fa 0%,#fff2f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff7fa 0%,#fff2f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7fa', endColorstr='#fff2f7',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border: 1px dashed #fce6ef;
	border-radius: 4px;
	position: relative;
	}
	
.review h3 a{
	color: #b42c59;
	font-size: 21px;
	}	
.review .floatLeft{
	position: relative;
}
#reviewCon .pinkBorder{
	border: 1px dashed #f4d3e0;
	border-radius: 4px;
	margin-bottom: 20px;
	}
	
.review .no{
	background: url("images/reviewNo.png") no-repeat left top;
	width: 55px;
	height: 64px;
	position: absolute;
	top: -8px;
	left: -8px;
	padding: 10px;
	font-size: 18px;
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	color: #fff;
	}		
	
.review .pinkSmallBtn, #introCon .pinkSmallBtn{
	margin-left: 2px;
	margin-right: 22px;
	}

.review a.pinkSmallBtn, .review a.blueSmallBtn{
	margin-bottom: 0px;
}	

	
.blackBold{
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	}
		
.blueSmallHeading{
	color: #1d83c4;
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.blueBatch{
	background: url("images/blueBatch.png") no-repeat left top;
	width: 85px;
	height: 55px;
	font-size: 11px;
	color: #fff;
    font-family: 'latobold', Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 16px 0px;
	float: right;
	}

.whiteBold{
	font-size: 12px;
	}
	
.ratingCon{
	float: right;
	width: 250px;
	}
	
.ratingCon .rating{
	background: url("images/rating.png") no-repeat right center;
	height: 18px;
	margin-top: 0px;
	display: block;
	width: 142px;
	}

.features ul li{
	background: url("images/tickBg.png") no-repeat left 2px;
	padding-left: 24px;
	margin-bottom: 15px;
	line-height: 1.6;
	}

.recentReviewsCon .recentReviews{
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 10px;
	}
	
.recentReviewsCon .recentReviews.noPadding{
	padding: 0px;
		}
		
form.addReview p{
	line-height: 20px;
	}
	
form.addReview tr{
	vertical-align: top;
	}
	
form.addReview textarea{
	margin-bottom: 20px;
		}	
	
form.addReview tr td{
	width: 100px;
	}	
	
.pinkBold{
	font-family: 'latoregular', Geneva, sans-serif;
	font-size: 16px;
	color: #b42c59;
	font-weight: bold;
	}	

img#guy{
	margin-right: 130px;
	}

.compareTable{
	margin-bottom: 30px;
	}
	
.compareTable table {
	background: #fff;
	color: #252529;
	border-collapse: collapse;
	text-align: center;
	border-radius: 4px;
	margin-top: 20px;
	min-width: 900px;
	width: 900px;
}

.compareTable th {
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 15px;
background: #c14472; /* Old browsers */
background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	height: 20px; 
	border-right: 1px solid #8e1e49;
	color: #FFF;
	width: 120px;
}

.compareTable th.borderRightNone{
	border-radius:6px 0px 0px 0px;
}

.compareTable th.borderNone {
	border-radius: 0px;
}
.compareTable th.borderLeftNone {
	border-radius:0px 6px 0px 0px;
	border-right: none;
}

.compareTable th.borderLeftRight {
	border-radius: 6px 6px 0px 0px;
	border: none;
}

.compareTable td {
	padding: 20px;
	text-align: center;
	border: 1px solid #bbbbbb;
}
.compareTableCon table a {
	margin-right: 0px;
	color: white;
}
.compareTable .spec {
	text-align: left;
	padding-left: 20px;
	min-width: 140px;
	width: 140px;
}
.compareTable tr {
	border-radius: 10px;
}

#introCon .compareTable table td a {
	margin-right: 0px;
}

.compareTable a.blueSmallBtn{
	padding-left: 23px;
	padding-right: 23px;
	margin-bottom: 0px;
	}

p.noMargin{
	margin: 0px;
	}
					
	
/**** Sidebar Styles ****/
		
#sidebar{
	width: 280px;
	float: left;
	}
	
.sidebarWidget{
	background: #fff;
	border: 1px solid #fce6ef;
	border-top: none;
	margin-bottom: 20px;
	border-radius: 0px 0px 4px 4px;
	float: left;
		}	

.widgetContent{
	margin: 20px;
	width: 240px;
	}	
	
.sidebarWidget h4{
	color: #fff;
background: #c14472; /* Old browsers */
background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	height: 49px;
	line-height: 49px;
	padding-left: 20px;
	font-size: 18px;
	border-radius: 4px 4px 0px 0px;
	text-shadow: 1px 1px #7f1f44;
	}	
	
.sidebarWidget a.pinkSmallBtn{
	margin-right: 10px;
	}
	
.siteoftheMonth img{
	float: right;

	margin-left: 20px;
	}

.sidebarWidget .blackBold{
	margin-bottom: 10px;
	}
	
#sidebar .sidebarWidget li{
	background: url("images/listBg.png") no-repeat left 8px;
	padding-left: 14px;
	line-height: 26px;
	margin-bottom: 0px;
	}
	
.sidebarWidget li a{
	color: #252529;
	}
	
.sidebarWidget li a:hover{
	color: #b42c59;
	}	

label{
	margin-right: 10px;
	}
	
.smTextField{
	background: url("images/smTextFieldBg.png") repeat-x left top;
	height: 26px;
	border: 1px solid #d8b8c4;
	border-radius: 2px;
	width: 176px;
	}

.textField{
	background: url("images/textFieldBg.png") repeat-x left top;
	height: 30px;
	border: 1px solid #d8b8c4;
	border-radius: 2px;
	width: 340px;
	}
	
.textArea{
	background: #fff url("images/textFieldBg.png") repeat-x left bottom;
	height: 135px;
	border: 1px solid #d8b8c4;
	border-radius: 2px;
	width: 340px;
	}		
	
form.haveyoursay p{
	line-height: 8px;
	margin-bottom: 20px;
	}
	
/**** Footer Styles ****/

#footer{
	font-family: 'istok_webbold', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
background: #c14472; /* Old browsers */
background: -moz-linear-gradient(top,  #c14472 0%, #b12856 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c14472), color-stop(100%,#b12856)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c14472 0%,#b12856 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c14472 0%,#b12856 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c14472 0%,#b12856 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c14472', endColorstr='#b12856',GradientType=0 ); /* IE6-9 */
	height: 50px;
	color: #fff;
	line-height: 48px;
	text-shadow: 1px 1px #7f1f44;
		}

#footer table{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#footer td a{
	color: #fff;
	}
	
	.hide{
	display: none;
	}
.bingo-wall-menu li {
float: left;
padding-left: 15px;
}	

span#leftArrow{
	background: url("images/leftArrow.png") no-repeat left top;
	height: 24px;
	padding: 10px;
	position: absolute;
	top: 20px;
	left: -45px;
	}
	
span#rightArrow{
	background: url("images/rightArrow.png") no-repeat left top;
	height: 24px;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: -50px;
	}
	
.plus{
	background: url("images/plus.png") no-repeat top right;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	}
	
.fcs-links-list{
	position: relative;
	}	
#bestCon{
	position: relative;
	margin-bottom: 30px;
	
}

.bestArrow{
	background: url("images/best.png") no-repeat left top;
	width: 76px;
	height: 45px;
	position: absolute;
	left: -120px;
	top: 40px;
	color: #fff;
	text-align: center;
	}
	
.blueBatch span.batchWidth{
	width: 50px;
	display: block;
	text-align: center;
	padding: 1px 16px 0px;
	}		
/*  ------------------------------------------	*/

span.leftArrow{
	background: url("images/leftArrow.png") no-repeat left top;
	}
.clear { clear: both; }

.bingo-wall-menu li:first-child:after{
	content: "|";
}

.bingo-wall-menu li:first-child a{
	margin-right: 15px;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after { clear: both; }

.clearfix { *zoom: 1;}


.best .pinkSmallBtn{
		margin: 15px 0px 0px;
	}
th:last-child {
	border-radius: 0px 10px 0px 0px;
	border: none;
}
th:first-child {
	border-radius: 10px 0px 0px 0px;
	text-align: left;
}
td:first-child {
	text-align: left;
}
table .rating span {
	margin-top: 0;
}
table p {
	margin-bottom: 0;
}
table th p {
	color: #fff;
}

.titleWidth{
	width: 260px;

}

#reviewCon .review div.floatLeft, #introCon.box .post div.floatLeft{
	width: 470px;
}

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */