/*
Theme Name: Weapon7
Theme URI: http://weapon7.com
Description: Weapon7 WP Theme, Version 1.1. Designed by Simon West, developed by Chris Bell - August 2008
Version: 1.1
Author: Weapon7
Author URI: http://weapon7.com
Tags: Weapon7, Digital Marketing

	Weapon7 v1.1
	http://weapon7.com

	This theme was desinged by Simon West @ Weapon7 
	and developed / built by Chris Bell @ Weapon7.
	It is not for re-distribution, and represents
	the branding of the company Weapon7 Ltd
	
	Weapon7, 4th Floor, 120 Regent Street, London
	Built: August 2008

*/
* {outline: none;}
html {
	overflow-y: scroll;	
}

html, body {
	font-family: 'Helvetica','Arial','sans-serif';
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #Fefefe;
}

body {
	overflow: hidden;	
}

a {
	color: #666;	
	text-decoration: none;
}

/* Containers and Main DIVS */

#page { 
	width: 800px;
	margin: 0px auto;
	clear: both;
}

#header {
	background-color: #Fefefe;
	height: 168px;
	top:0px;
	position:fixed;
	z-index: 14000;
	width: 800px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}

#content {
	padding-top: 0px;
	margin: 187.5px 0px 0px 0px;
	color: #666;
}

/* Header Inners */

#leftArea {
	float: left;	
	padding-top: 15px;
}

#rightArea {
	float: right;
	width: 602px;	
	padding-top: 15px;
}

/* Image Fixes */

#leftArea .logo {
	display: block;
	width: 150px;
	height: 50px;
	margin-top: 17px;
}

#rightArea img {
	margin-top: 10px;
	padding-right: 5px;
}

/* Home Page f Boxes */

.post {
	border-bottom: 1px solid #d0d0d0;
}

.post_container {
	width: 800px;
	height: 322px;	
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
	clear: both;
}

.post_container-bigger {
	width: 800px;
	height: 372px;	
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
	clear: both;
}

.post_container_small_half {
	width: 800px;
	height: 137px;	
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d0d0d0;
	clear: both;
}

.post_container_single {
	width: 800px;
	padding: 0;
	margin: 20px 0 0 0;
	clear: both;
}

.post_container_single_pg {
	width: 800px;
	padding: 0;
	margin: 20px 0 0 0;
	clear: both;
	height: 50px;
}

.post_head {
	width: 260px;	
	margin: 0px 0px 5px 0px;
	height: 25px;
}

.post_column_container {
	width: 800px;
	clear: both;	
}

.post_column_1 {
	float: left;
	width: 230px;	
	height: 307px;
	margin-right: 15px;
}

.post_column_1_tall {
	float: left;
	width: 230px;	
	height: 357px;
	margin-right: 15px;
}

.post_column_1_nh {
	float: left;
	width: 230px;	
	margin-right: 15px;
}

.post_column_2 {
	float: right;
	width: 465px;
	height: 327px;
	margin-top: -32px;
}

.post_column_2_tall {
	float: right;
	width: 465px;
	height: 377px;
	margin-top: -35px;
}

.post_column_2_nh {
	float: right;
	width: 465px;
}

.post_column_2_nh_date {
	float: right;
	width: 465px;
	margin-top: -33px;
}


.post_column_2_nh p, .post_column_2_nh_date p {
	width: 230px;
	float: left;
}	

.post_column_2_nh .entry, .post_column_2_nh_date .entry {
	margin-top: 0px;	
}

.post_column_2_nh p + p, .post_column_2_nh_date p + p  {
	width: 225px;
	float: right;
}

.post_column_2_cont {
	float: right;
	width: 480px;
}

.post_column_2 img {
	margin-top: 3px;	
}

.post_column_2_sing {
	float: right;
	width: 465px;
	margin-top: 3px;	
}

.post_column_2_sing p {
	margin: 0px;
	padding: 0px;
}

.box_container {
	width: 800px;
	margin-bottom:30px;
	padding-bottom: 30px;
}

.del_anc {
	color: #666;
	font-size: 11px;
	clear: both;
	margin-top: 20px;
}

.del_anc_small {
	color: #666;
	font-size: 11px;
	clear: both;
	margin-top: 20px;
}

/* Navigation Elements */

#rightArea ul {
	margin: 17px 0 0 0;
	padding: 0;	
	float: right;
	font-size: 16px;
}

#rightArea ul li {
	list-style:none;
	display: block;
	float: left;	
	color: #FFF;
	margin-right: 7px;
}

#rightArea li a {
	display: block;
	text-indent: -9999px;
	height: 20px;
}

#rightArea li a#work { width: 80px; background: url(images/header/pnav_work.gif) no-repeat 0 0; }
#rightArea li a#about { width: 77px; background: url(images/header/pnav_about.gif) no-repeat 0 0; }
#rightArea li a#contact { width: 86px; background: url(images/header/pnav_contact.gif) no-repeat 0 0; }
#rightArea li a#working-with { width: 131px;background: url(images/header/pnav_working_with.gif) no-repeat 0 0; }
#rightArea li a#latest { width: 53px;background: url(images/header/pnav_latest.gif) no-repeat 0 0; }

#header #rightArea li a:hover {background-position: 0 -20px;}
#header #rightArea li a.sel {background-position: 0 -40px;}

.greyVideoPanel {
	width: 465px;
	height: 295px;
	background-color: #FEFEFE;
	text-align: right;	
	margin-top: 11px;
}

.greyVideoPanel .padding {
	text-align: right;
	
}


/* HRS */

hr.topLine {
	border: none; 	
	border-top: 1px solid #d0d0d0;
	margin: 0px 0 0px 0px;
	padding: 0px;
}

.more {
	margin-top: 5px;	
	margin-bottom: 0px;
}

.entry {
	font-size: 11px;
	line-height: 14px;	
	color: #787878;
	margin: 16px 0px 20px 0px;
}

.entry p {
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}

.entryright {
	font-size: 11px;
	line-height: 14px;	
	color: #787878;
	margin: 16px 0px 20px 0px;
	text-align: right;
}

.entryright p {
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}

.entry a {
	color: #787878;
	text-decoration: underline;	
}

.entry a.nounderline {
	color: #787878;
	text-decoration: none;	
}

.entry a:hover.nounderline {
	color: #999;
	text-decoration: none;	
}

.entry br {
	margin: 0px 0px -7px 0px;
	padding: 0px;	
}

.about_entry a {
	color: #787878;
	text-decoration: underline;	
}

.work_grid1 {
	width: 260px;
	height: 245px;
	float: left;	
}

.work_grid2, .work_grid3 {
	width: 260px;
	height: 245px;
	margin-left: 10px;
	float: left;	
}

.work_grid1 img, .work_grid2 img, .work_grid3 img {
	margin-top: 2px;	
}

.work_row {
	border-bottom: 1px solid #d0d0d0;
	height: 245px;	
	margin: 20px 0 0 0;
}

.padder {
	height: 2px;	
}

.padder_1px {
	height: 1px;	
}

.map_cont {
	width: 800px;
	height: 385px;
	background-color: #CDCDCC;	
	text-align: center;
	margin-top: 5px;
	padding-top: 20px;
}

#mapin {
	padding-top: 17px;	
	width: 760px;
	height: 365px;
}

.padded {
	margin-top: 45px;
	font-size: 11px;	
}

.date_col {
	width: 80px;
	margin-right: 15px;
	float: left;
	height: 30px;	
}

/* Typography */

/* Headers */

h2.title, h2.title a {
	margin: 0px;
	padding: 0px;	
	color: #000;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px; 
	width: 235px;
	height: 37px;
}

h2.title_set, h2.title_set a {
	margin: 0px;
	padding: 0px;	
	color: #000;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px; 
	height: 37px;
	width: 230px;
}

h2.title_2,h2.title_2 a {
	margin: 0px;
	padding: 0px;	
	color: #000;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px; 
	width: 230px;
	height: 37px;
}

h2.title_wide, h2.title_wide a {
	margin: 0px;
	padding: 0px;	
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px; 
	width: 460px;
}

h2.headline {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 19px;
}

h3.title {
	margin: 0;
	padding: 0;
	display: inline;
	color: #333;
	font-weight: normal;
	font-size: 11px;	
	line-height: 10px;
}

h3.client {
	margin: 0px 0px 0px 0;
	padding: 0;
	color: #787878;
	font-weight: normal;
	font-size: 11px;	
	line-height: 12px;
}

h3.right {
	margin: 10px 0px 0px 415px;
	padding: 0;
	color: #787878;
	font-weight: normal;
	font-size: 11px;	
	line-height: 12px;
}

.backmore a, .entry a.more-link {
	color: #787878;
	text-decoration: underline;
	font-size: 11px;
}

.backmore a:hover, .entry a.more-link:hover {
	color: #787878;
	text-decoration: underline;
		font-size: 11px; 
}
#page_tools {width: 800px; float: left;}
.feed {
  float: left;	
  margin-left: 0px;
  padding: 2px 0 2px 17px;
  background: url("http://www.weapon7.com/w7/images/feed-icon-14x14.png") no-repeat 0 50%;
  font-size: 11px;
  
}

#pagination {display: inline; float: right; list-style: none; padding: 0;}
	#pagination li {font-size: 11px; display: block; float: left; margin-left: 10px;}
		#pagination li a {text-decoration: underline;}


#slider, #sequence {
	width: 468px;
	margin-left: -3px;
}

ul#slide
{
	margin: 0px;
	padding:0px;
		cursor:hand!important;
}

ul#slide li {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 468px;
	height: 300px;
	background-color: #333;
	margin-bottom:10px;
}

ul#slide li.rel {
	position: absolute;
	margin-bottom:0px;
	cursor:hand!important;
}

ul#slide li.rel a {
	display: block;
	width: 468px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor:hand!important;
}

ul#slide li.rel img
{
	cursor:hand!important;
}

.mpualign 
{
	padding-top: 25px;
	margin-left: 80px;
	position: relative;
}

#slider_nav {
	width: 468px;
	padding: 12px 0px 0px 0px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 11px;
	line-height: 14px;
}

#nav_left {
	float: left;
	width: 300px;
}

#nav_right {
	float: right;
	width: 165px;
	text-align: right;
}

#nav_right a {
	color: #3f3939;
	text-decoration: none;
}

p.title
{
	position: absolute;
	margin-left: -999px;
}

p.larger
{
	font-size: 14px;
	line-height: 17px;
}

/* Site Search (To be moved) */
#site_search {display: inline; float: right; width: 220px; margin-top: 85px;}
	#site_search fieldset {border: none; padding: 0; margin: 0;}
	#site_search label {display: none;}
	#search_input {float: left; width: 152px; color: #787878; margin-right: 5px;}
	#site_search #search_submit {float: right; cursor: pointer; vertical-align: top; width: 55px; height: 13px; text-indent: -9999px; background: transparent url(images/header/search_submit.gif) no-repeat 0 0; border: 0; padding: 0px; margin-top: 3px;}
	
/* Search Results */
#search_results {border-top: 1px solid #d0d0d0; padding-left: 0;}
	#search_results li {list-style: none; border-bottom: 1px solid #d0d0d0; padding-bottom: 20px;}
	#search_results li a {text-decoration: underline;}
	#search_results li h3 a {text-decoration: none;}
		#search_results li p {width: 60%; margin: 0;}