/* OVERRIDES */

body {
	background: #151515 url(/images/bg.png);

	font-family: Verdana, Helvetica, Arial;
	font-size: 80%;
}

img {
	border: none;
}

a:link, a:visited {
	color: #0055CC;
}


a:hover, a:active {
	color: #CC0000;
}

h1 {
	font-family: Lucida Grande, Helvetica, Arial;
	margin: 15px 0 10px 0;
	font-size: 200%;
}

h2 {
	font-family: Lucida Grande, Helvetica, Arial;

	font-size: 130%;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

h2 em {
	color: #808080;
	font-size: smaller;
}

h3 {
	font-family: Lucida Grande, Helvetica, Arial;

	margin-bottom: 10px;
	font-size: 117%;
	font-weight: bold;
}

h4 {
	font-family: Lucida Grande, Helvetica, Arial;

	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
}


p {
	margin: 0 0 1em 0;
}

ul, blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

ul {
	list-style: square;
	
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

/* CUSTOM CLASSES */

.description a {
	color: #000099;
	text-decoration: none;
}

.description a:hover {
	color: #660000;
	text-decoration: underline;
}

.grey {
	color: #808080;
}

.blackin li * {
	color: black;
}

ul.spacy li {
	padding: 3px 0;
}

table.reference {
	border-spacing: 0;
	margin-bottom: 2em;
}

table.reference th {
	font-family: Lucida Grande, Helvetica, Arial;
	font-weight: bold;
	text-align: center;
	
	border-bottom: 1px #a0a0a0 solid;
	background: #e0e0e0;
	
	font-size: 110%;
}

table.reference td {
	border-bottom: 1px solid #e0e0e0;
	padding: 4px 5px;
	
	vertical-align: top;
}

/* BUTTONS */

a.greenbutton, a.bluebutton {
	display: block;

	background: url(/images/buttons.png) repeat-x 0px 0px #deea3f;
	height: 30px;
	line-height: 30px;
	border: 2px solid #b4c91a;
	
	font-family: Lucida Grande, Helvetica, Arial;
	color: black;
	text-decoration: none;
	font-size: 120%;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.greenbutton {
	background: url(/images/buttons.png) repeat-x 0px 0px #deea3f;
	border: 2px solid #b4c91a;
}

a.bluebutton {
	background: url(/images/buttons.png) repeat-x 0px -30px #c4e2f7;
	border: 2px solid #86b2d1;
}

/* RIGHTCOL */

div#rightcol h3 {
	margin: 0;
	height: 30px;
	line-height: 25px;
	text-align: center;
	
	background: url(/images/bgs.png) repeat-x 0px -75px;;
	
	color: white;
	font-family: Lucida Grande, Helvetica, Arial;
	
	text-transform: uppercase;
	
	font-size: 100%;
	
	overflow: hidden;
}

div#rightcol ul {
	padding: 0;
	list-style: none;
	
	margin: 0 0 10px 0;
}

div#rightcol ul li {
	padding: 2px 5px;
	background-position: 10px 7px;
	background-repeat: no-repeat;
}

div#rightcol ul li a {
	display: block;
	
	color: #cccccc;
	text-decoration: none;
	
	padding: 5px 5px 5px 50px;
	height: 40px;
	
	cursor: pointer;
	
	background: url(/images/pick_backtop.png) no-repeat;

	overflow: hidden;
}

div#rightcol ul li a:active, div#rightcol ul li a:hover {
	color: #ff9900;
}

div#rightcol ul li a span.text {
	display: block;
	margin-left: 50px;
}

div#rightcol ul li a span.title {
	display: block;
	margin-top: 2px;
	
	white-space: nowrap;

	overflow: hidden;
}

div#rightcol ul li a span.title span {
	font-style: italic;
	font-size: 80%;
}

div#rightcol ul li a span.category {
	display: block;
	padding-top: 5px;
	
	font-size: 80%;

	overflow: hidden;
}

/* TOPMENU */

div#header ul {
	height: 50px;

	margin: 0;
	padding: 0;
	list-style: none;

	background: url(/images/header_c.png) repeat-x 0px -15px #bfbfbf;
}

div#header ul li {
	width: 13%;

	height: 50px;
	text-align: center;
	line-height: 50px;
	
	float: left;
	background: url(/images/header_sep.png) no-repeat right top;

	white-space: nowrap;
	overflow: hidden;
}

div#header ul li.last {
	width: auto;
	float: none;
	background: none;
	
	padding-left: 15px;
}

div#header ul li a {
	text-shadow: 0px 1px 1px #f0f0f0;
	
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 120%;
	font-weight: bold;
	
	color: #202020;
	
	margin-right: 2px;
	
	padding: 3px 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#header ul li a:hover {
	background: #888888;
}

div#header ul li a:active {
	background: #666666;
}

/* PAGINATION */

div.pagination {
	margin: 10px 15px;
	
	text-align: center;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	height: 25px;
	line-height: 25px;
	
	background: url(/images/bgs.png) repeat-x #dedede;
	border: #aeaeae 1px solid;
	
	overflow: hidden;
}

/* COMMON BADGES */

div.priceinfo_free, div.priceinfo_paid {
	width: 60px;
	height: 25px;
	float: right;

	margin-top: 15px;
	
	line-height: 25px;
	text-align: center;
	
	color: white;
	font-size: 14px;
	font-weight: bold;

	border: 1px solid;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	text-shadow: 0px -1px 0px #666666;
	
	margin-left: 10px;
	
	cursor: default;
}

ul.applist div.priceinfo_free, ul.applist div.priceinfo_paid {
	margin-right: 10px;
	margin-top: 3px;
}

div.priceinfo_free {
	background: url(/images/bgs.png) repeat-x #7dbc61 0px -25px;
	border-left-color: #539530;
	border-right-color: #539530;
	border-top-color: #57744f;
	border-bottom-color: #99cc66;
	
	text-transform: uppercase;
}

div.priceinfo_paid {
	background: url(/images/bgs.png) repeat-x #6495bd 0px -50px;
	border-left-color: #306c95;
	border-right-color: #306c95;
	border-top-color: #4f6074;
	border-bottom-color: #66a0cc;
}

/* STARS */

span.stars {
	display: inline-block;

	width: 83px;
	height: 15px;
	
	background: url(/images/stars.png) no-repeat;

	background-position: 0px 0px;
}

span.stars .stars05, span.stars .stars1, span.stars .stars15, span.stars .stars2, span.stars .stars25, span.stars .stars3, span.stars .stars35, span.stars .stars4, span.stars .stars45, span.stars .stars5 {
	display: inline-block;
	background-image: url(/images/stars.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
	
	height: 15px;
} 

span.stars .stars05 { width: 7px; }
span.stars .stars1 { width: 17px; }
span.stars .stars15 { width: 24px; }
span.stars .stars2 { width: 34px; }
span.stars .stars25 { width: 41px; }
span.stars .stars3 { width: 51px; }
span.stars .stars35 { width: 58px; }
span.stars .stars4 { width: 68px; }
span.stars .stars45 { width: 75px; }
span.stars .stars5 { width: 83px; }

/* APPLIST */

ul.applist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.applist li {
	border-top: #cccccc 1px solid;
	
	padding: 5px 0;
}

ul.applist li:first-child {
	border-top: none;
}

ul.applist li.p .screen {
	width: 120px;
	height: 180px;
	padding: 10px;
	
	float: left;
	
	background: url(/images/screen_back_small.jpg) no-repeat;
}

ul.applist li.l .screen {
	width: 180px;
	height: 120px;
	padding: 10px;
	
	float: left;
	
	background: url(/images/screen_back_l_small.jpg) no-repeat;
}

ul.applist li.p .text {
	margin-left: 145px;
}

ul.applist li.l .text {
	margin-left: 205px;
}

ul.applist li .title {
	padding-top: 8px;
}

ul.applist li .title a {
	font-weight: bold;
	font-size: 120%;
}

ul.applist li .title span {
	color: gray;
	font-style: italic;
}

ul.applist li .desc {
	margin: 5px 0 10px 0;
}

ul.applist li .category {
	font-size: 80%;
	color: #333333;
}

/* APPINFO */

/* portrait */

div.appinfo_p {

}

div.appinfo_p .screen {
	width: 400px;
	height: 840px;
	background-position: 40px 121px;
	background-repeat: no-repeat;
	
	float: right;
}

div.appinfo_p .screen div {
	width: 400px;
	height: 840px;
	
	background: url(/images/iphone_stencil.png) no-repeat;
}

div.appinfo_p .text {
	margin-right: 415px;
}

div.appinfo_p .links {
	border-top: 1px solid #cccccc;
	
	margin: 10px 0;
	padding: 10px 2% 0 2%;
}

div.appinfo_p .links div {
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	
	margin: 0 -2%;
}

/* landscape */

div.appinfo_l {

}

div.appinfo_l .screen {
	width: 650px;
	height: 465px;
	background-position: 109px 30px;
	background-repeat: no-repeat;
	
	margin: 0 auto -90px auto;
}

div.appinfo_l .screen div {
	width: 650px;
	height: 465px;
	
	background: url(/images/iphone_stencil_landscape.png) no-repeat;
}

div.appinfo_l .text {

}

div.appinfo_l .links {
	width: 420px;
	
	margin: 0 auto 0 auto;
	padding: 10px 2% 0 2%;
	
}

div.appinfo_l .links div {
	font-size: 10px;
}


/* common for both */


div.appinfo_p .links a, div.appinfo_l .links a {
	display: block;
	width: 48%;

	background: #999999;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	font-family: Helvetica, Arial;
	font-size: 120%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;

	padding: 1em 0;
	
	text-align: center;
	
}

div.appinfo_p .links a:hover, div.appinfo_l .links a:hover {
	background: #666666;
}

div.appinfo_p .links a.appstore, div.appinfo_l .links a.appstore {
	float: left;
}

div.appinfo_p .links a.dev, div.appinfo_l .links a.dev {
	float: right;
}

div.by {
	font-family: Helvetica, Arial;
	font-weight: bold;
	
	font-size: 120%;
	margin-top: -10px;
	margin-bottom: 5px;
}

/* REVIEWS */

ul.reviews {
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-left: 10px;
}

ul.reviews li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}

ul.reviews li.last {
	padding-left: 10px;
}

ul.reviews li .author {
	color: #333333;
	
	margin-bottom: 5px;
}

ul.reviews li .author em {
	font-style: normal;
	font-weight: bold;
}


ul.reviews li .review {
	margin-left: 10px;
}

/* CAT TREE ^_^ */

div.bigcats, div.subcats {
	margin-top: 15px;
}


/* common with all cats */

div.subcats a, div.bigcats a, div.subcats a:visited, div.bigcats a:visited, div.subcats a:hover, div.bigcats a:hover {
	display: block;
	
	padding: 5px 5px 5px 10px;
	
	font-weight: bold;
	text-decoration: none;
	font-family: Lucida Grande, Helvetica, Arial;
	
	color: #333333;
}

/* big cats (lion, puma, leopard, cheetah, etc.) */

div.bigcats {
	width: 150px;
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
	
	background: #cccccc;
	
	padding: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.bigcats a {
	background: url(/images/cats_bg.png) 0px 0px repeat-y #c5c5c5;

	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #878787;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #838383;
}

div.bigcats a.games {
	background: url(/images/cats_bg.png) -150px 0px repeat-y #e5e5e5;

	border-top: 1px solid white;
	border-bottom: 1px solid #959595;
	
	border-left-color: #f0f0f0;
	border-right-color: #bcbcbc;
}

/* subcats (pallas' cat, lynx, etc.) */

div.subcats {
	width: 150px;
	float:left;
	margin-left: -20px;

	margin-right: 15px;
	margin-bottom: 15px;

	background: #cccccc;
	
	padding: 5px 5px 5px 0;
	
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.subcats a {
	background: url(/images/cats_bg.png) -300px 0px repeat-y #e5e5e5;

	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #f0f0f0;	
	
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #959595;	
}

/* common again */

div.subcats a:hover, div.bigcats a:hover {
	color: white;
	background: #666666;
	border-color: #666666;
}


/* FORMS */

span.req {
	color: #f00000;
	font-weight: bold;
}

div.fieldcomment {
	color: gray;
	font-size: smaller;
	font-style: italic;
}

table.formtable {
	border-spacing: 0;
}

table.formtable td {
	border-bottom: 1px dashed #e0e0e0;
	padding: 5px 10px;
	
	vertical-align: top;
}

/* ADMIN */

.syscontrol {
	margin: 20px;
	padding: 3px;
	
	background-color: #f0f0f0;
	border: 2px solid #cccccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	text-align: center;
}

