/*

	Theme Name: Synetix
	Theme URI: http://www.synetixsolutions.com/
	Version: 1.0

	Description: The WordPress theme for Synetix, created by Eclipse Creative. 
	
	Author: Eclipse Creative
	Author URI: http://www.eclipse-creative.co.uk/
	Author Email: sales@eclipse-creative.co.uk
	
	
	
	Copyright: Synetix Solutions, All Rights Reserved.

-------------------------------------------------------------------*/
	
/*	
	=Imports
------------------------------------------------------------*/
@import url(reset.css);
@import url(structure.css);
@import url(content.css);
@import url(plugin.css);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
	
/*	
	=Header
------------------------------------------------------------*/
body {
	background:url(bg_body_shadow.png) scroll no-repeat top center transparent;
	overflow-x: hidden;
}

.header .container_24 {
	padding: 0 0 10px;
	background:url(bg_header_shadow.png) scroll repeat-x left bottom #E7E6E6;
	margin-bottom: 5px;
}

.header .banner {
	border-top:1px solid #e2068c;
	background:url(bg_header_simply_smarter.png) scroll no-repeat 38px 40px #cac1be;
	height:142px;
	margin:0;
	padding:0 5px;
	position:relative;
}

#home-links {
	margin: 0;
	line-height: 40px;
}

#logo {
	background:url(logo.png) scroll no-repeat 0 0 transparent;
	height:110px;
	position:absolute;
	right:-36px;
	top:20px;
	width:320px;
}

#logo a {
	display: block;
	height: 100%;
}

#logo span {
	display:none;
}

/* =Menu (Primary) */
#menu-primary-navigation {
	margin: 0;
	padding: 0;
	height: 36px;
	border-bottom:1px solid #CAC1BE;
	clear: both;
	background: #6a6161;
}

	#menu-primary-navigation li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	/* Remove first links left border */
	#menu-primary-navigation li:first-child a {
		border-left: none;
		/* padding-left: 1px; */
	}
	/* Remove last links right border */
	#menu-primary-navigation li:last-child a {
		border-right: none;
		/* padding-right: 1px; */
	}
	
	#menu-primary-navigation a {
		display: block;
		line-height: 30px;
		width: 158px;
		text-align: center;
		text-transform: uppercase;
		color: #d3cbc7;;
		border-right: 1px solid #605858; /* #d6cfcd; */
		border-left: 1px solid #777070; /* #edebea; */
		padding: 3px 0;
		background: #6a6161;
	}
	
	#menu-primary-navigation a:hover {
		background: #7c7572;
		color: #FFF;
		text-decoration: none;
		border-color: #7c7572;
	}
	#menu-primary-navigation a:active {
		color: #DDD;
		width: 155px;
		padding: 5px 3px 1px 0;
	}
	
/* =Sub Menu */
#menu-primary-navigation .sub-menu {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

	#menu-primary-navigation li:hover .sub-menu {
		display: block;
	}

	#menu-primary-navigation .sub-menu li {
		float: none;
	}
	
	#menu-primary-navigation .sub-menu a {
		border-bottom: 1px solid #605858; /* #d6cfcd; */
		border-top: 1px solid #777070; /* #edebea; */
	}
	
	#menu-primary-navigation .sub-menu a:hover {
		border-color: #7c7572;
	}

/* =Social Icons */
.social-icons {
	margin: 4px 0;
	float: right;
}

.icon-social {
	background: url(sprite_social.png) scroll no-repeat top left transparent;
	width: 32px;
	height: 32px;
	line-height: 0;
	font-size: 0;
	display: inline;
	vertical-align: middle;
	float: left;
}	
	.icon-social span {
		display: none;
	}

.icon-social.facebook { background-position: 0 0; }
.icon-social.twitter { background-position: -32px 0; }
.icon-social.rss { background-position: -64px 0; }
.icon-social.linkedin { background-position: -96px 0; }
	
/*	
	=Footer
------------------------------------------------------------*/
.footer {
	background:#7c7572;
	border-top:10px solid #e2068c;
	margin-top:20px;
	padding:20px 0;
}

.footer h5,
.footer h6,
.footer h5 a,
.footer h6 a,
.footer li,
.footer p,
.footer a {
	color:#FFF;
	text-transform:uppercase;
}

.footer li,
.footer p {
	font-size:11px;
	text-transform:none;
	color:#F1F1F1;
}

.footer a {
	text-transform: none;
}

.footer .widgets {
	margin: 0 5px;
	padding: 0;
}
	
	.footer .widget .title {
		font-size: 12px;
	}

.footer .widget ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}

.footer .widget li {
	line-height:1.2em;
	margin-bottom:12px;
}

.footer input[type=text] {
	width:136px;
	display:inline-block;
}

.footer label {
	color:#F1F1F1;
	font-size:10px;
	margin-bottom:5px;
}

.footer input[type=text],
.footer input[type=password],
.footer textarea,
.footer input[type=submit],
.footer button[type=submit] {
	border: 1px solid #FFF;
	background: #FFF;
}

.footer textarea {
	width: 298px;
	height: 100px;
}

/* Copyright */
.copyright {
	background: #575250;
	padding: 5px 0;
}

.copyright p {
	margin: 0;
	color: #BBB;
}

.copyright a {
	color: #FFF
}



/*	
	=Sidebar
------------------------------------------------------------*/

#sidebar {
	padding: 35px 0 10px 0;
	background: url(bg_vertical_shadow.png) scroll no-repeat 220px -10px transparent;
	min-height: 520px;
}

.widgets {
	margin: 15px 0;
	padding: 0 15px;
}

.widget {
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
}

.widget .title {
	font-size: 22px;
}

.category-links {
	margin: 15px 0;
	padding: 0 0 0 20px;
}

.category-links li {
	list-style: none;
	margin-bottom: 20px;
}

.category-links a {
	display: block;
	font-size: 16px;
	color: #565656;
}

.category-links .current-cat a {
	color: #E2068C;
	font-weight: bold;
}


/* =Widgets */

/* Latest News */
.widget-latestnews ul {
	padding: 0;
}

.widget-latestnews li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #DDD;
}


/*	
	=Tags
------------------------------------------------------------*/
.tag {
	margin: 0 -12px 15px 0;
	line-height: 48px;
	height: 50px;
	padding-bottom: 16px;
	background: url(bg_tag_blue.png) scroll no-repeat right top transparent;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	font-family: Lucida Grande, Arial, Helvetica Sans-Serif;
}

.storage .tag,
.tag.tag-green {
	background-image:url(bg_tag_green.png);
}

.security .tag,
.tag.tag-orange {
	background-image:url(bg_tag_orange.png);
}

.infrastructure .tag,
.tag.tag-purple {
	background-image:url(bg_tag_purple.png);
}
	
/*	
	=Homepage
------------------------------------------------------------*/
.home .post {
	border: none;
}

.feature-box {
	background: url(bg_feature.png) scroll no-repeat 0 0 transparent;
	padding-bottom: 15px;
	margin: 10px 10px 15px;
	width: 220px !important;
}
	.page-id-64 .feature-box {
		margin: 10px 45px 15px;
	}

.feature-box .inner {
	margin: 5px;
	position:relative;
	height: 217px;
	background: url(bg_feature_placeholder.jpg) scroll no-repeat 0 0 transparent;
	overflow: visible;
}
	/* Different Backgrounds */
	.feature-box.security .inner 		{ background-image: url(bg_feature_security.jpg) }
	.feature-box.storage .inner 		{ background-image: url(bg_feature_storage.jpg)	}	
	.feature-box.infrastructure .inner 	{ background-image: url(bg_feature_infrastructure.jpg) }
	.feature-box.services .inner 		{ background-image: url(bg_feature_services.jpg) }

.feature-box .content {
	background:url(trans_90.png) scroll repeat 0 0 transparent;
	position:absolute;
	bottom:20px;
	left:0;
	padding:5px;
	width:200px;
}

.feature-box .para {
	margin: 0 0 3px;
	font-size: 11px;
	line-height: 1.3em;
	font-family: Lucida Grande, Arial, Helvetica Sans-Serif;
	color: #444;
}

.feature-box .read-more {
	color: #E2068C;
	font-family: Lucida Grande, Arial, Helvetica Sans-Serif;
	font-size: 11px;
}

.feature-box a,
.feature-box a:hover {
	text-decoration: none;
}

.feature-box a:hover .read-more {
	text-decoration: underline;
}



.feature-box .tag {
	margin: 0;
	width: 192px;
	position: absolute;
	right: -24px;
	top: 10px;
}

#tabs {
	margin-top: -20px;
	margin-bottom: 30px;
}

#tabs .tab {
	display:none;
	background:url(bg_tab_content.png) scroll repeat-y left top transparent;
	padding:5px 15px;
}

#tabs .tab-top,#tabs .tab-bottom {
	height:15px;
	background:url(bg_tab_top.png) scroll no-repeat left top transparent;
	line-height:0;
	font-size:0;
}

#tabs .tab-bottom {
	background-image:url(bg_tab_bottom.png);
}

#tabs .tab.active {
	display:block;
}

#tabs p,
#tabs h2,
#tabs h3,
#tabs h4 {
	margin-bottom:5px;
}

#tab-nav {
	overflow: hidden;
	margin: -8px 0 0 25px;
	padding: 0;
}

#tab-nav li {
	float:left;
	list-style:none;
	width:40px;
	height:28px;
	margin:0;
	padding:0;
	line-height:28px;
	text-align:center;
	background:url(bg_tab_nav.png) scroll no-repeat center top transparent;
	cursor:pointer;
}

#tab-nav li.active {
	background-image:url(bg_tab_nav_active.png);
	color:#e2068c;
}


	
/* =Who We've Helped */
.case-help {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 415px;
	height: 140px;
}

.case-help .thumbnail {
	float: left;
	width: 80px;
	height: 70px;
	border: 1px solid #969696;
	background: #d0d0d0;
	margin:0 10px 60px 0;
}

.case-help .title {
	margin-bottom:3px;
	text-transform:uppercase;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
}

.case-help p {
	margin-bottom:3px;
}

#slider {
	position: relative;
	height: 144px;
	overflow: hidden;
	border: 1px solid #D1D1D1;
	margin: 10px 85px 25px;
}

#slider img {
	display: none;
	position: absolute;
}

#slider img:first-child {
	display: block;
}


/*	
	=Breadcrumbs
------------------------------------------------------------*/
.breadcrumb {
	margin: 0 0 10px;
	padding: 10px 0;
}

/*	
	=Posts
------------------------------------------------------------*/
.posts {

}

.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #c1c1c1;
	margin-top: 35px;
}

.post .title {
}

.post .metadata {
	font-style: italic;
	color: #8a8a8a;
	margin-top: -10px;
}

.post .read-more {
	margin-bottom: 0;
}

/* =Posts Nav */
#posts-nav {
	overflow: hidden;
}

	#posts-nav .previous {
		float: left;
	}
	
	#posts-nav .next {
		float: right;
	}

/*	
	=Products & Case Studies
------------------------------------------------------------*/
.product,
.case-study {
	position: relative;
}

.product .thumbnail img,
.case-study .thumbnail img {
	margin-bottom: 20px;
}

.product .title,
.case-study .title {
	font-size: 20px;
	margin-bottom: 2px;
}

.product .entry,
.case-study .entry {
	padding-right: 30px;
}

.product .read-more,
.case-study .read-more {
	position: absolute;
	right: 0;
	bottom: 5px;
	margin: 0;
}

/* =Downloads */
.meta-downloads {
	border-top: 1px dashed #C1C1C1;
	padding: 10px 0 0 0;
	margin-bottom: 0;
	list-style: none;
}

.icon span {
	display: block;
	padding: 5px 5px 5px 25px;
}

.icon.icon-pdf span { background: url(_css/i/pdf.png) scroll no-repeat left center transparent; }

/*	
	=Tabbed Content
------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	height: 34px; /*--Set height of tabs--*/
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	overflow: visible;
	
}
ul.tabs li {
	float: left;
	margin: -1px 0 0 0;
	padding: 0;
	height: 34px;
	line-height: 34px; 
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	overflow: hidden;
	position: relative;
	background: #F2F2F2;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #F6F6F6;
}
html ul.tabs li.active, 
html ul.tabs li.active a:hover  { 
	background: #fff;
	border-bottom: 1px solid #FFF; 
}


.tab_container {
	border: 1px solid #DDD;
	margin-bottom: 25px;
	border-top: none;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
	display: none;
}

#tab-contact {
	display: block;
}
