/*
Theme Name:     Twenty Twelve Child
Description:    Child theme for the Twenty Twelve theme for Allan Johnston site
Author:         Armadillojam
Template:       twentytwelve
*/

@import url("../twentytwelve/style.css");

body 
{ 
	margin-top: 20px; 
	font-family: helvetica, arial, sans-serif !important;
}

body.custom-font-enabled {
    font-family: Helvetica,Arial,sans-serif;
}

#pageArea {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin: 0px auto;
	padding: 20px 0px;
	width: 960px;
	background-color: #ffffff;
}

#headerArea
{
	background-image: url('http://www.allanjohnston.co.uk/wp-content/uploads/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 20px 20px 20px;
	padding: 25px 0px 30px 75px;
}

#websiteHeadLeft
{
	float: left;
	width: 500px;
}

#logoImg 
{
    float: left;
	width: 301px;
	height: 201px;
	background-image: url('http://www.allanjohnston.co.uk/wp-content/uploads/AllanJohnston.jpg');
	background-repeat: no-repeat;
}

#logoImg a
{
	display: block;
	height: 100%;
	text-indent: -9999em;
}

#navArea
{
	float: left;
	width: 200px;
}

h3.headerName
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 190%;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #403c3a;
}

.nav-menu a
{
	color: #403c3a;
	font-size: 150%;
	text-decoration: none;
}

.nav-menu a:hover { text-decoration: underline; }

.nav-menu li
{
	padding: 0px 0px 5px 0px;
}

a.emailHeaderlink
{
	color: #403c3a;
	font-size: 150%;
	text-decoration: none;
}

a:hover.emailHeaderlink
{
	text-decoration: underline;
}

#mainArea
{
	padding: 0px 20px 0px 20px;
}

.site-content {
    margin: 0 0 0;
}

.site-content article {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-header {
    margin-bottom: 10px;
}

.entry-header .entry-title
{
	font-size: 210%;
	text-align: center;
	color: #2c0f72;
}

#footerArea {
	margin: 0px auto;
	padding: 20px 0px;
	width: 960px;
	color: #b3b3b3;
	font-size: 90%;
	text-align: right;
}

#footerArea a {
	color: #b3b3b3;
	text-decoration: none;
}

/* clearing div */

.divclear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0;
}