@charset "UTF-8";
/* culturebank CSS Document */

/* Remove all paddings & margins, set standards throughout the document */
* {
	margin: 0;
	padding: 0;
	border: none;
}

.cufon, .cufon canvas {
	margin: 0;
	padding: 0;
}

p, em, blockquot {
	font: normal 10.5pt Arial;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.italic {
	font-style: italic;
}

.pink {
	color: #C70F6D;
}

.yellow {
	color: #E9D90B;
}

.blue {
	color: #14A4D9;
}

.green {
	color: #90B52C;
}

.red {
	color: #D82D3F;
}

.grey {
	color: #7E7E7E;
}

.black {
	color: #000000;
}

/* Navigation bullet points */
/* Who is culturebank */
.wic, .waw, .cs {
	margin-right: 18px;
}

#wic {
	background: url("images/pink_nav_bullet.gif") transparent left center no-repeat;
	margin-right: 19px;
	padding-left: 8px;
}

/* Who are we */
#waw {
	background: url("images/yellow_nav_bullet.gif") transparent left center no-repeat;
	margin-right: 19px;
	padding-left: 8px;
}

/* Case studies */
#cs {
	background: url("images/blue_nav_bullet.gif") transparent left center no-repeat;
	margin-right: 19px;
	padding-left: 8px;
}

/* Contact */
#contact {
	background: url("images/green_nav_bullet.gif") transparent left center no-repeat;
	padding-left: 8px;
}

/* HTML - formatting */
html {
	background: url("images/gradient_bg.png") #000000 center top repeat-y;
}

/* Body - websites body */
body {
	text-align: center;
	background: url("images/stars_bg.png") transparent center 147px no-repeat;
}

* HTML body {
	text-align: center;
	background: url("images/stars_bg_ie.png") transparent center 147px no-repeat;
}

/* Container - website holder */
#container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/* C - logo formatting */
#logo {
	position: absolute;
	top: 0;
	left: -60px;
	z-index: 999;
}

/* Header - formatting */
#header {
	width: 802px;
	height: auto;
	padding: 97px 0 40px 158px;
	border-bottom: 1px solid #5E5E5E;
	background: url("images/header_bg.jpg") #000000 left top no-repeat;
}

#header h1 {
	margin-right: 35px;
	font-size: 19.5pt;
	letter-spacing: 2px;
	color: #FFFFFF;
}

#header #nav {
	padding-top: 5px;
}

#header #nav li {
	display: inline;
	font: bold 13pt Arial;
}

#header #nav li a {
	text-decoration: none;
}

/* Content - main body content */
#content {
	color: #FFFFFF;
	background: url("images/content_bg.png") #1F1F1F right top repeat-y;
}

#content #copy {
	padding: 0 60px 80px 65px;
}

#content #copy p {
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 1.5em;
}

#content #copy h3 {
	font: bold 14.5pt Arial;
}

#info_widget {
	width: 280px;
	height: 40px;
	margin-bottom: 34px;
	padding: 12px 10px 15px 10px;
	/*background: url("images/info_widget.png") transparent right top repeat-y;*/
}

#info_widget h3 {
	margin-bottom: 9px;
	font: normal 9pt Arial;
}

#info_widget p {
	font: normal 8pt Arial;
	font-style: italic;
	margin-top: 0;
}

/* Footer - formatting */
#footer {
	width: 834px;
	height: auto;
	padding: 42px 61px 105px 65px;
	color: #FFFFFF;
	background: url("images/footer_bg.jpg") #000000 left bottom no-repeat;
}

#footer .content {
	width: 276px;
}

#footer h3, #footer p {
	font: bold 8pt Arial;
	line-height: 1.5em;
}

#footer #enquires a {
	text-decoration: underline;
}

#footer #enquires .tel{
	margin: 19px 0 25px 0;
}

#footer #enquires .copyright {
	margin-top: 25px;
}

#footer #follow img {
	margin: 14px 0 30px 0;
}

#footer #news h3 {
	margin-bottom: 20px;
}