/* @override http://localhost:8888/habit2010/wp-content/themes/habit_child_theme/style.css */

/*   
Theme Name: Habit Child Theme
Theme URI: 
Description: The child theme is derived from thematic by Ian Stewart.
Author: Kyle Hurley
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: #f3f3f3;
}

#header {
	width: 100%;
	margin: 30px 0 0px 0;
	clear: both;
}

#head_wrap {
	width: 940px;
	margin: 0 auto;
}



.dashes {
	clear: both;
	width: 100%;
	background: url(images/dash.jpg) repeat-x 50%;
	height: 3px;
	padding-top: 1px;
}

#logo {
	float: left;
	margin-bottom: 20px;
}

#head_cat {
	float:right;
}

#client_login {
	width: 94px;
	height: 22px;
	background: url(images/client_log_roll.png) no-repeat;
}

#client_login:hover {
	background: url(images/client_log_roll.png) no-repeat 0 -22px;
}

#cats_list {
	float: left;
	margin: 40px 0 0 20px;
}

#filter_tag{
	float: left;
	width: 88px;
	height: 22px;
	background: url(images/filter_tag.png) no-repeat;
}

#all_work {
	float: left;
	width: 88px;
	height: 22px;
	background: url(images/all_work_roll.png);
}

#all_work:hover {
	background: url(images/all_work_roll.png) no-repeat 0 -22px;
}

li.cat-item {
	float: left;
	text-decoration: none;
	display: block;
}

li.cat-item a{
	text-decoration: none;
	font-family: helvetica, sans-serif;
	color:#cccccc;
	font-size: 13px;
	margin-left: 15px;
}

li.cat-item a:hover{
	text-decoration: none;
	color:#999999;
}

li.current-cat a {
	text-decoration: none;
	color: #999999;
}

#chair_back_texture, #footer{
	width: 100%;
	height: 320px;
	background: url(images/textureback.jpg) repeat-x 50%;
	overflow: visible;
	float: left;
	margin-top: -1px;
}

#chair_container {
	width: 1090px;
	margin: 0 auto;
}

#chair {
	background: url(images/sharkchair2.png) no-repeat;
	width: 572px;
	height: 541px;
	float: left;
}

#bubble {
	background: url(images/bubbletext.png);
	width: 470px;
	height: 222px;
	float: right;
	margin-top: 40px;
	margin-right: 48px;
}

#primary, #secondary {
	display: none;
}

#main, #container {
	width: 100%;
	margin: 0;
	padding: 0;
}

#fullwidth {
	width: 940px;
	margin: 185px auto 0 auto;
}

#home_index_arrow {
	width: 176px;
	height: 61px;
	float: right;
	margin: 0 2px 0 0;
	background: url(images/home_index_arrow.jpg) no-repeat;
}

#index_frame {
	width: 945px;
	margin: 260px auto 0 auto;	
}



#container {
	width: 945px;
	float: left;
	background: #ffffff url(images/index_back_top.jpg) no-repeat;
}


#index_bottom {
	width: 945px;
	background: url(images/index_bottom.jpg) no-repeat;
	height: 40px;
	clear: both;
	margin: 0 auto 50px auto;
}

.content, #single_index_inside {
	float: left;
	width: 925px;
	padding: 15px;
	
}

#content {
	width: 100%;
	margin: 0;
}

#index_holder_left {
	width: 300px;
	float: left;
}

.index_block {
	width: 280px;
	height: 210px;
	float: left;
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	margin: 0 8px 10px 0px;
}

/* --- Single Post Styles ---*/

#single_container {
	background: url(images/single_bg_top.jpg) repeat-x;
	height: 300px;
}

#single_container_bg_bottom {
	width: 100%;
	height: 100px;
	background: url(images/single_bg_bot2.jpg) repeat-x;
	float: left;
	position: relative;
	margin-top: -35px;
	z-index: -99;
}

#fullwidth_single {
	width: 940px;
	margin: 0 auto;
}

#youcant {
	width: 240px;
	height: 78px;
	float: left;
	margin: -45px 0 20px 20px;
	background-image: url(images/youcant.png);
}

#single_post_head {
	float: both;
	width: 300px;
	margin: 65px 0 0 0;
}

#left_column {
	float: left;
	width: 300px;
	font-family: helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	padding: 0;
	margin: 8px 0 0 0;
	color: #333333;
}

.entry-content a {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #9c792d;
	text-decoration: none;
}

.entry-content #left_column a:hover {
	color: #777777;
}

#right_column {
	float: right;
	margin-top: -65px;
	margin-bottom: 5px;
}

#nav-below {
	float: left;
	width: 280px;
	margin: 50px 0 0 0;
}

.nav-previous, .nav-next {
	width: 88px;
	float: left;
	margin-right: 20px;
}

#prev_post {
	background: url(images/prev_nav_roll.png) no-repeat;
	width: 88px;
	height: 22px;
}

#prev_post:hover {
	background: url(images/prev_nav_roll.png) no-repeat 0 -22px;
}


#next_post {
	background: url(images/next_nav_roll.png) no-repeat;
	width: 88px;
	height: 22px;
}

#next_post:hover {
	background: url(images/next_nav_roll.png) no-repeat 0 -22px;
}

#single_frame {
	width: 945px;
	margin: 20px auto 0 auto;
}

#single_index_frame {
	width: 945px;
	float: left;
	background: #ffffff url(images/index_back_top.jpg) no-repeat;
}

#content_holder {
	width: 940px;
	margin: 0 auto;
}

#single_content {
	width: 940px;
	float: left;
}

.index_block h3 {
	line-height: 10px;
	font-size: 15px;
	font-weight: bold;
	font-family: helvetica, sans-serif;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
}

.index_block h3 a {
	text-decoration: none;
	color: #333333;
}

.index_block h3 a:hover {
	text-decoration: none;
	color: #777777;
}


.cat-links a, .cat-links {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

.entry-content p img, .entry-content img {
	padding: 10px 10px 31px 10px;
	background: url(images/img_bg.jpg) no-repeat 0 bottom;
	background-color: #ffffff;
}

.flashvideo{
	padding: 10px 10px 10px 10px;
	float: left;
	margin: 0 0 20px 0;
	background: url(images/img_bg.jpg) no-repeat 0 bottom;
	background-color: #ffffff;
}

h1.entry-title {
	font-family: helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding: 0;
}

h1.page-title {
	float: left;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	margin: 55px 0 0 20px;
}

.post_cat a{
	font-family: helvetica, sans-serif;
	text-decoration: none;
	color: #9c792d;
	font-size: 13px;
}

.entry-meta {
	display: none;
}

.entry-content {
	padding-top: 0px;
	width: 940px;
}

.entry-utility {
	display: none;
}

/* --- category ---*/

#cat_bubble {
	background: url(images/cat_bubble.png);
	width: 470px;
	height: 222px;
	float: right;
	margin-top: 40px;
	margin-right: 48px;
}

#tree_cut {
	width: 543px;
	float: left;
	height: 438px;
	margin: 30px 0 0 15px;
	background: url(images/treecut2.png) no-repeat;
}

#cat_index_arrow {
	width: 176px;
	height: 89px;
	float: right;
	margin: -29px 0px 10px 0;
	background: url(images/cat_index_arrow.jpg) no-repeat;
}



/* --- footer ---*/

#siteinfo {
	display: none;
}

#footer {
	border: none;
	background-image: ;
}

#footer_width {
	width: 940px;
	margin: 0 auto;
}

#subsidiary {
	padding-top: 0;
	height: 320px;
}

#about_block {
	float: left;
	width: 260px;
	margin: 20px 0 0 255px;
}

#about_block p {
	clear: both;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #777777;
}

#first.aside.sub-aside {
	background: url(images/about_face_test.png) no-repeat -10px -0px;
	width: 530px;
	margin-top: 10px;
	height: 320px;
}

#first.aside.sub-aside:hover {
	background: url(images/about_face_test.png) no-repeat -10px -308px;
}

#second.aside.sub-aside {
	display: none;
}

#third.aside.sub-aside {
	float: left;
	padding-top: 30px;
}

.foot_title h4 {
	background: #333333;
	float: left;
	padding: 3px 1px 5px 1px;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
	color: #f3f3f3;
	margin-left: 5px;
	margin-top: -26px;
}

.foot_title {
	float: left;
	margin-bottom: 15px;
}

.foot_text {
	float: left;
}

.foot_title_left {
	background: url(images/foottitleleft.png);
	width: 5px;
	height: 26px;
	float: left;
	margin: 0;
	padding: 0;
}

.foot_title_right {
	background: url(images/foottitleright.png);
	width: 5px;
	height: 26px;
	float: right;
	margin-top: -26px;
}

.wpcf7-form p {
	margin-bottom: 3px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	margin: 8px 0 0 0;
	background: #f3f3f3;
	border: none;
	padding: 5px 5px 5px 8px;
	font-family: helvetica, sans-serif;
	color: #333333;
}

#submit_button {
	width: 389px;
}

#submit_button p {
	float: right;
}

#submit_button p input {
	float: right;
	background: #f3f3f3;
	color: #333333;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 7px;
	font-size: 16px;
	margin: 5px 0 0 0;
	border: none;
}

#submit_button p input:hover {
	color: #777777;
}

.wpcf7-validates-as-required {
	height: 30px;
	border: none;
	width: 380px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 5px;
	color: #dbdbdb;
}

.your-message textarea {
	width: 386px;
	border: none;
	height: 90px;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 2px;
	color: #dbdbdb;
	font-size: 13px;
}