/*
Theme Name:   br2
Theme URI:    
Description:  yeah
Version:      1
Author:       
Author URI:   
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 1.35em;
    font-family: Georgia,"Times New Roman",Times,serif;
    letter-spacing: 0.053em;
    word-spacing: 0.13em;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }
a:hover { color:#000; text-decoration: none }

p, ul, ol, li { 
    margin-bottom: 1.5em; 
}

blockquote { 
    margin: 0 1.5em 1.5em 1.5em;
    font-size: 0.9em;
    color:#000;
    padding-left:10px;
    border-left:1px solid #000;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 1.6em; 
    line-height: 2.5em;
    margin-bottom: 0px;				/*was 20px*/
}

h2 { 
    font-weight: normal;
    font-size: 1.5em; 
    line-height: 2.5em;
    margin-bottom: 1.5em;
}

h3 { 
    font-weight: normal;
    font-size: 1.5em; 
    line-height: 1.0em;
    margin-bottom: 0.65em;
}

h4 { 
    font-size: 1.1em; 
    /*line-height: 20px;*/
    margin-bottom: 0.65em;
}

.container {
	text-align:center;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
    width: 800px; 								/*increased padding from 500px*/
}


/* HEADER */

.header {
    padding: 35px 0 0;								/*padding was 50px top*/
    text-align:left;
    /*border-bottom: 1px solid #eee;						removed border below title*/
}

.header h1 {
    font-size: 1.85em;
    color: #000;
/*
    font-weight: bold;
*/
    text-transform: uppercase;
}

.header span {
    margin-left: 10px;
    font-size: 14px;
    color: #0f0;
    font-weight: normal;
}

.header a { color: #333; }
.header a:hover { color: #000; }

.search {
    padding:11px 0 0 20px;
    background-color: #fff;
    float:right;
}

.search input {
    width:120px;
}

/* POSTS */

/*.post p a { font-weight:bold }*/

.post {
    border-bottom: 0px solid #000;			/*removed post border*/
	padding:20px 0 0 0;
	text-align:left;
    width:800px; 		
    margin-bottom: 9em; /*increased padding from 500px*/
}

.post a { text-decoration: underline; }
.post a:hover { text-decoration: underline; }
.post h1 a, .post h2 a, .post h3 a, .post h4 a {text-decoration: none;}

.postnoline {
	padding:20px 0 0 0;
	text-align:left;
    width:800px; 								/*increased padding from 500px*/
}

.postcomment {
	padding:20px 0 0 0;
	text-align:left;
    width:800px; 								/*increased padding from 500px*/
    font-size:11px;
    color:#0f0;
}

.commentslnk {
    font-size:13px;
	text-align:center;
}

p.byline {
	margin-top:-10px;
    font-size:11px;
    color: #000;
}

.post IMG {
	border:1px solid #000;
	padding: 1px;
}

.post IMG.noline {
	border:0;
}

span.previous { font-size: 15px; padding: 0 20px 0 0; float: left; }
    
span.next { font-size: 15px; float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#0f0; 
    border:0px solid #000; 						/*removed border on edit link*/
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #0f0;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 800px; 								/*increased padding from 500px*/
    padding: 20px 0 3px 0;
    border-top: 1px solid #000;
    font-size: 14px;
}

/*
.previously a { font-weight:bold }
*/

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#eee }
.delicious-tags a { font-weight:normal; color:#333 }
ul.delicious { color:#000 }


/* FOOTER */

.footer {
    font-size: 11px;
    padding: 22px 0 10px 5px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    text-align:left;
    color: #eee;
}

.footer div {
    width:150px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:140px;
    margin: 0 0 0 0;
}

.copyright {
    font-size: 11px;
    margin:14px 0 0 0;
    padding: 20px 0 10px 0;
    border-top: 0px solid #000;						/*removed border*/
    text-align:right;
    color: #000;
}

ul.nav li { margin: 0 }

