/* Bring in the framework CSS */
@import 'screen.css';

/* Site-specific CSS, copyright 2008 Chopsticks */
body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}
h1 {
	float:left;
	font-size:1em;
	margin:1.5em auto 0 auto;
	width:270px;
}
h1 a {
	background-image:url(../images/chopsticks-logo.png);
	background-repeat:no-repeat;
	border:0 !important;
	display:block;
	height:72px;
	text-indent:-999em;
	width:270px;
}
h3 {
	color:#0063a0;
	font-size:2em;
	line-height:1;
	margin:6px 0;
}

div#comment-form {
	padding-top:3em;
}
div#footer {
	background-color:#000;
	color:#eee;
	overflow:hidden;
	padding:3em 0 1.5em 0;
}
div#footer a,
div.page-extra a {
	border-color:#333;
	color:#09c;
}
div#footer a:hover,
div.page-extra a:hover {
	border-bottom:1px solid #ff9;
	color:#ff9;
}
div#footer p#made-with-chopsticks {
	float:right;
	height:36px;
	margin:0;
	text-align:center;
	width:300px;
}
div#footer p#made-with-chopsticks a {
	background-image:url(../images/made-with-dark-bg.png);
	background-repeat:no-repeat;
	border:0;
	display:block;
	font-size:1em;
	height:36px;
	margin:0 auto;
	text-indent:-999em;
	width:280px;
}
div#footer p#made-with-chopsticks a:hover {
	background-position:bottom left;
}
div#footer p#syndication-links {
	float:left;
	line-height:3em;
	margin:0 20px 0 0;
	width:620px;
}
div#header {
	height:72px;
}
body.has-banner div#header {
	margin-bottom:216px;
}
div#menu {
	float:right;
	padding-top:3em;
}
div#menu li {
	font-size:1.5em;
	font-weight:bold;
	line-height:1;
	margin:0.75em 0;
	text-transform:lowercase;
	width:80px;
}
div#page-banner {
	background-color:#fff;
	border-bottom:1px solid #998675;
	border-top:1px solid #998675;
	left:0;
	padding:17px 0;
	position:absolute;
	text-align:center;
	top:108px;
	width:100%;
}
div#page-banner h2 {
	height:54px;
	margin:0 auto;
	margin-bottom:18px;
	width:940px;
}
div#page-banner p {
	color:#0063a0;
	font-size:1.5em;
	line-height:1.333;
	margin:0 auto 6px auto;
	width:940px;
}

p.alt embed,
p.alt object {float:right;margin:0 0 18px 0;}
ul.list-1 {
	list-style:none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.list-1 li {
	float: left;
}
h4.list-title {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.25;
	margin:0;
}
p.main-text {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
div.page-extra {
	background-color:#000;
	background-image:url(../images/bg-alt.png);
	background-repeat:repeat-x;
	clear:both;
	color:#eee;
	overflow:hidden;
	padding:1.5em 0;
}
div.page-extra h2 {
	float:left;
	margin-right:20px;
	width:300px;
}
div.page-extra ol.form {
	background-color:#111;
	border:1px solid #333;
	padding:1.5em 0;
}
.post-comment {
	border-bottom:1px solid #333;
	margin-bottom:1.5em;
	overflow:hidden;
}
.post-comment h3,
.post-comment-link {
	float:left;
	margin-right:20px;
	width:300px;
}
.post-comment-body,
.comment-message {
	float:right;
	width:620px;
}
.post-comment-body p,
.post-entry p {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	text-align:justify;
}
.post-comment-link a {
	font-weight:normal !important;
}
.post-entry {
	overflow:hidden;
}
.post-nav {
	overflow:hidden;
}
.post-nav p.next {
	float:right;
}
.post-nav p.previous {
	float:left;
}
.post-tags {
	float:right;
}
.sample-img img {
	float:none;
	margin:0;
}
ul.type-1 {
	list-style:none;
	margin: 0;
	padding: 0;
}
