/*  
Theme Name: bucketFountain v1 (supercedes orange-v2)
Theme URI: http://bucketfountain.com/
Description: bucketFountain theme, based on an old version of Kubrick.
Version: 0.1
To do: clean up, split out IE hacks into sep files
*/

*{
margin: 0;
padding: 0;
}

body {	
background: #333 url(images/bg.png) repeat-y;
color: #fff;
font-family: Arial, helvetica, Lucida, Geneva, sans, sans-serif;
font-size:100%;
line-height:150%;
}

img{
border:0;
}

div.entry img {
border: 10px solid #fff;
}

/*silly negative margin temp fix for IE6, need IE only css*/
h1{
font-size: 3.5em;
font-weight: normal;
height: auto;
margin: -.05em 0 0 -4px;
text-transform: uppercase;
width: 500px;
}

h2{
font-size: 1.5em;
font-weight: normal;
height:auto;
line-height: 125%;
margin: 0;
text-transform: uppercase; 
}

h3, 
div#sidebar1 h3,
div#sidebar2 h3{
font-size: 1.7em;
font-weight: normal;
text-transform: uppercase;
}

div.post h3{
line-height: 1.3em;
}

h5 {
font-size: 1em;
font-weight: bold;
padding:5px; 
margin: 0; 
}


/* layout */

#wrapper{
margin: 0 0 0 40px;
}

#content{
float: left;
height:auto;
margin: 50px 0;
width:500px;
}

#sidebar1 {
color: #f9f9f9;
/*font-size: .8em;*/
position:absolute;
left: 610px;
margin-top: 53px;
padding: 0;
width: 170px;
}

#sidebar2 {
color: #f9f9f9;
/*font-size: .8em;*/
position:absolute;
left: 810px;
margin-top: 53px;
padding: 0;
text-transform: uppercase;
width: 290px;
}

div.description{
font-size: .8em;
line-height: 1em;
margin: .4em 0 0 0;
padding:0;
text-transform: uppercase;
}

#sidebar-image {
	display: block;
	margin: 10px 0;
}

#sidebar1 ul,
#sidebar2 ul{
margin: 0 0 1em 0;
}

#sidebar1 ul li{
color: #fff;
font-size: 1em;
line-height: 1.2em;
list-style-type: none;
margin: 0;	
text-transform: uppercase;
}

#sidebar2 ul li{
color: #fff;
display: inline;
font-size: 0.9em;
margin: 0 7px 0 0;	
padding: 0;
}

#sidebar1 ul.offsitelinks {
margin: 0;
}

ul.offsitelinks li{
display: inline;
}

.hide{
position:absolute;
top: -15000px;
left: -15000px;
}

.clearer{
background: none;
border: none;
clear: both;
display: block;
width: 100%;
}

#searchform{
margin: .5em 0;
}

#searchform #s{
background-color: #666;
border: 1px solid #666;
color: #fff;
padding:1px;
width: 60%;
}

#searchsubmit{
background-color: #666;
border: 1px solid #666;
color:#fff;
cursor: pointer;
padding: 0;
text-transform: uppercase;
}

* html body #searchsubmit{border: 0px solid #f90;}		

p.rsslinks{
font-size: smaller;
margin: 0;
text-transform: uppercase;
}


#footer {
border: none;
}




/* post stuff here */
.post{
margin-bottom: 2em;
} 

.post small{
text-transform: uppercase;
}

small {
font-size: .6em;
}

ul.post-meta, ul.post-meta li{
display: inline;
list-style-type: none;
}

.postmetadata {
font-size: .6em;
text-transform: uppercase;
}

div.entry p.postmetadata{
font-size: 1em;
}

p.postmetadata{
margin: 2em 0 0 0;
line-height: 1em;
}

h2, 
h2 a, 
h2 a:visited, 
h3, 
h3 a:link, 
h3 a:visited {
color: #fff;
text-decoration: none;
}

h2.pagetitle{
background-color: #efefef;
color: #000;
padding: 0 5px;
}

.entry p a:visited {
color: #ccc;
text-decoration: underline;
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

.commentmetadata {
font-weight: normal;
}

/* CHECK THIS PLEASE */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
color: #fff;}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps{
font-size: 0.9em;
letter-spacing: .07em;
}

#wp-calendar #prev a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
float: right;
text-transform: uppercase;
}

.alignleft {
float: left
}
/* End Images */

div.alignleft a,
div.alignright a{
font-size: .8em;
text-decoration: none;
text-transform: uppercase;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;
	}

/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
font-size: .8em;
line-height: 1em;
margin: 5px 0;
text-transform: uppercase;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
display: block;
margin: 0;
text-transform: uppercase;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-color: #efefef;
	color: #333;
	border-left: 10px solid #c00;
	margin: 15px 30px 15px 10px;
	padding: 10px 10px 10px 20px;
	}

blockquote cite {
margin: 5px 0 0;
display: block;
}

blockquote p{
margin-bottom: 0;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.entry img{
	margin: auto;
}

p{
margin-bottom: 1em;
}
/* End Various Tags & Classes*/


/* Link colours all here - easier to maintain them that way */
a:link {
color:#fff;
text-decoration:underline;
}

a:visited {
color:#fff;
text-decoration:none;
}

a:hover {
color:#ccc;
text-decoration:underline;
}

h1 a:link, 
h1 a:hover,
h2 a:link,
h2 a:hover{
color: #fff;
text-decoration: none;
}

h1 a{
width: 500px;
line-height: .9em;
}

body #sidebar1 a:link,
body #sidebar2 a:link{
text-decoration: none;
}

body #sidebar1 a:visited{
color: #999;
}
body #sidebar1 a:hover,
body #sidebar2 a:hover{
text-decoration:underline;
}
body #sidebar2 a:hover{
color: #333;
}
