/*   
Theme Name: Textco Theme (Thematic Child Theme)
Theme URI: 
Description: Offical theme for the Textco Blog.
Author: Ryan Armstrong
Author URI: http://www.outliersolutions.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');

/* Import main sites CSS file */

@import url('/css/style.css');

#container a {
	color: #191919 !important;
}

#sidebar-inner a {
	color: white !important;
}

#sidebar-inner ul {
	margin-left: 0 !important;
}

.xoxo ul li {
	list-style: none !important;
}

.entry-title a {
	text-decoration: underline;
}

#content
{
	background: transparent;
	font-size: 14px;
	color: #191919;
	font-family: Helvetica;
	line-height: 18px;
}

#page-header-wrap
{
	margin-top: 90px;
}

#main
{
	padding: 20px 0 69px;
	width: 950px;
}

#container
{
	width: 585px;
	margin: 0 35px 0 30px;
}

.inner-page-header
{
	padding-top: 8px;
}

#content
{
	margin-top: 0;
}

h2 a
{
	color: #4A6ADD !important;
	font-family: Georgia;
	font-weight: normal;
}

/* Sidebar */

#primary
{
	float: left;
	width: 295px;
	margin-bottom: 20px;
	border: none;
	border-left: 1px solid #9B9B9B;
	padding: 0;
}

#sidebar-inner
{
	padding-left: 15px;
	margin-left: 52px;
	width: 170px;
}

.xoxo
{
	overflow: hidden;
	padding: 0 !important;
}

body, input, textarea
{
	line-height: 1;
}

#respond
{
	background: transparent;
}

.entry-content li
{
	font-size: 14px;
	font-family: Helvetica;
	line-height: 18px;
}

.aside a:active, .aside a:hover, .entry-utility a:active, .entry-utility a:hover
{
	color: #4A6ADD;
}

.linklove
{
	display: none;
	visibility: hidden;
}

.cform fieldset {
	border: 1px dashed #9B9B9B;
	padding-top: 10px;
	margin-top: 15px;
}

.cform ul {

}

.cform li {
	list-style: none;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.cform li label {
	display: block;
	float: left;
	width: 130px;
	clear: both;
}

.cform li input, .cform li span, .cform li textarea {
	float: left;
}


.cform legend
{
	font-size: 12px;
	padding-left: 10px;
}

.cf-fs2 ol
{
	list-style: none;
}

.cf_hidden {
	visibility: hidden;
}

#cformsform #sendbutton
{
	float: right;
}

.cf-after {
	display: inline !important;
	float: none !important;
	margin-right: 15px;
	width: 120px;
}

#cf2_field_2-3, #cf3_field_2-3 {
	clear: both;
	margin-right: 10px;
}

#cf2_field_2-4, #cf3_field_2-4 {
	margin-left: 10px;
	margin-right: 10px;
}

#cf2_field_2-1, #cf3_field_2-1 {
	margin-right: 10px;
}

#cf2_field_2-2, #cf3_field_2-2 {
	margin-left: 10px;
	margin-right: 10px;
}

#cf2_field_22-1 {
	margin-right: 10px;
}

#cf2_field_22-2 {
	margin-left: 10px;
	margin-right: 10px;
}

.entry-title {
	color: #4A6ADD;
	font-size: 20px !important;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Georgia;
	font-style: normal !important;
	padding: 0;
	margin: 0;
	
}

.entry-content h3{
	padding: 0 !important;
}

.imabox {
	color: white !important;
	background: black;
	border: 1px solid #454545;
	padding: 15px;
	margin-bottom: 20px;
}

.imabox p {
	color: white;
	font-size: 12px;
}

.imabox a:hover {
	color: #848484 !important;
	text-decoration: underline !important;
}
