/* @override http://www.suzannebovenizer.com/borderline.css */

Theme Name: Borderline Chaos
Theme URI: http://theloo.org/2005/03/06/borderline-chaos/
Description: A left nav fluid theme for <a href="http://wordpress.org/">Wordpress 1.5</a>
Version: 1.9
Author: <a href="http://theloo.org/about/">Marianne</a>
Author URI: http://theloo.org/

License: <A HREF="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</A>

Ported to Textpattern with a little magic dust by Stuart - http://thebombsite.com/

Customized for Suzanne Bovenizer by Molly Cliborne - http://www.ramettedesigns.com
Images & text (c) Suzanne Bovenizer
*/


* {
        padding: 0;
        margin: 0;
        outline: 0;
}

#accessibility {
        position: absolute;
        top: -10000px;
}

p {
        padding:10px 0 10px 0;
        line-height: 1.6em;
}

body {
	background-image: url(/images/bkg.gif); 
	background-repeat: repeat-y; 
	background-position: left;
	background-color: #93DCF0;
  	font-family: Verdana, Arial;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#masthead { 
	/*background-color: #458B00;*/
	background:url(/images/water.jpg);
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-top: 21px;
 	height: 45px;
}

#blogtitle {
	width: 540px; /* Adjust this for the length of your site title.*/
	margin-top: -30px;
	margin-left: 20px;
	color: #0909B7;
	/*font-variant: small-caps;*/
	font-weight: bold;
	background-color: #fff; 
	text-align: left;
	border: 2px solid black;
	padding: 10px 10px 10px 10px;
    font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3em;
}

#blogtitle a {
	color: #0909B7;
}

#blogtitle a:visited {
	color: #0909B7;
}

#blogtitle a:hover {
	color: #000000;
}

#insideWrapper {
        width: 100%;
}

#contentwrapper {	
	margin-top: 30px;
	margin-left: 280px;
	padding-right: 30px;
}

#content {
	float: left;
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	border: 2px solid black;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px !important;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 55px;
	margin-top: 30px !important;
	margin-top: 60px;
	text-align: left;
    font-family: Verdana, Arial;
	color: #000;
	font-size: 1em;
	line-height: 1.6em;
	/*text-transform: uppercase;*/
}

.seventh {
	width: 80%;
	margin-left: 2px;
    margin-bottom: 20px;
	background-color: #8436BE;
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sixth {
	width: 80%;
	margin-left: 2px;
    margin-bottom: 20px;
	background-color: #3232CC;
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.fifth {
	width: 80%;
	margin-left: 2px;
	margin-bottom: 20px;
	background-color: #2aafd5; 
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.fourth {
	width: 80%;
	margin-left: 2px;
    margin-bottom: 20px;
	background-color: #0DA00D;
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.third {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #f4eb46;
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.second {
	width: 80%;
	margin-left: 2px;
	margin-bottom: 20px;
	background-color: #e9682b;
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}

.first {
	width: 80%;
	margin-left: 2px;
    margin-bottom: 20px;
	background-color: #E02229; 
	text-align: left;
	border: 2px solid #000000;
	padding: 10px 10px 10px 10px;
}



a {
	color: rgba(23,40,225,0.87);
	text-decoration: none;
        font-weight: bold;
}

a:visited {
	color: #351050;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar a {
	color: #000;
        font-weight: bold;
}

#sidebar a:visited {
	color: #000;
}

#sidebar a:hover {
	color: #ccc;
}

.first p {
        padding-top: 0;
}

#sidebar ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
}

#sidebar li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
	line-height:1.2em;
	margin-top:6px;
}

#sidebar li li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
}

.postmetadata {
        position: relative;
	top: 10px;
	right: -22px;
        float: right;
	background-color: #D6D6D6; 
	text-align: left;
        width: 34em;
	border: 1px solid black;
	padding: 8px;
}

.postmetadata p {
        padding: 0;
}

.post, #emailform, #archivescat, #archivesmonth {
	margin: 10px 20px 30px 20px;
	text-align: left;
}

.backpost {
	margin: 20px 10px 30px 20px;
	text-align: left;
	}


.post ul, .post ol, .backpost ul, .backpost ol {
        list-style-position: inside;
}

.post ul{
	list-style-type: none;
	margin: .6em;
}

.post li{
	line-height: 1.2em;
	margin-bottom: .3em;
}

.singlepost {
	margin: 10px 10px 10px 20px;
	text-align: left;
}

.column {
	width: 50%;
	float: left;
	clear: right;
}

blockquote {
	margin: 0 30px 10px 30px;

	background-color: #D6D6D6; 
	text-align: left; 
	border: 2px solid #000000; 
	padding: 5px;
}

.title {
    	font-family: Verdana, Arial;
	color: #000000;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
    margin-bottom: 10px;
	text-transform:uppercase;
	
}

a.title {
	color: #000000;
}

a.title:visited {
	color: #000000;
}

a.title:hover {
	color: #000000;
	border: 0px;
}

h2 .posttitle {
       /* clear: right;*/
    font-family: Verdana, Arial;
    line-height: 2em;	
	color: #000695;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	/*background-color: #D6D6D6;*/ 
	text-align: left;
	/*border: 1px solid black;*/
	padding: 8px;
	}


h2 a.posttitle {
	color: #351050;
	border: 1px solid black;
}


h2 a.posttitle:visited {
	color: #351050;
	border: 1px solid black;
}

h2 a.posttitle:hover {
	color: #000000;
	border: 1px solid black;
}

h2 {
	color: #000000;
	font-size: 1.7em;
	text-align: left;
}

h2.searchtitle {}

h2#category {
	color: #000000;
	font-size: 1.7em;
	text-align: center;
	margin: 20px 0 20px 0;
}

h3.searchresult {
	margin-top: 30px;
	margin-bottom: 0px;
}

p.searchresult {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navigation { 
	padding: 15px;
}

.imageright {
	float:right;
	margin-left: .6em;
}

.imageleft {
	float:left;
	margin-right: .6em;
}

img.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.articleimage{
	float:right;
	margin-left: 1em;
	margin-bottom: 1em;

}

#paging {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#paging a {
        color: #8B1C62;
        text-decoration: none;
        font-size: 1.1em;
}

#paging a:hover {
        color: #000000;
}

#paging .left {
        float: left;
	margin-left: 20px;
	background-color: #D6D6D6; 
	text-align: left; 
	border: 1px solid black;
	padding: 8px;
}

#paging .right {
        float: right;
	margin-right: 20px;
	background-color: #D6D6D6; 
	text-align: right; 
	border: 1px solid black;
	padding: 8px;
}

a img {
	border: none;
}


.cite {
	font-size: 1em;
	color:#000000;
        padding-top: 10px;
}

.cite p {
        padding: 10px 0 0 0;
}

.small{
	font-size: .85em;
	margin-top: 0px;
	padding-top: 0px;
}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:#000000;
	font-size: 1em;
}

#footer {
	clear:both;
	max-width:800px;
	font-size: 1em;
	color: #FFFFFF;
	text-align: right;
    margin-right:30px;
    margin-bottom: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
    font-weight: bold;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

h3#comment {
        text-align: left;
        padding-left: 20px;
}

ol.comments { 
	padding: 20px;
	margin-top: 20px;
}

ol.comments li {
        list-style: none;
}

.commentBox {
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 20px;
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #000000; 
	padding: 5px;
}

.commentPos {

	font-family: 'Verdana';
	font-size: 1em;
	margin-top: 10px;
	padding: 0px;
	text-align: right;
	font-variant: small-caps;
}

a.commentPos {
	font-family: 'Verdana';
	color: #ff3333;
}

a.commentPos:visited {
	color: #ff3333;
}

a.commentPos:hover {
	color: #000;
	border: 0px;
}

#cpreview p.preview {
        font-size: 1.2em;
        color: #000000;
        text-align: center;
        margin-bottom: 15px;
}

h3#postcomment {
       margin: 0.6em 0.6em 0.6em 0.6em;
       font-weight: bold;
       font-size: 1.6em;
       color: #444444;
       text-align: center;
       border: 0;
}

form#txpCommentInputForm {
       margin-top: 40px;
       border: 1px solid #444444;
       padding-bottom: 1.2em;
       width: 360px;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 20px;
}

form#txpCommentInputForm p {
       margin: 0 0 0 1.2em;
       padding: 0;
}

input#forget, input#remember {
       margin-right: 5px;
}

textarea.txpCommentInputMessage {
       height: 250px;
       width: 325px;
       margin-bottom: 10px;
}

p#txpCommentInputForm {
       width: 300px;
       text-align: center;
       font-weight: bold;
       padding: 10px 0 10px 0;
       border-top: 1px solid #444444;
       border-bottom: 1px solid #444444;
       margin-left: auto;
       margin-right: auto;
       margin-top: 30px;
       margin-bottom: 30px;
}

.menutitle {
       font-weight: bold;
       text-align: center;
       font-size: 1em;
       text-decoration: none;
}

#archivescat {
       padding-bottom: 30px;
}

#category {
       font-size: 1.2em;
       line-height:1.6em;
       margin-top: 30px;
}

#categorylisting {
       margin-bottom: 30px;
}

.categoryinstruct {
       font-weight:bold;
       font-size: 1em;
       margin-top: 10px;
}

.categorymenu {
       text-align: left;
       list-style: none;
}

.cattitle {
       clear: both;
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       padding-top: 50px;
       border-bottom: 1px solid #444444;
}

.cattitle a {
       color: #000000;
}

.catarticle {
       clear: both;
       font-weight:normal;
}

.catarticle a {
       text-decoration: none;
}

.archivearticle {
       clear: both;
       float: left;
}

.archivedate {
       float: right;
}

.montharchivedate {
       text-align: left;
       font-size: 1.2em;
       font-weight: bold;
       border-bottom: 1px solid #444444;
}

.montharchivearticle {
       clear: right;
       float: right;
       width: 50%;
       text-align: left;
}

.montharchivearticle a {

       text-decoration: none;
}


.back {
       font-size: 0.8em;
       font-weight: bold;
       text-align: right;
}

.clear {
       clear:both;
       height:1px;
       overflow:hidden;
       display: none;
}

.center {
	text-align: center;
}

.widecolumn { 
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px;
}

.narrowcolumn { 	
	padding-top: 20px; 
	padding-left: 60px; 
	padding-right: 60px; 
	padding-bottom: 20px;
}

/* RSS_Live_Archive example CSS */
#rssLiveArchive { margin: 10px 0 0; } 
#rssLiveArchive ul { padding: 0; list-style-type: none; } 
#rssLiveArchive ul li { text-align: left; padding: 1px 8px; } 
#rssLiveArchive-year { float: left; width: 100px; margin: 0; padding: 0; } 
#rssLiveArchive-year li { position: relative; font-weight: bold; } 
#rssLiveArchive-month { float: left; width: 100px; margin: 0; font-weight: bold; } 
#rssLiveArchive-month li { position: relative; } 
#rssLiveArchive-post { float: left; width: 250px; margin: 0; } 
#rssLiveArchive-post li { position: relative; font-weight: bold; } 
#rssLiveArchive ul li span { position: absolute; right: 8px; font-weight: normal; color: #333; } 
*html #rssLiveArchive ul li span { top: -4px; } 
#rssLiveArchive .selected { background: #eee; padding-top: 0; padding-bottom: 0; }
