/*
Theme Name:Linden Design Theme
Theme URI: http://www.lindendesign.co.uk/
Description: The theme for the Linden Design website. Child theme for the Twenty Thirteen theme
Author: Craig Shaw
Author URI: http://www.lindendesign.co.uk
Template:  twentythirteen
Version: 0.1.0
*/

.header{
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-width: 600px;
	min-height: 150px;
	text-decoration: none;
	width: 100%;
}

.site-main{
	min-height: 950px;
	box-shadow: 5px 7px 38px 1px #C0C0C0;
	width: 95%;
	margin: 15px auto;
}

.site-header .home-link {
	color: #141412;
	float: left;
	margin: 0 auto;
	min-height: 150px;
	padding: 0;
	text-decoration: none;
	max-width: 600px;
}

.banner_image{
	background: url(images/banner_full.png) no-repeat;
	width: 600px;
	height: 150px;
	float:left;
}

.banner_right{
	float:left;
}

.banner_right h3{
	margin-top: 10px;
}

.banner_right p{
	margin-bottom: 10px;
}

.nav-menu li > a:after {
    color: #444;
    content: ' ▾';
}

.nav-menu li > a:only-child:after {
    content: '';
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #EFB12D;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #464646;
}

.sub-menu .current_page_item > a, .sub-menu .current_page_ancestor > a, .sub-menu .current-menu-item > a, .sub-menu .current-menu-ancestor > a{
	color: #FFF;
}

.content_side{
	background-color: #FFFFFF;
}

.content_side page_item{
	display: inline;
	list-style: none;
}

.entry-content h2{
	color: #bc360a;
}

.widget{
	border-radius: 15px;
}

.textwidget p{
	margin-bottom: 10px;
}

.clear{
	clear:both;
}

@media (max-width: 643px) {
	.banner_image{
		background: url(images/banner_small.png) no-repeat;
		height: 94px;
		max-width: 300px;
	}

	.header{
		min-width: 359px
	}
	
	.site-header .home-link {
		min-height: 94px;
		text-decoration: none;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.banner_image{
		background: url(images/banner_mobile.png) no-repeat;
	}

	.header{
		min-width: 0px;
	}
}

/* WP Portfolio Styling */

.portfolio-website {
	padding: 10px;
	margin-bottom: 10px;
}
.website-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}
.website-thumbnail img {
	border: 1px solid #555;
	margin: 0;
	padding: 0;
}
.website-name {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}
.website-name a,.website-url a {
	text-decoration: none;
}
.website-name a:hover,.website-url a:hover {
	text-decoration: underline;
}
.website-url {
	font-size: 9pt;
	font-weight: bold;
}
.website-url a {
	color: #777;
}
.website-description {
	margin-top: 15px;
}
.website-clear {
	clear: both;
}

.portfolio-paging {
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin: 0 10px 20px 10px;
}
.portfolio-paging .page-count {
	margin-bottom: 5px;
}
.portfolio-paging .page-jump b {
	padding: 5px;
}
.portfolio-paging .page-jump a {
	text-decoration: none;
}

.wp-portfolio-widget-des {
	margin: 8px 0;
	font-size: 110%;
}
.widget-website {
	border: 1px solid #AAA;
	padding: 3px 10px;
	margin: 0 5px 10px;
}
.widget-website-name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.widget-website-description {
	line-height: 1.1em;
}
.widget-website-thumbnail {
	margin: 10px auto 6px auto;
	width: 102px;
}
.widget-website-thumbnail img {
	width: 100px;
	border: 1px solid #555;
	margin: 0;
	padding: 0;
}
.widget-website-clear {
	clear: both;
	height: 1px;
}