/*
Theme Name: lollercoaster
Theme URI: http://lollercoaster.com
Description: ascii based design
Version: 1.0
Author: zeetes
Author URI: http://zeet.es/
Tags: lollercoaster, ascii, lite

This theme is based on "Bash" http://pax.mioritics.ro/repository/wp/
*/

/*--
.aligncenter {display:block;margin:0 auto;}
.alignleft {float:left;}
.alignright {float:right;}
--*/

/*--- general ---*/
body {background:#000;color:#fff;font:13px "Courier New", Courier, mono;}
a {color:#fff;text-decoration:none;}
a:hover {text-decoration:underline;}
.entry a {text-decoration:underline;}
.entry a:hover {text-decoration:none;}
.ifc {text-align:center;}

/*--- layout ---*/
#page {margin:0 auto;width:760px;}
#header {float:right;width:200px;}
#content {float:left;min-height:300px;width:515px;}
#sidebar {float:right;width:200px;}
#footer {float:left;width:515px;}

/*--- headings ---*/
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2,h3 {font-size:24px;}
h2 a,h3 a {text-decoration:underline}
h2 a:hover,h3 a:hover {text-decoration:none;}
#header h1 {margin-bottom:10px;font-size:1.1em;font-weight:normal;}
#header h1 a:hover {text-decoration:none;}
a#header_border:hover span {color:#000;}
#sidebar h2 {margin:10px 0 4px 0;padding:1px 0;font-size:16px;}
.post h2,.pagetitle {margin:10px 0;padding:3px 0}

/*--- inputs ---*/
input {background:#000;border:1px solid #fff;color:#fff;}
#commentform textarea {width:450px;background:#000;color:#fff;}
#searchform input#s {margin-bottom:3px;padding:2px;width:97%;font-size:16px;}

/*--- lists ---*/
#sidebar ul,#sidebar li,#sidebar ul li,#sidebar ul ul ul li {margin:0;padding:0;list-style-type:none;}
#sidebar ul ul li {margin:0 0 0 20px;padding:0;list-style-type:circle;}

/*--- post meta ---*/
.postmetadata {margin:0;padding:3px 0 3px 0;font-size:10px;}