/*  
Theme Name: OgilvyUK-Agency
Theme URI: http://www.ogilvy.co.uk
Description: Custom theme for Ogilvy Group UK agency websites developed by Dylan Smith at OgilvyOne London
Version: 1.0
Author: OgilvyOne London
*/

/* Eric Meyer's Reset Reloaded: because all browsers are not created equal :) */
@import url('reset.css');
@import url('/wp-content/themes/ogilvyuk-group/style-nav.css');
@import url('/wp-content/themes/ogilvyuk-group/style-headings.css');

/* GLOBALS
------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	background:url(images/bg_base.jpg) #292929 no-repeat fixed -100px -100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:68.75%; /* this makes 1em = 11px */
	width:1000px;
}
hr {
	display:none;
}
a {
	color:#cc0000;
}
p {
	margin:1em 0;
}

/* HEADER
------------------------------------------------------------*/
#header {
	position:relative;
	margin:0px; padding:0px;
}
#header-group-link {
	position:absolute;
	display:block;
	background:url(images/logo-group.gif) no-repeat;
	height:140px;
	width:160px;
}
#header h1 {
	margin:0;
}
#header .description a {
	display:block;
	position:relative;
	top:0px;
	left:160px;
	width: 758px;
	height:140px;
	line-height:42px;
	vertical-align:middle;
	background:url(images/header.gif) no-repeat;
	text-indent:-9999em;
}


/* CONTENT
------------------------------------------------------------*/
#content {
	float:left;
	width:466px;
	background-color:#fff;
	padding:16px;
	min-height:600px;
}
* html #content {
	height:600px;
}


.entry img {border: 0px; margin: 0px 10px 5px 0px;}


/* POSTS
------------------------------------------------------------*/
div.post {
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #d1d1d1;
}
div.post h2 {
	font-size:1.9em;
	margin:0 0 0.4em 0;
	font-weight:normal !important;
}
div.post h2 a {
	text-decoration:none;
}
div.post h2 a:hover {
	text-decoration:underline;
}
div.post small {
	color:#cc0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.post .entry {
	margin:1em 0;
	line-height:1.4em;
}

div.post .entry object,
div.post .entry embed {
	display:block;
	margin:1em auto;
}
div.post div.readmore {
	margin:2em 0;
}
div.post div.readmore a {
	background:#cc0000;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	font-family:  Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:0.2em 0.4em;
}

.blank {display: block; width: 11px; height: 15px; background: #FFFFFF: }


/* SIDEBAR
------------------------------------------------------------*/
#sidebar {
	float:left;
	width:230px;
	padding:0 10px;
	line-height:1.4em;
}
#sidebar h3 {
	margin-bottom:0.4em;
}
#sidebar h3 span {
	display:inline;
	background:#000;
	color:#cc0000;
	font-size:1.2em;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:0.3em 3em 0.3em 0.5em;
}
#sidebar div.block {
	margin-bottom:2.6em;	
}

#sidebar div.block strong {font-weight: bold;}



#sidebar div.content {
	background:#fff;
	padding:5px;
}
#sidebar div.content p:first-child {
	margin-top:0;
}
#sidebar div.content p:last-child {
	margin-bottom:0;
}
#sidebar ul li a {
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:#000;
	text-decoration:underline;
}
#sidebar-prevposts li {
	padding:0.2em 0.4em;
	margin-bottom:0.3em;
	background:#fff;
}
ul#sidebar-archive li {
	margin-bottom:0.3em;
}
ul#sidebar-archive li a {
	background:#fff;
	padding:0.2em 0.4em;
	line-height:1.6em;
	font-weight:bold;
	text-decoration:none;
}

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */