/*  
Theme Name: FabricRehab
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/

/*

global css for all pages

colour list

pink	eca0c2
pink bg	f1b8d1
pink dark 5e404e
green	008e4f

*/

body {
	background-color: #f1b8d1;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

/* header */

#header #central #navigation #navblog {
	color: #eca0c2;
	background-image: url(images/navigation-rolloverhighlight.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 140px;
	border-bottom: dashed 2px #008e4f;
	overflow: hidden;
}

#header #central {
	position: relative;
	left: -490px;
	margin-left: 50%;
	width: 980px;
}

#header #central #logoholder {
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 24px;
	padding-bottom: 24px;
	float: left;
}

#header #central #ctwo {
	width: 700px;
	float: right;
}

#header #central #ctwo #navigation {
	width: 676px;
	height: 16px;
	padding: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#header #central #ctwo #navigation a {
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 9px;
	text-decoration: none;
	color: #008e4f;
	font-weight: bold;
}

#header #central #ctwo #navigation a:hover {
	color: #eca0c2;
	background-image: url(images/navigation-rolloverhighlight.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#header #central #ctwo #quote {
	background-color: #eca0c2;
	background-image: url(images/scissors.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 680px;
	height: 75px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

#header #central #ctwo #quote h1 {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px;
}

#container {
	position: absolute;
	top: 142px;
	width: 980px;
	margin-left: 50%;
	left: -490px;
	padding: 0xp;
}

/* category list / panel */

#container #categories {
	width: 250px;
	padding: 15px;
	float: left;
}

#container #categories h1 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 1.6em;
	line-height: 1.6em;
	text-transform: capitalize;
}

#container #categories ul {
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #categories li {
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
}

#container #categories a {
	display: block;
	text-decoration: none;
	color: #008e4f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	margin: 0px;
}

#container #categories a:hover {
	background-color: #FFFFFF;
	background-image: url(images/categories-rollover.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* content positioning */

#container #content {
	float: right;
	background-color: #FFFFFF;
	width: 660px;
	padding: 10px 20px 5px 20px;
	background-image: url(images/content-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 450px;
}

/* text styling */

#container #content h1 {
	margin: 0px;
	color: #008e4f;
	font-size: 1.6em;
	line-height: 1.6em;
	text-transform: capitalize;
}

#container #content h2 {
	margin: 0px;
	color: #5e404e;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: capitalize;
}

#container #content p {
	margin-top: 0px;
	margin-bottom: 1.6em;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #666666;
}

#container #content strong {
	color: #555555;
	font-weight: bold;
}

#container #content a {
	text-decoration: none;
	color: #008e4f;
}

#container #content a:hover {
	color: #FFFFFF;
	background-color: #eca0c2;
}

/* footer */

#container #footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#container #footer p {
	padding-top: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 1.6em;
	border-top: solid 1px #ffffff;
}

#container #footer a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #f1b8d1;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#container #footer a:hover {
	color: #eca0c2;
	background-color: #FFFFFF;
}

/* additional tweaks */

#container #categories h3 {
	color: #ffffff;
	margin: 0px;
}

#container #categories ul {
	margin: 0px;
	padding: 0px;
}

#container #categories li {
	margin: 0px;
	padding: 0px;
}

.top_meta {
	color: #999999;
	font-size: 0.8em;
}

.bottom_meta {
	color: #999999;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#container #content img {
	margin: 5px 0px 10px 0px;
	padding: 9px;
	border: solid 1px #008e4f;
}