/*
Theme Name:	Titan PRO Child Theme
Theme URI: 	http://themes.jestro.com/titan/
Description: 	Custom child theme for Titan PRO Members.
Version: 1.11
Author:		Drew Strojny
Author URI:	http://www.jestro.com
Template: titan
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan/css/undo.css");
@import url("../titan/css/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/

hr { clear: both; visibility: hidden; }
.clear-float { clear: both; }

/* Logo
-----------------------------------------------------------*/

div#title-logo {
  float: left;
/*  padding: 30px 0;*/
  position: relative;
  top: 15px;
	}

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; margin: 0 auto;}
#content.no-sidebar .entry.page { width: 900px; }

body.left-sidebar #sidebar { float: left; }
body.left-sidebar #content { float: right; }


/*----------------------------------------------------------
 * My custom styles 
-----------------------------------------------------------*/

/* Layout and basic overrides of master.css
-----------------------------------------------------------*/
#description {
  color: #F9F7F5;
  font-size: 1.5em;
}

div.notice {
  padding: 6px 0;
}

.entry ul, .c-body ul {
	margin: 0 0 0 10px;
}

.entry p { 
	text-align: justify;
}

.entry ul li, .c-body ul li {
	display: block;
	margin: 5px 0;
	padding: 0;
	background-image: none;
}

h1.pagetitle, h2.pagetitle {
	border-top: 0;
    padding-top: 0;
}

.content-background {
 	background: none;	
}

#spacer {
	height: 10px;
}
	

#content {
	width: 670px;	
}

.entry.page { 
	width: 100%;
}
	
div.text-page {
	padding: 5px;
}
	
/* Header
-----------------------------------------------------------*/
#header {
  	background-color: #F9F7F5;
  	width: 960px;
  	margin: 0 auto;
  	border-bottom: none;
  	background: none;
}

#header #logo {
	position: relative;
	top: 4px;
	left: 4px;
	margin-bottom: 2px;
	float: left;
}

#header div#language {
	float: right;
	margin: 12px 15px 0 0;
}

#header div#language ul {
	float: left;
	margin-left: 5px;
}

#header div#language span {
	float: left;
	font-size: 1.1em;
	margin-top: 2px;
}

#header div#language li {
	float: left;
	margin: 0 4px;
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #F9F7F5;
}

#header div#language li a {
	display: block;
	height: 24px;
	color: #F9F7F5;
	overflow: hidden;
}

/* Footer
-----------------------------------------------------------*/
#footer {
	padding: 0;
	border: 0;
	background-color: #F9F7F5;
	border-top: 1px solid #DFDAD5; 
	width: 960px;
	color: #444444; 
	margin: 0 auto;
}

#copyright {
	float: left;
	display: inline;
	border-top: 0 none;
	padding-top: 0;
	clear: none;
}

#footer_menu {
	float: right;
	display: inline;
	clear: none;
	font-size: 1.1em;
	border-top: 0 none;
}

#footer_menu li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

/* Sidebar
-----------------------------------------------------------*/
#sidebar {
	position: relative;
	top: -10px;
	width: 250px;	
}

#search_form input.search {
	width: 160px;
}

/* Main-Navigation
-----------------------------------------------------------*/
#navigation {
	margin-top: 4px;
	clear: left;
}

#nav {
	background: #F9F7F5 url('./images/navigation-background.png') no-repeat scroll 0 0;	
	line-height: 39px;	
}

#nav li.page_item {
	border-right: 1px solid #D2CDC6; 
	background: transparent url('./images/navigation-background.png') no-repeat scroll -10px 0;	
}

#nav li.page_item:hover {
	background-position: -10px -40px;	
}

#nav li.current_page_item {
	background: transparent url('./images/navigation-background.png') no-repeat scroll -10px -40px;	
}

#nav li.home {
	border-left: none;	
	background: transparent url('./images/navigation-background.png') no-repeat scroll 0 0;	
}

#nav li.home:hover {
	background-position: 0 -40px;	
}

#nav li.current_home_page_item {
	background: transparent url('./images/navigation-background.png') no-repeat scroll 0 -40px;	
}

#nav li.current_page_item a, #nav li.current_home_page_item a {
	color: #000;	
}

#nav li.page_item:hover a, #nav li.current_page_item:hover a, #nav li.current_home_page_item:hover a {
	color: #993333;
}

/* Sub-Navigation
-----------------------------------------------------------*/
.sub-nav {
	width: 100%;
	border-bottom: 1px solid #DFDAD5;
	margin-top: 7px;
	margin-bottom: 12px;
	height: 33px;
}

.sub-nav a:link, .sub-nav a:visited {
	float: left;
	padding: 2px 2px 2px;
	display: block;
	width: 145px;
	background: #F9F7F5;
	text-align: center;
	color: #555555;
	margin: 6px 4px 0 6px;
	font-weight: normal;
	border: 1px solid #DFDAD5;
	border-bottom: none;
}

.sub-nav a:hover {
	color: #000;
}

.sub-nav a.active {
	background: #F9F7F5;
	padding: 5px 2px 4px;
	margin: 2px 4px 0 6px;
	font-weight: bold;
}
	
/* Widgets
-----------------------------------------------------------*/
.textwidget {
	font-size: 1.2em;
}

/* Personal Contact */

#evelina_contact {
	float:left; 
	margin: 0 5px 2px 0;
}

/* Home
-----------------------------------------------------------*/
#home_content {
	width: 960px;	
}

#home {
	width: 960px;
}

.newsbox {
	position: relative;
	width: 228px;
	float: left;
	margin-top: 12px;
	background: transparent url('./images/home/textbox1.png');	
}

.two-lines-news {
	background: transparent url('./images/home/textbox2.png');
}

.newsbox a {
	color: #444;
}

.newsbox a.headline {
	display: block;
	width: 228px;
	height: 165px;
	line-height: 2.3em;
}

.newsbox a.description {
	font-size: 1.2em;
	padding: 2px 10px 0 2px;
	line-height: 1.5em;
	position: absolute;
	top: 70px;
	left: 10px;
}

.newsbox a.one-line {
	top: 60px;
}

.newsbox a span.headline-text {
	position: relative;
	left: 10px;
	font-size: 1.5em;
	font-weight: bold;
	padding-right: 15px;
}

.newsbox a span.one-line {
	top: 28px;
}

.newsbox a span.two-lines {
	top: 16px;
}

.newsbox:hover {
	background-position: 0 -165px;
}

.newsbox:hover a.headline {
	color: #993333;
}

.marginleft {
	margin-left: 16px;
}

/* Shop
-----------------------------------------------------------*/
#left {
	float: left;
}

#right {
	float: left;
}

/* Features
-----------------------------------------------------------*/

/* Classes Layout and Rollover */

#features {
	position: relative;
	top: 0;
	left: 0;
	width: 668px;
	height: 430px;
}

#features .feature-box {
	width: 200px;
	height: 80px;
	z-index: 1;	
}

#features .feature-box a {
	display: block;
	width: auto;
	height: 70px;
	color: #444;
	font-weight: normal;
	line-height: 1.2em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#features .feature-box a.left-align {
	padding-left: 83px;
	background-position: 0 0;
}

#features .feature-box a.left-align:hover {
	background-position: 0 -70px;
	height: 77px;
}

#features .feature-box a.right-align {
	background-position: 100% 0;
	text-align: right;
	padding-right: 82px;
}

#features .feature-box a.right-align:hover {
	background-position: 100% -70px;
	height: 77px;
}

#features .feature-box a span {
	position: relative;
	top: 24px;
}

#features .feature-box a:hover span {
	display: none;
}

#features .feature-box a span.hover-text {
	display: none;
	position: relative;
	top: 20px;
}

#features .feature-box a:hover span.hover-text {
	display: inline;
}

/* Basis */
#features img#basis {
	position: absolute;
	top: 30px;
	left: 178px;
}

/* Austrian */
#features div#austrian {
	position: absolute;
	top: 0; 
	left: 340px;
}

#features div#austrian a {
  background-image: url('./images/features/austrian.png');
}

/* Design */
#features div#design {
	position: absolute;
	top: 72px; 
	left: 437px;
}

#features div#design a {
  background-image: url('./images/features/design.png'); 
}

/* Ecological */
#features div#ecological {
	position: absolute;
	top: 190px;
	left: 467px; 
}

#features div#ecological a {
  background-image: url('./images/features/environment.png'); 
}

/* Textile */
#features div#textile {
	position: absolute;
	top: 294px;
	left: 390px; 
}

#features div#textile a {
  background-image: url('./images/features/textile.png'); 
}

/* Packaging */
#features div#packaging {
	position: absolute;
	top: 335px;
	left: 310px; 
	display: none;
}

#features div#packaging a {
	background-image: url('./images/features/package.png');
	width: 170px;
}

/* Ironfree */
#features div#ironfree {
	position: absolute;
  top: 312px;
	left: 121px; 
}

#features div#ironfree a {
	background-image: url('./images/features/ironfree.png');
	width: 120px; 
}

/* Sweat */
#features div#sweat {
	position: absolute;
	top: 217px;
	left: 0; 
}

#features div#sweat a {
  background-image: url('./images/features/sweat.png');
	width: 150px;
}

/* Smell */
#features div#smell {
	position: absolute;
	top: 100px;
	left: 0; 
}

#features div#smell a {
	background-image: url('./images/features/smell.png');
	width: 140px;
}

/* Tiefree */
#features div#tiefree {
	position: absolute;
	top: 12px;
	left: 72px; 
	width: 200px;
}

#features div#tiefree a {
	background-image: url('./images/features/tiefree.png');
	width: 140px;
}

/* Feature Details */

#feature_detail_wrapper {
	position:absolute;
	width: 1%;
	height: 90%;
	left: 50%;
	top: 8%;
	display: inline;
	z-index: 1;
}

#feature_detail {
	position: relative;
	left: -300px;
	width: 600px;
	height: 560px;
	background: #F9F7F5;
	border: #444444 solid 1px;
}

#feature_detail #feature_detail_header {
	width: 99%;
	text-align: right;
	padding-top: 2px;
	font-size: 1.2em;
}

#feature_detail #feature_detail_header a {
	color: #444444;
}

#feature_detail #feature_detail_header a:hover {
	color: #888888;
}

#feature_detail #left_column {
	width: 140px;
	height: 95%;
	float: left;
	padding: 0 0 0 20px;
}

#feature_detail #right_column {
	height: 95%;
	padding: 0 20px 20px 0;
}

#feature_detail #right_column h2 {
	padding: 0 0 5px;
}

/* Community
-----------------------------------------------------------*/
div#community-wrapper {
	width: 562px;
	text-align: justify;
}

/* About Us
-----------------------------------------------------------*/
div#contact {
	margin-left: 20px;
}

/* Images
-----------------------------------------------------------*/

.mapped {
  	border: 0px;	
}

/* Widgets
-----------------------------------------------------------*/
#newsletter input {
	background:#F3F3F3 none repeat scroll 0 0;
	border: 1px solid #999;	
	padding: 4px 2px;
	width: 120px;
	color: #555555;
	margin: 5px 0;
}

#newsletter input#subcribe_newsletter_button {
	width: 90px;	
}

#newsletter input:focus{
	  background:#FFFFFF none repeat scroll 0 0;
}

/* Shopping basket in Navigation 
-----------------------------------------------------------*/

#shoppingbasket {
	position: relative;
	top:8px;
	right: 4px;
  	float: right;
}

#shoppingbasketcontent {
	float: right;
	margin-left: 8px;
	margin-top: 7px;
	font-size: 1.2em;
}
	
#shoppingbasketicon {
	float: right;
}


#shoppingbasket a {
  color: #444444;
}

#shoppingbasket a img{
  position:relative;
  top: 5px;
}

