/*-----------------------------------------------------------------------------
Trafalgar Media Advertising Main Style Sheet (http://trafmedia.com)

version:	1.0
date:		21st January 2010
author:		Phil Bowell
email:		me@philbowell.com
website:	http://philbowell.com
-----------------------------------------------------------------------------*/

* { 
    margin: 0; 
}

/* Layout */

.container {
	width: 960px;
	margin: auto;
}

.side {
	width: 400px;
	float: left;
}

/* Various Tags and Classes */

h2 a:hover {
	padding: 0;
}

a {
	padding: 8px 0 8px 0;
}

a:hover {
	padding-left: 3px;
}

ul {
	list-style: none;
}

li {
	margin-left: -40px;
}

img {
	border: 5px rgb(0, 0, 0);
}

.video {
	margin-bottom: 40px;
	margin-left: 9px;
}

/* Header */

#header {
	height: 232px;
	background: url('txp_img/headerblurb.png') no-repeat;
	background-position: 560px 60px;
}

.logo {
	margin: 30px 0 0 240px;
}

/* Navigation */

.navigation li {
	height: 43px;
	width: 340px;
	padding: 15px 0 0 40px;
}

.first {
	background: url("txp_img/aboutblurb.png") no-repeat;
	background-position: right;
}

.second {
	background: url("txp_img/portblurb.png") no-repeat;
	background-position: right;
}

.third {
	background: url("txp_img/contactblurb.png") no-repeat;
	background-position: right;
}

.navigation a:active {
	padding: 8px 8px 8px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


/* Testimonial */

.testimonial {
	margin-top: 70px;
	height: 193px;
}

.testimonial p {
	width: 240px;
	padding: 50px 0 0 70px;
}

/* Main Content */

.content {
	width: 300px;
	float: left;
}

.content p {
	margin: 0 0 40px 10px;
}

.content a {
	padding: 0;
}

.foot {
	clear: both;
	width: 400px;
	margin: 40px 0 40px 400px;
	background: url('txp_img/divider.png') no-repeat;
	background-position: 0 0;
}

/* Portfolio Content */

.portcontent {
	width: 400px;
	float: left;
	margin-left: 10px;
}

.portfolio p {
	margin: 0 0 24px 10px;
}

.portfolio {
	float: left;
	width: 960px;
	margin-top: 30px;
}

.designers {
	float: left;
	width: 640px;
	height: 220px;
}

.designers p {
margin-right: 10px;
}

.dtitle {
	text-indent: -9999px;
	background: url('txp_img/designers.png') no-repeat;
	padding: 0 0 25px 0;
}

.ptitle {
	text-indent: -9999px;
	background: url('txp_img/printers.png') no-repeat;
	padding: 0 0 25px 0;
}

.printers {
	width: 320px;
	float: right;
}

.artwork {
	width: 960px;
	float: left;
	margin-top: 20px;
}

.portitle {
	height: 100px;
	background: url('txp_img/portfolio.png') no-repeat;
	text-indent: -9999px;
}

.item {
	width: 310px;
	display: block;
	float: left;
	background: url('txp_img/portdiv.png') repeat-y;
	padding-right: 35px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.item p {
	width: 240px;
	margin-left: 30px;
}

.item a:hover {
	padding: 0px;
}

.item img {
	border-right: 0px;
	border-bottom: 0px;
}

.item img:hover {
	border: 10px solid #F187B5;
}

.item span {
	float: right;
	margin-right: 35px;
	padding-bottom: 20px;
}

.more {
	width: 480px;
	height: 50px;
	background: url('txp_img/more.png') no-repeat;
	float: right;
	margin: 50px 10px 40px 0;
}

.more a {
	float: right;
	padding: 40px 0 0 0;
}



.artwork img {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	border: solid 10px #000;
}

.artwork img.right {
	float: right;
	margin-right: -10px;
	margin-bottom: 20px;
	border: solid 10px #000;
	}

.paginate {
	clear: both;
	float: right;
	height: 50px;
	padding-top: 10px;
}

/* Map */

.map {
	margin: 180px 0 0 40px;
}