/*****************
  This is your playground. Customize NinjaMonkeys! to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout:
.inside{
	width:800px;
}
*/
.inside{
	width:925px;
	min-width:925px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#000;
	padding:1px 0 2em 0;
	color:#808080;
}

#primary.onecol-stories .primary{
	
	width:100%;
}
#primary.onecol-stories .secondary{
	
	width:900px;
	margin:0px;
}

#primary.twocol-stories .story{
	
	width:100%;
	margin:0px;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:0px;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#CCC;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#FFF; }

/* Single Post Styles */

#primary .primary{
	
	width:100%;
}
#primary .secondary{
	
	width:900px;
	margin-right:0px%;
	padding-top:0.65em;
	display:inline;
}
.size-thumbnail {
	margin: 2px;
}
.attachment {
margin: 2px;
}

.thumb {
	width:295px;
	border:5px solid #efefef;
	float:left;
}
.details .read-on a  {
	font-size: 135%;
	color: #CA7803;
		
}
.alignleft {
	padding-right: 10px;
	padding-bottom: 5px;
}