/*========= SETUP =========*/
@import "shared.css";


@font-face {
	font-family:ArialRounded;
	src: url('../graphics/ArialRounded.eot');
	src: local('ArialRounded'), local('ArialRounded'), url('../graphics/ArialRounded.ttf') format('truetype');
}

h2,h3 {
	font-family:ArialRounded;	
}


body{
	background:#e9e9e9 url('../cheasImages/background_ds.png') repeat-x;
}

html {
	background-image:#e9e9e9 url('../cheasImages/page_bg_ds.png') no-repeat top center;
}

a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*========= LAYOUT =========*/

#page{
	width: 960px;
	background-color: #FFFFFF;
	margin:0px auto;
	border: 1px solid #CCCCCC;
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1{
	float: left;
	width: 700px;
	min-height:700px;
	/*padding-right:15px;*/
}

.col1_az_list{
	float: left;
	width: 690px;
	padding-right:15px;
}

.col2{
	float: right;
	width: 204px;
	
}


/*========= HEADER =========*/

/*- Header -*/
#header{
	height: 77px;
	background-color: #ffffff;
	margin: 30px 15px;
	padding: 0px;
}
#header_admin{
	height: 45px;
	background-color: #ffffff;
	padding: 0px;
	margin:5px 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 540px;
	padding:0px 0px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}

/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-weight:bold;
	font-size:11px;	
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}

#nav1 li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;	
}

/*--- Category Navigation (nav dropdown) ----*/

#nav2 {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;	 
}

#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:14px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 1px solid #DDDDDD;
}
#nav2 li {
	float: left;
	line-height:32px;
}
#nav2 li a:hover {
	background: none;
    text-decoration: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	/*left: -999em; This one is defined as an inline style but not on touch enabled deviced*/
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 ul {
	/*left: auto;
	z-index:1000;	These are defined as an inline style but not on touch enabled deviced*/
}
#nav2 li ul li {
    background: #FFFFFF;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;		
	line-height:34px; /* Sub Navigation Size */	
	width:15em;
}

#nav1 .current_page_item a,
#nav1 li.current,
#nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
	background-color: #C33;
	color: #FFFFFF;
}
#nav1 .current_page_item ul li a {
	background-color: #FFFFFF;
	color: #39F;
}

#nav1 .current_page_item ul li a:hover {
	background-color: #000;
	color: #FFFFFF;
}
#nav ul  li.back {
	background-color: #000;
	color: #FFFFFF;
}

#nav ul  li a {
	color: #06C;
}

#nav2 li.current, 
#nav2 li a:active {
	background-color: #C33;
	color: #FFFFFF;
}

#nav2 {
	background-color: #ffffff;
	border-bottom:3px solid #C33;

}

#nav2 li a:hover {
	background:#C33;
	color:#fff;
}


/* ------ NAV 2 A-Z list ----*/
#nav2_list {
	margin:0 0 15px 15px !important;
	margin:0 0 7px 7px;
	font-weight:bold;	 
}

#nav2_list, #nav2_list ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav2_list {
	padding: 0;
	font-size:12px;
	float:left;
	width:930px;
	border-top: 1px solid #DDDDDD;
}
#nav2_list a {
	display: block;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #DDDDDD;
}
#nav2_list li {
	float: left;
	line-height:32px;
}
#nav2_list li a:hover {
	background:#C30;
	color:#FFF;
    text-decoration: none;
	font-weight:bold;
}

.gallistar {
	float:right;
	margin-right:510px;
	margin-top:4px;
	text-decoration:none;
	border-right:none;
	
}

/*- right side of top navigation bar -*/
#nav-right {
	float: right;
	position:relative;
}

#socialMediaIcons {
	position:absolute;
	left:-130px;
	top:3px;	
}

#socialMediaIcons img {
	margin-left:5px;	
}

/*- Search -*/
#search{
	height: 27px;
	width:250px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}

#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:160px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}

/*=== Column Box Post ===*/
.post a{
	color:#008;
}
.posted a{
	color:#000 !important;
}


.post{
	margin: 0;
}
.post h2{
	font-size: 13px;
	
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
/*	line-height: 15px;
*/
}

.picture { 
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding-top:10px;
	font: 10px/1.4em Arial, sans-serif;
	color:#000;
	font-style:italic;
	text-align:center;
	
}
.picture img { 
	border: 1px solid #CCCCCC; 
	vertical-align:middle; 
	margin-bottom: 6px;
}
.right {
	padding-right:10px;
	padding-bottom:10px;
	margin-top:25px;
	margin-left:15px;
	margin-right:15px;
	float:right;
	 
}

/*- Column 1 Inner Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
	position:relative;
	
}
.box .post{
	width: 700px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}

.box .post h3{
	font-size: 14px;
	padding: 10px;
	line-height: 1px;
}

.box .post h4{
	padding: 10px;
/*	line-height: 1px;*/
}

.box .post p{
	font-size: 17px;
	padding: 5px 10px;
}

.box .post .thumbnail{
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	margin-right:15px;
	float: right;
}

.box .post img.thumbnail_review{
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	margin-top:25px;
	margin-right:30px;
	float: right;
}

.box .post img.thumbnail_review_syn {
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right:15px;
	margin-left:15px;
	margin-bottom:10px;
	float: right;
}

div.partialTextContainer{ /* Column Text Hidden Overflow */
	width:460px;
	height:134px;
	overflow:hidden;
	line-height:18px !important;
}


div.partialTextContainer p{ 
/*	line-height:15px !important; */
	margin:15px !important;
	padding:0px !important;
}



div.synop { /* Synopsis Row */
	width:690px;
	height:75px;
	overflow:hidden;
}

div.reviewBox { /* Review Row */
	width:690px;
	height:auto;
	margin-top:15px;
}

div.reviewBox a {
	color:#09F;
}

div.reviewBox b {
	padding-bottom:10px;
	color:#000;
}

div.reviewText p { /* Review Text (your review) */
	width:auto;
	height:auto;
	margin-top:5px;
	line-height:20px;
}

div.videoBox { /* Row for your videos */
	text-align:center;
	padding-top:20px;
}

div.disqusBox { /* Row for your disqus module */
	text-align:center;
	padding-top:20px;
}

div#reviewStats { /* Stats for the review row (left/right column) */
	font-size:1.1em;
	margin-right:10px;
	padding-left:10px;
	float: left;
	width:auto;
}

div#rightColReviewStats {
	float:left;
	text-align:left;
	width: 200px;
	margin-left:75px;
}

div#leftColReviewStats {
	float:left;
	text-align:left;
	width: 200px;
	margin-left:120px;
}


div.synop_full p{ /* Full page Synopsis style */
	padding: 12px 10px;
	margin-left:15px;
	margin-right:20px;
	line-height:20px;
	font-size:12px;

	}
	
.star_rate { /* main page star rating */
	margin-left:10px;
	font-weight:bold;
	padding-bottom:16px;
	
}

.star_rate .bigStar {
	width:26px;
	vertical-align:middle;
}	

.buynow * {
	text-decoration:none !important;
}

.box .post .buynow{ /* Buy now button from i-tunes (index page) */
	position:absolute;
	margin-left:560px;/*602px;*/
	margin-top:110px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none !important;
}

.box .post .buynow .price{ /* Price styling (index page) */
	margin-left:40px;
	font-size:12px;
	font-weight:bold;	
	
}

.box .post .buynow .userCheckBox {/*The own it and want it buttons under the buy now badge */
	font-weight:300;
	font-size:10px;
	float:right;
	text-align:center;
	margin-left:13px;
	margin-right:13px;
	margin-top:7px;
	width:40px;
	text-align:center;
}

.box .post .buynow .userCheckBox input {
	display:block;	
	margin-left:auto;
	margin-right:auto;
}



.rating_review { /* Main Review page (ratings and stars) */
	margin-left:12px;
	float:left;
	height: 400px;
	width: 326px;
	/*border: 1px solid #CCC;*/
	margin-bottom: 10px;
	font-size: 1.1em;
	padding-top: 15px;

}

span.starRow { /* Main Review page (ratings and stars) */
	float:right;
	margin-right:120px;

}

img.regularStars {
	width:18px;	
}

img.smallStars {
	width:9px;	
}

img.bigStars {
	width:30px;	
}

.bigStarContainer {
	height:20px;	
}



p.posted{ /* Row Containers for contents (gray border with bottom light blue */
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	/*background-color: #FFF8DC;*/
	background:url(../cheasImages/gradient.thumbnail_lightblue.png);
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	border-top:1px solid #ddd;
	/*border-bottom:1px solid #ddd;*/
	clear:both;
}

/*=== Buttons ===*/
.continue a {
	background: url(../cheasImages/arrow_right.png) no-repeat left;
	font-weight:bold;
	padding-left: 20px;
}

.continue_top a {
	background: url(../cheasImages/arrow_top.png) no-repeat left;
	font-weight:bold;
	padding-left: 20px;
}


/*========= NAVIGATION PAGENATION =========*/

/* PageNavi */

.more_entries {font-size:11px;}
.more_entries .pagenavi {clear:both;float: right;}
.more_entries .pagenavi a {text-decoration: none !important;}

.more_entries .pagenavi .current, 
.more_entries .pagenavi .on,
.more_entries .pagenavi a:hover {background: #e1f1fc !important;}

.more_entries .pagenavi a,
.more_entries .pagenavi a:link,
.more_entries .pagenavi a:visited, 
.more_entries .pagenavi .current, 
.more_entries .pagenavi .on,
.more_entries .pagenavi span.pages { background: #FFF;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .pagenavi .extend { background:none; border:none; }

/*========= SIDEBAR =========*/

.wrap_banner{
	width:184px;
	height:auto;
	background-color:#eeeeee;
	padding: 9px;
	border: 1px solid #dddddd;
	text-align:center;
	
}

p.addinfo {
	width:202px;
	font-size:11px;
	font-weight:bold;
	color: #FFF;
	height:auto;
	line-height:25px;
	background:url(../cheasImages/gradient.thumbnail_blue.png);
	margin-bottom:15px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align:center;
	
}

p.addinfo a {
	color:#FFF !important;
	
}

.bioboxpic {
	width:160px;
	height:auto;
	background-color:#FFF;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
	text-align:center;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #666666;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

/*========= MISC =========*/

.imageDesc{
	width:326px;
	height:auto;
	
}

.fix{ /* Clears both colums from page*/
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.hl-full{ /* Spacing height between posts (row)  */
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

a{
	color: #000;
}

#footer a{
	color: #39F;
}

.footer_links li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left:12px;
	border-right: 1px solid #CCC;
}

.starS_rate {
	clear:both;
	height:55px;	
	text-align:center;
}

.starS_rate span {
/*	float:left;
	width:110px;
	text-align:right;
	padding-right:5px;
*/
	display:block;	
}

/* This is to center the please wait image */
div#pleaseWaitGraphicContainer {
	position:fixed;
	left:50%;
	top:20%;
}

/* SEO Tag Cloud. At bottom of page */
div#tagCloudForSeoTitle {
	text-align:center;	
	margin-top:100px;
}
div#tagCloudForSeo * {
	text-align:center;
	display:inline;
	margin-left:100px;
	margin-right:100px;
}



/* Flip Cards */
#flipcards {
	float:left;

}

#flipcards li {
	list-style:none;
	float:left;
	padding:10px;
}

.overAllRating{
	margin-left:180px;
	float:left;
	text-align:center;
	padding-bottom:40px;
}

.my_corners_tl, .my_corners_t, .my_corners_tr, .my_corners_l, .my_corners_r, .my_corners_bl, .my_corners_b, .my_corners_br, .my_corners {
    width: 255px;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
	
}

img.flipInfo {
	float:right;
	margin-right:10px;
	margin-top: -11px;
	width:24px;
	height:24px;
}

img.flipBack_info {
	position:absolute;
	right:10px;
	bottom:10px;	
	width:24px;
	height:24px;
}


.my_corners_t {
	margin-top:20px;
	margin-left:46px;
	margin-bottom:20px;
	
	/* Maybe if you want shadows *****
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
	*/

	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
	
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".my_corners" and change the padding
    */
    background-color: #f1f9ff;
    background-image: url("../cheasImages/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.my_corners_tl {
    height: 100%;
    background-image: url("../cheasImages/my_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {
    height: 100%;
    background-image: url("../cheasImages/my_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {
    height: 100%;
    background-image: url("../cheasImages/my_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {
    height: 100%;
    background-image: url("../cheasImages/my_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {
    height: 100%;
    /* change this if you want to change the distance distance to text/content */
    padding: 5px 6px 5px 6px;
}

.my_corners_l {
    height: 100%;
    background-image: url("../cheasImages/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {
    height: 100%;
    background-image: url("../cheasImages/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {
    height: 100%;
    background-image: url("../cheasImages/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

/* This is the center screen for Screenshot section */
.mainiPad{
	margin-left: 100px;
	padding-top: 20px;
	padding-bottom:40px;

}
.centerScreen{
	width: 500px;
	height:386px;
	text-align:center;
	background-image:url(../cheasImages/iPad_BG.png);
	background-repeat:no-repeat;
	background-position:center;
}

.centerScreen_portrait{
	width: 398px;
	height:500px;
	margin-left:51px;
	text-align:center;
	background-image:url(../cheasImages/iPad_BG_portrait.png);
	background-repeat:no-repeat;
	background-position:center;

}
.centerScreen_ipoone {
	width: 500px;
	height:386px;
	text-align:center;
	background-image:url(../cheasImages/iPhone_BG_landscape.png);
	background-repeat:no-repeat;
	background-position:center;
}
.centerScreen_ipoone_portrait {
	width: 600px;
	height:386px;
	text-align:center;
	background-image:url(../cheasImages/iPhone_BG.png);
	background-repeat:no-repeat;
	background-position:center;
}


#images_full img{
	margin-top: 44px;
	width: 396px;
}

#images_full_iphone img{
	margin-top: 112px;
	margin-left:-2px;
	width: 240px;
}

#images_thumbnails img {
	/*width: 128px;*/
	height: 90px;
  padding:3px;
  border:1px solid #CCC;
  margin:4px;
}


#images_full, #images_thumbnails{
	text-align:center;
	padding-bottom: 30px;
	
}


/* Marcs hacks */
div.box {
	margin-bottom:15px;	
}

.display_as_red {
	background-color: #C33 !important;	
}

#nav2 a:hover {
	background-color: #D44 !important;	
	color:#FFF !important;
}

div.tinymceWrapper {
	line-height:normal;	
}

div.tinymceWrapper ul {
	list-style-position:inherit;
	margin-left:35px;	
}

div.tinymceWrapper ol {
	list-style-position:inherit;	
	margin-left:35px;
}

/* For the star voting system */
div.votable {
	width:28px;
    height:28px;
	display:inline-block;
	margin-left:-6px;
}

div.voteOn2 {
	background-image:url(../cheasImages/star.png) !important;
}

div.voteOff2 {
	background-image:url(../cheasImages/no_star.png) !important;
}

div.voteOn {
	background-image:url(../cheasImages/star.png);
}

div.voteOff {
	background-image:url(../cheasImages/no_star.png);
}

div.voteQuestion {
	background-image:url(../cheasImages/question_star.png);
}

div.starVotingArea{
	position:absolute;
	top:-10px;
	left:0px;
}

div.iTunesPriceBadge {
	position:absolute;
	top:0px;
	left:0px;
	background:#FFF;
}

div.starVotingArea h4 {
	position:relative;
	left:24px;
	top:10px;
}

.tooltipCollum1 {
	display:inline-block;
	width:150px;	
}

/* For the tooltips */
#tooltipContainer {
    position:fixed;
    z-index:9999;
    font-size:10px;
    background:url(../cheasImages/gradient.thumbnail_lightblue.png);
	border:solid thin #666;
    padding:8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 1px #CCC;
	-webkit-box-shadow: 3px 3px 1px #CCC;
	box-shadow: 3px 3px 1px #CCC;
}
 
#tooltipContainer2 {
    position:absolute;
    z-index:9999;
    font-size:10px;
    background:url(../cheasImages/gradient.thumbnail_lightblue.png);
	border:solid thin #666;
    padding:8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 1px #CCC;
	-webkit-box-shadow: 3px 3px 1px #CCC;
	box-shadow: 3px 3px 1px #CCC;
}
 


.star_rate a {
	color:#666 !important;
	text-decoration:none !important;	
}


