/*
Theme Name: Manystuff 2.5
Theme URI: http://www.manystuff.org
Description: Theme for manystuff.org, graphic design blog.
Version: 2.5
Author: R.Bastide
Author URI: http://www.raphaelbastide.com/
*/

/*......................... main */

body {
	font-family: Verdana, Courier New, monospaced; 
	font-size: 11px;
        margin:0;
        padding:0;
        /*line-height:13px;*/
}

#container {
width: 880px;
margin:20px;
}

#header { 
display:none;
}

#leftsidebar {
overflow: auto;
position:fixed !important;
position:absolute;
width: 200px;
height:100%;
left:20px;
top:20px;
}   

#content {
width: 400px;
margin: 0px 0px 0px 230px;
}

#footer {
width: 970px;
clear: both;
}

/*......................... content */

#post {
width: 100%;
margin:0 0 30px 0;
border-bottom:dotted 2px #CFCFCF;
}

#comments{
padding:5px;

}

.post .date{
font-size:11px;
color: #333333;
font-weight:normal;
}

#postfooter{
font-size:11px;
padding:16px 0 0 0;
font-weight:normal;
}

#postfooter p a{
font-size:11px;
color: #333333;
font-weight:normal;
}

#postfooter p a:hover{
font-size:11px;
color: #000000;
font-weight:normal;
}

#postnav{
padding:20px 0 20px 0 ;
}

#navleft{
display:block;
float:left;
text-align:left;
width:260px;
height:10px;
}

#navright{
display:block;
float:right;
text-align:right;
width:260px;
height:10px;
}

/*.........................sidebars*/
#leftsidebar {
font-size:11px;
}

#leftsidebar ul{
list-style-type:none;
padding:0px;
margin:0px;
}
#leftsidebar li li, #leftsidebar li li a, li h2 a {
color: #333333;
padding:0px;
margin:0px;
font-weight: bold;
}

li h2 a:hover
{
color: #000000;
padding:0px;
margin:0px;
font-weight: bold;
}

#s_rcomments ul li a{
color: #333333;
padding:0px;
margin:0px;
font-weight: bold;
}

#contact{ 
margin:0px 0 20px 0;
font-size:11px;
font-weight: normal;
}

#contact a{
color: #333333;
font-weight: normal;
}

#date{
font-size:11px;
color: #333333;
}

#rcomments a{
font-weight: normal;
}

#text-3 h2{
margin:3px 0 0 0;
}

#text-3{
margin:11px 0 0 0;
}

#searchform input{
}

#s_categories, #s_rcomments, #s_rss, #s_mag, #s_exh, #s_pages, #s_networks {
padding:0 0 7px 0;
}

form{
padding:0;
margin:5px 0 20px 0;
}
#searchsubmit{
width:60px;
}
input{
font-family: Verdana, Courier New, monospaced; 
font-size:11px;
color: #333333;

}

/*......................... footer */

#footer {
font-style: italic;
}

.credit, .credit a{
font-size:11px;
color: #333333;
margin-top:10px;
font-weight: normal;
}

.credit, .credit a:hover{
font-size:11px;
color: #000000;
margin-top:10px;
font-weight: normal;
}

/*......................... titles*/

h1{
font-family:Georgia, Times, serif;
line-height:17px;
text-transform:uppercase;
font-size:17px;
margin: 1px 0 20px 1px;
/* background-image: url('http://rogerlondon.com/roger.gif');*/
color: #000000;
}

h1 span {
display: none;
}


#leftsidebar h2{
color:black;
margin:0px 0 0px 0;
font-size:11px;
padding:0;
font-weight:normal;
color: #000000;
}

h2 a:hover{
color: #000000;
}

#post h2, #post h2 a{
font-size:19pt;
color: #333333;
font-family:Georgia, Times, Serif;
font-weight: normal;
padding:0;
margin:0 0 7px 0;
}
#post h2 a:hover, #leftsidebar a:hover{
color:black;
text-decoration:none;
}
h3{
font-size:12px;
}

h4{
font-size:12px;
}


/* links & stuff */

a {
color: #333333;
font-weight: normal;
text-decoration: none;
}

a:hover {
color: #000000;
font-weight: normal;
}

#post p a{
/* background:#CFCFCF; */
color: #333333;
font-weight: bold;
text-decoration: none;
}

#post p a:hover{
color: #000000;
text-decoration: none;
font-weight: bold;
}

img, img a {
border:none;
}

#leftsidebar img{
margin:0 0 0 0;
}

li a, li a:hover, {
font-weight: bold;
}

p
{
line-height: 14px;
}

ul, li
{
list-style-type: none;
text-indent: 0;
margin-left: 0;
padding-left: 0;
}

::selection {
	background: #bbbbbb; /* Safari */
	}
::-moz-selection {
	background: #bbbbbb; /* Firefox */
}

ul.children
{
margin-left: 15px !important;
margin-bottom: 5px !important;;
}

ul.children li a
{
font-weight: normal !important;
}