/*=============================================================
Type:				VGroup Base Stylesheet
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 			(c) VGroup 2009	
---------------------------------------------------------------
Version:			1.1
============================================================ */

/*==============================================
Eric Meyer's reset stylesheet
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
==============================================*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
    display: block;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html, body {
    height: 100%; margin-bottom: 1px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*=============================================================
Type:               VGroup site main stylesheet
Document Author:    Mark Perkins
Author Email:       mark@vgroup.com
---------------------------------------------------------------
Creation Date:      30-03-2010
============================================================ */

/* Some general styles...
============================================== */

body {
	font-family: arial;
	font-size: 12px;
	line-height: 1.33;
	background: #FFF url('../../../../theme/css/../../uploads/images/bg_tile.gif') repeat 0 0;
}

.section {
    background: #FFF;
    width: 945px;
	margin: 0 auto;
	padding: 0 16px;
    overflow: hidden;
}
 
p {
	margin-bottom: 16px;
	color: #666;
}

li {
	font-size: 12px;
	color: #666;
	vertical-align: bottom;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 16px;
	font-family: arial, sans-serif;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 16px;
	font-family: arial, sans-serif;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
}

a {
	color: #088CBD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
/*  color: #FFF;*/
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

input.text,
textarea.text {
	padding: 3px 8px;
	border: 0;
	color: #333;
	margin-bottom: 6px;
	background: #e6e6e6;
	font-size:11px;
	font-family: arial, sans-serif;
}

input.button {
	width: auto;
	background: none;
	cursor: pointer;
/*  padding: 0 6px 2px;*/
/*  padding: 3px 8px;*/
	padding: 2px 8px 4px 8px;
	font-size: 11px;
	background: #088CBD;
	color: #FFF;
	border: 0;
}

.pdf a,
a.pdf {
    background-image: url('../../../../theme/css/../../uploads/images/document-pdf.png');
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 3px 0 2px 21px;
}

.temp {
    display: none; /* for temporary holding of items to be faded in etc */
}

/* Header
============================================== */

.header {
    padding-top: 32px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_main.gif');
    background-repeat: no-repeat;
    background-position: 16px bottom;
    margin-top: 30px;
}

.header {
    padding-right: 6px;
    width: 955px;
}

.header .branding {
	width: 205px;
	height: 128px; /* 6 * baseline grid unit */
	float: left;
	padding: 0 0 0 10px;
}

.header .branding h1 {
	margin: 0;
	font-size: 22px;
	letter-spacing: -0.1px;
}

.header .branding h1 a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.header .branding a.division {
	color: #333;
}

/* Navigation
============================================== */

/* main navigation */

#main_nav {
	width: 730px;
	height: 128px;
	margin-left: 225px;
}

.ie6 #main_nav {
    float: right;
	margin-left: 0;
}

.mainlinks > li {
	width: 135px;
	float: left;
	margin: 4px 10px 0 0;
}

.ie6 .mainlinks li {
    width: 135px;
	float: left;
	margin: 1px 1px 0 0;
}

#toplevel a,
#toplevel > li {
   	width: 135px;
    margin: 0 10px 0 0;
}

#toplevel {
    position: relative;
    top: 4px;
} 

#main_nav > li > a:first-child,
#main_nav > li > a.first {
	color: #333;
}

.mainlinks > li:last-child {
    margin-right: 0;
}

#main_nav li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-left: 2px;
	margin-left: -2px;
}

#main_nav li a:hover {
	text-decoration: underline;
}

#main_nav .mainlinks > li > a {
	font-weight: bold;
	color: #333;
}

.mainlinks li.current > a,
.mainlinks a.current {
	background: #0099cc !important;
	color: #FFF !important;
	text-decoration: none;
}

.header #main_nav > li > a.current {
	font-weight: bold; 
	color: #FFF;
}

#main_nav li a:hover {
	background: #0099cc;
	color: #FFF;
	text-decoration: none;
}

/* breadcrumbs */

h2#breadcrumbs {
    font-size: 24px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #666;
    position: relative;
    left: -16px;
	line-height: 17px;
	margin-bottom: 32px;
	text-transform: lowercase;
}

h2#breadcrumbs span {
	color: #999;
}

h2#breadcrumbs a {
	color: #555;
	text-decoration: none;
}

h2#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Main content styles
============================================== */

div.main {
    padding-top: 16px;
    padding-bottom: 14px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_main.gif');
    background-repeat: no-repeat;
    background-position: 16px bottom;
    position: relative;
    min-height: 380px;
    overflow: visible;
}

.primary {
    width: 720px;
    margin-left: 225px;
}

.ie6 .primary {
    margin-right: -225px; /* dont ask */
}

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

.secondary {
    width: 225px;
	min-height: 20px;
    position: relative;
	float: left;
}

.primary.extended {
    width: 945px;
	margin-left: 0;
}

.primary.narrow {
	width: 570px;
	padding-right: 150px;
}

.primary.extended .flashwrap {
    width: 100%;
}

.hasJS .primary.extended .flashwrap {
    height: 500px;
}

.flashreplace {
    margin-left:225px;
    width:580px;
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
    line-height: 1.1;
    text-transform: lowercase;
    color: #333;
}

.flashreplace p {
    color: #333;
}

.flashreplace a strong {
/*    color: #FFF;*/
}

#home #contents .flashreplace p {
    color: #FFF;
    margin-bottom: 20px;
}

#home #contents .flashreplace p a.more {
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
}

.hasFlash .flashreplace {
    display: none; 
}

.primary ul {
	margin-bottom: 16px;
}

.primary li {
	margin-left: 16px;
	list-style: disc;
}

/* styles for the ajax loading of pages */

div.shim {
    width: 945px;
    position: absolute;
    top: 16px;
    z-index: 0;
    overflow: hidden;
}

#contents {
    position: relative;
    z-index: 1;
}

/* Slideshow 
============================================== */

div.slideshow {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 4px;
}

.hasJS div.slideshow {
    width: 720px;
    height: 500px;
}

.extended div.slideshow {
    width: 945px;
    height: auto;
}

.slideshow .info {
	display: block;
	position: absolute;
	background: #FFF;
	left: 20px;
	width: 405px;
	padding-top: 16px 0 0 0;
	background: url('../../../../theme/css/../../uploads/images/info_triangle_white.png') no-repeat 0 0;
}

.slideshow .inner {
	padding: 14px 15px 3px 15px;
	margin-top: 15px;
	background: #FFF;
	position: relative;
}

.slideshow .flashcontent {
    width: 720px;
    background: #FFF;
    text-indent: -9999px;
    display: none;
}

.hasJS .flashcontent {
    height:500px;
}

.hasJS .slideshow .flashcontent {
    display: block;
}

/* slideshow info */

.primary.extended .info {
	left: 225px;
	width: 258px;
}

.slideshow .info h1,
.slideshow .info h3 {
	font-family: georgia, palatino, 'palatino linotype', times, serif;
	color: #088CBD;
	line-height: 22px;
	font-size: 22px;
	font-weight: normal;
}

.slideshow .info p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.slideshow .info .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	text-decoration: none;
	display: none;
    width: 11px;
    height: 11px;
    background: url('../../../../theme/css/../../uploads/images/plus_minus.png') no-repeat 0 -60px;
    text-indent: -9999px;
}

.hasJS #project .slideshow .info {
   display: none;
}

.hasJS .slideshow .info .close {
   display: block;
}

.slideshow .info .close:hover {
	text-decoration: none;
}

.slideshow .links {
	display: inline-block;
	padding: 0 20px 6px 13px;
	background: #FFF;
}

.ie6 .slideshow .links,
.ie7 .slideshow .links  {
    display: inline;
    zoom: 1;
}

.slideshow .links a {
	display: block;
}

.slideshow .links a:hover {
	color: #088CBD;
	text-decoration: underline;
}

.slideshow .links p {
	margin-bottom: 0;
}

.slideshow .view_website,
.slideshow .pdf {
	font-size: 12px;
	font-family: arial, sans-serif;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 6px 22px;
}

.slideshow .view_website {
	background: url('../../../../theme/css/../../uploads/images/television_off.png') no-repeat 0 1px;
}

/* pagers */

.pager {
	width: 138px;
	color: #666;
	text-transform: lowercase;
	display: none;
	float: right;
	margin-bottom: 12px;
}

.pager .count {
	margin-left: 5px;
}

.hasJS .pager {
    display: block;
}

.pager .disabled {
	color: #666;
	text-decoration: none;
	cursor: default;
}

.pager.bottom {
    margin-bottom: 0;
    clear: both;
    margin-top: -10px;
}

.pager .gotolist {
	width: 16px;
	height: 16px;
	background: url('../../../../theme/css/../../uploads/images/sprite_greyicons.png') no-repeat 0 -50px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 8px;
}

/* Specific template styles
============================================== */

/* homepage */

#homemain {
    height: 477px;
    background: url('../../../../theme/css/../../uploads/images/homepage_noflash.jpg') no-repeat 0 0;
    padding-top: 20px;
}

.hasFlash #homemain {
    height: auto;
    background: none;
    padding-top: 0;
}

#home #quick_contact {
    display: none;
}

/* signup forms  */

#signup_form {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 20px;
}

#quick_contact {
    width: 140px;
    position: absolute;
    height: 11em;
    top: -12.0em;
    padding-left: 10px;
    z-index: 1000;
}

/*#quick_contact a {
    color: #B6B6B6;
}*/

.hasJS #quick_contact {
    display: none;
}

#quick_contact strong {
    color: #333;
}

.signup p {
    font-size: 11px;
/*    margin-bottom: 10px;*/
    margin-bottom: 7px;
}

/* default content template */

#block_header {
	color: #0099cc;
	width: 270px;
	float: left;
	padding-right: 10px;
}

#block_header h3 {
    font-size: 22px;
	margin-bottom: 16px;
    line-height: 21px;
	margin-top: -6px;
	font-family: georgia, palatino, 'palatino linotype', times, serif;
	line-height: 1.1;
	font-weight: normal;
}

.ie #block_header h3 {
    margin-top: 0;
}

#block_header .pdf {
    margin-top: 21px;
}

#block_content {
	width: 425px;
	float: right;
	margin-left: 10px;
	padding: 2px 0 0 0;
}

#block_content p,
#block_content ul {
    padding-right: 10px;
}

#block_content h3 {
	font-weight: bold;
	margin-bottom: 0;
	color: #333;
}

#services {
    margin-bottom: 8px;
}

#services div h3 {
	line-height: 22px;
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #088CBD;
	padding: 7px 0 0 0;
	margin-bottom: 0;
	text-transform: lowercase;
}

#services div {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

#services div:last-child {
	border-bottom: 0;
}

.hasJS #services h3:hover,
.hasJS #services h3.open {
    /*    background: #D5D5D5;*/
    color: #444;
}


.hasJS #services div p,
.hasJS #services div ul {
    margin: 14px 0 0 0;
}

.hasJS #services div p,
.hasJS #services div ul,
.hasJS #services div ol {
	display: none;
}

/* divisional landing pages */

.hasJS #landing_slideshow {
    height: 395px;
}

.overlay_button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 250px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    display: none;
}

.extended .overlay_button {
    top: 175px;
}

.overlay_button.prev {
    left: 10px;
    background-image: url(../../../../theme/css/../../uploads/images/arrow_left.png);
}

.overlay_button.next {
    right: 10px;
    background-image: url(../../../../theme/css/../../uploads/images/arrow_right.png);
}

#overview_slides .overlay_button.prev {
    background-image: url(../../../../theme/css/../../uploads/images/arrow_left_80.png);
}

#overview_slides .overlay_button.next {
    background-image: url(../../../../theme/css/../../uploads/images/arrow_right_80.png);
}

.goleft .prev,
.goright .next {
    display: block;
}


/*#landing_slideshow.goleft {
    cursor: url(../../../../theme/css/../../uploads/images/arrow_left.png), pointer;
}

#landing_slideshow.goright {
    cursor: url(../../../../theme/css/../../uploads/images/arrow_right.png), pointer;
}
*/
/* project overview template */

.project .slideshow {
    padding-top: 16px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_content.gif');
    background-repeat: no-repeat;
    background-position: 0 top;
    clear: both;
}

/* project list template */

ol#projects {
    width: 570px;
    padding-right: 150px;
    padding-top: 16px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_content.gif');
    background-repeat: no-repeat;
    background-position: 0 top;
    clear: both;
}

ol#projects li {
    list-style: none;
    margin: 0 0 16px 0;
	float: left;
	width: 280px;
	overflow: hidden;
	background: #FFF;
}

ol#projects li:hover {
    background: #FFF;
}

ol#projects li:hover p {
    color: #444;
}

ol#projects li:hover .description {
	color: #088CBD;
}

ol#projects li.odd {
	margin-left: 10px;
}

ol#projects li img {
	margin-top: 0px;
	border: 1px solid #FFF;
	width: 278px;
}

ol#projects p {
    margin: 0 0 2px;
    padding: 0 10px;
	color: #333;
}

ol#projects a:hover p {
    text-decoration: none;
/*    color: #222;*/
}

ol#projects .info {
	padding: 16px 10px 8px 0;
    background: url('../../../../theme/css/../../uploads/images/cs_list_arrowblock.gif') no-repeat 0 0;
	border-left: 1px solid #FFF;
}

ol#projects li:hover .info {
/*    background: url('../../../../theme/css/../../uploads/images/cs_list_arrowblock.gif') no-repeat 0 -160px;*/
}

ol#projects .description {
	color: #088CBD;
	font-family: Georgia, palatino, 'palatino linotype', times, serif;
	margin: 0;
}

ol#projects li a:hover .description {
    text-decoration: underline;
}

ol#projects .client {
	font-weight: bold;
	margin: 0;
}

.hasJS .paged {
    display: none;
}

/* project item template */

.slides img {
    margin-bottom: 16px;
}

.hasJS #case_study .slides {
    height: 500px;
    margin-bottom: 0;
}


#case_study .slideshow .inner,
#case_study .slideshow .info {
    z-index: 1000;
}

p.show_info {
    width: 470px;
    float: left;
    font-weight: bold;
}

p.show_info a {
    padding-left: 17px;
    background: url('../../../../theme/css/../../uploads/images/plus_minus.png') no-repeat 0 1px;
}

p.show_info a.hide {
    background: url('../../../../theme/css/../../uploads/images/plus_minus.png') no-repeat 0 -29px;
}

.project .info a:hover {
    color: #088CBD;
}

.ie7 .project .slideshow {
/*    padding-top: 8px;*/
/*    margin-top: -16px !important;*/
}

/*.ie7 .project .show_info,
.ie7 .project .pager {
    margin-bottom: 0;
}*/

/* client list template */

.client_list {
	width: 280px;
	float: left;
	padding-top: 2px;
	padding-bottom:18px;
}

.client_list p {
	margin: 0;
}

.jsok .client_list .quote_wrapper {
	display: none;
}

.client_list .client_name {
	font-weight: normal;
}

a.quotelink {
	width: 17px;
	height: 9px;
	display: inline-block;
	background: url('../../../../theme/css/../../uploads/images/quote_mark.png') no-repeat 0 0;
	position: relative;
	top: -2px;
	display: none;
}

.hasJS .quotelink {
    display: inline-block; /* no JS, no quotes... :-) */
}

.client_details {
	position: relative;
}

.client_list .quote p {
    color: #CCC;
}

.quote {
    background: #333 url('../../../../theme/css/../../uploads/images/plus_minus.png') no-repeat 305px -55px;
	color: #CCC;
	width: 320px;
	padding: 20px 0 0 0;
	margin-top: 14px;
	cursor: pointer;
}

.quote_wrapper {
	background: url('../../../../theme/css/../../uploads/images/info_triangle_darkgrey.png') no-repeat 0 0;
	padding-top: 1px;
	width: 320px;
	position: absolute;
	top: 15px;
	z-index: 100;
	display: none;
}

.quote p {
	padding: 0 17px;
	margin-bottom: 1.0em;
}

.quoteby p {
	margin-top: -10px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 0;
/*  background: url('../../../../theme/css/../../uploads/images/quote_bottom.gif') no-repeat 314px 6px;*/
}

#clients {
    overflow: visible;
}

#clients .explain {
    font-weight: bold;
    width: 140px;
    position: absolute;
    top: 370px;
    right: 0;
}

#quote_example {
  	width: 11px;
	height: 14px;
	display: inline-block;
	background: url('../../../../theme/css/../../uploads/images/quote_mark.png') no-repeat 0 0;
	text-indent: -9999px;
}

/* contact page template */

.office {
	width: 278px;
	float: left;
	margin-right: 12px;
}

strong.loc {
    color: #333;
}

.office img {
    margin-bottom: 10px;
}

.primary .office.london {
    margin-right: 0;
}

.office h2 {
	font-size: 12px;
	margin: 0;
	line-height: 1.33333;
	color: #666;
}

.map {
	width: 280px;
	height: 280px;
	margin-bottom: 16px;
}

/* overview slideshow */

#overview_slides .slideshow {
    clear: both;
}

#overview_slides .slideshow {
    padding-top: 16px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_content.gif');
    background-repeat: no-repeat;
    background-position: 0 top;
    clear: both;
}

#overview_slides .pager {
    margin-bottom: 16px;
}

.ie7 #overview_slides .slideshow {
/*    top: -32px;*/
}

/* Newscast page */

#newscast {
    padding-top: 16px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_content.gif');
    background-repeat: no-repeat;
    background-position: 0 top;
    clear: both;
    padding-right: 150px;
}

#newscast img {
    display: inline;
}

#newscast .nav {
    float: right;
    width: 138px;
    margin-right: -150px;
    padding-top: 13px;
}

#newscast .inner {
    margin-left: -23px;
    margin-top: -15px;
}

#newscast .inner h2 {
    line-height: 1;
}

#newscast .nav li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    padding: 4px 0;
}

#newscast .nav a {
    font-family: georgia, palatino, times, serif;
}

#newscast .nav li.current a {
    color: #666;
}

.hasJS #newscast .nav li span {
    display: none;
}

#newscast .nav h3 {
    margin-bottom: 0;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding: 4px 0 3px 0;
}

#newscast .nav ol {
/*    margin-bottom: 10px;*/
}

.hasJS #newscast .nav ol {
    display: none;
}

/* styles to override the newsletter inline styles - here be markup dragons, beware! */

#newscast h1 {
	font-weight: bold;
}

#newscast h1 a#newslink:hover {
	color: #088CBD !important;
}

td {
	vertical-align: top;
}

#newscast p#newsletter_quicklinks a:hover {
	color: #BABABA !important;
}

#newsletter_footer {
	padding: 0px;
	margin: 0 0 16px 0 !important;
}

#newsletter_footer tr, #newsletter_footer td {
	display: none;
}

/* sitemap */

#sitemap_main {
    overflow: hidden;
}

#sitemap li {
    list-style: none;
    margin-left: 0;
}

#sitemap .col {
	width: 135px;
	float: left;
	margin: 0 10px 0 0;
}

#sitemap ol.last {
    margin-right: 0;
}

#sitemap p {
    margin-bottom: 0;
    text-decoration: none;
}

#sitemap .casestudies li {
    margin-bottom: 16px;
}

#sitemap .casestudies li a:hover p {
    text-decoration: underline;
}

#sitemap .client {
    font-weight: bold;
}

#sitemap .description {
    color: #088CBD;
	font-family: georgia, palatino, 'palatino linotype', times, serif;
}

/* Footer
============================================== */

.footer {
    position: relative;
    overflow: visible;
    clear: both;
    margin-bottom: 30px;
}

.footer .segment {
    clear: both;
    overflow: hidden;
    padding-bottom: 17px;
    background-image: url('../../../../theme/css/../../uploads/images/splitter_main.gif');
    background-repeat: no-repeat;
    background-position: 0 bottom;
    zoom: 1;
}

.footer .segment div {
    width: 280px;
    float: left;
    margin-right: 10px;
}

.footer h3 {
	color: #333;
	font-weight: bold;
	margin: 18px 0 14px 0;
}

.footer h3 a {
    color: #333;
}

.footer h3 a:hover {
    color: #333;
}

.footer li,
.footer p {
    color: #666;
}

#main_footer {
    padding-bottom: 13px;
}

#client_login {
    width: 225px;
    float: left;
    margin: 18px 0 14px 0;
}

#client_login a {
    background-position: 10px 0;
    background-repeat: no-repeat;
    padding: 2px 0 0 30px;
    background-image: url('../../../../theme/css/../../uploads/images/documents_stack.png');
}

.signup input.text {
	width: 119px;
}

#latest_news img {
    width: 140px;
    height: 86px;
    float: left;
    margin: -5px 10px 0 0;
}

#latest_news p {
    margin-bottom: 0;
}

#latest_news li {
    margin-bottom: 8px;
    float: left;
    width: 270px;
    padding-left: 10px;
}

#latest_news li h4 {
    margin-left: -10px;
}

#latest_news li a:hover h4 {
    text-decoration: underline;
}

#latest_news li.last {
    margin-bottom: 0;
}

#recent_projects li {
	padding-left: 10px;
	margin-bottom: 8px;
}

#recent_projects li a {
	margin-left: -10px;
}

#main_signup {
	width: 135px;
	margin-right: 0;
	float: left;
}

.hasJS #main_signup label {
    display: none;
}

#main_signup p {
    font-size: 12px;
}

#intouch {
    padding-left: 227px;
    padding-top: 16px;
    padding-bottom: 22px;
}

#intouch ul {
    float: left;
    width: 130px;
}

#intouch ul li {
    float: left;
    margin-right: 10px;
    padding: 0;
/*    width: 280px;*/
}

#intouch ul li a {
    background-repeat: no-repeat;
    background-position: 0 0;
/*    padding: 2px 10px 0 20px;*/
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px ;
}

li.rss a {
    background-image: url('../../../../theme/css/../../uploads/images/rss_16.png');
}

li.twitter a {
    background-image: url('../../../../theme/css/../../uploads/images/twitter_16.png');
}

#intouch #link_flickr {
/*    width: 135px;*/
    margin-right: 0;
}

li.flickr a {
    background-image: url('../../../../theme/css/../../uploads/images/flickr_16.png');
}

/* final links & copyright etc */

#intouch {
    background: none;
    padding-top: 14px;
}

#intouch ol {
    float: left;
    font-size: 11px;
    margin-left: 0;
    width: 578px;
    position: relative;
    top: 2px;
    left: -8px;
}

#intouch .nav li {
    float: left;
	border-right: 1px solid #777;
	line-height: 1.0;
/*  padding-bottom: 1px;*/
}

#intouch .nav li a {
	color: #666;
	padding: 0 7px 0 7px;
	font-size: 11px;
}

#intouch .nav li:last-child {
	border: 0;
}

/*
#coda ol {
    width: 570px;
    margin-left: 220px;
    font-size: 11px;
    color: #666;
}

#coda li {
    float: left;
    border-right: 1px solid #777;
    line-height: 1.0;
    padding-bottom: 1px;
}

#coda li a {
    color: #666;
    padding: 0 6px 0 7px;
    font-size: 11px;
}

#coda li:last-child {
    border: 0;
}*/

#copyright {
	width: 140px;
	float: right;
	margin-left: 10px;
	font-size: 11px;
	position: relative;
    top: 2px;
}
