/* Designed and Developed by Christopher Waite */
/* Bytesize Adventures */

/* defaults */

img
{
	border: none;
}

html
{
	color:#362A23;
	font-family: Georgia, serif;
	font-size:14px;
	background-color:#362A23;
	background-image:url(../media/images/header_bg3.png);
}

body
{
	width:100%;
	margin:0px;
}

/* header */

div#header
{
	font-size:60px;
	padding-top:10px;
	background-color:#FFFEFB;
	height:160px;
	color:#362A23;
	background-image:url(../media/images/header_bg3.png);
}

div#headerinner
{
	width:1000px;
	margin:0 auto;
	color:#362A23;
}

div#headerinner a
{
	text-decoration: none;
	color: #362A23;
}

span#headersmall
{
	font-style:italic;
	font-size:50px;
	color:#362A23;
}

span#tagline
{
	font-size:20px;
	margin-left:20px;
}

/* gradient shadow below header */

div#shadowtop
{
	height:9px;
	background-color:#211A15;
}

div#shadowtopinner
{
	width:1000px;
	height:9px;
	margin:0 auto;
	background-image:url(../media/images/t.png);
	background-repeat:repeat-y;
}

/* navigation */

ul#navigation
{
	list-style:none;
	display:block;
	font-size:16px;
	margin-top:40px;
}

ul#navigation li
{
	display:block;
	float:left;
	margin-left:15px;
}

ul#navigation li a 
{
	text-decoration:none;
	color:#362A23;
	padding-bottom:10px;
}

ul#navigation li a:hover
{
	border-color:#362A23;
	border-style:solid;
	border-width:0px 0px 1px 0px;
}

ul#navigation li a#active
{
	border-color:#362A23;
	border-style:solid;
	border-width:0px 0px 1px 0px;
}

/* main section */

div#maincontent
{
	background-color:#211A15;
}

div#contentinner
{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	background-color:#362A23;
	background-image:url(../media/images/mainbg3.png);
	background-repeat:repeat-y;
	height:450px;
}

/* showcase for iPhone games */

div.showcase
{
	float:left;
	height:300px;
	margin-top:80px;
}

div.showcaseimage
{
	float:left;
	margin-bottom:30px;
	padding-top: 7px;
}

div.showcaseblurb
{
	font-family: sans-serif;
	float:left;
	width:400px;
	height:250px;
	margin:20px 0px 20px 20px;
	font-weight:normal;
	font-size:14px;
	color:#dbcdbf;
	border-color:#dbcdbf;
	border-width:2px;
	border-style:dashed;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	padding-left:40px;
	line-height:20px;
}

div.showcaseblurb p a, div#showcaseblurbsingle p a
{
	text-decoration:none;
	color:#dbcdbf;
	padding-bottom:5px;
	border-color:#dbcdbf;
	border-style:dashed;
	border-width:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

div.showcaseblurb p a:hover, div#showcaseblurbsingle p a:hover
{
	border-color:#dbcdbf;
	border-style:dashed;
	border-width:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

div.showcase div.showcaseblurb h1
{
	font-size:30px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
}

div.showcase div.itunesbadge, div#showcaseblurbsingle div.itunesbadge
{
	margin-top:20px;
}

/* single game pages */

div#contentinnersingle
{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	background-color:#362A23;
	background-image:url(../media/images/mainbg3.png);
	background-repeat:repeat-y;
	height:950px;
}

div#showcasesingle
{
	float:left;
	margin-top:80px;
}

div#showcasesingle h2
{
	font-size:16px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
	margin-top:30px;
	margin-bottom:20px;
}

div#showcaseblurbsingle
{
	font-family: Helvetica, sans-serif;
	float:left;
	width:400px;
	height:780px;
	margin:20px 0px 20px 20px;
	font-weight:normal;
	font-size:14px;
	color:#dbcdbf;
	border-color:#dbcdbf;
	border-width:0px 0px 0px 2px;
	border-style:dashed;
	padding-left:40px;
	line-height:20px;
}

div#showcaseblurbsingle h2
{
	font-size:16px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
	margin-top:50px;
	margin-bottom:20px;
}

div#showcaseblurbsingle h1
{
	font-size:30px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
}

div#trailer
{
	float:left;
	margin-left:40px;
}

div#imagetrailercontainer
{
	float:left;
	width:500px;
}

div#showcasesingle div.showcaseimage
{
	background-image:url(../media/images/iphone_blank.png);
	background-repeat:no-repeat;
	height: 280px;
	width:490px;
	margin-bottom: 50px;
}

div#screenshotwrapper
{
	margin-top: 20px;
	margin-left: 91px;
	margin-bottom: 40px;
}

div#screenshotwrapper img
{
	width: 325px;
}

/*overide image slider for screenhsots */

#screenshotwrapper ul, #screenshotwrapper li
{
	margin:0;
	padding:0;
	list-style:none;
}

#screenshotwrapper, #screenshotwrapper li
{
	width:325px;
	overflow:hidden;
}

/*gradient shadow above footer */

div#abovefooter
{
	background-color:#211A15;
	height:9px;
}

div#abovefooterinner
{
	width:1000px;
	height:9px;
	margin:0 auto;
	background-image:url(../media/images/b2.png);
}

/* games page */

div#contentinnergames
{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	background-color:#362A23;
	background-image:url(../media/images/mainbg3.png);
	background-repeat:repeat-y;
	height:800px;
}

div#showcasewrappergames
{
	margin-top: 80px;
}

div.showcasegames
{
	float:left;
	margin-top:0px;
	margin-bottom: 0px;
	border-style: dashed;
	border-color:#dbcdbf;
	border-width:0px 0px 0px 0px;
}

div.showcasegames div.showcaseblurb h1
{
	font-size:30px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
}

div.showcasegames div.itunesbadge
{
	margin-top:20px;
}

div.showcasegames div.showcaseblurb
{
	font-family: Helvetica, sans-serif;
	float:left;
	width:400px;
	height:310px;
	margin:0px 0px 0px 20px;
	font-weight:normal;
	font-size:14px;
	color:#dbcdbf;
	border-color:#dbcdbf;
	border-width:2px;
	border-style:dashed;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	padding-left:40px;
	padding-top: 20px;
	line-height:20px;
}

div.showcasegames div.showcaseimage
{
	float:left;
	margin-bottom:0px;
	padding:20px 0px 20px 0px;
	width: 500px;
}

#showcasewrappergames ul, #showcasewrappergames li
{
	margin:0;
	padding:0;
	list-style:none;
}


/* footer */

div#footer
{
	background-color:#FFFEFB;
	background-image:url(../media/images/header_bg3.png);
	height:650px;
}

div#footerinner
{
	font-family: Helvetica, sans-serif;
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	color:#362A23;
	font-size:14px;
}

div#footerinner h2
{
	font-family: Georgia, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#362A23;
	border-color:#362A23;
	border-style:dashed;
	border-width:1px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:40px;
}

div#footerinner h3
{
	font-family: Georgia, serif;
	font-size:13px;
	color:#362A23;
	text-transform:lowercase;
	font-style:italic;
	font-weight:bold;
	margin-top:20px;
}

div#footerinner h3 a
{
	text-decoration:none;
	color:#362A23;
}

/* footer sections */

div.footersection, div.footersectionblog
{
	float:left;
	width:270px;
	margin:30px;
	margin-top:0px;
}

div.footersection p, div.footersectionblog p
{
	font-size:12px;
	line-height:18px;
}

div.footersectionblog p
{
	margin-top:-10px;
}

div.footersection p a, div.footersectionblog p a
{
	text-decoration:none;
	color: #765c4d;
	font-style:italic;
}

div.footersection input#mce-EMAIL
{
	border-style:solid;
	border-width:1px;
	border-color:#362A23;
	font-size:12px;
	color:#362A23;
	padding:5px;
	width:190px;
}

div.footersection input#mc-embedded-subscribe
{
	margin-left:10px;
	border:none;
	font-size:14px;
	font-style:italic;
	color:#362A23;
	background-color:transparent;
	font-family: Georgia, serif;
	font-weight:bold;
	cursor:pointer;
}

div#twitter
{
	margin-left:10px;
	font-size: 12px;
}

div#twitter a
{
	font-style: normal;
}

div#copyright
{
	float: right;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 10px;
}

div#copyright em
{
	font-family: Georgia, serif;
	font-style: italic;
}

/*override for image slider */

#showcasewrapper ul, #showcasewrapper li
{
	margin:0;
	padding:0;
	list-style:none;
}

#showcasewrapper, #showcasewrapper li
{
	width:1000px;
	overflow:hidden;
}

span#nextBtn a
{
	float:right;
	font-family: Georgia, serif;
	font-size:16px;
	text-decoration:none;
	color:#dbcdbf;
	font-style:italic;
}

span#prevBtn a
{
	float:left;
	font-family: Georgia, serif;
	font-size:16px;
	text-decoration:none;
	color:#dbcdbf;
	font-style:italic;
}

/* blog specific sections */

div#contentinnerblog
{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	background-color:#362A23;
	background-image:url(../media/images/mainbg3.png);
	background-repeat:repeat-y;
}

div#container
{
	margin-top:80px;
	width:1000px;
	overflow:hidden;
}

div#content
{
	width:1000px;
	margin:0 auto;
	color:#dbcdbf;
}

div.post
{
	margin-bottom:50px;
}

div.post blockquote
{
	font-family: Georgia, serif;
	border-color: #362A23;
	border-style: solid;
	border-width:0px 0px 0px 2px;
	padding-left: 10px;
}

div.entry-content
{
	margin-left:50px;
	width:700px;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background:url(../media/images/header_bg3.png);
	padding:15px;
	margin:10px auto;
	color:#362A23;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

div.entry-content img
{
	max-width: 700px;
	border: none;
}

div.entry-content a
{
	text-decoration:underline;
	color:#765c4d;
}

div.post h2, div.post h3
{
	font-size:30px;
	font-weight:normal;
	color:#FFFEFB;
	font-family: Georgia, serif;
	font-style:italic;
	border-color:#dbcdbf;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-right:140px;
}

div.post h2 a, div.post h3 a
{
	text-decoration:none;
	color:#FFFEFB;
}

div.post div.aligncenter
{
	margin:0 auto;
}

div.entry-date
{
	font-family: Georgia, serif;
	font-style:italic;
	color:#dbcdbf;
}

div.entry-date abbr
{
	border: none;
}

div.entry-meta
{
	font-family: Georgia, serif;
	font-style:italic;
	color:#dbcdbf;
	font-size:11px;
}

div.entry-meta a
{
	text-decoration:none;
	color:#dbcdbf;
}

span.comments-link a
{
	font-size:14px;
}

img.alignleft
{
	float:left;
	margin-right:15px;
}

img.aligncenter
{
	display:block;
	margin:0 auto;
	text-align:center;
}

div#nav-below a
{
	font-family: Georgia, serif;
	font-size:16px;
	text-decoration:none;
	color:#dbcdbf;
	font-style:italic;
}

div#nav-below
{
	margin-bottom:20px;
	height: 20px;
	margin: 0 auto;
	width: 1000px;
}

div#nav-below div.nav-next
{
	float: right;
	width: 50%;
	text-align: right;
}

div#nav-below div.nav-previous
{
	float: left;
	width: 50%;
}

div.entry-content a.more-link
{
	font-family: Georgia, serif;
	font-style:italic;
	text-decoration:none;
	color:#765c4d;
}

div#comments
{
	width:700px;
	margin:40px auto;
	padding:15px;
	background:url(../media/images/header_bg3.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#362A23;
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#362A23;
}

div#comments h3
{
	font-family: Georgia, serif;
	font-style:italic;
	color:#362A23;
	font-size:20px;
}

div#comments ol
{
	list-style:none;
}

div#comments ol li
{
	margin-left:-30px;
}

div#comments ol li.comment
{
	border-style:dashed;
	border-width:1px 0px 0px 0px;
	border-color:#362A23;
	padding-top:5px;
	padding-bottom:20px;
}

div#comments ol li.comment img.avatar
{
	border-style:dashed;
	border-width:0px 1px 1px 1px;
	border-color:#362A23;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}

div#comments a
{
	text-decoration:underline;
	color:#765c4d;
}

div.comment-meta
{
	font-size: 12px;
}

div#respond
{
	width:400px;
	margin:0 auto;
	text-align:center;
	color: #362A23;
	font-size: 13px;
}

div.formcontainer
{
	width: 400px;
}

div.form-label
{
	float: left;
	margin-right: 10px;
	width: 130px;
	text-align: right;
	font-family: Georgia, serif;
	font-style:italic;
	color:#362A23;
	font-weight: bold;
}

div.form-input
{
	float: left;
	margin-bottom: 10px;
}

div.form-input input
{
	font-size: 13px;
	padding: 2px;
	width: 100%;
	border-style:solid;
	border-width:1px;
	border-color:#362A23;
	font-size:12px;
	color:#362A23;
}

div.form-submit input
{
	border-width:1px;
	border-color: #362A23;
	border-style:solid;
	font-size:14px;
	font-style:italic;
	color:#362A23;
	background-color:transparent;
	font-family: Georgia, serif;
	font-weight:bold;
	cursor:pointer;
}

div.form-textarea textarea
{
	width: 100%;
	color: #362A23;
	font-size: 13px;
	padding: 2px;
}

div#trackbacks-list
{
	margin-bottom: 40px;
}
