/*   
Theme Name: Upstart Minim Centered
Theme URI: http://www.upstartblogger.com
Description: A centered version of the minimalist, <b>widgetized</b> theme from <a href="http://www.upstartblogger.com/" title="Upstart Blogger">Upstart Blogger</a>. 
Author: Robert Ellis
Author URI: http://www.upstartblogger.com
Version: 0.6
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/). Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.

The CSS in this file has been altered for www.gameplaywright.net by Will Hindmarch. Mistakes hereafter are probably his.
Mod URI: http://www.wordstudio.net
*/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	font-size: .88em;
	line-height: 1.35em;
	color: #444444;
}

#container {
	width: 840px;
	margin: 0 auto;
}

#sidebar {
	width: 336px;
	float: right;
	font-size: .8em;
	line-height: 1.4em;
	padding: 0 10px 25px 0;
	text-align: left;
	}

#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

#entries {
	width: 468px;
	float: left;
	text-align: left;
	}

.post {
	margin-bottom: 1em;
	text-align: justify;
}

a {
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:link h3 {
	color: #951400;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

ol li {
	padding-bottom: 5px;
	}

ul.bullets {
	list-style: disc inside;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
}

ul.bullets li {
	margin-bottom: 10px;
}

li.recentcomments {
	list-style: disc inside;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}

img.frameleft {
	float:left;
	padding: 2px;
	border: solid 1px #DEE4E5;
}

img.frameright {
	float: right;
	padding: 2px;
	border: solid 1px #DEE4E5;
}
	

h1 {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
}

.thetitle h1 {
	display: none;
}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #34353e;
	border-bottom: 1px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
}

.post ul {
	list-style: disc inside;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.post ul li {
	margin-bottom:8px;
	}

blockquote {
	background-color: #FFF;
	color: #374E78!important;
	padding: 3px 0px 3px 0px;
	margin: 2px 15px 2px 15px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	list-style: disc, inside;
}

.catcloud {
	text-transform: lowercase;
}

.pullquote {
	float: right;
	width: 200px;
	color: #374E78;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	margin: 5px 5px 5px 15px;
	padding: 3px;
}

/* Begin Captions */

.capright {
	clear: right;
	float: right;
	width: 225px;
	margin: 2px 10px 3px 10px;
	padding: 2px;
	line-height: .95em;
	font-size:.85em;
	text-align: left;
	color: #374E78;
	border-left: 1px dotted silver;
}

.capleft {
	clear: left;
	float: left;
	margin: 2px 10px 3px 10px;
	line-height: .95em;
	font-size:.85em;
	text-align: left;
	color: #374E78;
	border-left: 1px dotted silver;
}

/* Begin Built-In Captions */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Begin Comments */


.clearboth {
	clear: both;
}

.comm {
	background:url(images/comments.png) no-repeat;
	float: right;
	width: 38px;
	height:39px;
	font-size:22px;
	line-height:27px;
	text-align: center;
}
.comm span {	
	 text-align:center;
	 padding:5px 0 0 0;
}
.comm a {
	text-decoration: none;
}

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #E9E9E9;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist {
	font-weight: bold;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

/* Begin Miscellaneous */

acronym, abbr {
	border-bottom: 1px dotted black;
}


acronym, abbr, span.caps {
	cursor: help;
}

.moretext a {
	color: #339933;
}

.thetitle {
	display: none !important;
}

.thumbnail-class {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0px 10px 5px 0px;
	padding: 2px;
	border: 1px solid silver;
	}
	
.left {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid silver;
	}

/* Begin Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(wp-content/themes/zeke2col/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(wp-content/themes/zeke2col/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(wp-content/themes/zeke2col/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/* Begin Laboratory */

#pagebuttons {
	}

#nav {
	list-style: none;
	float: right;
	margin: 0px;
	text-align: center;
	padding: 0px;
	}

#nav li {
	float: left;
	margin-left: 5px;
	}

#nav .current_page_item a, #nav .current_page_item a:visited {
	background-color: #6699cc;
	text-decoration: none;
	}

#nav .page_item a{
	color: white;
	text-decoration: none;
	background-color: black;
	padding: 2px 12px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	}

#nav .page_item a:hover {
	background-color: #6699cc;
	border: none;
	}

/* Intentional End of File */
