/*  
Theme Name: Rubaga Community School
Theme URI: http://www.thomasfals.com
Description: Custom theme for Rubaga Community School
Version: 1.0
Author: Thomas Fals
Author URI: http://www.thomasfals.com

*/

body{
	background:url(images/bg.jpg);

	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
	font-size:13px;
	color:#383838;

}

html *{
	margin:0;
	padding:0;
}


/* Basic layout */

#twitterheader{
	height:37px;
	background:#33251b;
	border-bottom:1px solid #c7af9e;
}
#tweet{
	background:url(images/twitterbird.gif) right bottom no-repeat;
	text-align:right;
	padding-right:70px;
	color:white;
	height:26px;
	padding-top:10px;
	width:867px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
}
#tweet ul{
	display:inline;	
}
#tweet li{
	display:inline;
	list-style:none;
}
#sitecontainer{
	width:937px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#header{
	height:56px;
	*height:65px;
	background:url(images/flag.png) left bottom repeat-x;
}
#logo{
	width:534px;
	height:24px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9000px;
	display:block;
	margin-bottom:4px;
}
#explainer{
	border-left:2px solid #6e5948;
	width:390px;
	padding-left:4px;
	float:right;
	font-size:11px;
	line-height:14px;
}
#menu{
	background:url(images/menubg.png);
	margin-top:10px;
	height:104px;
	padding:9px 8px;
}
#banner{
	width:937px;
	height:148px;
}
#banner img{
	
}
#mainarea{
	background:url(images/mainareabg.jpg) 0px 1px repeat-x white;
	padding:20px 20px;
}
#content{
	width:597px;
	float:left;
	margin-right:15px;
}
#sidebar{
	width:285px;
	float:left;
}
#footer{
	background:url(images/menubg.png);
	margin-bottom:20px;
	color:white;
	padding:10px;
}
#pagestart{
	background:#33251b;
	border-top:1px solid #604531;
	border-bottom:1px solid black;
	padding:10px 10px 10px 20px;
}
#search{
	
	width:285px;
	color:white;
	margin-bottom:30px;
}
#search input{
	height:15px;
}
.sidebarelement{
	background:url(images/sidebarelementbg.jpg) left bottom no-repeat;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	margin-top:10px;
}
.sidebarelement .column{
	width:120px;
	float:left;
	margin-right:10px;
}
.sidebarelement .top{
	background:url(images/sidebarlementtop.png) no-repeat;
	height:16px;
	padding:12px 10px 8px 10px;
	margin:-10px -10px 10px -10px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
.sidebarimg{
	position:relative;
	background:white;
	padding:3px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
.sidebarimg .description{
	background:url(images/menubg.png);
	position:absolute;
	width:267px;
	bottom:3px;
	*bottom:6px;
	color:white;
	padding:5px;
	left:3px;
	z-index:2;
}
.sidebarimg2{
	margin-bottom:10px;
	display:block;
}
/* menu */

#menu a.menuitem{
	display:block;
	width:125px;
	height:87px;
	background:black;
	padding:8px;
	text-decoration:none;
	float:left;
	margin-right:9px;
}
#menu a.menuitem:hover, .current{
	background:#221308;
}
#menu a.menuitem .title{
	color:white;
	font-weight:bold;
	font-size:14px;
	display:block;
}
#menu a.menuitem .explainer{
	color:#979797;
	font-size:13px;
	font-weight:normal;
}
#menu a.menuitem:hover .explainer{
	color:white;
}
#lastitem{
	width:170px;
	float:left;
}
/* button */
.button{
	background:url(images/buttonleft.png) left top no-repeat;
	padding-left:27px;
	float:right;
	height:21px;
	margin-bottom:5px;
	clear:both;
	width:100px;
	
}
.button:hover{
	background:url(images/buttonleft_hover.png) left top no-repeat;	
}
.button span{
	background:url(images/buttonright.png) right top no-repeat;
	color:white;
	font-size:11px;
	padding:3px 10px 0px 3px;
	height:21px;
	display:block;
}
.button:hover span{
	background:url(images/buttonright_hover.png) right top no-repeat;
}
.newsletter{
	background:url(images/buttonleft.png) 0px -21px no-repeat;
}
.facebook{
	background:url(images/buttonleft.png) 0px -42px no-repeat;
}
.twitter{
	background:url(images/buttonleft.png) 0px -63px no-repeat;
}
.newsletter:hover{
	background:url(images/buttonleft_hover.png) 0px -21px no-repeat;
}
.facebook:hover{
	background:url(images/buttonleft_hover.png) 0px -42px no-repeat;
}
.twitter:hover{
	background:url(images/buttonleft_hover.png) 0px -63px no-repeat;
}

/* typography */
a{
	color:#821010;
	font-weight:bold;
	text-decoration:none;
}
a img{
	border:none;
}
#footer a{
	color:#e3cec0;
	font-weight:bold;
}
#tweet a{
	color:white;
	font-weight:bold;
}
h1{
	color:white;
	margin-bottom:10px;
	font-size:20px;
}
h2{
	font-size:16px;
	margin:20px 0px 6px 0px;
	color:black;
}
h3{
	margin:10px 0px 3px 0px;
}
strong{
	color:black;
}
p{
	margin-bottom:10px;
}
ul{
	margin-left:30px;
}
li{
	list-style:none;
}
#content li{
	list-style:disc;
}
#content ol li{
	list-style:none;
}
#twitter_update_list{
	margin:0;
}
/* blog */
#content img{
	margin-bottom:10px;
	background:white;
	padding:3px;
	border:1px solid #CCC;
}
#content img.noborder{
	margin-bottom:10px;
	background:none;
	padding:0;
	border:0;
}
.post{
	margin-bottom:40px;
	border-bottom:1px dotted #c9c9c9;
}
.thumb{
	float:left;
	margin:0px 10px 10px 0px;
}
.post .info{
	text-transform:uppercase;
	font-size:10px;
	color:#666;
}
a.title, h1.title{
	border-top:3px solid black;
	padding:10px 0px 4px 0px;
	border-bottom:1px solid black;
	font-size:19px;
	display:block;
	color:black;
	margin-bottom:10px;
}
.alignleft{
	float:left;
	margin:0px 10px 5px 0px;
}
.alignright{
	float:right;
	margin:5px 0px 5px 5px;
}
.wp-caption-text{
	font-style:italic;
	color:#999;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
textarea{
	width:400px;
}
/* gallery */

/* form */
#newsletter h2{
	color:white;
	float:left;
	margin:0px 10px 0px 0px;
	font-size:14px;
}
#newsletter label{
	float:left;
	color:#b7947d;
	margin-top:2px;
}
#newsletter .textfield{
	float:left;
	margin:0px 10px 0px 4px;
	height:14px;
	margin-top:1px;
	width:165px;
}
#author{
	height:20px;
}
#email{
	height:20px;
}
#url{
	height:20px;
}
/* donation form */
form{
	padding-top:3px;
}
#donateoptions{
	margin:0px 0px 20px 0px;
}
#donateoptions .header{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:100%;
}
#donateoptions .header img{
	margin-top:5px;
}
#donateoptions td{
	width:133px;
	padding:5px 8px;
	vertical-align:top;
}
#donateoptions .buttons td{
	border-top:1px solid #749c00;
	border-bottom:1px solid #749c00;
	background:#f7ffda;
	padding:8px 0px 0px 8px;
}
#donateoptions .buttons td img{
	background:none;
	padding:none;
	border:none;
}
.options td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	background:white;
	border-top:1px solid #749c00;
	color:#787878;
}
.title td{
	font-weight:bold;
	border-top:1px solid #749c00;
	background:#f7ffda;
	padding:8px 0px 0px 0px;
	font-size:14px;
}
.text td{
	background:#f7ffda;
}
/* Thank you page */
#thankyou{
	width:450px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:white;
	padding:20px;
	color:black;
	margin-top:20px;
	border:1px solid #a6806b;
}
#thankyou h1{
	
	color:black;
}
/* debug */
.floatright{
	float:right;
}
.clearboth{
	clear:both;
}
ol.commentlist {
	list-style:none;
	margin:0 0 1em;
	padding:0;
	text-indent:0;	
	border-top:1px solid #CCC;
}
ol.commentlist li {
	
	}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}

ol.commentlist li.comment {
	border:1px solid #CCC;
	border-top:none;
	padding:10px 10px 5px 10px;
	}
ol.commentlist li.comment div.comment-author {
	
	}
ol.commentlist li.comment div.vcard { font:normal 14px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 10px 10px 0px; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#999; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {
	background:#e8d297;
	}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#f7efea; }
ol.commentlist li.odd {
	background:#f6f6f6;
}
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.comment-author-admin {
	background:#e5bfaa;
	}