/*
Theme Name: Speakeasy
Theme URL: http://www.speak.co.uk/
Description: Speakeasy website ccs theme. April 2010
Version: 1.0
Author: Paul Rennie for <a href="http://www.speak.co.uk/">speakeasy productions</a>
*/

/****   FROM SPEAK SITE   ****/

body {
	background-color: #EBEBEB;
}

a:link {color: #00CCCC; text-decoration: none;}
a:visited {text-decoration: none; color: #2bbed8;}
a:hover {text-decoration: none; color: #660000;}
a:active {text-decoration: none; color: #2bbed8;}

/****      NEW CODE       ****/

#header {
	background:url(images/spk-topbar.jpg) top left repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	height:96px;
}

#logo {
	background:url(images/spk-logo.jpg) top left no-repeat;
	width:272px;
	height:66px;
	float:left;
	margin:15px 0 15px 0; //top. right, bottom, left
}

#wrap {
	width:824px;
	margin:0 auto;
}

#top-nav {
	margin:74px 0 0 0;
	float:right;
}

.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00CCCC;
}

.navspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#imagebg {
	background:url(images/spk-img-bg.jpg) bottom left repeat-x;
	background-color: #FFFFFF;
	height:308px; //should be 280 in new layout
}

#imagebgtp {
	background:url(images/spk-img-bg.jpg) bottom left repeat-x;
	background-color: #FFFFFF;
	height:350px; //should be 280 in new layout
}

#mainbg {
	background:url(images/spk-main-bg.jpg) top left repeat-x;
	height:400px;
}

#rightside {
	float:right;
	width:366px; // should be 434 for redesign
	border:1px solid #000;
}

#content {
	background: #fafaf5;
	float:left;
	width:390px; /* 501 */
	padding:23px;
	margin: 30px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid;
	border-color:#cccccc;
	-webkit-box-shadow: 0px 0px 30px #888;
	-moz-box-shadow: 0px 0px 30px #888;
}

#social {
	background: #fafaf5;
	padding:10px 10px 10px 10px;
	margin: 30px 0 0 0; //was 30px 0 0 -36px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid;
	border-color:#cccccc;
	-webkit-box-shadow: 0px 0px 30px #888;
	-moz-box-shadow: 0px 0px 30px #888;
	text-align:center;
}

#social a {
	padding:0 5px 0 5px;
}

#news {
	padding:10px 10px 10px 10px;
	margin: 20px 0 0 0px; //was 20px 0 0 -46px;
}

#showreel {
	padding:10px 10px 10px 10px;
	margin: 20px 0 0 0px; //was 20px 0 0 -46px;
}

#newslinks {
	text-align: right;
	margin: 0 0 15px 0;
}

#newsthumb {
	texts-align:right;
	float:right;
}

/****     TEXT STYLES     ****/

h1 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	padding:0 0 10px 0;
	font-size:24px;
}

p {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #545454;
	text-align:justify;
	padding:0 0 10px 0;
}

li {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #545454;
}

ul {
	padding:0 0 0 15px;
}

#news h1 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	padding:0 0 20px 0;
	font-size:22px;
}

#wrap h3 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

#news h2 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#2bbed8;
	border-bottom-style: solid;
	border-bottom-color:#00CCCC;
	border-bottom-width:1px;
}

a#newsdate {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#2bbed8;
	border-bottom-style: solid;
	border-bottom-color:#00CCCC;
	border-bottom-width:1px;
}

#news h3 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#545454;
	padding: 10px 0 0 0;
}

#newslinks a {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#2d2d2d;
	text-align:right;
	text-decoration:underline;
}

#newslinks a:hover {
	text-decoration: underline;
	color: #660000;
}

a#newsdate:hover {
	text-decoration: none;
	color: #660000;
}

#news p {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #545454;
	padding:5px 0 0 0;
}

#showreel h1 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	padding:0 0 15px 0;
	font-size:22px;
}

#showreel h2 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#2bbed8;
	border-bottom-style: solid;
	border-bottom-color:#2bbed8;
	border-bottom-width:1px;
	width:75%;
}

#showreellink a {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#2d2d2d;
	text-align:right;
	text-decoration:underline;
	padding:0;
}

#showreellink a:hover {
	text-decoration: underline;
	color: #660000;
}

#showreel p {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #545454;
	padding:5px 0 0 0;
	width:75%;
}

/*****************************
 **                         **
 **    BELOW IS OLD CODE    **
 **                         **
 *****************************/


* {
	padding:0;
	margin:0;
}

