/*
Theme Name: Aston Martins
Theme URI: http://www.freestonecreative.co.uk/
Description: The new astonmartins.com theme.
Version: 1.0
Author: Freestone Creative
Tags: 

*/
/*============================================================*/
/* web fonts */

/*
Web font declarations/imports.
*/

/*============================================================*/
/* reset */

/* base styling */
a, abbr, address, applet, article, aside, audio, b, big, blockquote, body, br, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, keygen, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, .reset, rp, rt, ruby, s, samp, section, small, source, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video, wbr {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* lists */
ol, ul {
	list-style: none;
}

/* tables */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, td, th {
	text-align: left;
}

/* quotes */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

.red{
	color: #b22222;
}

/*============================================================*/
/* clear fixes */

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.clear {
	height: 0; line-height: 0;
	margin: 0; padding: 0;
	display: block; clear: both;
	overflow: hidden;
	font-size: 1px;
}

/*============================================================*/
/* type */

/* defaults */
body {
	font-size: 90%;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

/* layout */
blockquote, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, ul {
	margin: 0 0 8px 0;
}

/* size */
h1, h2, h3 {
	line-height: 30px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
sub, sup {
	font-size: 12px;
	line-height: 18px;
}

/* links */
a {
	color: #4F758A;
	border: none;
}

a:hover {
	color: #000;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-bottom: none;
}

/* text-level semantics */
strong, b, mark {
	font-weight: bold;
}
em, i, mark, q {
	font-style: italic;
}
abbr[title], dfn[title] {
	border-bottom: dotted 1px #333;
	cursor: help;
}
ins, mark {
	color: inherit;
	background: #ffc;
}
del, s {
	text-decoration: line-through;
}
cite {
	font-style: italic;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}

/* selection */
::-moz-selection {
	background: #900;
	color: #fff;
}
::selection {
	background: #900;
	color: #fff;
}

/*============================================================*/
/* lists */

ol, ul {
	padding: 0 0 0 20px;
	list-style-position: outside;
}

/* ordered */
ol {
	padding: 0 0 0 25px;
	list-style-type: decimal;
}
li ol {
	margin: 0; padding: 0 0 0 20px;
	list-style-type: lower-roman;
}

/* unordered */
ul {
	list-style-type: disc;
}
li ul {
	margin: 0;
	list-style-type: circle;
}

.factory-link-title{
	margin: 0 0 10px 0;
}

ul.factory-links{
	margin: 0;
	padding: 0;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

	ul.factory-links li{
		margin: 0 0 10px 0;
		padding: 0 10px 0 0;
		list-style: none;
	
	}
		ul.factory-links li a{
			color: #000;
			text-decoration: underline;
			font-size: 120%;
		}

			ul.factory-links li a:hover{
				color: #4f758a;
				}
				
			
/*============================================================*/
/* preformatted text and code */

pre, code {
	font-family: monospace;
}
pre {
	line-height: 22px;
	padding: 0;
	display: block;
	white-space: pre-wrap; /* CSS-3 */
	word-wrap: break-word; /* IE 5.5+ */
}
code {
	padding: 3px 5px;
	display: inline;
	background: #555;
	border: solid 1px #222;
	color: #eee;
}
code::-moz-selection {
	background: #000;
	color: #fff;
}
code::selection {
	background: #000;
	color: #fff;
}
pre code {
	padding: 10px 20px;
	display: block;
}

/*============================================================*/
/* rules */

hr {
	height: 0;
	border: none;
	border-top: solid 3px #ccc;
	color: #ccc;
}

/*============================================================*/
/* general styling */

/*
Styles that apply to multiple elements in different parts of
the document.
*/ 

.container{
	width: 960px;
	margin: 0 auto;
}

.left-section{
	float: left;
	width: 480px;
}
.right-section{
	float: right;
	width: 480px;
}

#image-area-full{
	width: 960px;
	height: 360px;
	text-align: center;
}

.quote-title{
	font-weight: normal;
	font-style:italic;
	font-size: 260%;
	line-height: 34px;
	margin: 25px 0 0 0;
	padding: 0 40px 0 0;
}

.quote-title-author{
	font-size: 110%;
	margin: 15px 0 0 0;
}

.first-aston-image{
	float: right;
	margin: 0 0 0 20px;	
}

.first-aston-list ul{
	margin: 0;
	padding: 0;
}

	.first-aston-list ul li{
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	
		.first-aston-list ul li h3{
			margin: 0 0 5px 0;
			padding: 0;
			color: #4b6675;
		}
		
/*============================================================*/
/* element-specific styling */

/*
Styles that apply to a single, specific element.
*/

#header{
	width: 100%;
	border-top: 10px solid #4f758a;
	height: 120px;
	position: relative;
	z-index: 99;
}

	#header .container{
			position: relative;
		}
		
		.logo{
			width: 480px;
			float: left;
		}
		
		.tagline{
			font-size: 110%;
			font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
			text-transform: uppercase;
			position: absolute;
			bottom: 15px;
			right: 0;
		}
		
		ul.navigation{
			font-size: 90%;
			position: absolute;
			top: 0;
			right: 0;
			padding: 3px 3px 9px 3px;
			margin: 0;
			list-style: none;
			text-align: left;
			background: #4f758a;
			-webkit-border-radius: 0 0 9px 9px;
			border-radius: 0  0 9px 9px;
			-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;	
		}
		
			ul.navigation li{
				display:inline;
				padding: 0 10px;
				text-decoration: none;
				border-right: 1px solid #6dcff6;
			}
				
				ul.navigation li.last-page-item, ul.navigation li:last-child {
				    border-right:none;
				}
			
				ul.navigation li a{
					color: #fff;
				}
				
				ul.navigation li a:hover{
					color: #6dcff6;
				}
			
#content{
	width: 100%;
	border-bottom: 10px solid #4f758a;	
    border-top: 10px solid #4f758a;
	background: #cddae2 url('images/background-content.gif') 40% 0 repeat-x;
	font-size: 85%;
}	

	#content .container{	
		margin: 0 auto;
	}
	
	.homepage{
		padding: 120px 0 120px 0;
	}
	
	.home .container{
		margin: 120px auto 120px auto;
		background: #4f758a;
		line-height: 20px;
		min-height: 360px;
	}
	
	.strapline{
		font-family: Gill Sans / Gill Sans MT, sans-serif;
		color: #43677b;
		font-size: 13px;
		width: 960px;
		padding: 50px 0 0 0;
		height: 70px;
		text-transform: uppercase;
		text-align: right;
		margin: 0 auto;
		word-spacing:4px;
	}
	
	.tagline {
		font-family: Gill Sans / Gill Sans MT, sans-serif;
		color: #666;
		font-size: 12px; 
		text-transform: uppercase;
		text-align: right;
		word-spacing:4px;
		
	}
	
	
	ul.glossary-categories{
		margin: 70px 0 0 20px;
		padding: 0;
	}
	
	ul.glossary-categories li{
		margin: 0;
		padding: 20px 0 20px 0;
		text-align: center;
		list-style: none;
		display: block;
		width: 14%;
		float: left;
		font-size: 260%;
	}
	
	ul.glossary-categories li a{
		color: #fff;
		text-decoration: underline;
	}
	
	ul.glossary-categories li a:hover{
		color: #032c55;
	}
	
	
	.home{
		padding: 120px 0 0 0;
	}
	
	.home .container ul.car-categories{
		width: 600px;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
		.home .container ul.car-categories li.factory-guide-box{
			width: 20%;
			height: 120px;
			margin: 0;
			padding: 0;
			font-size: 100%;
			display: block;
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			background: #999;
			color: #fff;
		}
		
		.home .container ul.car-categories li{
			width: 20%;
			height: 120px;
			margin: 0;
			padding: 0;
			font-size: 100%;
			display: block;
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			background: #999;
			color: #fff;
		}
		
			.home .container ul.car-categories li a{
				color: #fff;
			}
			
			.home .container ul.car-categories li a:hover{
				opacity: 0.6;
				text-decoration: underline;
			}
		
			.home .container ul.car-categories li .model-type{
				height: 35px;
				width: 100%;
				position: absolute;
				bottom: 0;
				left: 0;
				display: table;
				line-height: 15px;
			}
			
			.home .container ul.car-categories li .model-type p{
				display: table-cell; 
				vertical-align: middle; 
				text-align: center;
				margin: 0;
				padding: 0;		
			}
			
			.home .container ul.car-categories li .model-image{
				height: 85px;
				width: 100%;
				overflow: hidden;
				position: absolute;
				top: 0;
				left: 0;
			}
		
	.home .container .page-text{
		float: left;
		width: 320px;
		padding: 20px;
		color: #fff;
		font-size: 90%;
	}	

.news-section .post{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
    border-bottom: 1px solid #4f758a;
}
	.news-section .post .post-thumbnail{
		float: left;
		margin: 0 20px 0 0;	
		overflow: hidden;
		width: 170px;
		height: 170px;
	}
	
	.news-section .post .post-content{
		/*float:left;*/
		/*width: 700px;*/
	}
	
	.news-section .post .storycontent{
		padding: 0 0 10px 0;
		/*border-bottom: 1px solid #4f758a;*/
	}
	
	.storycontent img.alignleft{
		
		margin: 10px 10px 10px 0!important;
		
	}
	
	.storycontent img.alignright{
		
		margin: 10px 10px 10px 0!important;
		
	}
	
	.storycontent img{
		margin: 10px;
	}
	
	.news-section .post h3.storytitle a{
		color: #000;
	}
	
		.news-section .post h3.storytitle a:hover{
			color: #666;
		}

#content #content-top{
	background: #63869a;	
	position: relative;
	height: 360px;
	overflow: hidden;
	line-height: 20px;
}


#content #content-top .breadcrumbs{
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px 0 5px 20px;
		width: 460px;
		color: #ffffff;
		font-size: 90%;
		background-color: transparent;
		background-color: rgba(0, 0, 0, 0.3); 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99B4B490,endColorstr=#99B4B490);
		        zoom: 1;
		
	}
	
		#content #content-top .breadcrumbs a{
			color: #fff;
		}
		
		#content #content-top .breadcrumbs a:hover, #content #content-top .breadcrumbs .trail-end a{
				color: #6dcff6;
			}
			
		#content #content-top .breadcrumbs .trail-end a:hover{
			text-decoration: underline;
			}

        .trail-browse {
            display: none;
        }
		
	#content #content-top .page-title-top{
		position: absolute;
		top: -0;
		left: 0;
		z-index: 0;
		padding: 6px 40px 6px 20px;
		color: #ffffff;
		background: #4F758A;
		font-size: 140%;
		-webkit-box-shadow: 3px 3px 10px 0px #000;
		box-shadow: 3px 3px 10px 0px #000;
		-webkit-border-radius: 0 0 12px 0;
		border-radius: 0 0 12px 0;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	}
	
	#content #content-top .page-title-top h2{
		font-size: 100%!important;
	}
	
	.storydate{
		display: inline;
		font-size: 110%;
	}
	
	.storytitle{
		display: inline;
	}
	
	.title-container{
		margin: 0 0 10px 0;
		color: #000;
	}
	
#content #content-top .right-section{
	color: #fff;
	width: 440px;
	padding: 40px 20px 40px 20px;	
	
}

	#introduction-text h3 a{
		color: #fff;
		font-size: 90%;
	}
	
	#introduction-text h3 a:hover{
		color: #000;
	}
	
.glossary-term{
	width: 49%;
	float: left;
	margin: 0 0 5px 0;
	
}

	.term-title{
		width: 30%;
		float: left;
		font-size: 135%;
		color: #032c55;
		line-height: 20px;
	}
	
	.term-content{
	margin: 0 5% 0 0;
	width: 64%;
	float: right;
	}

#content #content-middle{
	background: #ecf0f4;	
	color: #666666;
	width: 890px;
	padding: 25px 35px;
	position: relative;
	}
	
	
	#content #content-top .sub-title-tab, .sub-title-tab {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
		height: 20px;
		padding: 8px 60px 6px 20px;
		color: #ffffff;
		background: #ecf0f4;
		font-size: 120%;
		color: #63869a;
		-webkit-box-shadow: -5px -3px 8px 0px #000;
		box-shadow: -5px -3px 8px 0px #000;
		-webkit-border-radius: 0 0 12px 12px;
		border-radius: 12px 12px 0 0;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	}
	
ul.site-links-list{
	margin: 0;
	padding: 0;
	font-size: 140%;
}	

	ul.site-links-list li{
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
		width: 48%;
		float: left;
	}	
	
		ul.site-links-list li a{
			color: #032c55;
			text-decoration: underline;
		}	
		
		ul.site-links-list li a:hover{
				color: #999;
				text-decoration: underline;
			}	
		
	
		ul.site-links-list li ul{
			display: none;
		}	
	
#content-bottom{
	background: #ffffff;
	color: #666666;
	width: 960px;
}	
	
	#content-bottom .sidebar-title-container, #content-bottom .bottom-title-container{
		width: 100%;
		background: #ECF0F4;
		}
		
	#content-bottom .sidebar-title, #content-bottom .bottom-title{
		width: 200px;
		float: left;
		z-index: 0;
		padding: 6px 20px 6px 20px;
		color: #ffffff;
		background: #4F758A;
		font-size: 140%;
		-webkit-border-radius: 0 12px 0 0;
		border-radius: 0 12px 0 0;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	}
	
	#content-bottom .sidebar-bottom{
		width: 240px;
        height: 150px;
		float: left;
		position: relative;
		padding: 20px 0;
	}
	
	.car-category-colour{
/*		background: rgba(79, 117, 138, 0.6);*/
	}
		
	#content-bottom .text-bottom{
		width: 680px;
		float: left;
		position: relative;
		padding: 20px;
		background: #fff;
	}	
	
	#content-bottom .car-list .car-catergory-image{
		float: right;
		overflow: hidden;
		width: 250px;
		height: 185px;
	}
	
	#content-bottom .sidebar-bottom ul.car-categorys-list{
		margin: 0;
		padding: 0;
	}
	
	
		#content-bottom .sidebar-bottom ul.car-categorys-list li{
			margin-bottom: 10px;
			padding: 0;
			list-style: none;
		}
		
			#content-bottom .sidebar-bottom ul.car-categorys-list li a{
				color: #fff;
			}
		
			#content-bottom .sidebar-bottom ul.car-categorys-list li a:hover, #content-bottom .sidebar-bottom ul.car-categorys-list li.active a{
				color: #000;
				text-decoration: underline;
			}
	
	#content-bottom .car-list ul{
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
		float: left;
	}
	
		#content-bottom .car-list ul li{
			margin: 0 1% 1% 2%;
			padding: 0;
			width: 30%;
			float: left;
		}
		
			#content-bottom .car-list ul li a{
				color: #999;
			}
			
				#content-bottom .car-list ul li a:hover, #content-bottom .car-list ul li.active a{
					text-decoration: underline;
					color: #000;
				}
	
	#content-bottom .links-list ul{
		margin: 0;
		padding: 0;
	}
	
		#content-bottom .links-list ul li{
			margin: 0 0 20px 0;
			padding: 0;
			list-style: none;
		}
		
			#content-bottom .links-list ul li a{
				text-decoration: underline;
				color: #000;
			}
				
				#content-bottom .links-list ul li a:hover, #content-bottom .links-list ul li.active a{
					color: #4F758A;
				}
	
#footer-top{
	width: 100%;
	background: #cddae2;
	height: 100px;
}

	#footer-top .advertisement{
		float: right;	
		margin: 15px 0 0 0;
	}
	
	#footer-top .footer-navigation{
		float: left;
		margin: 15px 0 0 0;
	}
	
	#footer-top .footer-navigation a,#footer-top .footer-navigation a img{
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		border: 0;
	}

	#footer-top .footer-navigation a:hover img{
		margin: 1px 0 0 0;
		
	}
	

#footer{
	width: 100%;
	color: #999;
	}
	
	#footer ul.footer-social{
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		width: 200px;
		float: left;
		font-size: 80%;
		
	}
	
		#footer ul.footer-social li{
			margin: 0;
			padding: 3px 0 3px 25px;
		}
		
			#footer ul.footer-social li a{
				color: #666;
			}
			#footer ul.footer-social li a:hover{
				color: #999;
			}
			
		#footer ul.footer-social li.twitter{
			background: url('images/twitter.gif') no-repeat 0 2px;
		}
		
		#footer ul.footer-social li.facebook{
			background: url('images/facebook.gif') no-repeat 0 2px;
		}

	#footer ul.footer-information{
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
		width: 700px;
		float: right;
		font-size: 75%;
		
	}
		#footer ul.footer-information li{
			margin: 0;
			padding: 0 0 0 20px;
			width: 30%;
			float: left;
		}
		
			#footer ul.footer-information li a{
				color: #666;
			}
			#footer ul.footer-information li a:hover{
				color: #999;
			}
		
			#footer ul.footer-information li ul{
				margin: 0;
				padding: 0;
				list-style: none;
				width: 100%;
				float: none;
			}
			
				#footer ul.footer-information li ul li{
					margin: 0;
					padding: 0;
					width: 100%;
					float: none;
				}


/* Nexgen gallery overrides */

.ngg-gallery-thumbnail img {
    box-sizing: border-box;
    width: 138px;
    height: auto;
}

/* Car Tabs */

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    height: 30px;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-tab a {
    color: #ffffff;
    opacity: 0.6;
}

.r-tabs .r-tabs-tab a:hover {
    /*color: #4F758A;*/
    opacity: 1;
}


.r-tabs .r-tabs-panel {
    padding: 15px 35px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs .r-tabs-state-active .r-tabs-anchor {
    /*color: #4F758A!important;*/
    opacity: 1;
}

.r-tabs .wpcf-field-name {
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.r-tabs .wpcf-field-value {
    padding: 5px 10px 5px 10px;
}

.r-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.r-tabs-panel ul:first-of-type {
    margin-top: 15px;
}

.r-tabs .r-tabs-panel a {
    font-size: 16px;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
		
		
/*============================================================*/

/* wordpress styles */

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
#bannerspace_wrap {
    background: none !important;
}

.home-header-container {
    position: relative;
}

.latest-posts-container {
    padding: 20px;
    background: #ECF0F4;
    color: #666666;
    position: relative;
    z-index: 1;
}

.latest-post {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.latest-post.last {
    margin-right: 0;
}

.latest-post-thumb {
    width: 120px;
    height: 85px;
    float: left;
}
.latest-post h3, .latest-post p {
    padding-left: 130px;
}

.latest-post h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

.latest-post-link {
    text-decoration: underline;
    color: #000;
}

.search-form {
    display: inline;
}

.search {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 2px 5px;
}

.light-container {
    background: #ECF0F4;
}

#content .bottom-margin {
    margin-bottom: 20px;
}

#content .buttons-wrap {
    width: 960px;
    position: fixed;
    z-index: 5;
    left: 50%;
    margin-left: -480px;
    top: 400px;
    background: yellow;
}

.buttons-wrap img {
    display: block;
}

.left-button {
    position: absolute;
    left: -48px;
}

.right-button {
    position: absolute;
    right: -48px;
}

.left-button img {
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.right-button img {
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.right-section a {
     color: #6DCFF6;
 }

.right-section a:hover {
    color: #6DCFF6;
    text-decoration: underline;
}

