/*  
Theme Name: bucketFountain v4-summer 
Theme URI: http://bucketfountain.com/
Description: html5 & CSS3 bucketFountain theme, based on an old version of Kubrick. Feat. media queries. 
Version: 0.4
To do: clean up search form, split out IE hacks into sep files; find a lightweight new base theme; fix ie8 & below
*/

*{
margin: 0;
padding: 0;
}

body {	
background: #44352d url(images/bg-summer.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;
}

h1{
font-family: 'Raleway', Arial, helvetica, Lucida, Geneva, sans, sans-serif;
font-size: 3.5em;
font-weight: normal;
height: auto;
margin: .05em 0 0 -4px;
text-transform: uppercase;
width: 500px;
}

h2{
font-size: 1.3em;
font-weight: normal;
height:auto;
line-height: 125%;
margin: 0 0 .3em 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 30px;
}

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

#sidebar1 {
color: #f9f9f9;
padding: 0;
float: left;
margin: 33px 30px 0 0;
width: 170px;
}

#sidebar2 {
color: #f9f9f9;
line-height: 130%;
padding: 0;
text-transform: uppercase;
float: left;
margin: 33px 0 100px 0;
max-width: 290px;
}



div.description{
font-size: .8em;
line-height: 1em;
margin: .8em 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: .9em;
line-height: 1em;
list-style-type: none;
margin: 0 0 .4em 0;	
text-transform: uppercase;
}

#sidebar2 ul li{
color: #fff;
display: inline;
font-size: 0.9em;
line-height: 1em;
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: 0 0 .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;
line-height: 1em;
margin: 0 0 1em 0;
text-transform: uppercase;
}


#footer {
border: none;
}




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

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

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

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

p.postmetadata{
margin: .5em 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: #efefef;
}
body #sidebar1 a:hover,
body #sidebar2 a:hover{
text-decoration:underline;
}
body #sidebar2 a:hover{
color: #fff;
}


/* until I know what I'm doing... */
@media screen and (max-width: 99999px) {
#content{
	float: left;
	margin: 33px 80px 33px 0;
	
	width:500px;
	}
#sidebar1{
	float: left;
	margin: 33px 30px 0 0;
	width: 170px;
	}
#sidebar2 {
	float: left;
	margin: 33px 0 100px 0;
	max-width: 290px;
	}
}

@media screen and (max-width: 1140px) {
#sidebar2 {
	max-width: 170px;
	}
}

@media screen and (max-width: 820px) {
#sidebar2 {
	max-width: 290px;
	}
}

@media screen and (max-width: 640px) {
#content{
	width: 530px; 
	}
}

@media screen and (max-device-width: 320px) {
body{
	background: #44352d;
	}
#wrapper{
margin: 0 0 0 8px;
}
div.description{
font-size: .8em;
margin:0;
}
h1{
font-size: 2.28em;
margin: 0 0 0 -2px;
width: auto;
}
#content{
	width: 290px;
	}
#sidebar2 ul li{
background-color: #685145;
border-radius: 2px;	
display: block;
margin: 0 0 4px 0;
padding: 10px;
width: 270px;
	}	
#sidebar2 ul li a{
background-color: #685145;
font-size: 1.3em;
height: 100%;
width: 100%;
}
}
