/*_______________________________________________________________________________________________
*/

/* general */
body {
    background-color: #DEDEDE;
	color:#555555;
    background-image: url("../pix/bg.gif");
    background-repeat: no-repeat;
    font-size: 11px;
  	font-family:  Helvetica, Arial, sans-serif;
	line-height: 130%;
}

img{
border:0px;
	padding-bottom:1px;

}


/* Formatting */

h1, h2, h3, h4, h5, h6, #menu {
  font-family:  Helvetica, Arial, sans-serif;
}



/*_______________________________________________________________________________________________
*/

/* Links */

:link, :visited {
	color:#0099FF;
	text-decoration: none;
	padding-bottom: 1px;
}

:link:hover, :visited:hover, :link:active {
color: #0066CC;
}



/*_______________________________________________________________________________________________
*/

/* banner */



*html #banner{
    position: absolute;


}
#banner {
    position: fixed;
    top:0px;
    left: 350px;
		text-align: right;
    
    background-repeat: no-repeat;
	z-index: 1;
}
#banner h1, #banner p {

	font-size:1em;
	color:0099FF;	
       text-transform: uppercase;
	font-weight:bold;
	line-height: 120%;
		text-align: right;
	white-space: nowrap;
	position: absolute;
}

/*_______________________________________________________________________________________________
*/


TABLE{
border:0;
}

TR{
padding:30px;
}
TD#table-date{
vertical-align:top;
width:60px;
}


/* entries */

#content {
    top: 90px;
    left: 18px;
    height: 100%;
    width: 417px;
	padding-bottom:100px;
}

div.entry #start-pic{
	left:5px;
}






div.entry h2 {
   margin-bottom: 3px;
   text-transform:uppercase;
   font-size: 1.1em;
	padding-left:4px;
	color:#555555;
}

div.entry p.author {
    font-size: 1em;
	font-style: italic;
   	text-transform:lowercase;
	padding-left:4px;
	color:#555555;
  	font-family:  Times, serif;
}

div.entry {
   margin-bottom: 2em;
   clear: both;
   position: absolute;
   top:110px;
	width:390px;
   left:33px;
	color:#555555;
   padding-bottom:100px;
   
}

div.entry p.text-body {
	color:#555555;
   padding-left:3px;
   padding-right:5px;
	padding-top:5px;
}

div.entry.text-body {
	padding-top:20px;

}

div.entry p.text-body b{
	color:#555555;
    font-family:  Helvetica, Arial, sans-serif;
	font-size:11px;
}

div.entry p.text-body b a, a:visited{
	color:#0099FF;
	text-decoration: none;
	padding-bottom: 1px;

}
div.entry p.text-body b a:visited{
	color:#0099FF;
	text-decoration: none;
	padding-bottom: 1px;

}
div.entry-body a{
	color:#777777;
}


div.entry p.text-body a:visited{
	color:#555555;
}






div.posted {
 }

div#menu {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}

div.entries {
   padding-bottom:50px;
}





/*_______________________________________________________________________________________________
*/

/*  */



*html #sidebar{
    position: absolute;
}

#sidebar {
    position: fixed;
    top: 0px;
    width: 500px;
    left: 325px;
    height:100%;
	padding-left: 20px;
  text-align: left;
	line-height: 120%;
	text-transform: Lowercase;
		z-index: 1;


}
*html #sidebar-info{
    position: absolute;
}

#sidebar-head{
	padding-top:5px;
	padding-bottom:80px;
	text-transform: uppercase;
		z-index: 1;



}

#sidebar-info {
    position: fixed;
    top: 370px;
    width: 500px;
    left: 350px;
    height:100%;
	padding: 20px;
  text-align: left;
	line-height: 120%;
	text-transform: Lowercase;
	z-index: 1;

}


/* Sidebar Style */


.sidetitle {
  	font-family:  Helvetica, Arial, sans-serif;
  	font-weight: bold;
  	font-size:1em;
 	text-align: left;
  	margin-top: 10px;
  	margin-bottom: 5px;
  	margin-left: 7px;
  	text-transform: Uppercase;
	border-left: 4px solid white;
	text-decoration: none;
 	padding-left: 15px;
	color:#555555;
}








#sidebar ul, #sidebar-info ul {

	padding: 0 1px 1px;
	margin-left: 0;
}

#sidebar ul li, #sidebar-info ul li {
	list-style: none;
	margin: 0 5px 0 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
 	padding-left: 91px;
}



/* Menu & Logo */

#menu :link, #menu :visited {
	color: black;
}

#menu:link:hover, #menu:visited:hover, #menu:link:active {
	color: red;
}


#logo {
   display: none;
}



p.posted {
	font-size: 80%;
	text-transform: Lowercase;
}

.searchfield {
	padding-left: 0px;
	position: fixed;
	bottom:20px;
	left:429px;
}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}   

.rss-button {
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	font-weight:bold; 
	text-decoration:none; 
	color: white; 
	background-color: #09f; 
	border-left:1px solid #39f; 
	border-top:1px solid #39f; 
	border-right:1px solid #06c; 
	border-bottom:1px solid #06c; 
	padding:0px 3px 0px 3px; 
	margin:10px;
}

span.category { text-transform: uppercase; margin-right: 10px; }