/*  
Theme Name: Fooblog2000
Theme URI: http://fofr.trivialbeing.net/
Description: LUCC Theme
Version: 1.0
Author: Paul Hayes
Author URI: http://fofr.trivialbeing.net/
*/

/**** Elements ****/

body {
 font-family: arial;
 font-size: 12px;
 margin:0px 0px; 
 padding:0px;
 text-align:center;
 background-image:url('http://luchamberchoir.com/theme/bgs.gif');
 background-color:#eee;
 color:#000;
}

ul {
 font-size: 11px;
 list-style-image:url('http://luchamberchoir.com/theme/bullet.png');
}

ul.smalllist{
 font-size: 9px;   
 position: relative;
 right: 10px;
 list-style-image:url('http://luchamberchoir.com/theme/bullet.png');
}

ul.menu{
 display: inline;

}

ul.menu li {
	display: inline;
       font-size:15px;
      font-family:arial;
	}

li {
list-style-type:none;
}

h2 {
color:#777;
font-size:20px;
}

/**** IDs ****/

#main {
 width:750px;
 height:auto;
 color:#000;
 min-height:800px;
 overflow:visible;
 margin:0px auto;
 padding-bottom: 15px;
 text-align:left;
 border:3px solid #000;
 border-top: 0px;
 background-color:#fff;
 background-position:0 136;
 background-repeat: no-repeat;
}

#header{
 background-image:url('http://luchamberchoir.com/theme/lucc-header.png');
 width:750px;
 height:250px;
}

#searchbar {
text-align:right;
padding:10px;
}


#sidebar{
 position:absolute;
 width:159px;
 padding:10px;
 background-color:#f5f5f5;
 margin-left: 555px;
 margin-bottom: 15px;
 border: 1px solid #ddd;
 border-right: 0px;
 vertical-align:top;
 overlay:hidden;
}

#content{
 padding-left: 15px;
 padding-right: 15px;
}

#contents{
 width:525px;
}

#post{
 text-align:justify;
 color:#000;
 padding:5px;
}

#postheader{
 height:50;
 margin-top:10px;
 vertical-align:middle;
 width: 525px;
 padding: 10px;
}

#comments{
border: 1px solid #ccc;
text-align:center;
padding: 5px;
background-color: #f3f3f0;
margin-left:5px;
color:#000;
}

/**** Classes ****/

.alignright{
text-align:right;
}

.alignleft{
float:left;
}

.navigation {
height:15px;
}

.menu {
 top:97px;
 position:relative;
 font-family:arial;
 font-size:15px;
 font-weight:bold;
 text-align:right;
padding-right:3px;
}

.menuheader {
 background-color: #285d7c;
 font-weight:bold;
 font-size: 13px;
 color: #fff;
 padding: 5px;
}

.menuimg{
 padding:10px;
 text-align:center;
 vertical-align:middle;
}

.title {
 font-size:20px;
 font-weight: bold;
 color: #2e8bb6;
 padding:3px;
}

.date {
 font-size:10px;
 color: #777;
 padding:5px;
}

.postmetadata {
border: 1px solid #ccc;
text-align:center;
padding: 5px;
background-color: #f3f3f0;
margin-left:5px;
color:#000;
}

.code {
text-align:left;
border: 1px solid #aaa;
padding: 5px;
background-color:#f5f5f5;
font-size:14px;
color:#000;
overflow:auto;
font-family:courier;
max-height:200px;
width:498px;
}


.comments {

 text-align: right;
 color: #777;
 background-color: #f7f7f7;
 padding: 5px;
margin-top: 10px;
}

.comment-body {
 padding-left: 15px;
}

.alt{
 background-color:#fafafa;
}

.commentlist {
color:#777;
border: 1px solid #ccc;
text-align:left;
padding: 5px;
margin-left:5px;
}

.comment-data {
background-color: #e9e9e9;
padding:10px
color:#777; 
padding:10px;
}

/**** Links ****/

a,
a:visited,
a:active {
 color: #555;
}
a:hover {
 text-decoration: none;
}

a.titlelink:link,
a.titlelink:visited,
a.titlelink:active {
 text-decoration: none;
 color: #ff3a35;   
}
a.titlelink:hover {
 border-bottom: 1px dashed #ff3a35;
 color: #000;
}

a.commentsl:link,
a.commentsl:visited,
a.commentsl:active {
 text-decoration:underline;
 color: #aaa;
}

a.menulink:link,
a.menulink:visited,
a.menulink:active {
 text-decoration:none;
 color: #000;
 border: 1px solid #ddd;
font-size:12px;
font-family:arial;

background-color:#eee;
padding: 6px;
}
a.menulink:hover{
 color: #000;
 border: 1px solid #000;
background-color:#ff3a35;
padding: 6px;
}

