/*  
Theme Name: Two Scooters
Theme URI: http://www.pineapplecubes.com
Description: Theme for Two Scooters Press
Version: 1.0
Author: charlequin
Author URI: http://www.pineapplecubes.com/

*/

/* OVERALL FORMATTING */

html {
margin: 0;
padding: 0;
height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #393939;
color: #000000;
height: 100%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p {
font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
margin: 0;
padding: 0;
}

h1 {
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited, a:hover {
text-decoration: none;
}

a:link {
color: #AA133D;
}

a:visited {
color: #5C0B22;
}

a:hover {
color: #FF1F5E;
}

p {
padding: 10px 0 0 0;
}

img {
border: 0;
}

/* COLUMN FORMAT */

#wrapper {
margin: 0 auto;
border-left: 10px #AA133D solid;
border-right: 10px #AA133D solid;
background: #FEFFDE;
display: block;
width: 1200px;
position: relative;
}

#header, #mainblock, #footer {
width: 100%;
position: relative;
}

body, #wrapper {
min-height: 100%;
}


#footer {
position: absolute;
bottom: 0;
}

/* HEADER */

#header {
padding: 0;
}

#headerlogo {
display: block;
margin-left: auto;
margin-right: auto;
}

/* BODY */

#mainblock {
padding: 10px 0;
overflow: hidden;
margin-bottom: 84px;
}

#container {
float: left;
width: 950px;
padding: 0
} 

.navigation{
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

/* POSTS */

.post, .navigation {
padding: 10px 50px 10px 50px;
}

.post h2{
font-size: 18px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
#border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.postdivider {
display: block;
margin: 30px auto;
width: 900px;
height: 20px;
border: 0;
}

.pd1 {
background-image: url(/images/two-scooters-divider-1.png);
}

.pd2 {
background-image: url(/images/two-scooters-divider-2.png);
}

/* SIDEBAR */

#sidebar {
float: left;
width: 220px;
padding: 0;
}
/*margin: 0 15px;*/

#sidebar ul{
display: block;
width: 180px;
list-style-type: none;
margin: 0;
padding: 0;
}

.sidebarbox {
display: block;
background: #EDEEAB;
width: 200px;
padding: 0 10px;
}

#sidebar ul li{
padding: 10px 0 10px 0;
}

#sidebar ul li h2{
font-size: 14px;
}

#sidebar ul ul li{
padding: 0;
line-height: 24px;
}

.sidebartop {
display: block;
width: 210px;
height: 19px;
background: url(/images/two-scooters-box-top.png);
margin: 0 0 0 10px;
}

.sidebarbottom {
display: block;
width: 210px;
height: 19px;
background: url(/images/two-scooters-box-bottom.png);
margin: 0 10px 0 0;
}


/* FOOTER */


#footer{
clear: both;
padding: 10px;
}

.footerbox {
width: 90%;
margin: 0 auto;
padding: 20px;
}

#footer p {
line-height: 24px;
}

/* COMMENTS */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* CLEAR */

.clear {
clear: both;
}

/* NIFTY CORNERS */

.rtop, .rbottom{display:block; }
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #EDEEAB;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}


/* SUMMERBIRD */

q .summerbird {
background: #D6CCC2;
}

q .summerbird #wrapper {

border-left: 10px #336600 solid;
border-right: 10px #336600 solid;
background: #FEFFB4;

}


/* DISSOLUTE */