/*
Theme Name: GA Comms
Theme URI: http://www.gacomms.com/
Description: The default WordPress theme for the GA Comms website.
Version: 1.0
Author: CuCo Creative
Author URI: http://www.cucocreative.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

/* FULL RESET */
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%;
	vertical-align: baseline;
	background: transparent;
}
html {
	min-height: 100%;
	height: 100%;
}
body {
	line-height: 1;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 100%;
}
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;
}

/* MAIN CODE */
#container {
	width: 100%;
}
#outer {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	height: 100%;
	width: 100%;
}
/*html>body #container
{
	height: auto;
	min-height: 100%;
}*/
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 121px;
}
#logo {
	height: 121px;
	width: 101px;
	position: relative;
	left: -21px;
	top: 47px;
	float: left;
}
#content {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	padding-top: 68px;
}
#inner {
	float: left;
	width: 541px;
	margin-left: 90px;
	overflow: hidden;
}
#inner-no {
	width: 780px;
	margin-left: 90px;
	overflow: hidden;
}
#inner h1, #inner-no h1, .ret1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-weight: normal;
}
#inner p, #inner-no p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#inner a, #inner a:link, #inner a:visited, #inner-no a, #inner-no a:link, #inner-no a:visited {
	color: #c8d62f;
	text-decoration: none;
}
#inner a:hover, #inner a:hover:visited, #inner-no a:hover, #inner-no a:hover:visited {
	text-decoration: underline;
}
.title_img {
	float: right;
	clear: both;
	margin-bottom: 13px;
}
#sidebar {
	float: left;
	width: 220px;
	margin-left: 20px;
	overflow: hidden;
}
#sidebar #search {
	float: left;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 22px;
	width: 220px;
}
/*#sidebar .widget_twitter {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 220px;
	background-position: left 33px;
	margin-bottom: 10px;
}*/
#sidebar .news {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 220px;
	background-position: left 33px;
	margin-bottom: 10px;
	min-height: 209px;
}
#sidebar .twitter {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
#sidebar .title {
	margin-bottom: 28px;
}
#sidebar h2{
	font-size: 1.7em;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
}
#sidebar .video {
	float: left;
	margin-bottom: 10px;
	width: 220px;
}
.pusher {
	clear: both;
	width: 100%;
	line-height: 1px;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar p, #sidebar ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#sidebar a:link, #sidebar a:visited {
	color: #2AA9E1;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
#sidebar a:hover, #sidebar a:visited:hover {
	color: #2AA9E1;
	text-decoration:underline;
}
#sidebar .block {
	border-bottom-width: 0.1em;
	border-bottom-style: dotted;
	border-bottom-color: #2AA9E1;
	margin-bottom: 10px;
}
#sidebar .tweets {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 220px;
	background-position: left 65px;
	margin-bottom: 10px;
	min-height: 235px;
}
#sidebar .tags {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar tags a, #sidebar tags a:visited {
	text-decoration:none;
}
#sidebar .wid-show-wordtube{
	margin-bottom:20px;
}
#footer {
	clear: both;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	padding-top: 90px;
	text-align: center;
}
.footer_nav a {
	color: #18698d;
	text-decoration: none;
}
.footer_nav {
	color: #18698d;
	text-transform: uppercase;
}
#footer p {
	line-height: 1.5em;
}
#nav {
	float: right;
	text-align: right;
}
#nav ul {
	list-style-type: none;
	display: inline;
	text-align: center;
}
#nav li {
	display: inline;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #18698d;
	text-align: center;
}
#nav li a {
	color: #18698d;
	text-decoration: none;
	background-color: #002D3F;
	line-height: 100px;
	padding-top: 42px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav li a:hover, #nav li a:visited:hover {
	color: #002d3f;
	text-decoration: none;
	background-color: #e3df20;
}
.page_item {
  background-color:#002D3F;
  color:#18698d;
}
.current_page_item {
  background-color:#e3df20;
  color:#002d3f;
} 
#nav .current {
	color: #002d3f;
	background-color: #e3df20;
}
/*#inner .portfolio {
	background-color: #002d3f;
	display: block;
	float: left;
	width: 300px;
	margin-bottom:20px;
	padding: 10px 10px 10px 10px;
	min-height: 103px;
}*/
#inner .portfolio {
	background-color: #002d3f;
	width: 540px;
	margin-bottom:20px;
	padding: 10px 10px 10px 10px;
}
#inner .portfolio_inner {
	width:296px;
	float:right;
	text-align:left;
}
/* .movie {
	float: left;
	height: 123px;
	width: 220px;
} */
.movie {
	background-color: #00161f;
	/*text-align: centre;*/
	height: 304px;
	width: 540px;
	padding: 0px 0px 0px 0px;
}
.graphic {
	background-color: #00161f;
	/*text-align: centre;*/
	height: 337px;
	width: 540px;
	padding: 0px 0px 0px 0px;
}
.photo {
	float: left;
	height: 140px;
	width: 95px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#inner .portfolio h1, #inner .portfolio h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #e3df20;
	margin-top: 8px;
	margin-bottom: 6px;
}
#inner .portfolio p {
	font-size: 1em;
	margin: 0px 10px 5px 0px;
}
#inner .people {
	background-color: #002d3f;
	display: block;
	float: left;
	width: 425px;
	margin-bottom:20px;
	padding: 10px;
}
#inner .people h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #e3df20;
}
#inner .people p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.client_box {
	float: left;
	width: 540px;
	margin-bottom: 20px;
}
.client_box .col_1 {
	padding: 0px;
	float: left;
	width: 180px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.client_box .col_1 img {
	margin-bottom: 20px;
}
#inner h2, #inner-no h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #e3df20;
	line-height: 1.7em;
}
.yellow {
	/*font-size: 1.4em;*/
	font-weight: normal;
	color: #e3df20;
}
#sidebar .pb_embedflash_widgets {
	margin-bottom:20px;
	background-image: url(images/title_recent_work.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
}
/*#sidebar .widget_recent_entries {
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 220px;
	background-position: left 33px;
	margin-bottom: 10px;
}*/


.rollover {
	display:block;
	width: 128px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 20px;
	}
.rollover a:hover {
	display:block;
	text-indent:-128px;
	}
	
	
.quote {
	line-height: 1.5;
	font-size: 140%;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* height: 100%; */
}
.sideHeader {
	margin-bottom: 12px;
}


.movieRight {
	display:block;
	float: right;
	padding: 0px 0px 10px 10px;
}
.movieLeft {
	display:block;
	float: left;
	padding: 0px 10px 10px 0px;
}
.movieCentre {
	display:block;
	text-align: center;
}

