/**
 * Large Screen Stylesheet
 *
 * Some optimizations for larger screens.
 *
 * @copyright  2008 Ashley Kyd, All Rights Reserved
 * @version    1.0
 * @link       http://kyd.com.au/
*/


h1{font-size:48pt;}

html{
	padding:0 25px;
}
.container{
	max-width:1100px;
	width:auto;
}

.showcase-item,
blockquote{
	margin-right:10px;
}

.showcase > li.doubleup,
.showcase > div.doubleup{

	width:490px;

}

.showcase > li.fluidup,
.showcase > div.fluidup{
	width:233px; 
	min-height:20.5em;
}

.showcase li.alignright:last-child,
#boxes ul{
	margin-right:0;
}

.showcase-item.alignright{margin-left:0;}


.collapsible{
	display:none;
}

#boxes{margin-left:0;margin-right:-10px;}
.pull{margin-right:-10px;}


.single .entry-content{margin-left:275px;}
.single .entry-content h3{display:block;margin-left:-275px;padding-left:275px;clear:left;font-size:2em;}
.single .entry-content > p:first-child,
#post-423 .entry-content > p:first-child{margin-left:-275px;}
.single .entry-content img.alignleft{margin:0 1em 1em -270px;}
.single .entry-content li img.alignleft{margin:0 1em 1em -300px;}

.home .lone-ranger,
.category .lone-ranger,
#post-423{padding-left:290px;padding-right:15px;position:relative;}
#post-423 .entry-date,
.home .lone-ranger .entry-date,
.category .lone-ranger .entry-date,
.home .lone-ranger h3,
.category .lone-ranger h3,
#post-423 h3
{position:static;float:left;margin-left:-275px;clear:left;}
.home .lone-ranger .entry-date abbr,
.category .lone-ranger .entry-date abbr,
#post-423 .entry-date abbr{height:1.5em;border:none;}
.home .lone-ranger h3,
.category .lone-ranger h3,
#post-423 h3{bottom:1em;}
.home .lone-ranger .comments-link,
.category .lone-ranger .comments-link,
#post-423 .comments-link{display:block;text-align:right;}


blockquote{margin-top:0px;margin:1em 0;-moz-border-radius-topleft: 0;-webkit-border-top-left-radius: 0;float:none;position:static;margin-top:.45em;}
p + p + blockquote{margin-top:1.2em;}
p.cite{float:left;width:235px;margin-left:-275px;text-align:center;margin-top:0;clear:left;padding:0;margin-top:.45em;}

p.cite{

	background:#102646;
	border:1px solid #102646;
	border-right:none;
	padding:10px 20px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;


}

p.cite:hover{background-image:url("http://kyd.com.au/img/transparency.png");}

#nav ul ul{width:466px;}

