/* Any styles you write here will overwrite those of the original stylesheet */

body {
	background: none #2d2d2d;
}

a {
	outline: 0 !important;
	color: #fff200;
}

/*
	header modifications
*/

#header {
	padding: 0;
	height: 140px;
	border-bottom: none;
	margin-bottom: 10px;

	position: relative;
}

	#site-info {
		margin: 0;
		width: 164px;
	}

		#site-info a #logo {
			margin: 0;
		}

		#site-info a:hover {
			opacity: 1;
		}

#header #social-networks {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	margin: 106px 15px 0 0;
	margin: 0;
	-webkit-box-shadow: none;

	position: absolute;
	right: 30px;
	bottom: 10px;
}

#header #social-networks #FacebookCustom {
	width: 78px;
	height: 63px;
	background: url(facebook.png) no-repeat;
	margin-right: 15px;
}


#header #social-networks a.rss {
	display: none;
}

#social-networks a.custom {
	background: none;
	height: auto;
	width: auto;
	text-indent: 0;
	margin-left: 0;
}

#header #Tagline {
	position: absolute;
	top: 18px;
	left: 162px;
	font-size: 11px;
	color: #999;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3;
}





/* removes previous posts display on home page:

#nav-above, #nav-below {
	display: none;
}

 */


.header-nav ul {
	margin: 104px 0 0;
}

/* seems to be a wp bug, fix: */
body.home #menu-item-155 a {
	color: #fff200;
}


.header-nav li {
	margin-left: 25px;
}

.header-nav .menu li a {
	-moz-transition: none;
	font-size: 14px;
	font-weight: regular;
	text-transform: none;
}

	.header-nav .menu ul li a:active,
	.header-nav .menu ul li a:hover {
		color: #fff200;
	}



/*
	main area modifications
*/


#grid {
}

#grid #filtering-nav {
	width: 105px;
	float: left;
	overflow: hidden;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}

/* Old filter david set up 

#filtering-nav li
	clear: none;
	float: none;
	margin-right: 0;
	display: block;
}

#filtering-nav li a
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	font-size: 13px;
	padding: 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #9e9e9e;
}



	#filtering-nav li a:hover,
	#filtering-nav li a.filterActive
	{
		font-weight: bold;
		color: #fff200;
		background: none;
	}
*/

#filtering-nav li a, input[type="submit"], input.submit, .navigation a{
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	background:rgb(43,43,43);
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,242,0)),
		color-stop(1, rgb(189,172,32))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(255,242,0) 0%,
		rgb(189,172,32) 100%
	);
	color:#333;
	cursor:pointer;
}
	#filtering-nav li a:hover, input[type="submit"]:hover, input.submit:hover, .navigation a:hover{
		background:rgb(123,123,123);
		background:-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(189,172,32)),
			color-stop(1, rgb(255,242,0))
		);
		background:-moz-linear-gradient(
			center bottom,
			rgb(189,172,32) 0%,
			rgb(255,242,0) 100%
		);
	}
	
	a.filter-btn, #filtering-nav li a, .share-icons, .navigation a{
	-webkit-box-shadow:0 1px 0 #333;
	-moz-box-shadow:0 1px 0 #333;
	-o-box-shadow:0 1px 0 #333;
	box-shadow:0 1px 0 #333;
}



	.col2 .slides_container,
	.col2 .slides_container a,
	.col2 .slider-container {
		width: 310px;
	}

	.col2 .slides_container {
		height: 201px;
	}

	.col2 .slides_container a {
		height: 213px;
	}

	.col2 .slider-container {
		border-radius: none;
		position: relative;
		left: 4px;
	}

	.col2 .box-content {
		padding-top: 10px;
	}

.shortlink {
	display: none;
}


/*
	Post CSS
*/

#page {
	width: 1031px;
	padding-top: 10px;
}

#featured-content {
	float: left;
	width: 680px;
}

	.verbcolumn {
		float: right;
		width: 330px;
		margin-left: 21px;
		font-size: 13px;
	}

#comments {
	display: none;
}

.post-date {
	display: none;
}

#page h1.post-title, 
#page h1.page-title,
#page h2,
#page h3,
#page h4
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ccc;
	width: 330px;
	border-bottom: 1px solid #666; 
	text-align: left;
	font-weight: normal;
	padding-bottom: 5px;
	colour: #FFF200;
}

#page h1.page-title {
	border-bottom: none;
	margin-bottom: 5px;
}


#page h2 {
	font-size: 18px !important;
	border-bottom: none;
	margin-bottom: 0;
}

#page h3 {
	font-size: 16px !important;
	border-bottom: none;
	margin-bottom: 0;
}

#page h4 {
	font-size: 14px !important;
	border-bottom: none;
	margin-bottom: 0;
}

.postmetadata {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px !important;
	background: transparent;
	border-radius: 0;
	text-align: left;
	margin: 0;
	padding: 0;
}

	.postmetadata strong {
		color: #fff;
		font-weight: bold;
		font-family: inherit;
		font-size: 13px;
	}

	.postmetadata a, .contact-report {
		color: #fff200;
		font-size: 13px;
	}

	.contact-report {
		font-style: italic;
	}

.entry {
	padding: 10px 0;
	margin: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

.page-entry {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

.verbcolumn a.google-address {
	display: block;
	padding: 0 0 0.8em 0;
	font-size: 13px;
}

.verbcolumn #GMapImg
{
	border: 10px solid #000;
	display: block;
	margin-bottom: 15px;
}

#NoPostsMsg {
	color: #fff200;
	font-size: 13px;
	padding: 20px;
	font-style: italic;
}


/*
	Page CSS
*/

.page .wrap {
	overflow: hidden;
}

.page #page {
	width: 680px;
	float: left;
}

.page #sidebar {
	width: 330px;
	float: left;
	margin-top: 10px;
}

#sidebar.widget-area h3 {
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #666; 
	font-size: 18px;
	padding-left: 5px;
}

#sidebar.widget-area ul {
	margin-left: 0;
	font-size: 13px;
}

#sidebar.widget-area ul:last-child {
	margin-bottom: 30px;
}

#sidebar.widget-area li:last-child {
	background:url(skins/images/dotted-border-white.png) bottom repeat-x;
}

#footer {
	position: relative;
}


/*
	search
*/

body.home #searchform {
	margin-bottom: 0;
	height: 30px;
}

body.home #gallery-sidebar .box-content {
	padding-top: 5px;
}

body.home .widget_search.widget {
	margin-bottom: 0;
	margin-left: 5px;
}

#searchform #s {
	background: #2d2d2d;
	border-radius: 0;
	width: 219px;
}

body.search-results #sidebar,
body.search-results #gallery-sidebar
{
	display: none;
}

.box .box-content h2 {
	color: #fff200;
}


/* news */

#page.newspage {
	float: left;
	width: 680px;
}

.newspage .post-content {
	border-top: 1px solid #404040;
	overflow: hidden;
}

.newspage .post-content .leftcol {
	float: left;
	width: 160px;
	margin-top: 30px;
}

.newspage .post-content .rightcol {
	float: left;
	width: 470px;
}

#full-page {position:relative; margin-left:auto; margin-right:auto;}