/*
Theme Name: flotsam-jetsam 1.0
Theme URI: http://www.flotsam-jetsam.net
Description: flotsam-jetsam: a graphic design blog.
Version: 1.0
Author: J.Barnes
Author URI: http://www.jensenbarnes.com/
*/

/*......................... main */

body {
	font-family: Times; 
	font-size: 16px;
        margin:0;
        padding:0;
        background-color: #ffffff;
        /*line-height:18px;*/
	letter-spacing: 0px;
}

#container {
width: 810px;
margin:20px;
}

#header { 
display:none;
}

#leftsidebar {
font-family: Times;
text-transform: lowercase;
letter-spacing: 0px; 
overflow: auto;
position:fixed !important;
position:absolute;
width: 200px;
height:100%;
left:20px;
top:20px;
}   

#content {
width: 800px;
margin: -5px 0px 0px 220px;
}

#footer {
width: 810px;
clear: both;
}

/*......................... content */

#post {
width: 100%;
margin:0 0 30px 0;
border-color:white;
}

#comments{
padding:5px;
background:#d6d6d6;

}

.post .date{
font-size:16px;
color:#000000;
text-transform:lowercase;
}

#postfooter{
font-size:16px;
text-transform:lowercase;
padding:20px 0 0 0;
}

#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:16px;

}

#leftsidebar ul{
list-style-type:none;
font-size:16px;
padding:0px;
margin:0px;
}
#leftsidebar li li, #leftsidebar li li a{
color:0000FF;
padding:0px;
margin:0px;
}
#s_rcomments ul li a{
color:#0000FF;
padding:0px;
font-size:16px;
margin:0px;
}

#contact{ 
margin:-2px 0 14px 0;
font-size:16px;
}

#contact a{
color:#000000;
}

#date{
font-size:16px;
font-family: Times;
letter-spacing: 0px; 
color:#000000;
text-transform: lowercase;
}

#rcomments a{
background:#FFFFFF;
font-family:Times; 
}

#text-3 h2{
margin:3px 0 0 0;
font-family:Times; 
}

#text-3{
margin:10px 0 0 0;
font-family:Times; 
}

#searchform input{
font-family:Times; 
}

#s_categories, #s_rcomments, #s_rss, #s_mag, #s_exh, #s_pages, #s_networks {
padding:0 0 0px 0;
font-family:Times; 
}

form{
padding:0;

}

#searchbutton{
width:60px;
font-family: sans-serif;
}

#searchsubmit{
width:135px;
margin: 0px 0 0px 0;
}

input{
width:135px;
font-family:Times; 
font-size:16px;
}

/*......................... footer */

#footer {
font-style: normal;
}

.credit, .credit a{
font-size:16px;
color:#000000;
margin-top:-3px;
}

/*......................... titles*/

h1{
font-family:Times;
font-style:normal;
font-weight:normal;
color:#00FF00;
line-height:18px;
text-transform:normal;
font-size:16px;
margin: -2px 0 0px 0;
}

h2{
font-family:Times;
font-style:normal;
font-weight:bold;
font-size:24px;
color:#000000;
text-decoration:none;
}

h3{
font-family:Times;
font-style:normal;
font-weight:normal;
font-size:19px;
color:#000000;
}

h3 a{
font-family:Times;
font-style:normal;
font-weight:normal;
font-size:16px;
color:#0000FF;
}

h3 a:hover{
color:#000000;
text-decoration:none;
}


#leftsidebar h2{
color:#000000;
margin:0px 0 0px 0;
font-size:16px;
padding:0;
font-weight:normal;
letter-spacing:auto;
}

h2 a:hover{
}

#post h2, #post h2 a{
font-size:24px;
color:#0000FF;
font-family:Times;
font-weight:bold;
font-style:normal;
letter-spacing: 0px; 
padding:0;
margin:0 0 12px 0;
}
#post h2 a:hover, #leftsidebar a:hover{
color:#000000;

}
h3{
font-size:16px;
}

h4{
font-size:16px;
}


/* links & stuff */

a {
color:#0000FF;

}

a:hover {
color:#000000;

}

#post p a{
color:#0000FF;
font-family:Times;
line-spacing: 0px;
}

#post p a:hover{
color:#000000;
text-decoration: underline;
}

img, img a {
border:none;
}

#leftsidebar img{
margin:0 0 10px 0;
}

::selection {
	background: #b4d5fe; /* Safari */
	}
::-moz-selection {
	background: #b4d5fe; /* Firefox */
}