/*
Theme Name: British Antarctic Survey Default
Theme URI: http://www.antarctica.ac.uk/wordpress/theme/
Description: Simple
Version: 0.1
Author: David Connor
Author URI: http://www.antarctica.ac.uk
Tags: two columns, clean, simple, professional

/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

#globalPositioning  {
	margin-top: 20px;
	width: 780px !important;
	min-width: 780px;
	margin-bottom: 15px;
}

/* WordPress Specific Classes and Ids */

/* nav */
#header {
}

#header #info {
	text-align: left;
}

#header #info h1 {
	padding-top: 20px;
	font-size: 17pt;
	line-height: 16pt;
}
#header #info p {
	font-size: 10pt;
	padding-top: 10px;
	font-style: italic;
}
#header #info h2 {
	padding-top: 10px;
	font-style: italic;
	font-size: 8pt;
}

#header #info img.antarctica {
	float: right;
	padding-left: 10px;
}
#header  #info img.logo {
	border: none;
	float: left !important;
	padding-right: 10px;
	padding-top: 20px;
}

#introText #info {
	text-align: center;
}
#introText #info h1 {
	font-size: 16pt;
	line-height: 20pt;
}
#introText #info p {
	font-style: italic;
}

#introText img {
	float: right;
}

#level1Nav {
	width: 100% !important;
}
#breadcrumbs p {
	border-bottom: 1px solid black;
	width: 100%;
}
/* Search Box */

.searchForm {
	float:right !important;
	display:block;
}

#s {
	float:left;
	margin:0 10px 0 0;
}

#searchsubmit {
	border:medium none;
	float:left;
	padding:1px 0 0;
}

/* Entries */
.post {
	border-bottom: 1px solid #777777;
	padding-top: 10px !important;
}
.post h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.post h2 a {
	font-size:1.5em;
	text-decoration: none;	
}
.post small {
	font-size:0.9em;
	line-height:1.5em;
	color:#777777;	
}
.post .postmetadata {
	font-style: italic;	
}

/* Images and captions */
.wp-caption {
	background-color:#F4F4EB;
	border-bottom:2px solid #333333;
	border-top:2px solid #333333;
	margin: 0px 10px 10px 0 !important;
	padding:0 !important;
}
.wp-caption p.wp-caption-text {
	background: transparent url(http://www.antarctica.ac.uk/images/global/icons/imagesicon.gif) no-repeat scroll 0 0.5em;
	color: #227295;
	font-style: italic;
	margin-left: 3px !important;
	padding: 3px 0 6px 20px !important;
}

#commentform  label {
	float: none !important;
	display: inline !important;
}

#contentMain #level1NavSearch {
	width: 100%;
}
