/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.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;
	}

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

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

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

#wp-calendar #prev a, #wp-calendar #next 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 */



/* Begin Structure */

/*.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
*/

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	font-size: small;
}

.postdate {
	font-style: italic;
}

/* End Structure */



/*	Begin Headers */
/* End Headers */



/* 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;
	}

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



/* Begin Lists

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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;
	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */

/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/*
BEGIN DROGHEDA BRASS BAND SHIT.
*/

body
{
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
/*font-family: Georgia,Verdana,Arial,serif;*/
}

content { line-spacing: 2; }

/* Don't want border around link images. */
img { border: 0; margin: 4px; }
img.left { float: left; }
img.right { float: right; }

/* First paragraph of an article or immediately following a heading. */
p.opener
{
	font-weight: bold;
}
/* Who wrote the article. */
p.by
{
	margin-top: 0;
	font-style: italic;
}
/* Goes underneath pictures. */
p.caption
{
	margin-top: 0;
	font-style: italic;
}
/* Describes the author. */
p.abouttheauthor
{
	width: 70%;
}

/*
	Pain in the neck workaround for IE needed so we'll make all
	these paragraphs small together.
*/
p.abouttheauthor, p.by, p.caption, div.cddetails>p, div.cddetails>ol
{
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;      
}
html>p.abouttheauthor, html>p.by, html>p.caption, html>div.cddetails>p,html>div.cddetails>ol { font-size: small; }

/* Headings. */
h1, h2, h3, h4, h5, h6
{
	color: red;
}

h1 { margin: 80px 0 0 0; }
h2, h3, h4, h5, h6 { margin: 0 0 4px 0; }

h1 a{color: red;text-decoration: none;}

hr
{
	width: 80%;
}

/*
	Link stylings - these will apply document-wide for
	browsers who don't understand CSS2.
*/
a
{
	color: #366F69;
	font-weight: bold;
}

/*
	Definition lists. Extensive use of these is made throughout the site.
	Colouring is performed by some Javascript.
*/
dl
{
	width: 80%;
	margin: 0 0 20px 0;
	border: 1px #dd4 solid;
}
dt
{
	font-weight: bold;
	padding: 4px 4px 0 4px;
}
dd
{
	padding: 0px 4px 4px 4px;
	margin-left: 0;
}

dl
{
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;      
}
html>dl { font-size: small; }

#sidebar ul { margin-top: 10px; margin-bottom: 12px; list-style-type: none; }

#content ul { margin-left: 30px; }

ul
{
	margin-left: 0;
	padding-left: 0;
}
li
{
	margin: 10px 0 0 20px;
	padding-left: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
caption
{
	padding: 6px;
	font-weight: bold;
}
td, th
{
	border: 1px solid black;
	margin: 0;
	padding: 6px;
}
th
{
	background-color: #aaf;
}

/*
	This particular method for two-column layout is described at "A List Apart" under
	xxxxxxxxxx
	
	
*/

/*
	The margin can be used to give a background colour surrounding the
	content and sidebar.
*/
body
{
	margin: 0 10% 0 10%;
	padding: 0;
	background: #366f69;
}

/* Webrings. */
table.webring
{
	border-collapse: collapse;
	border-spacing: 0;
}
table.webring img
{
	margin: 2px;
}
table.webring table
{
	border: 1px solid black;
}
table.webring td
{
	font-family: arial;
	padding: 1px;
}
table.webring td.centre { text-align: center; }
table.webring td
{
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;      
}
html>table.webring td { font-size: small; }

/*
	Stylings for the sidebar.
	
	NB: IE sometimes mixes up small and x-small - thanks
	    to ALA for the font trick.
*/
#sidebar ul li, #sidebar p
{
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;      
}
html>#sidebar ul li p { font-size: small; }

#sidebar h2
{
	background: #aeb099;
	color: white; /* #d7dabd; */
	font-size: 14px;
	margin: 0;
	padding: 4px;
	font-weight: bold;
	text-align: center;
}
#sidebar > ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding-left: 0;
}
#sidebar li
{
	margin: 0 0 10px 0;
	padding-left: 0;
}

#sidebar a
{
	color: #505247;
	font-weight: bold;
}
#sidebar a:visited { color: #8f917e; }


/*
	Purely screen layout stuff from this point forwards.
*/
#header
{
	background: #d7dabd;
	padding: 0;
}
/* This contains two further banners (big and small). */
#banner_container {
  background: #a0adc1 /*url(../decor/banner.jpeg) left*/;
  background-repeat: no-repeat;
  height: 40px;
  padding: 0;
  margin: 0;
}
/* "Drogheda Brass Band" */
#banner_big
{
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 6px 20px;
}
#banner_big a
{
float: left;
	color: white;
	text-decoration: none;
}
/* "...on the web since 1998" */
#banner_small
{
	color: white;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0;
}

/*
	Wrapper surrounds the content and sidebar.
	As described in "Negative Margins Layout" the same background must be set on both
	the wrapper and content_container in order to work round a bug in IE.
*/
#wrapper
{
	background: white url(images/sidebar.png) repeat-y right;
}
#content_container
{
	width: 100%;
	background: white url(images/sidebar.png) repeat-y right;
	float: left;
	margin-right: -200px;
}
#content
{
	margin-right: 200px;
	padding: 30px 20px 20px 20px;
}

/*
	NB: Any padding in this div completely breaks the layout - hence the sidebar_container
	and sidebar divs!
*/
#sidebar_container
{
	border-top: 0 white solid;
	width: 200px;
	float: right;
}
#sidebar
{
	padding: 10px;
}

#footer
{
	background: #B3CFCB;
	padding: 10px;
}

/*
  Navigation bar.
*/
#sitemap
{
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  background: #B3CFCB; /* url(../decor/sitemap_bg.png); */
  height: 30px;
  font-size: 80%;
}
#sitemap li
{
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
}
#sitemap a:link, #sitemap a:visited
{
  float: left;
  line-height: 20px;
  font-weight: bold;
  margin: 4px 10px 0 10px;
  padding-bottom: 2px;
  text-decoration: none;
  border: none;
  color: #004139;
}
#sitemap a:link.active, #sitemap a:visited.active, #sitemap a:hover
{
  border-bottom: 4px solid #fff;
  padding-bottom: 2px;
  color: #598cae;
}

#footer
{
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    small;      
}
html>#footer { font-size: small; }

.clearing
{
	height: 0;
	clear: both;
}

