@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 14px;
	background: #e7e7e2 url("img_dirtylicious/body.jpg") no-repeat;
	padding-top: 30px
}
a {
	color: #048;
}
a:hover {
	color: #06C;
}
p,code,ul,ol {
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 24px;
}
h2 {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 18px;
}
h3 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
}
h4 {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 15px;
}
form,input {
	margin: 0;
	padding: 0;
	display: inline;
}
pre {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url('img_dirtylicious/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3,h4 {
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.footerLeft {
	float: left;
}
.footerRight {
	float: right;
}

/* structure */
.inner-container {
	border: 3px solid #727272;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 1000px;
}

.outer-container {
}

/* header & title */
.header {
	background: #222 url('img_dirtylicious/header.jpg') no-repeat;
	width: 1000px;
	height: 289px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 24px;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
	padding-top: 6px;
}

/* path */
.path {
	background: #9fb0c0;
	color: #FFF;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 16px;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url('img_dirtylicious/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 750px;
}
.content .info {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url('img_dirtylicious/li.gif');
	margin-left: 18px;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content p {
	font-family: "Roboto";
	font-weight: 300;
	font-size: 14px;
}
.content .comment-form-body {
	width: 450px;
}

/* navigation */
.navigation {
	float: left;
	width: 200px;
}
.navigation h2,.navigation h3 {
	color: #5A5A43;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul, .navigation ol {
	padding: 0;
}
.navigation li {
}
.navigation li a {
	display: block;
	list-style: none;
	font-size: 15px;
	color: #554;
	text-decoration: none;
	padding: 8px 0 8px 5%;
	width: 95%;
}
.navigation li a:hover {
	background: #d2d2d2;
	color: #000;	
}
.navigation p {
	border-top: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
	line-height: 1.6em;
	font-size: 15px;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
}

/* footer */
.footer {
	widows: 1000px;
	background: #9fb0c0;
	color: #fff;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
}