/*

Theme Name: Kashiv Theme
Theme URI: http://kashiv.com/
Description: The official Kashiv's webpage design
Version: 1.0
Author: Adrian Kashivskyy
Author URI: http://kashiv.com/

*/

/*
  
  KASHIV.COM WEBSITE MAIN STYLESHEET
  © 2010 KASHIV.COM. ALL RIGHTS RESERVE
  
*/

@charset "UTF-8";

/* ------------------------------------------------------------------- GLOBAL STYLES ----- */


html, body { height:100%; }

body {
	margin:0;
	padding:0;
	min-width:1000px;
}

#nav_wrap {
	background:url(images/nav_bkg.png) top center no-repeat;
	height:300px;
	margin:0;
	padding:0;
	z-index:4;
	overflow:hidden;
	position:absolute;
	width:100%;
}

#nav {
	width:1000px;
	height:300px;
	margin:0 auto;
	position:relative;
	top:0;
}

#center_wrap {
	position:relative;
	z-index:1;
}

#content_wrap {
	position:relative;
	width:950px;
	z-index:20;
	margin:0 auto;
}

#content {
	border-left:solid 2px #666;
	border-right:solid 2px #666;
	width:950px;
	position:relative;
	top:100px;
	margin:0;
	background:#FFF;
	min-height:1000px;
}

#content-aurora {
	border-left:solid 2px #666;
	border-right:solid 2px #666;
	width:950px;
	position:relative;
	top:100px;
	margin:0;
	min-height:1000px;
	background:#FFF url(images/aurora.png) no-repeat top center;
}

.padd {
	padding:200px 25px 125px 25px;
	overflow:visible;
	background:transparent;
}

#footer_wrap {
	background:url(images/footer_bkg.png) top center no-repeat;
	height:100px;
	position:relative;
	min-width:1000px;
	width:100%;
	z-index:50;
}

#footer {
	margin:0 auto;
	width:952px;
	height:100px;
}

#copyright {
	position:relative;
	top:30px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

#footer_nav{
	top:20px;
	position:relative;
	text-align:center;
}

#footer_nav a {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#333;
}

#footer_nav a:hover {
	color:#000;
}

/* ------------------------------------------------------------------- BASE CONTENT STYLES ----- */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#222;
	background:url(images/iphone_bkg.png) repeat;
}

p {
	padding:10px 0;
	margin:0;
}

a:link, a:visited {
	color:#03F;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#C03;
}

a img, a:hover img, a:visited img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	position:relative; left:-5px;
}

h1 { font-size:27px; }
h2 { font-size:21px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }

h1 { margin:15px 0; }
h2, h3 { margin:10px 0; }
h4, h5, h6 { margin:5px 0; }

hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #666;
	margin:25px 0;
	padding:0;
	font-size:0;
	height:0;
	line-height:0;
	width:930px;
	left:-15px;
	position:relative;
}

abbr, acronym {
	border-bottom:1px #222 dotted;
}

code, pre {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
}

pre {
	background:url(images/code.png) no-repeat top left;
	padding:0 60px;
	margin:20px 0;
}

blockquote {
	background:url(images/blockquote.png) no-repeat top left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	padding:0 60px;
	margin:20px 0;
}

/* ------------------------------------------------------------------- BASE CONTENT: LISTS STYLES ----- */

ul, ol {
	margin:10px 30px;
	padding:10px;
}

ul ul {
	list-style:circle;
	margin:5px 30px;
	padding:0;
}

ol ol {
	list-style:decimal;
	margin:5px 30px;
	padding:0;
}

/* ------------------------------------------------------------------- BASE CONTENT: TABLES ----- */

table {
	width:100%;
	border-collapse:collapse;
	margin:20px 0;
}

td, th {
	border:1px solid #999;
	padding:5px;
	text-align:center;
}

th {
	font-weight:bold;
	font-size:16px;
	background:#DEDEDE;
}

/* ------------------------------------------------------------------- FORM ELEMENTS STYLES ----- */

fieldset { border:none; margin:0; padding:0; }

legend { display:none; }

input[type="text"], input[type="password"] {
	min-width:300px;
	line-height:18px;
	font-size:14px;
	padding:2px;
	border:1px solid #999;
	color:#666;
	margin:5px 0;
}

input[type="file"] {
	min-width:300px;
	line-height:18px;
	font-size:14px;
	padding:2px;
	color:#666;
	margin:5px 0;
	font-weight:bold;
	font-size:12px;
}

input[type="checkbox"], input[type="radio"] {
	padding:0;
	margin:5px 0;
	border:none;
}

textarea {
	min-width:300px;
	min-height:50px;
	line-height:16px;
	font-size:13px;
	padding:2px;
	border:1px solid #999;
	color:#666;
	margin:5px 0;
}

label {
	font-weight:bold;
	color:#333;
	font-size:12px;
}

select {
	min-width:300px;
}

input:focus, select:focus, a:focus, textarea:focus {
	outline:none;
}

/* ------------------------------------------------------------------- FORM ELEMENTS: BUTTONS STYLES ----- */

input[type="submit"] {
	line-height:16px;
	font-size:13px;
	padding:3px 5px;
	border:1px solid #00F;
	color:#333;
	margin:5px;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

input[type="reset"] {
	line-height:16px;
	font-size:13px;
	padding:3px 5px;
	border:1px solid #F00;
	color:#333;
	margin:5px 0;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

input[type="submit"]:hover {
	background:#c4d6e3;
}


input[type="reset"]:hover {
	background:#FCF;
}

/* ------------------------------------------------------------------- EXTRA CONTENT STYLES ----- */

.divider {
	border-bottom:2px solid #666;
	margin:25px 0;
	font-size:0;
	height:0;
	line-height:0;
	width:930px;
	left:-15px;
	position:relative;
}

.clear {
	clear:both;
	width:100%;
	border:none;
	margin:0;
	padding:0;
	height:0px;
	visibility:hidden;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: BUTTONS ----- */

.button, .button[color="grey"] {
	display:inline-block;
	line-height:16px;
	font-size:13px;
	padding:3px 15px;
	border:1px solid #333;
	color:#333;
	margin:5px 0;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

.button, .button[color="grey"]:hover {
	display:inline-block;
	background:#CCC;
}

.button[color="blue"] {
	display:inline-block;
	line-height:16px;
	font-size:13px;
	padding:3px 15px;
	border:1px solid #00F;
	color:#333;
	margin:5px 0;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

.button[color="blue"]:hover {
	display:inline-block;
	background:#c4d6e3;
}

.button[color="red"] {
	display:inline-block;
	line-height:16px;
	font-size:13px;
	padding:3px 15px;
	border:1px solid #F00;
	color:#333;
	margin:5px 0;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

.button[color="red"]:hover {
	display:inline-block;
	background:#FCF;
}

.button[color="green"] {
	display:inline-block;
	line-height:16px;
	font-size:13px;
	padding:3px 15px;
	border:1px solid #090;
	color:#333;
	margin:5px 0;
	background:#FFF;
	min-width:100px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor:pointer;
	text-decoration:none;
}

.button[color="green"]:hover {
	display:inline-block;
	background:#C9EEBB;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: ALERTS & MESSAGES ----- */

.alert, p .alert {
	color:#000;
	border:1px #F90 solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background:#FFC;
	padding:10px 15px;
	margin:15px 0;
	font-size: 13px;
	text-align:center;
}

.admin-menu {
	color:#666;
	border:1px #999 dashed;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background:#EEE;
	padding:5px;
	margin-bottom:20px;
	font-size: 13px;
	text-align:center;
	
}

.admin-menu a, .admin-menu:visited {
	color:#666;
	text-decoration:none;
}

.admin-menu a:hover {
	color:#333;
	text-decoration:underline;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: POSTS ----- */

.post { margin:0 0 0 0; z-index:30; }

.post-title, .post-title h1 { padding:0; margin:0; }

.post-title h1 a,.post-title h1 a:visited {
	font-weight:bold;
	position:relative;
	color:#222;
	text-decoration:none;
}

.post-title h1 a:hover  {
	font-weight:bold;
	position:relative;
	color:#444;
	text-decoration:underline;
}

.post-title-center h1 {
	font-weight:bold;
	border-bottom:2px solid #333;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align:center;
	color:#222;
	text-decoration:none;
}

.post-meta { color:#666; font-size:13px; }

.post-meta-author {
	background:url(images/postmeta_user.png) left no-repeat;
	padding-left:18px;
	vertical-align:middle;
}

.post-meta-author a, .post-meta-author a:hover, .post-meta-author a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.post-meta-author a:hover { color:#333; }

.post-meta-time {
	background:url(images/postmeta_time.png) left no-repeat;
	padding-left:16px;
	vertical-align:middle;
	margin-left:10px;
}

.post-meta-comments {
	background:url(images/postmeta_comments.png) left no-repeat;
	padding-left:17px;
	vertical-align:middle;
	margin-left:10px;
}

.post-meta-comments a, .post-meta-comments a:hover, .post-meta-comments a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.post-meta-comments a:hover { color:#333; }

.post-meta-editlink {
	background:url(images/postmeta_edit.png) left no-repeat;
	padding-left:15px;
	vertical-align:middle;
	margin-left:10px;
}

.post-meta-editlink a, .post-meta-editlink a:hover, .post-meta-editlink a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.post-meta-editlink a:hover { color:#333; }

.post-meta-category {
	background:url(images/postmeta_category.png) left no-repeat;
	padding-left:17px;
	vertical-align:middle;
	margin-left:10px;
}

.post-meta-category a, .post-meta-category a:hover, .post-meta-category a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.post-meta-category a:hover { color:#333; }

.post-content { padding:0; }

.post-divider {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #666;
	margin:15px 0;
	font-size:0;
	height:0;
	line-height:0;
	width:930px;
	left:-15px;
	position:relative;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: COMMENTS ----- */

.comment {
	background:#EFEFEF;
	border:#CCC solid 1px;
	padding:10px;
	margin:5px 0;
}

.byuser {
	background:#caffa7;
	border:#69bf31 solid 1px;
	padding:10px;
	margin:5px 0;
}

.awaiting {
	background:#FFC;
	border:#FC0 solid 1px;
	padding:10px;
	margin:5px 0;
}

.cm-author, .cm-author a, .cm-author a:visited {
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

.cm-author a:hover { text-decoration:underline; color:#333; }

.cm-avatar {
	position:relative;
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	float:right;
	border:none;
}

.cm-content {
	font-size:13px;
	color:#454545;
	padding:5px;
	margin-right:45px;
}

.cm-content p { padding:5px 0; }

.cm-meta, .cm-meta a, .cm-meta a:visited {
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

.cm-awaiting-text {
	text-align:center;
	border-top:1px solid #FC0;
	color:#F90;
	font-size:16px;
	margin-top:10px;
	padding-top:10px;
}

.cm-meta a:hover { text-decoration:underline; }

.comments-header { margin-bottom:15px; }

h1.comments-header { font-size:24px; }

/* ------------------------------------------------------------------- WORDPRESS CONTENT: COMMENT SUBMISSION ----- */

.commentform-header { margin-bottom:25px; left:-5px; }

h1.commentform-header { font-size:24px; }

.commentform-meta, .commentform-meta a, .commentform-meta a:visited {
	font-size:12px;
	color:#999;
	font-weight:normal;
	padding:0;
	margin:-20px 0 0 0;
	text-decoration:none;
}

.commentform-meta a:hover { text-decoration:underline; }

.commentform-table {
	background:#FFF;
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin-top:20px;
}

.commentform-table th {
	padding:0;
	border:none;
	background:#FFF;
	font-size:14px;
	color:#666;
	text-align:right;
	font-weight:normal;
	padding-right:5px;
	width:240px;
}

.commentform-table td {
	padding:0;
	border:none;
	background:#FFF;
	text-align:left;
	padding-left:5px;
	margin:0;
}

#commentform input[type="text"], #commentform textarea { width:600px; }

.commentform-reqstar {
	font-weight:bold;
	color:red;
}

.commentform-submit {
	text-align:center;
	margin-top:15px;
}

.commentform-submit input {
	width:200px;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: SEARCH FORM ----- */

.searchform {
	padding:0;
	margin:20px auto;
	text-align:center;
}

.searchform-label {
	padding-right:5px;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: ARCHIVE LOOP  ----- */

.archive {
	margin:0;
	background:#FFF;
}

td.at-date {
	border:none;
	padding:10px;
	text-align:right;
	font-weight:bold;
	width:100px;
	vertical-align:middle;
	color:#323232;
}

td.at-title {
	font-weight:normal;
	font-size:18px;
	text-align:left;
	border:none;
	padding:10px;
	vertical-align:middle;
	color:#333;
}

.at-title a, .at-title a:visited {
	color:#333;
	text-decoration:none;
}

.at-title a:hover {
	color:#333;
	text-decoration:underline;
}

.archive tr {
	background:#EDEDED;
	border-bottom:5px solid #FFF;
}

.archive-nav-link {
	float:right;
}

.archive-nav-link a, .archive-nav-link a:visited {
	text-decoration:none;
}

.archive-nav-link a:hover {
	text-decoration:none;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: AUTHOR PAGE ----- */

.author-avatar {
	width:320px;
	height:320px;
	background:transparent url(images/author_avatar_bkg.png) no-repeat;
	float:left;
}

.author-avatar img {
	border:none;
	width:194px;
	height:194px;
	margin:63px 0 0 63px;
	padding:0;
}

.author-info {
	float:right;
	text-align:left;
	margin-top:45px;
	width:560px;
}

.ai-table {
	background:#FFF;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.ai-table th {
	padding:5px;
	border:none;
	background:#FFF;
	font-size:13px;
	color:#666;
	text-align:left;
	font-weight:normal;
	width:140px;
	vertical-align:middle;
}

.ai-table td {
	padding:5px;
	border:none;
	background:#FFF;
	text-align:left;
	margin:0;
	font-weight:normal;
	font-size:18px;
	vertical-align:middle;
}

.ai-table td a, .ai-table td a:visited {
	text-decoration:none;
	color:#222;
}

.ai-table td a:hover {
	text-decoration:underline;
	color:#03F;
}

.ai-table th.description {
	padding:5px;
	border:none;
	background:#FFF;
	font-size:13px;
	color:#666;
	text-align:left;
	font-weight:normal;
	width:140px;
	vertical-align:top;
	padding-top:8px;
}

.ai-table td.description {
	padding:5px;
	border:none;
	background:#FFF;
	text-align:left;
	margin:0;
	font-weight:normal;
	font-size:16px;
	vertical-align:middle;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: PAGE NAVIGATION ----- */

.pagenav {
	border-top:1px #CCC dashed;
	padding:5px;
	margin-top:25px;
	width:920px;
	left:-15px;
	position:relative;
}

.pagenav-prev a, .pagenav-prev a:visited, .pagenav-next a, .pagenav-next a:visited {
	color:#666;
	text-decoration:none;
}

.pagenav-prev a, .pagenav-prev a:visited, .pagenav-next a, .pagenav-next a:visited {
	color:#666;
	text-decoration:none;
}

.pagenav-prev a:hover, .pagenav-next a:hover {
	color:#232323;
	text-decoration:none;
}

.pagenav-prev {
	text-align:left;
	display:inline;
	position:relative;
}

.pagenav-next {
	text-align:right;
	display:inline;
	float:right;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: POST NAVIGATION ----- */

.postnav {
	border-bottom:1px #CCC dashed;
	padding:3px;
	margin-bottom:15px;
	font-size:10px;
	width:924px;
	left:-15px;
	position:relative;
}

.postnav-prev a, .postnav-prev a:visited, .postnav-next a, .postnav-next a:visited {
	color:#666;
	text-decoration:none;
}

.postnav-prev a, .postnav-prev a:visited, .postnav-next a, .postnav-next a:visited {
	color:#666;
	text-decoration:none;
}

.postnav-prev a:hover, .postnav-next a:hover {
	color:#232323;
	text-decoration:none;
}

.postnav-prev {
	text-align:left;
	display:inline;
	position:relative;
}

.postnav-next {
	text-align:right;
	display:inline;
	float:right;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: ATTACHMENT NAVIGATION ----- */

.attachmentnav {
	border-bottom:1px #CCC dashed;
	padding:5px;
	margin-bottom:25px;
	width:920px;
	left:-15px;
	position:relative;
}

.attachmentnav-prev a, .attachmentnav-prev a:visited {
	color:#666;
	text-decoration:none;
}

.attachmentnav-prev a, .attachmentnav-prev a:visited {
	color:#666;
	text-decoration:none;
}

.attachmentnav-prev a:hover {
	color:#232323;
	text-decoration:none;
}

.attachmentnav-prev {
	text-align:left;
	display:inline;
	position:relative;
}

/* ------------------------------------------------------------------- WORDPRESS CONTENT: ATTACHMENT ----- */

.attachment { margin:0 0 0 0; }

.attachment-title, .attachment-title h1 { padding:0; margin:0 auto; text-align:center; left:0; }

.attachment-title h1 a,.attachment-title h1 a:visited {
	font-weight:bold;
	position:relative;
	color:#222;
	text-decoration:none;
	left:0;
	margin:0 auto;
	text-align:center;
}

.attachment-title h1 a:hover  {
	font-weight:bold;
	position:relative;
	color:#444;
	text-decoration:underline;
}

.attachment-meta { color:#666; font-size:13px; margin:0 auto; text-align:center; }

.attachment-meta-author {
	background:url(images/postmeta_user.png) left no-repeat;
	padding-left:18px;
	vertical-align:middle;
}

.attachment-meta-author a, .attachment-meta-author a:hover, .attachment-meta-author a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.attachment-meta-author a:hover { color:#333; }

.attachment-meta-time {
	background:url(images/postmeta_time.png) left no-repeat;
	padding-left:16px;
	vertical-align:middle;
	margin-left:10px;
}

.attachment-meta-comments a:hover { color:#333; }

.attachment-meta-editlink {
	background:url(images/postmeta_edit.png) left no-repeat;
	padding-left:15px;
	vertical-align:middle;
	margin-left:10px;
}

.attachment-meta-editlink a, .attachment-meta-editlink a:hover, .attachment-meta-editlink a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.attachment-meta-editlink a:hover { color:#333; }

.attachment-meta-size {
	background:url(images/postmeta_size.png) left no-repeat;
	padding-left:20px;
	vertical-align:middle;
	margin-left:10px;
}

.attachment-meta-size a, .attachment-meta-size a:hover, .attachment-meta-size a:visited {
	cursor:pointer;
	text-decoration:none;
	color:#666;
}

.attachment-meta-size a:hover { color:#333; }

.attachment-content { 
	padding:10px;
	margin:0 auto;
	text-align:center;
}

.attachment-content img {
	border:1px solid #666;
	padding:5px;
	border-radius:3px;
	width:auto;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: IPHONE APP PAGE ----- */

.app-left-content {
	float:left;
	width:650px;
}

.app-right-content {
	float:right;
	width:200px;
	margin-left:50px;
}

.app-icon {
	margin-bottom:20px;
	width:200px;
	height:210px;
}

.app-icon img {
	width:200px;
	height:200px;
}

.app-icon-mask {
	background:transparent url(images/app_icon_mask.png);
	width:200px;
	height:210px;
	position:relative;
	top:-200px;
}

.app-info {
	color:#222;
	font-size:12px;
}

.app-info p {
	padding:3px 0;
	margin:0;
}

.app-appstore-badge {
	margin:0 0 20px 0;
}

.app-status {
	font-weight:bold;
	font-size:17px;
	margin:20px 0;
}

.app-status-scheduled {
	background:url(images/badge_blue.png) left no-repeat;
	padding-left:24px;
	color:#06F;
}

.app-status-canceled {
	background:url(images/badge_red.png) left no-repeat;
	padding-left:24px;
	color:#900;
}

.app-status-building {
	background:url(images/badge_yellow.png) left no-repeat;
	padding-left:24px;
	color:#F90;
}

.app-status-released {
	background:url(images/badge_green.png) left no-repeat;
	padding-left:24px;
	color:#090;
}

.app-title {
	color:#425e77;
	left:0;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

.app-content-header {
	color:#446d96;
	left:0;
	font-size:20px;
	margin:30px 0 10px 0;
	padding:0;
	font-weight:bold;
}

.app-screenshots-content {
	clear:both;
	width:900px;
}

.app-screenshots {
	text-align:center;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: WP PLUGIN PAGE ----- */

.wpp-left-content {
	float:left;
	width:650px;
}

.wpp-right-content {
	float:right;
	width:200px;
	margin-left:50px;
}

.wpp-icon {
	margin-bottom:20px;
	width:100px;
}

.wpp-icon img {
	max-width:200px;
	height:auto;
}

.wpp-info {
	color:#222;
	font-size:12px;
}

.wpp-info p {
	padding:3px 0;
	margin:0;
}

.wpp-download-badge {
	margin:20px 0;
}

.wpp-title {
	color:#262626;
	left:0;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

.wpp-content-header {
	color:#737373;
	left:0;
	font-size:20px;
	margin:30px 0 10px 0;
	padding:0;
	font-weight:bold;
}

.wpp-screenshot {
	border:#CCC solid 1px;
	padding:5px;
	margin:5px;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: MAC APPLICATION PAGE ----- */

.mapp-left-content {
	float:left;
	width:650px;
}

.mapp-right-content {
	float:right;
	width:200px;
	margin-left:50px;
}

.mapp-icon {
	margin-bottom:20px;
	width:100px;
}

.mapp-icon img {
	max-width:200px;
	height:auto;
}

.mapp-info {
	color:#222;
	font-size:12px;
	text-shadow:#FFF 0 0 5px;
}

.mapp-info p {
	padding:3px 0;
	margin:0;
}

.mapp-download-badge {
	margin:20px 0;
}

.mapp-title {
	color:#FFF;
	left:0;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	text-shadow:#000 0 0 10px;
}

.mapp-content-header {
	color:#305a92;
	text-shadow:#FFF 0 0 5px;
	left:0;
	font-size:20px;
	margin:30px 0 10px 0;
	padding:0;
	font-weight:bold;
}

.mapp-content-text {
	text-shadow:#FFF 0 0 5px;
}

.mapp-screenshots a, .mapp-screenshots a:visited, a.mapp-screenshot {
	border:none;
	text-decoration:none;
}

.mapp-screenshots a:hover {
	border-bottom:#CCC solid 1px;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: RULES STYLE ----- */

.rules {
	border:2px #F00 solid;
	background:#FFE1E0;
	padding:20px;
	color:#000;
	margin:20px 0;
}

.rules p {
	margin-left:15px;
	margin-right:15px;
}

.rules h1, .rules h2, .rules h3, .rules h4, .rules h5, .rules h6 {
	 font-weight:bold; color:#000;
	 text-align:center;
}

.rules h2 {
	margin-top:10px;
}

/* ------------------------------------------------------------------- EXTRA CONTENT: FAQ STYLE ----- */

.faq-box {
	background:#EFEFEF;
	border:#CCC solid 1px;
	padding:10px;
	margin:5px 0;
}

.faq-box-new {
	background:#aed1ff url(images/faq-answer-new.png) no-repeat top right;
	border:#519cff solid 1px;
	padding:10px;
	margin:5px 0;
}

.faq-question {
	font-size:16px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}

.faq-answer {
	font-size:13px;
	color:#454545;
	padding:5px;
	margin-right:45px;
}

.faq-answer p { padding:5px 0; }