/*
Theme Name: Hairforce briefing
Theme URI: http://wordpress.org/
Description: A bespoke theme for the Hairforce briefing page
Version: 1
Author: Dan Dineen
Author URI: http://www.karyx.co.uk
Tags: Purple, fixed width, 3 columns, navigation to the left

	Hairforcebriefing v1
	 http://www.karyx.co.uk

	This theme was designed and built by Dan Dineen,
	whose work you will find at http://www.karyx.co.uk/

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

*/

.columnoneblog {
width:310px;
margin: 0 0 10px 0;
padding-left: 20px;
float:left;
display:inline;
min-height:550px;
}

.columntwoblog {
width:170px;
margin-top:0px;
margin-left:25px;
float:left;
padding:55px 20px 0 0;
display:inline;
}

/* Remove the bullets from the lists on the side bar */

#sidebar {
padding-left:20px;
}

.columntwoblog #sidebar ul, .columntwoblog #sidebar ul li, columntwoblog #sidebar ul li ul {
padding:0;
margin:0;
list-style: none;
}

.columntwoblog #sidebar ul li ul li {
line-height:20px;
margin-bottom:5px;
}

.columntwoblog #sidebar ul li h2.widgettitle {
text-transform: uppercase;
font-size:13px;
margin-top:30px;
}

/* Search field */

#searchform input#searchsubmit {
background-color:#FFFFFF;
background-image:url(images/HFsearch_btn.gif);
background-position:center center;
background-repeat:no-repeat;
border:0 none;
color:#7C2B83;
height:40px;
margin:5px 0 20px 0;
width:65px;
}

#searchform input#s {
background-color:#E6D5E7;
border:1px solid #7C2B83;
color: #7C2B83;
font-size:11px;
padding:3px;
font-family:Houschka, Arial, Helvetica, sans-serif;
width:180px;
}

#searchform label {
font-weight:bold;
margin-bottom:5px;
display:block;
text-transform: uppercase;
font-size:11px;
display:none;
}

.columnoneblog h2 {
font-size:14px;
font-weight:bold;
margin:10px 0;
line-height:18px;
}

.columnoneblog h2.pagetitle {
font-size:14px;
margin:10px 0;
font-weight:normal;
line-height:18px;
}

.columnoneblog h2:before {
content:"// "
}

.columnoneblog small {
font-size:11px;
font-style:italic;
}

small + div.entry {
margin-top:10px;
}

div .post {
margin-bottom:40px;
}

div .wp-caption { /* Pretty hacky but WP sets the width of caption DIVs somewhere I can't find! */
width:310px !important;
}

p.wp-caption-text {
padding:0 0 15px 0;
font-style: italic;
}

.columnoneblog .navigation {
margin:10px 0 20px 0;
}

p.postmetadata {
margin-top:20px;
}