/*   
Theme Name: PikPok
Theme URI: www.pikpokgames.com
Author: Dan Newman
Version: 1.0
*/
/* ------------------------------------------------

	Copyright Prodidy Design Limited, 2009.
	
	Version 1.0 - 09.09

	=RESETS
	=LAYOUT

--------------------------------------------------- */
/* =RESETS 
--------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
:focus { outline: 0; }

body {
	line-height: 1;
	color: #333333;
	background: #FFFFFF;
}
ol, ul { list-style: none; }

/*Nic: increased the size of the list font to match paragraph size */
li { font-size:12px; }

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button { cursor: pointer; }

img { border: none; }

/* a + p defaults */
a, a:link, a:visited, a:active { color: #40b3d9; text-decoration: none; }
a:hover { color: #4ecdf7; }

p {
	font-size: 12px;
	line-height: 16px;
}

strong { font-weight: bold; font-size: inherit; font-family: inherit; }
em { font-style: italic; font-size: inherit; font-family: inherit; }

.uppercase {
	text-transform: uppercase;
}

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

body { background: url(/pikpok/images/background_tile.gif) repeat-x top left #979797; }

.outerWrapper {
	width: 100%;
	height: 100%;
}
.innerWrapper {
	margin: auto;
	width: 982px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headerHolder {
	width: 982px;
	height: 92px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
	margin: 0px 0px 8px 0px;
}
.headerHolder .header {
	width: 980px;
	height: 90px;
	background: url(/pikpok/images/header_background.jpg) no-repeat top left #000000;
}
.home .headerHolder .header, .page-template-games-php .headerHolder .header {
	width: 980px;
	height: 90px;
	background: url(/pikpok/images/header_background_home.jpg) no-repeat top left #000000;
}
.shadow {
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	background: url(/pikpok/images/shadow_bottom.gif) no-repeat top left; 
}
.header .logo {
	float: left;
	padding: 27px 0px 0px 22px;
}
.header .navigation {
	float: right;
	padding: 39px 22px 0px 0px;
}
.header .logo h1 a {
	display: block;
	width: 200px;
	height: 35px;
	background: url(/pikpok/images/pikpok_header_logo.png) no-repeat top left;
	text-indent: -9999px;
}


/* navigation */
.navigation ul {
	/*565px - developers (118)*/
	width: 448px;
	height: 11px;
}
.navigation ul li {
	display: inline;
	list-style-type: none;
}
.navigation ul li a, .navigation ul li a:hover {
	float: left;
	height: 11px;
	line-height: 1px;
	text-indent: -9999px;
	background: url(/pikpok/images/navigation.png) no-repeat;
	color: #FFFFFF;
}

/* navigation background positioning */
.navigation ul li.about a { background-position: 0px 0px; width: 63px; }

.navigation ul li.games a { background-position: -63px 0px; width: 72px; }

.navigation ul li.news a { background-position: -135px 0px; width: 61px; }

.navigation ul li.developers a { background-position: -196px 0px; width: 118px; }

.navigation ul li.contact a { background-position: -314px 0px; width: 81px; }

.navigation ul li.support a { background-position: -395px 0px; width: 89px; }

.navigation ul li.forums a { background-position: -484px 0px; width: 82px; }

/* navigation hover state */
.navigation ul li.about a:hover { background-position: 0px -11px; width: 63px; }

.navigation ul li.games a:hover { background-position: -63px -11px; width: 72px; }

.navigation ul li.news a:hover { background-position: -135px -11px; width: 61px; }

.navigation ul li.developers a:hover { background-position: -196px -11px; width: 118px; }

.navigation ul li.contact a:hover { background-position: -314px -11px; width: 81px; }

.navigation ul li.support a:hover { background-position: -395px -11px; width: 89px; }

.navigation ul li.forums a:hover { background-position: -484px -11px; width: 82px; }

/* navigation current state */
.navigation ul li.about a.current { background-position: 0px 0px; width: 63px; }

.navigation ul li.games a.current { background-position: -63px 0px; width: 72px; }

.navigation ul li.news a.current { background-position: -135px 0px; width: 61px; }

.navigation ul li.developers a.current { background-position: -196px 0px; width: 118px; }

.navigation ul li.contact a.current { background-position: -314px 0px; width: 81px; }

.navigation ul li.contact a.current { background-position: -395px 0px; width: 89px; }

.navigation ul li.forums a.current { background-position: -484px 0px; width: 82px; }
/* homepage promos */
#promoOne, #promoTwo {
 margin: 0px 0px 8px 0px;
}
#promoOne .promoHolder {
	width: 982px;
	height: 317px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
}
#promoOne .promo {
	width: 980px;
	height: 315px;
	background-color: #FFFFFF;
	line-height: 1px;
	font-size: 1px;
}


/* homepage news */
.newsHolder {
	width: 982px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
	margin: 0px 0px 8px 0px;
}
.newsHolder .news {
	width: 970px;
	background: url(/pikpok/images/news_tile.gif) repeat-x top left #e5e5e5;
	padding: 10px 0px 10px 10px;
}
.postsWrapper { background: url(/pikpok/images/news_posts_tile.gif) repeat-y top left; }

.postHolder {
	float: left;
	width: 313px;
	padding: 0px 10px 0px 0px;
}
.postHolder .post {	background-color: #FFFFFF; }

.post .title {
	background-color: #f1f1f1;
	padding: 16px 20px 12px 20px;
}
.post .title h2 { font-size: 16px; }

.post .title h2 a, .post .title h2 a:active, .post .title h2 a:visited { color: #000000; }
.post .title h2 a:hover { color: #4ecdf7; }

.post .title p.date {
	font-size: 11px;
	color: #999999;
}
.post .content {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 12px 20px;
}
.post .content p a.more-link, .post .content p a.more-link:active, .post .content p a.more-link:visited, .post .content a.more-link, .post .content a.more-link:active, .post .content a.more-link:visited {
	display: block;
	padding: 8px 0px 4px 0px;
	font-weight: bold;
	color: #000000;
}
.post .content p a.more-link:hover, .post .content a.more-link:hover { color: #4ecdf7; }


.compBannerHolder {
	width: 802px;
	height: 402px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
	margin: 0px 0px 8px 0px;
}
.compBanner {
	width: 800px;
	height: 400px;
	background-color: #FFFFFF;
	line-height: 1px;
	font-size: 1px;
}
/* gamepage */
.gameBannerHolder {
	width: 982px;
	height: 317px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
	margin: 0px 0px 8px 0px;
}
.gameBanner {
	width: 980px;
	height: 315px;
	background-color: #FFFFFF;
	line-height: 1px;
	font-size: 1px;
}
.pageWrapper {
	width: 982px;
	background: url(/pikpok/images/page_tile.gif) repeat-y top left;
}
.pageShadow {
	width: 982px;
	height: 2px;
	line-height: 1px;
	font-size: 1px;
	background: url(/pikpok/images/page_shadow_bottom.gif) no-repeat top left;
	margin: 0px 0px 8px 0px;
}
.pageHolder {
	width: 982px;
	background: url(/pikpok/images/page_shadow_side.gif) no-repeat top left;
}
.gamePage {
	float: left;
	width: 610px;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 35px 0px;
}
.gamePage h2.postTitle {
	font-size: 24px;
	padding: 25px 20px 0px 20px;
}

.widePage h2.postTitle {
	font-size: 24px;
	padding: 25px 20px 0px 20px;
}

/* sidebar */
.sideBar {
	float: left;
	width: 340px;
	background: url(/pikpok/images/news_tile.gif) repeat-x top left #e5e5e5;
	padding: 10px 10px 0px 10px;
}
.allGames, .latestNews, .specialPromo {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.allGames .title, .latestNews .title {
	background-color: #c1c1c1;
	padding: 16px 20px 12px 20px;
	margin: 0px 0px 14px 0px;
}
.allGames .title h3 { 
	width: 87px;
	height: 11px;
	background: url(/pikpok/images/h3_all_games.gif) no-repeat top left;
	font-size: 1px;
	text-indent: -9999px;
}
.latestNews .title h3 { 
	width: 107px;
	height: 11px;
	background: url(/pikpok/images/h3_latest_news.gif) no-repeat top left;
	font-size: 1px;
	text-indent: -9999px;
}
.allGames .title p, .latestNews .title p {
	font-size: 11px;
	color: #333333;
	padding: 2px 0px 0px 0px;
}
.sideBarIcons {
	padding: 0px 0px 8px 20px;
}
.sideBarIcons .gameLink {
	float: left;
	width: 52px;
	height: 52px;
	margin: 0px 10px 10px 0px;
}
.newsList {
	padding: 0px 20px 12px 20px;
	font-size: 12px;
}
.newsList ul li {
	padding: 0px 0px 6px 0px;
}
.specialPromo .gameLink {
	padding: 10px;
	margin: 0px;
}

/* pages */
.newsPage, .genericPage {
	float: left;
	width: 610px;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 35px 0px;
}

.widePage {
	float: left;
	width: 982px;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 35px 0px;
}
/* NB: panel icons not implemented */
.genericPage .aboutTitle {
	background: url(/pikpok/images/_panel_icon_about.gif) no-repeat top right #20a6d2;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}
.newsPage .newsTitle {
	background: url(/pikpok/images/_panel_icon_news.gif) no-repeat top right #ff5500;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 27px 0px 0px 20px;
}
.genericPage .gamesTitle {
	background: url(/pikpok/images/_panel_icon_games.gif) no-repeat top right #8f8f8f;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}
.genericPage .developersTitle {
	background: url(/pikpok/images/_panel_icon_developers.gif) no-repeat top right #ffbd00;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}
.genericPage .contactTitle {
	background: url(/pikpok/images/_panel_icon_contact.gif) no-repeat top right #67d520;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}
.genericPage .supportTitle {
	background: url(/pikpok/images/_panel_icon_contact.gif) no-repeat top right #FF0000;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}
.genericPage .errorTitle {
	background: url(/pikpok/images/_panel_icon_error.gif) no-repeat top right #8f8f8f;
	height: 48px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 27px 0px 0px 20px;
}

.genericPage .aboutTitle h2 {
	background: url(/pikpok/images/h2_about.gif) no-repeat top left;
	width: 81px;
	height: 18px;
	text-indent: -9999px;
}
.newsPage .newsTitle h2 {
	background: url(/pikpok/images/h2_news.gif) no-repeat top left;
	width: 70px;
	height: 18px;
	text-indent: -9999px;
}

.genericPage .gamesTitle h2 {
	background: url(/pikpok/images/h2_games.gif) no-repeat top left;
	width: 83px;
	height: 18px;
	text-indent: -9999px;
}
.genericPage .developersTitle h2 {
	background: url(/pikpok/images/h2_developers.gif) no-repeat top left;
	width: 140px;
	height: 23px;
	text-indent: -9999px;
}
.genericPage .contactTitle h2 {
	background: url(/pikpok/images/h2_contact.gif) no-repeat top left;
	width: 99px;
	height: 18px;
	text-indent: -9999px;
}
.genericPage .supportTitle h2 {
	background: url(/pikpok/images/h2_support.gif) no-repeat top left;
	width: 104px;
	height: 23px;
	text-indent: -9999px;
}
.genericPage .errorTitle h2 {
	background: url(/pikpok/images/h2_error.gif) no-repeat top left;
	width: 73px;
	height: 18px;
	text-indent: -9999px;
}

.category-news .titlePanel {
	background: url(/pikpok/images/_panel_icon_news.gif) no-repeat top right #ff5500;
	color: #FFFFFF;
	padding: 20px 100px 15px 20px;
}
.titlePanel h2 {
	font-size: 24px;
	font-weight: normal;
}
.titlePanel p.date {
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}
.archiveTitlePanel {
	padding: 20px 20px 5px 20px;
}
.archiveTitlePanel h2 { font-size: 18px; }

.archiveTitlePanel h2 a, .archiveTitlePanel h2 a:active, .archiveTitlePanel a:visited { color: #000000; }
.archiveTitlePanel h2 a:hover { color: #4ecdf7; }

.archiveTitlePanel p.date {
	font-size: 11px;
	color: #999999;
}

#archive.postContent p a.more-link, #archive.postContent p a.more-link:active, #archive.postContent p a.more-link:visited, #archive.postContent a.more-link, #archive.postContent a.more-link:active, #archive.postContent a.more-link:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #000000;
}
#archive.postContent p a.more-link:hover, #archive.postContent a.more-link:hover { color: #4ecdf7; }

#archive.postContent { 
	background: url(/pikpok/images/divider_tile.gif) repeat-x bottom left;
	padding: 5px 20px 10px 20px; 
}
#archive.postContent p { line-height: 18px; }


/* default content styles */
.postContent {
	padding: 20px;
}
.postContent p {
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
	margin: 4px 0px 12px 0px; color: #333; font-weight: bold;
}
.postContent h1 { font-size: 18px; }
.postContent h2 { font-size: 16px; }
.postContent h3 { font-size: 14px; }
.postContent h4 { font-size: 12px; }
.postContent h5 { font-size: 11px; }

.postContent ul, .postContent ol {
	font-size: 11px;
	line-height: 18px;
	padding: 0px 10px 10px 10px;
}
.postContent ol {
	list-style: decimal outside;
	line-height: 18px;
	padding: 0px 10px 10px 30px;
}
.postContent ol li {
	background: none;
	padding: 5px 0px 5px 2px;
}
.postContent li {
	padding: 5px 0px 5px 20px;
	background: url(/pikpok/images/list_bullet.gif) no-repeat 4px 9px;
	line-height: 15px;
}
.postContent em {
	font-style: oblique;
}
.postContent strong {
	font-weight: bold;
}
.postContent blockquote {
	line-height: 16px;
	color: #666666;
	padding: 6px 14px 6px 14px;
	font-style: italic;
}
.postContent blockquote p {
	line-height: 16px;
	color: #999;
	padding: 6px 14px 12px 14px;
}
.postContent img {
	padding: 5px;
}

/* image treatment */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0px 10px 2px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }


/* footer */
.footerHolder {
	width: 982px;
	background: url(/pikpok/images/shadow_side.gif) no-repeat top right;
	margin: 0px 0px 8px 0px;
}
.footerHolder .footer {
	width: 980px;
	background: url(/pikpok/images/footer_background.gif) repeat-x top left #000000;
	color: #cccccc;
}
.footer .row1 {
	width: 980px;
	height: 115px;
	background-color: #1b1b1b;
}
.footer .row2 {
	width: 940px;
	padding: 14px 20px 20px 20px;
}
.footer .logo {
	float: left;
	padding: 16px 0px 0px 22px;
}
.footer .logo a {
	display: block;
	width: 105px;
	height: 85px;
	background: url(/pikpok/images/pikpok_footer_logo.png) no-repeat top left;
	text-indent: -9999px;
}
.footer .icons {
	float: right;
	width: 760px;
	padding: 18px 20px 0px 0px;
	text-align: right;
}
.footer .navigation {
	float: left;
	width: 625px;
	padding: 6px 0px 0px 0px;
}
.footer .copyright { float: left; }

.copyright p a, .copyright p a:active, .copyright p a:visited { color: #FFFFFF; }

.footer .networks {
	float: right;
	width: 315px;
	background: url(/pikpok/images/network_logos.gif) no-repeat top right;
}
.networks .twitter, .networks .facebook { float: right; }

.networks .twitter a {
	display: block;
	width: 88px;
	height: 24px;
	text-indent: -9999px;
}
.networks .facebook a {
	display: block;
	width: 85px;
	height: 24px;
	text-indent: -9999px;
}
.networks p {
	float: right;
	font-size: 11px;
	padding: 4px 0px 0px 0px;
}
.networks p a, .networks p a:active, .networks p a:visited { color: #FFFFFF; }
.networks p a:hover { color: #666666; }

.footer .copyright p {
	font-size: 11px;
	padding: 12px 0px 0px 0px;
}
.icons p {
	float: right; 
	padding: 30px 0px 0px 0px;
	color: #FFFFFF;
}
.icons .gameLink {
	float: right;
	margin: 0px 0px 0px 15px;
}

/* --------------------------------------------------- */


/* fixes */
.spacer { height: 0.01px; clear: both; font-size: 0.01px; line-height: 0.01px; margin: 0px; padding: 0px; }
