/*
Theme Name: Simon Wagner
Description:  thematic Child Theme
Author:       tandem
Author URI:   https://tandemsupport.co.uk
Template: thematic
Version:      1.0.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');


/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');


/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');


/*
---------------------------------------------------------------
*/

body, input, textarea {
	font: 14px 'Open Sans', Arial,sans-serif;
	line-height:18px;
	min-width:320px;
	color:#707070;
}


/*remove top nav and border*/

#access{
	display:none;
}

.entry-content a{
	color:#000;
	text-decoration:none;
}

.entry-content a:hover{
	color:black;
}

/*
---------------------------------------------------------------
*/

#header{
	padding:36px 0 36px 40px;
}


#main {
clear: both;
	padding: 0px 0 0px 0;
}

#main {
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color:white;/*WhiteSmoke;*/
}

#container {
	width:100%;
	float: right;
	background-color:white;/*LightCyan;*/
}

#content {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 210px;
	background-color:white;/*LightBlue;*/
}

.entry-title{
	display:none;
}


.entry-content {
	padding: 10px 320px 0 0;
	max-width:600px;
	display:block;
	margin:0 auto;
}

.slideshow-wrapper{
	padding: 0px 0 0 0;
}

p{
	margin-bottom:0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.column p {
	padding: 0px;
	font: 14px 'Open Sans', Arial,sans-serif;
}


.hentry {
	padding: 0px;
}

.column_wrapper {
	overflow: hidden;
}

.column {
	float: left;
	width: 180px;
	padding:0;
	margin:0;
}
	


/*
---------------------------------------------------------------
Nav Bar
*/

#primary{
	border: none;
	padding: 8px 0 0 0;
	margin-bottom: 22px;
	background-color:white;/*pink;*/
}


.main-aside, .menu {
	width: 210px;
}

.aside{
	text-transform:uppercase;	
}

.aside a{
	text-decoration:none;	
}


.aside ul ul {
	list-style: none;
	text-decoration:none;
}

.aside a:hover, .aside .current-menu-item .menu-item a:hover{
	color:black;
}


.aside .current-menu-item a, .aside .current_page_item a {
	color: #74ac24;
}

.nav-break{
	margin-top:-3px;
}

/*
---------------------------------------------------------------
Slider
*/

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background:white/*green*/!important;
}


.rsThumb.rsNavSelected {
	background: white!important;
}

.rsThumb.rsNavSelected .thumbIco{
	border:2px solid #96979b!important;
}

img.rsImg {
	margin-top:0px!important;
}

/*position thumb arrow*/
.rsUni .rsThumbsArrowIcn {
	margin-left:-15px!important;
}

/*.rsFullscreen .rsThumbs {
    display:none;
}*/


.rsFullscreen .rsNav.rsThumbs.rsThumbsVer{
	display:none;
	padding-left:0!important;
	padding-right:0!important;
	width:0;
}

/***************
*
*  5. Fullscreen button
*
***************


.rsContainer{
	margin-top:8px!important;
}
.home .rsUni .rsFullscreenBtn {
right: 60px;
}

.rsUni .rsFullscreenBtn {
	right: 0;
	top:0px;
	width: 60px;
	height: 20px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

	float:left;	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 0px;
	width: 60px;
	height: 20px;

	background: url('rs-custom.png') 0 0 transparent;
	opacity: 0.7;
	border-radius: 0px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: 0px -20px;
}
*/

.home .rsUni .rsFullscreenBtn {
	right:10px!important;	
}

.rsUni .rsFullscreenBtn {
	top:-10px!important;	
}

/*
---------------------------------------------------------------
Footer
*/

#footer {
	border-top: none;
	margin-top: 16px;
	padding:0 0 16px 40px;
	font-size:9px;
	line-height:1.5;
}