/*
-----------------------------------------------
MC Communications Screen Styles
Author:   David Galovic
Company:  Ruckus Media
Version:  17 August 2008
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	color: #999;
	background-color: #fff;
}


/* Structure
----------------------------------------------- */
/*
#outer-wrapper {height: 100%; width: 100%; overflow: visible;}
#outer-wrapper[id] {display: table; position: static;}

#inner-wrapper  {position: absolute; top: 50%;}
#inner-wrapper[id] {display: table-cell; vertical-align: middle; width: 100%;}
*/

div#wrapper {
	background: #fff;
	border: 1px solid #e9e9e9;
	width: 800px;
	min-height: 560px;
	padding: 27px 30px;
	margin: 50px auto 0 auto;
	text-align: left;
}

div#main {
	clear: both;
	padding-top: 22px;
}

div#side-col {
	float: left;
	width: 205px;
	padding-top: 8px;
}

div#main-col {
	float: left;
	width: 564px;
}
/*
div#content-col {
	float: right;
	width: 351px;
	padding-top: 4px;
}
*/
div#content-col {
	padding: 4px 0 0 60px;
	min-height: 420px;
}

div#image-col {
	float: left;
	width: 213px;
	padding-top: 32px;
}

div#footer {
	clear: both;
	padding-top: 30px;
}

div#slideshow {
	height: 400px;
	width: 100%;
	text-align: center;
}

div#slideshow span {
	position: relative;
}

div#slideshow img {
	text-align: center;
	margin: 0 auto 8px auto;
}

div#slideshow a, div#slideshow a:hover, div#slideshow a:visited {
	text-decoration: none;
	color: #999;
	display: none;
}

div#portfolio-link {
	float: right;
	margin-top: 5px;
}

div#portfolio-link p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

/*
div#portfolio-link a {
	display: block;
	text-indent: -9999px;
	height: 32px;
	width: 150px;
	background: url(/images/button-portfolio.png) no-repeat top left;
	outline-style: none;
}
*/

div#portfolio-link a {
	font-size: 12px;
	color: #999;
}

/* Navigation
----------------------------------------------- */

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
	line-height: 2em;
}

div#navigation ul li a {
	font-size: 2em;
	line-height: 0.6em;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-family: 'HelveticaNeue','Helvetica Neue','Helvetica Neue',Arial,Helvetica,sans-serif;
	text-transform: lowercase;
}

div#navigation ul li a:hover, div#navigation ul li a.current {
	color: #683950;
}

/*
div#navigation ul li a {
	float: left;
	clear: left;
	padding: 5px 0;
	text-indent: -1000px;
	height: 12px;
	width: 121px;
	outline-style: none;
}

div#navigation ul li a#nav-home {
	display: none;
} 

div#navigation ul li a#nav-publishing {
	background: url(/images/nav-publishing.gif) no-repeat top left;
}

div#navigation ul li a#nav-marketing {
	background: url(/images/nav-marketing.gif) no-repeat top left;
}

div#navigation ul li a#nav-public-relations {
	background: url(/images/nav-pr.gif) no-repeat top left;
}

div#navigation ul li a#nav-design {
	background: url(/images/nav-design.gif) no-repeat top left;
}

div#navigation ul li a#nav-web-solutions {
	background: url(/images/nav-web.gif) no-repeat top left;
}

div#navigation ul li a#nav-advertising {
	background: url(/images/nav-advertising.gif) no-repeat top left;
}


div#navigation ul li a#nav-publishing:hover, div#navigation ul li.current a#nav-publishing {
	background: url(/images/nav-publishing-down.gif) no-repeat top left;
}

div#navigation ul li a#nav-marketing:hover, div#navigation ul li.current a#nav-marketing {
	background: url(/images/nav-marketing-down.gif) no-repeat top left;
}

div#navigation ul li a#nav-public-relations:hover, div#navigation ul li.current a#nav-public-relations {
	background: url(/images/nav-pr-down.gif) no-repeat top left;
}

div#navigation ul li a#nav-design:hover, div#navigation ul li.current a#nav-design {
	background: url(/images/nav-design-down.gif) no-repeat top left;
}

div#navigation ul li a#nav-web-solutions:hover, div#navigation ul li.current a#nav-web-solutions	 {
	background: url(/images/nav-web-down.gif) no-repeat top left;
}

div#navigation ul li a#nav-advertising:hover, div#navigation ul li.current a#nav-advertising {
	background: url(/images/nav-advertising-down.gif) no-repeat top left;
}
*/



div#footer ul {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
}

div#footer ul li a {
	float: left;
	padding: 0 13px 0 5px;
	background: url(/images/footer-dot.gif) no-repeat center right;
	text-transform: lowercase;
}

div#footer ul li a#nav-contact {
	background: none;
}


/* Typography
----------------------------------------------- */

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header h1 a {
	background: url(/images/logo.gif) no-repeat top left;
	float: left;
	width: 205px;
	height: 78px;
	text-indent: -1000px;
}

p, li, td, dd, dt {
	font-size: 1.2em;
	line-height: 1.6em;
}

div#footer p, div#footer li, div#footer a {
	color: #666;
	font-size: 1em;
}

h1 {
	font-size: 2.3em;
	letter-spacing: 0.5px;
	color: #683950;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	font-family: 'HelveticaNeue','Helvetica Neue','Helvetica Neue',Arial,Helvetica,sans-serif;
}

h2 {
	font-size: 1.4em;
	color: #683950;
	font-weight: bold;
	margin: 2em 0 0.2em 0;
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
}

h3 {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
	margin: 0 0 -1em 0;
}

h4 {
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	margin: 0 0 -0.4em 0;
}

a, a:visited {
	color: #683950;
}

a:hover {
	color: #000;
}

.image-border {
	border: 1px solid #e9e9e9;
}


/* Forms
----------------------------------------------- */

#contact-form {
	margin-top: 30px;
}

#contact-form p {
	margin: 8px 0;
}

#contact-form .compulsory {
	font-weight: bold;
}

#contact-form label {
	line-height: 2em;
	display: block;
}

#contact-form input.text-field {
	height: 18px;
}

#contact-form input.text-field, textarea {
	color: #000;
	border: 1px solid #999;
	clear: both;
	width: 300px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#contact-form textarea {
	width: 300px;
	height: 100px;
}

#contact-form .buttons {
	margin: 10px 0 0 0;
}

div#contact-form input.button {
	background: #683950;
	border: 0;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
}

p.form-message {
	background-color: #c00;
	border: 3px solid #e67f00;
	color: white;
	margin: 10px 0;
	padding: 10px;
	font-size: 1.1em;
}


/* Misc
----------------------------------------------- */

p#skip {
	display: none;
}

div#content img {
	margin: 0 20px 0 0;
	clear: both;
}


div#image-col img {
	float: right;
	margin: 0 25px 20px 0;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

div#content div.article img.tracker-image {
	background-color: transparent;
	border: 0;
	clear: none;
	margin: 0;
	padding: 0;
}

.smaller-90 {
	font-size: 90%;
}

.smaller-50 {
	font-size: 50%;
}
