@charset "utf-8";
/* Main CSS Document. Put most of your styles here */

body {
	background: #00703c;
}
/*  Header Styles  */
.header {
	background: url('http://samsontraining.ie/packages/theme_samson/themes/samson/img/body-bg.jpg') repeat;
	padding-bottom: 15px;
	background-color:#fff;
}
.site-top h2 {
	font-size: 36px;
	margin-bottom: -3px;
	margin-left: 48px;
	text-align: right;
}
.site-top {
	background: url('http://samsontraining.ie/packages/theme_samson/themes/samson/img/shine.png') no-repeat center top;
	border-top: #afc636 10px solid;
}
.inner {
	padding: 15px 10px 10px 10px;
}
.home_boxes_bg .inner {
	padding: 0 10px 10px 10px;
}
.clear_me {
	clear: both;
}
.spacer {
	height: 15px;
}
.logo {
	margin: 25px 0;
}
.logo a {
}
.logo a:hover {
	background-color: none;
}
/*  Main Navigation  */
.navigation {
	border-bottom-style: dashed;
	border-bottom-color: #919295;
	border-bottom-width: thin;
}
#nav {
	height: 35px; /*orginally 40px */
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #919295;
	border-bottom-color: #919295;
}
#nav ul {
	margin: 0;
}
#nav ul li {
	margin: 0;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 auto;
	font-family: 'Bitter', serif;
	text-transform: uppercase;
}
#nav ul li a {
	color: #00703c;
	text-shadow: 1px 1px 0 #ffffff;
	display: block;
	font-size: 1.1em; /* originally 1.33em */
	font-weight: 400;
	text-decoration: none;
	padding: 8px 7px 6px;
	margin: 0 auto;
font weight: normal;
}
#nav ul li a:hover {
	color: #fff;
	background-color: #afc636;
	text-shadow: 1px 1px 0 #00703c; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
}
#nav .nav-selected, #nav .nav-path-selected {
	color: #00703c;
	background-color: #FFF;
	text-shadow: 1px 1px 0 #afc636;
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
}
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	margin: -1px 0 0 -1px;
	padding: 0;
	z-index: 10;
	background: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/body-bg.jpg) no-repeat;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-left-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-color: #919295;
	border-right-color: #919295;
	border-bottom-color: #919295;
}
#nav li li {
	font-size: 0.8em;
	line-height: 1.3em;
	float: none;
	text-transform: none;
	border-left: none;
	border-right: none;
}
#nav li li a {
	padding: 5px 10px 5px 10px;
}
#nav ul li ul li.nav-selected {
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/body-bg.jpg) repeat;
}
/* Home Page Styles */
.hero_content {
}
.hero_content h2 {
	font-size: 32px;
	margin-bottom: -3px;
	margin-top: 10px;
}
.hero_content h3 {
	border-bottom: none;
	text-transform: capitalize;
	font-size: 22px;
}
.hero_content h1, .hero_content h6 {
	margin-bottom: -3px;
}
.home-boxes-top {
	background: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/home-box-top.png) no-repeat center;
	height: 13px;
}
.home-boxes-bg {
	background: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/home-box-bg.png) repeat-y center;
	overflow: auto;
}
.home-boxes-bottom {
	background: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/home-box-bottom.png) no-repeat center;
	height: 20px;
}
/* Content Area Styles */

.content_area {
	background-image: url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/content_area_bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
/*& Sidebar Styles */
ul.nav-side {
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	list-style: none;
	background-color: white;
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
}
ul.nav-side li {
	border-bottom: 2px dotted #909090;
	margin-left: 0;
}
.nav-side li a {
	text-decoration: none;
	display: block;
	padding: 3px 2px 3px 3px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
	font-family: 'Bitter';
	font-weight: 400;
	text-shadow: 1px 1px 0 #ffffff;
}
.nav-side li a:hover {
	color: #ffffff;
	text-shadow: 1px 1px 0 #00703c;
	background-color: #afc636;
}
.nav-side .nav-side-selected, .nav-side .nav-side-path-selected {
	color: #000000;
	font-weight: 400;
	text-shadow: 0px 0px 0;
}
.parentpage h3 {
	padding: 0;
}
.parentpage {
	margin-bottom: 8px;
	padding-top: 8px;
}
/* Blog Styles */
#blog-index h3 {
	border-bottom: none;
	margin-bottom: 5px;
}
#blog-index h4 {
	font-size: 13px;
}
/* blog entry social icons */

.main-content-post-footer-share-email {
	padding: 0 4px;
}
.main-content-post-footer-share-twitter {
	padding: 0 4px;
}
.main-content-post-footer-share-facebook {
	padding: 0 4px;
}
/*  Upcoming Courses Styles  */
.upcoming_course_date {
	width: 230px;
	float: right;
}
.upcoming_course_date p {
	margin-bottom: 5px;
}
h4.upcoming_course_date {
	margin: 5px 0;
	color: #AFC636;
}
.upcoming_course_location {
	width: 350px;
	float: left;
}
h4.upcoming_course_location {
	margin: 5px 0;
	color: #AFC636;
}
.upcoming_course_location p {
	margin-bottom: 5px;
}
.upcoming_courses {
	padding: 15px 0 0;
	color: #AFC636;
	font-size: 20px;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-family: 'Bitter', serif;
	clear: both;
}
h3.ccm-page-list-title {
	text-transform: none;
	border-bottom: none;
	margin: 5px 0;
}
.ccm-page-list-description {
	border-bottom: thin dotted #919295;
	padding-bottom: 5px;
}
/* Footer Area Styles */
.footer {
	background: #00703c url(http://samsontraining.ie/packages/theme_samson/themes/samson/img/footer-bg.png) repeat-x;
	padding: 35px 0;
	color: white;
}
.footer p {
	color: white;
	font-size: 10px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer h3 {
	color: white;
	font-size: 13px;
	font-weight: 400;
	text-transform: Capitalize;
	text-shadow: 1px 1px 0 #00703c;
	margin-bottom: 5px
}
.user_footer {
	padding-top: 5px;
	border-top: thin solid white;
	font-size: 10px;
}
.user_footer a {
	color: white;
	text-decoration: none;
}
.user_footer a:hover {
	text-decoration: underline;
}
/* customize_miscellaneous */ /* customize_miscellaneous */
::-moz-selection {
background-color: #000000;
color:#fff;
text-shadow: 1px 1px 0 #afc636;
}
::selection {
	background-color: #000000;
	color: #fff;
	text-shadow: 1px 1px 0 #afc636;
}
/* November 2012 edits */

.top-site-right {
	float: right;
	text-align: right;
}
.skybluesofa-social-connections {
	float: right;
	text-align: right;
	padding-bottom: 10px;
}
#nav li:first-child {
	color: #fff !important;
	background-color: #afc636;
	text-shadow: 1px 1px 0 #00703c; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
}
#mobile-menu-trigger, #nav-trigger {
	display: none;
}

@media screen and (max-width: 959px) {

.slideImgWrap > a > div {width:100%; background-size:100% !important;}

#nav > li > ul {position: relative;
    width: 100%;
    background-color: #fff;
    background: #fff;
    font-size: 15px;
display:none !Important;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: -999em;
display:none !important
}

#nav > li > ul >li {font-size:15px; padding:5px 0px}

.footer {
	padding: 35px 20px
}
.logo {
	margin: 0;
	padding: 30px;
	text-align: left;
}
.logo img {max-width:100%; height:auto;}
.inner {
	padding: 20px 30px 20px 20px;
}
.top-site-right {float:none; text-align:left;}
.header .navigation {  
    width: 100%;
    float: none;
    display: block;
	clear:both;
	padding:0 0 15px;	
}
.header .navigation #nav-trigger {
    display: block;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 13px 20px 10px 20px;
    font-size: 18px;
    margin: 30px 30px 0 30px;
    background-image: url('http://samsontraining.ie/packages/theme_samson/themes/samson/images/nav-bg.png');
    background-repeat: no-repeat;
    background-position: right 16px center;
    line-height: 26px;
}	
.navigation #nav {
    display: none;
    margin: 0 30px 30px 30px;
    border: 0;
}

.navigation #nav {height:auto;}

.navigation #nav ul li {float:none; width:100%;}

.primary-nav {
	display: none;
	float: none;
	margin: 0;
	width: 100%;
}
ul.primary-nav li {
	margin-left: 0px;
	text-align: left;
	float: none;
	width: 100%;
	padding: 8px 25px 8px 25px;
	background-color: #fff;
	border-top: 1px solid #f1f1f1;
}
ul.primary-nav li a {
	float: none;
}
.site-top h2 {
	display: none;
}
.skybluesofa-social-connections {
	float: left;
	text-align: left;
	padding-bottom: 0;
	display: block;
	padding-left: 30px;
}
UL.skybluesofa-social-connect-connections- LI, UL.skybluesofa-social-connect-connections-horizontal LI {
	margin-left: 0px;
	margin-right: 7px;
}
.ccm-block-styles {display:none;}
#mobile-menu-trigger {
	position: absolute;
	top: 50px;
	right: 30px;
	display: block;
}
.header {padding-bottom:0px;}
.header h1, .header p {margin-bottom:0;}
}

/* Tablet Portrait width to 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
}

/* All Mobile Widths */
@media only screen and (max-width: 767px) {
	.logo {max-width:220px;}
}

/* Mobile Landscape Width to Tablet Portrait Width */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}