/**
 * General Classes
 */

/* Make the mouse pointer change to a hand over all form labels */
label { cursor: pointer; cursor: hand; }

/**
 * General Settings
 */
h1 { font-size: 2.6em; }
h1, h2, h3, h4, h5, h6 { color: #000; margin-bottom: 0.4em; }

h2.underline { background: url(http://static.bcol.org.uk/skins/burnsclub/images/underline.png) no-repeat 0 100%; }

/**
 * Vertical Navigation Lists
 */
ul { margin-left: 4em; }
ul li { margin-bottom: 1em; }

/**
 * Horizontal Navigation Lists
 */
ul.horizontal { margin: 0; padding: 0; list-style-type: none; }
ul.horizontal li { display: block; float: left; padding: 0.5em; }

/**
 * Links
 */
a:link, a:visited { color: #CC0000; }
a:hover { color: #CC0000; text-decoration: none; }
/*a:focus, a:active { background-color: #0000ff; }*/

/**
 * General
 */
div.line { background: url(http://static.bcol.org.uk/skins/burnsclub/images/line-long.png) no-repeat 50%; height: 4px; }
p img.right { float:right;margin:0em 0 1em 1.5em; }

/**
 * Layout Settings
 */
body { background: #AA977A url(http://static.bcol.org.uk/skins/burnsclub/images/background-tile.gif); font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif; }

#outer { width:970px; margin:0 auto; padding: 0; background: url(http://static.bcol.org.uk/skins/burnsclub/images/background-full.png) repeat-y; }

/**
 * Masthead and logo
 */
#header { height: 16em; position: relative; background: url(http://static.bcol.org.uk/skins/burnsclub/images/corner-top-left.gif) no-repeat 1em 1em; }
#header h1 { font-size: 3.5em; margin-bottom: 0.2em; }
#header h1 a:focus, #header h1 a:hover { text-decoration: none; }
#header h1 a {text-decoration: none; color: #000; }

#logo { position: absolute; top: 5em; left: 18em; }
#logo img.line { position: absolute; top: 4.2em; }
#logo p { font-size: 1.2em; position: absolute; right: 0; top: 2.6em; }

#portrait { position: absolute; top: 1em; right: 4em; }

#navigation { position: absolute; bottom: .8em; left: 3.5em; }
#navigation a { font-size: 1.4em; }
#navigation ul.horizontal li { margin-right: 1em; }

/**
 * Footer
 */
#footer { background: url(http://static.bcol.org.uk/skins/burnsclub/images/background-footer.png) no-repeat 100% 100%; padding-bottom: 3.5em; padding-top: 3.5em; }
#footer p { text-align: center; font-size: 1.4em; margin-bottom: .5em; }
#footer ul.horizontal { text-align: center; }
#footer ul.horizontal li { display: inline; float: none; }

/**
 * Body Content
 */
#body { background: url(http://static.bcol.org.uk/skins/burnsclub/images/line-long.png) no-repeat top center; padding-top: 1.5em; }

div.feature h3 { color: #fff; padding: .5em .5em .8em .5em; margin-bottom: 0.2em; background: #000 url(http://static.bcol.org.uk/skins/burnsclub/images/feature-bottom.png) no-repeat 100% 100%;  }

div.month h2 { margin: 0.5em 0; }
div.event h3.date { font-size: 1.5em; text-align: center; padding-bottom: 1.5em; background: url(http://static.bcol.org.uk/skins/burnsclub/images/ink-splodge.gif) no-repeat 50% 100%; }

ul.features { font-size: 1.3em; margin: 1em 0 0 0; padding: 0; }
ul.features li { margin: 0; padding: 0.2em 0 1em 2.3em ; list-style: none; background: url(http://static.bcol.org.uk/skins/burnsclub/images/tick-green.gif) no-repeat 0 50%; }

p.link { font-size: 1.2em; text-align: center; font-weight: bold; }
p.link img { text-decoration: none; }

/**
 * Tables
 */
table { border-width: 0; border-style: none; border-collapse: collapse; }
table thead { background: #000 url(http://static.bcol.org.uk/skins/burnsclub/images/table-header.png) no-repeat 0% 100%; }
table thead th { padding: .5em 1em 1.2em .5em; text-align: left; font-weight: bold; background: none; color: #ffffff; text-decoration: underline; }
table td { border-bottom: 1px solid #000; padding: 0.8em 0 0.8em 0.5em; width: 10%; }
