/*
Theme Name: The Good and the Brave
Theme URI: http://www.thegoodandthebrave.co.uk
Description: A sleek new theme for minimalists everywhere
Version: 1.0
Author: Dan Dineen | Karyx Interactive Design
Tags: monochrome, fixed width, typographic
*/

/* Reset all browser CSS */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size:10px;
	vertical-align: baseline;
	background: transparent;
}
body {
font-size:1.2em;
font-family:'ITC Century', Georgia, Times, serif;
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
   /* display: inline-block;*/
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* The Good and The Brave */

body {
background-color:#000;
color:#fff;
margin:0;
padding:0;
}

#main {
width:800px;
margin:0 auto;
}

#header {
width:800px;
height:345px;
margin:0 auto;
background: url(images/GBheader.gif) no-repeat top center;
}

#greetings {
width:800px;
margin:0 auto;
text-align:center;
padding:0 0 30px 0;
}

#greetings h1 {
font-family:'Prelo', Helvetica, sans serif;
font-size:72px;
padding:0 0 10px 0;
}

#greetings h2 {
font-family:Georgia, Times, serif;
font-size:24px;
font-weight:200;
padding:10px 0;
line-height:30px;
}

.section {
width:800px;
margin:0 auto;
padding:30px 0;
border-bottom:4px solid #fff;
}

.column {
width:380px;
float:left;
display:inline;
}

.column h3 {
font-family:'Prelo';
font-size:20px;
line-height:30px;
text-transform:uppercase;
}

.column p {
font-size:13px;
line-height:18px;
margin-bottom: 10px;
}

.column p.focus, #footer p.focus {
font-size:18px;
line-height:24px;
}

.column p.focusitalic {
font-size:18px;
line-height:24px;
font-style:italic;
}

.column ul {
list-style: none;
padding:0;
margin:15px 0;
}

.column ul li {
font-size:18px;
line-height: 24px;
padding:5px 0;
}

.one {
padding-right:20px;
text-align:left;
}

.two {
padding-left:20px;
text-align:right;
}

#footer {
width:800px;
margin:10px auto 20px auto;
}

/* Form */

input {
border:none;
width:260px;
display:inline-block;
margin:10px 0;
font-size:18px;
font-family:'ITC Century', Georgia, Times, serif;
padding:5px; 
}

input#button {
margin-left:96px;
width:270px;
}

label {
font-size:13px;
width:90px;
display:inline-block;
margin:0 5px 0 0;
}

/* Links */

.column a:link, .column a:visited {
font-size:13px;
text-decoration:none;
color:#fff;
}

.column a:hover, .column a:active {
border-bottom:2px solid #fff;
}

/* Make one title invisible */

.black {
color:black;
}

