/* Creative Media Centre // http://www.creativemediacentre.com/ // 09/10/2009 // hello@ingserv.com */

@media screen, projection {

/*

++ General styles

*/

body, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #555;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
	text-align: center;
}

h1, h2, h3, h4 {
	color: #262626;
	font-weight: normal;
}

h1 {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
	font-size: 3.2em;
	letter-spacing: -.031em;
	line-height: 1em;
	margin: .563em 0;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -.028em;
	margin: 1em 0 -.5em;
}

h3 {
	font-size: 1.6em;
	letter-spacing: -.031em;
	margin: 1.125em 0 -.563em;
}

h4 {
	font-size: 1.4em;
	margin: 1.286em 0 -.643em;
}

p, ul, ol {
	font-size: 1.4em;
	margin: 1.286em 0;
}

blockquote {
	padding: 0 1.7em;
}

ul, ol {
	padding-left: 2.429em;
	margin-top: -.643em;
}

h2+ul, p.lead+ul, .article>ul, .article>ol {
	margin-top: 1.286em;
}

table {
	border-collapse: collapse;
	font-size: 1.3em;
	margin: 1.385em 0;
	width: 100%;
}

thead {
	border-bottom: .077em solid #d9d9d9;
}

th {
	font-weight: normal;
}

th, td {
	padding: .538em;
}

form {
	overflow: hidden;
}

form ol {
	float: left;
	font-size: 1.6em;
	list-style: none;
	margin: 1.125em 0;
	padding: 0;
}

form li {
	float: left;
	margin: 0 1.063em 1.125em 0;
}

label {
	display: block;
}

label em {
	color: #777;
	font-weight: normal;
}

input, textarea, select {
	border: .063em solid #ccc;
	-moz-border-radius: .188em;
	-webkit-border-radius: .188em;
	color: #636;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
	padding: .438em;
}

input {
	width: 12.938em;
}

input.btn {
	background-color: #7a487a;
	border-color: #e8e8e8;
	color: #fff;
	cursor: pointer;
	font-size: 1.143em;
	width: 13.813em;
}

input.btn:hover, input.btn:focus, input.btn:active {
	background-color: #333;
}

textarea {
	width: 27.938em;
}

img {
	border: .1em solid #e8e8e8;
}

a:link, a:visited {
	border-bottom: .1em solid #ccc;
	color: #636;
	text-decoration: none;
}

a:visited {
	color: #7a487a;
}

a:hover, a:focus, a:active {
	color: #262626;
}

a:focus {
}

strong {
	color: #000;
}

em {
	color: #262626;
	font-style: normal;
	font-weight: bold;
}

abbr {
	border: 0;
	cursor: help;
}

/*

++ Helper styles

forms, notifications and errors, pagination, consistent items with just one class

*/

p.lead {
	color: #262626;
	font-size: 1.8em;
	line-height: 1.333em;
	margin: .5em 0;
}

p.by {
	color: #262626;
	font-weight: bold;
	margin-top: -.643em;
}

img.news {
	float: right;
	/* height: 20em; */
	margin-left: 1.7em;
	/* width: 30.1em; */
}

img.alignleft {
	float: left;
	margin-right: 1.7em;
}

img.alignright {
	float: right;
	margin-left: 1.7em;
}

a.external:link, a.external:visited {
	background: url(img/external.gif) no-repeat 100% 50%;
	padding-right: 16px;
}

a.imglink:link, a.imglink:visited {
	background: none;
	border: 0;
	padding: 0;
}

a.feed:link, a.feed:visited {
	background: url(img/feed.gif) no-repeat 100% 50%;
	padding-right: 20px;
}

.wpcf7-not-valid-tip-no-ajax, .wpcf7-not-valid-tip {
	color: #d94141;
	font-size: .75em;
	padding-left: 1.417em;
}

.wpcf7-validation-errors {
	background-color: #d94141;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: .75em 1.417em;
}

.wpcf7-mail-sent-ok {
	background-color: #fff091;
	color: #262626;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: .75em 1.417em;
}

.hide {
	left: -9999px;
	position: absolute;
}

/*

++ Page structure

*/

#container {
	max-width: 100%;
	text-align: left;
}

#footer, #copyright, .header, .title, .section {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 .5em;
	width: 96em;
}

#header ul {
	float: left;
	font-size: 1.8em;
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
}

#header li {
	border-right: .056em solid #d9d9d9;
	float: left;
	margin-right: .5em;
	padding-right: .444em;
}

#header li:last-child {
	border: 0;
}

#header li a:link, #header li a:visited {
	border: 0;
	color: rgb(102, 51, 102);
	color: rgba(102, 51, 102, .85);
	display: block;
	/* letter-spacing: -.028em; */
	/* text-shadow: 0 .042em 0 #8f618f; */
}

#header li a:hover, #header li a:focus, #header li a:active {
	color: #262626;
}

#header li.active a:link, #header li.active a:visited {
	color: #262626;
}

#header a.logo:link, #header a.logo:visited {
	border: 0;
	display: block;
	float: left;
	height: 61px;
	margin: 1.8em 9.7em 1.8em 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 143px;
}

#header a.logo:link span, #header a.logo:visited span {
	background: url(img/logo.png) no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#header a.cta:link, #header a.cta:visited {
	background: url(img/cta.png) no-repeat;
	bottom: -24px;
	border: 0;
	display: block;
	height: 12.6em;
	margin-right: -480px;
	position: absolute;
	right: 53%;
	text-indent: -9999px;
	width: 12.6em;
}

#header {
	background-color: #f0f0f0;
	position: relative;
	width: 100%;
}

#title {
	background-color: #7a487a;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: .1em 0;
	width: 100%;
}

#footer p {
	color: #d9d9d9;
	font-size: 1.3em;
	margin: 1.385em 0;
}

#footer ul {
	border-top: .077em solid #8f618f;
	float: left;
	font-size: 1.3em;
	list-style: none;
	margin: 1.385em 1.231em 1.385em 0;
	padding: 1.385em 0 0;
	width: 17.154em;
}

#footer li {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
	font-weight: bold;
}

#footer li.active a:link, #footer li.active a:visited {
	color: #fff;
}

#footer dl {
	float: left;
	margin: 0 1.65em 1.8em 0;
	width: 22.3em;
}

#footer dt {
	border-top: .077em solid #8f618f;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.385em 0 0;
	padding-top: 1.385em;
}

#footer dd {
	margin-left: 0;
}

#footer dd a:link, #footer dd a:visited {
	font-weight: normal;
	text-transform: uppercase;
}

#footer dd a:hover, #footer dd a:focus, #footer dd a:active {
}

#footer a:link, #footer a:visited {
	border: 0;
	color: rgb(102, 204, 204);
	color: rgba(102, 204, 204, .9);
	font-weight: bold;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #262626;
}

#footer a:focus {
	background-color: #66cccc;
	color: #fff;
}

#footer em {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
}

#footer #about {
	border-top: .077em solid #8f618f;
	float: left;
	margin: 1.8em 17.7em 0 0;
	width: 30.3em;
}

#footer a.ctabtn:link, #footer a.ctabtn:visited {
	background-color: #592e59;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	padding: .538em .769em;
}

#footer a.ctabtn:hover, #footer a.ctabtn:focus, #footer a.ctabtn:active {
	background-color: #333;
}

#footerwrap {
	background-color: #7a487a;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: .1em 0;
	padding: 1.8em 0;
	width: 100%;
}

#copyright p {
	color: #777;
	float: left;
	font-size: 1.1em;
	margin: 1.636em 0;
	width: 42.091em;
}

#copyright ul#partners {
	float: right;
	list-style: none;
	margin: 1.286em 0;
	padding: 0;
	width: 34.286em;
}

#copyright ul#partners li {
	float: left;
}

#copyright ul#partners a {
	background: url(img/partners.png) no-repeat;
	display: block;
	margin-right: 1.214em;
	text-indent: -9999px;
	width: 10.214em;
}

#copyright li#ss a:link, #copyright li#ss a:visited {
	height: 2.214em;
}

#copyright li#ss a:hover, #copyright li#ss a:focus, #copyright li#ss a:active {
	background-position: -143px 0;
}

#copyright li#s a:link, #copyright li#s a:visited {
	background-position: 0 -31px;
	height: 2.643em;
}

#copyright li#s a:hover, #copyright li#s a:focus, #copyright li#s a:active {
	background-position: -143px -31px;
}

#copyright li#eu a:link, #copyright li#eu a:visited {
	background-position: 0 -68px;
	height: 2.214em;
}

#copyright li#eu a:hover, #copyright li#eu a:focus, #copyright li#eu a:active {
	background-position: -143px -68px;
}

#copyright a:link, #copyright a:visited {
	border: 0;
	color: #555;
	font-weight: bold;
	text-transform: uppercase;
}

#copyright a:hover, #copyright a:focus, #copyright a:active {
	color: #636;
}

#grid {
	background: url(img/12_col.png) repeat-y;
	height: 1200px;
	left: 50%;
	margin-left: -480px;
	opacity: .1;
	position: absolute;
	top: 0;
	width: 960px;
}

.section {
	clear: left;
	margin: 1.8em auto;
}

.article {
	float: left;
	margin-right: 1.7em;
	width: 54.3em;
}

.article p, .article ul, .article ol {
	line-height: 1.5em;
}

.aside {
	float: right;
	margin-right: 1.7em;
	width: 30.3em;
}

.aside h2 {
	color: #777;
	font-size: 1.3em;
	margin: .692em 0 -.692em;
}

.aside blockquote {
	padding: 0;
}

.aside blockquote p {
	color: #777;
	font-size: 2.4em;
	letter-spacing: .042em;
	line-height: 1.25em;
	margin: .75em 0;
}

.aside blockquote p.by {
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.286em;
	margin: 1.286em 0;
}

.aside blockquote em {
	background-color: #fff091;
	font-weight: normal;
}

.aside ul {
	background-color: #f0f0f0;
	border-color: #e8e8e8;
	border-style: solid;
	border-width: .063em .063em 0;
	font-size: 1.6em;
	list-style: none;
	margin: 1.125em 0 3.375em;
	padding: 0;
}

.aside li a:link, .aside li a:visited {
	border-bottom: .063em solid #d9d9d9;
	color: rgb(102, 51, 102);
	color: rgba(102, 51, 102, .85);
	display: block;
	text-indent: 1.063em;
	padding: .563em 0;
}

.aside li a:hover, .aside li a:focus, .aside li a:active {
	color: #262626;
}

.aside li.active a:link, .aside li.active a:visited {
	/* background-color: #fff091; */
	color: #262626;
}

.vcard {
	border-top: .077em solid #8f618f;
	color: #d9d9d9;
	float: left;
	font-size: 1.3em;
	margin: 1.385em 1.308em 1.385em 0;
	padding-top: 1.385em;
	width: 17.154em;
}

.vcard span {
	display: block;
}

.vcard span.tel {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .9);
	font-weight: bold;
	letter-spacing: .077em;
}

.twocol, .threecol, .fourcol, .sixcol, .eightcol {
	float: left;
	margin-right: 1.7em;
}

.twocol {
	width: 14.3em;
}

.threecol {
	width: 22.3em;
}

.fourcol {
	width: 30.3em;
}

.sixcol {
	width: 46.3em;
}

.eightcol {
	width: 62.3em;
}

.colwrap {
	clear: left;
	margin: 1.8em 0;
	overflow: hidden;
}

/*

++ Page components

*/

.figure {
	margin: 1.8em 0;
	position: relative;
}

.figure p {
	bottom: 0;
	color: #777;
	font-size: 1.1em;
	margin: .818em 0;
	position: absolute;
	right: -14.545em;
	width: 13em;
}

.figure img {
	height: 36em;
	width: 54.1em;
}

.span8 p {
	right: -21.818em;
}

.span8 img {
	height: 41.4em;
	width: 62.1em;
}

.span9 p {
	right: -29.091em;
}

.span9 img {
	height: 46.7em;
	width: 70.1em;
}

.span10 p {
	right: -36.364em;
}

.span10 img {
	height: 52em;
	width: 78.1em;
}

span.credit {
	font-weight: bold;
}

.span7 { /* 541x360 */
	left: -16em;
}

.fig-10 { /* 781x430 */
	left: -32em;
}

.widget {
	border: 1px solid #e8e8e8;
	margin: 1.8em 0;
	padding: 0 1.6em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

.widget h3 {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.636em 0 -.818em;
	text-transform: uppercase;
}

.widget h4 {
	font-size: 1.8em;
	margin: 1em 0 -.5em;
}

.widget p {
	font-size: 1.3em;
	line-height: 1.5em;
}

/*

++ Overrides

*/



}

@media print {
}