/*
Theme Name: Fibre-Craft
Author: eClick Performance
Author URI: http://www.eclickperformance.com
*/

html,
body {
	width: 100%;
	background-color: #FAF1F7;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #707070;
}

#header {
	position: relative;
	height: 172px;
	background: url(images/header-background.png) repeat-x top left;
}

#header h1 {
	width: 851px;
	height: 109px;
	margin: 0px auto;
	background: url(images/fibrecraft-logo.png) no-repeat top left;
}

#header span { display: none; }

#header p#ribbon {
	position: absolute;
	width: 109px;
	height: 109px;
	top: 0px;
	right: 0px;
	background: url(images/since-1953.png) no-repeat top left;
}

#header ul#nav {
	width: 839px;
	margin: 4px auto 0px auto;
	overflow: hidden;
}

#header ul#nav li {
	border-left: 1px solid #FFFFFF;
	float: left;
}
#header ul#nav li:first-child { border-left: 0px; }

#header ul#nav li a {
	width: 119px;
	height: 26px;
	padding-top: 33px;
	background: url(images/nav-sprites.png) no-repeat top left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #231F20;
	display: block;
}

#header ul#nav li a:hover { color: #D70B8C; }

body#page_39 #header ul#nav li a.page_item_39,
body#page_13 #header ul#nav li a.page_item_13,
body#page_27 #header ul#nav li a.page_item_27,
body#page_19 #header ul#nav li a.page_item_19,
body#page_15 #header ul#nav li a.page_item_15,
body#page_21 #header ul#nav li a.page_item_21,
body#page_17 #header ul#nav li a.page_item_17,
body#page_13 #header ul#nav li a.page_item_13 { background-position: bottom left; }

#page {
	width: 839px;
	margin: 0px auto;
	padding-top: 11px;
	background: #FFFFFF url(images/nav-dropshadow.png) no-repeat top left;
}

#container {
	margin: 0px 4px;
	overflow: hidden;
}

#main {
	/* IE min-height hack */
	min-height: 790px;
	height: auto !important;
	height: 790px;
	border-right: 1px solid #D9D9D9;
	float: left;
}

#main #slideshow,
#main #masthead {
	border-top: 1px solid #D9D9D9;
}

#main #masthead {
	height: 130px;
	border-left: 1px solid #D9D9D9;
}

#main #slideshow #pane {
	width: 589px;
	height: 258px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#main #slideshow.no-js #pane * { display: none; }
#main #slideshow.no-js #pane :first-child { display: inline; }

#main #slideshow div#pager {
	height: 30px;
	margin-top: 4px;
	padding-bottom: 4px;
	display: none;
}

#main #slideshow #pager a {
	width: 30px;
	height: 22px;
	margin-right: 3px;
	padding-top: 8px;
	background-color: #231F20;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
}
#main #slideshow #pager a:hover,
#main #slideshow #pager a.activeSlide { background-color: #D70B8C; }

#main #content {
	width: 540px;
	padding: 22px 25px 20px 25px;
	background: url(images/pager-dropshadow.png) no-repeat top left;
}

#main #content h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 26px;
	color: #D70B8C;
}

#main #content p {
	margin-bottom: 10px;
	line-height: 17px;
}

#main #content hr {
	height: 2px;
	margin-bottom: 15px;
	border: 0px;
	background-color: #D9D9D9;
	color: #D9D9D9;
}

#main #content h3 {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 16px;
	color: #231F20;
}

#main #content h3 a {
	text-decoration: none;
	color: #231F20;
}
#main #content h3 a:hover { color: #D70B8C; }

#main #content #prev-next { padding: 20px 0px; }
#main #content #prev-next #prev { float: left; }
#main #content #prev-next #next { float: right; }

#main #content ul,
#main #content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
#main #content ul { list-style: disc; }
#main #content ol { list-style: decimal; }

#main #content li {
	margin-left: 15px;
	line-height: 18px;
}

#main #content a { color: #D70B8C; }

#main #content div.wp-caption { margin: 0px 20px;}
#main #content div.alignleft { float: left; }
#main #content div.aligncenter { margin: 0px auto; }
#main #content div.alignright { float: right; }

#main #content p.wp-caption-text {
	font-style: italic;
	font-size: 10px;
}

#sidebar {
	float: left;
}

#sidebar #login,
#sidebar #ad {
	width: 239px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#sidebar #login {
	height: 129px;
	background-color: #FAF1F7;
	border-top: 1px solid #D9D9D9;
}

#sidebar #login form {
	position: relative;
	width: 172px;
	height: 85px;
	margin: 20px auto 0px auto;
}
#sidebar #login form p label { display: none; }

#sidebar #login form p input#username,
#sidebar #login form p input#password {
	width: 166px;
	color: #707070;
	display: block;
}

#sidebar #login form p input#password { margin-top: 10px; }

#sidebar #login form p a {
	position: absolute;
	bottom: 2px;
	left: 0px;
	text-decoration: underline;
	color: #D70B8C;
}

#sidebar #login form p input#submit {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 22px;
	background-color: #D70B8C;
	border: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#sidebar #ad { height: 128px; }

#sidebar #news {
	width: 217px;
	padding: 20px 10px 0px 10px;
}

#sidebar #news h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	color: #D70B8C;
}
#sidebar #news h2 span { color: #231F20; }

#sidebar #news .post {
	margin-top: 15px;
	padding: 0px 0px 15px 25px;
	border-bottom: 1px solid #D9D9D9;
	background: url(images/heart-icon.png) no-repeat 0px 2px;
}
#sidebar #news .post:last-child { border-bottom: none; }

#sidebar #news .post h3 a {
	text-decoration: none;
	font-size: 14px;
	color: #231F20;
}
#sidebar #news .post h3 a:hover { color: #D70B8C; }

#sidebar #news .post .entry {
	line-height: 15px;
	font-size: 11px;
}

#footer {
	padding-bottom: 60px;
	background: url(images/footer-dropshadow.png) no-repeat bottom left;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #707070;
	clear: both;
}

#footer p#address {
	margin-bottom: 30px;
	padding: 5px;
	background-color: #231F20;
	color: #FFFFFF;
}

#footer ul#sitemap {
	width: 612px;
	margin: 0px auto;
	overflow: hidden;
}

#footer ul#sitemap li {
	height: 10px;
	margin-left: 6px;
	padding-left: 20px;
	background: url(images/heart-icon.png) no-repeat top left;
	float: left;
}

#footer ul#sitemap li:first-child {
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
}

#footer a {
	text-decoration: none;
	color: #707070;
}

#footer p#copywright {
	margin-top: 15px;
	clear: both;
}

p#powered-by {
	padding-top: 20px;
	padding-bottom: 25px;
	background-color: #FAF1F7;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
	color: #8D848C;
}

p#powered-by a {
	text-decoration: none;
	color: #8D848C;
}


/* PAGE SPECIFIC STYLES */

#page_13 #content div.brands {
	margin-bottom: 20px;
	overflow: hidden;
}
#page_13 #content h3 { margin-top: 0px; }
#page_13 #content img {
	margin-right: 25px;
	float: left;
}
#page_13 #content p {
	width: 350px;
	float: left;
}

#page_15 #content h3 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}

#page_15 #content .post {
	margin-top: 20px;
	border-top: 1px solid #D9D9D9;
}

#page_23 #content > ul {
	padding-left: 0px;
	list-style: none;
}
#page_23 #content ul li { font-weight: bold; }
#page_23 #content ul li ul li {	font-weight: normal; }

#page_27 #content h3 { clear: left; }
#page_27 #content dl {
	width: 350px;
	margin-bottom: 20px;
	line-height: 18px;
	overflow: hidden;
}
#page_27 #content dl dt {
	float: left;
	clear: left;
}
#page_27 #content dl dd {
	float: right;
	clear: right;
}