/*
Theme Name:     DavidCFreeman.co.uk Theme
Theme URI:      http: //example.com/
Description:    DavidCFreeman.co.uk Theme
Author:         DavidCFreeman.co.uk
Author URI:     http: //www.davidcfreeman.co.uk
Template:       twentyten
Version:        0.1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main */

html {
  height: 100%;
}

body {
  color: #333;
  font-family: Arial, Helvetica;
  font-size: 12px;
  height: 100%;
  padding: 20px;
}

#access {
  display: none;
}

#wrapper {
  height: 100%;
  position: relative;
  width: 920px;
}

#header {
  left: 0px;
  position: absolute;
  top: 0px;
}

#main #container {
  float: right;
  width: 660px;
}

#primary {
  float: left;
  margin-top: 70px;
  width: 260px;
}

#footer {
  position: fixed; display: inline-block; bottom: 0px; left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
#footer:before {
  background: #fff;
  content: '';
  display: block;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.admin-bar #footer {

}

#colophon {
  position: relative;
}

.widget_nav_menu h3 {
  display: none;
}
.widget_nav_menu ul li {
  padding-bottom: 13px;
}
.widget_nav_menu ul li a {
  color: #333;
  text-decoration: none;
}
.widget_nav_menu ul li a:hover {
  text-decoration: underline;
}
.widget_nav_menu ul li.current_page_item a {
  text-decoration: underline;
}

#site-title span a {
  color: #2388be;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
}

h2.entry-title, h1.entry-title {
  font-size: 1.6em;
}
.entry-title {
  margin-bottom: 1em;
}

p {
  line-height: 1.3em;
  margin: 1em 0;
}

#site-description {
  padding-top: 5px;
}

.gallery {
  width: 680px;
}
.gallery-item {
  border: 1px solid #EEE;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 150px;
}
.gallery br {
  display: none;
}

.gallery:after, #main:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#site-info a {
  color: #333;
  text-decoration: none;
}
#site-info a:hover {
  text-decoration: underline;
}

iframe {
  background: #FFF;
}
