/*
Theme Name: Chrysalis
Theme URI: http://www.3dchrysalis.com
Description: Wordpress Theme for Chrysalis Weight Management
Version: 1.0
Author: Christopher Kirk
Author URI: http://www.brandedforsuccess.com
*/

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */
body {
	background: #679dcf;
	margin: 0;
	padding: 0;
}
#title {
	height: 170px;
}
#navbar {
	height: 30px;
}
#navbar ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/black_grad_trans.png) repeat-x;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	height: 100%;
}
#navbar ul li a:hover {
	background: #ff8417;
}
#header {
	height: 225px;
	background: url(images/header.jpg) no-repeat;
}
#header h1 {
	position: relative;
	top: 20px;
	left: 20px;
	width: 500px;
}
#header h1 a{
	text-decoration: none;
	color: #ff8417;
}
#header h1 a:hover{
	color: #ffffff;
}
#header #tagline{
	position: relative;
	top: 85px;
	left: 275px;
	text-align: right;
	width: 500px;
	font-family: sans-serif;
	font-size: 14pt;
}
#main {
	background: url(images/mainbottom.jpg) no-repeat;
	background-position: bottom;
}
#main #main2 {
	background: url(images/maintop.jpg) no-repeat top;
}
.datetime {
/*	border: 1px solid #000000; */
	width: 60px;
	height: 60px;
	background: url(images/calendaricon.png) no-repeat;
	float: right;
	margin: 2px;
}
.datetime p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 9pt;
}
.datetime .datetop {
	color: #fefefe;
/*	background: #2f4765; */
	padding-top: 2px;
}
.datetime .datetop p {
	font: bold 12pt Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	text-transform: uppercase;
}
.datetime p.day {
	font: bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing: 0.13em;
	line-height: 125%;
}
.datetime p.mon {
	font: x-small/135% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
}
.datetime p.yr {
	font: x-small/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#leftside {
	padding: 10px;
}
#feature {
	float: right;
	width: 230px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}
#feature img {
	float: left;
}
#feature .title {
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 3px;
	width: 136px;
	float: right;
	padding: 2px;
}
#feature p {
	margin: 4px;
	background: url(images/black_trans.png);
	border: 1px solid #000000;
}
#sidebar {
	float: right;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
}
#sidebar ul li {
	margin: 0px;
}
#sidebar ul li h2 {
	margin: 16px 0 0 0;
	padding: 0px;
}
.posts {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
}
.posts h2 a {
	text-decoration: none;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 250px;
}
#footertext {
	position: relative;
	top: 190px;
	left: 275px;
	text-align: right;
	width: 500px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#footertext a {
	color: #aaaaaa;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}
#comments {
	margin: 10px;
	padding: 10px;
	border: 1px solid #f5f5f5;
}
#comments ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#comments ol li {
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
}
#comments span.comment-author {
	font-weight: bold;
}
#respond {
	padding: 10px;
	background: #f9f9f9;
}
.textbold {
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}