/*   
Theme Name: COMMAND C Custom Theme
Theme URI: 
Description: For Jessica Valenti.
Author: COMMAND C design, LLC
Author URI: http://commandc.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-l-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');


/*******************************
**
**  COMMAND C design, LLC
**
*******************************/

/*********************
** Layout
*********************/
body {
	text-align: center;
}
body, input, textarea {
	font-family: helvetica, arial, sans-serif;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 43px 0 0 0;
	width: 900px;
	background: transparent url(images/top-bg.gif) no-repeat;
}

#main {
	padding: 37px 40px 0 40px;
	width: 820px;
}

#content {
	margin: 0 0 0 265px;
	width: 555px;
	overflow: visible;
}

#container {
	width: 820px;
}

#primary {
	border: 0;
	margin-bottom: 0;
}

.main-aside {
	width: 222px;
}
.hentry {
	width: 555px;
}

#branding {
	float: left;
	padding: 0;
	width: 321px;
}

#blog-title a {
	display: block;
	background: transparent url(images/logo.png) no-repeat 24px 0;
	text-indent: -3000px;
	overflow: hidden;
	width: 321px;
}

#blog-description {
	display: none;
}

#access {
	/*margin-left: 364px;*/
	margin-left: 342px;
	border: 0;
}

#footer {
	border: 0;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background: transparent url(images/bottom-bg.png) no-repeat;
}
#siteinfo {
	display: none;
}
.entry-content p {
	text-align: justify;
}

.slug-about .entry-content,
.slug-books .entry-content,
.parent-pageid-10 .entry-content,
.slug-feministing .entry-content,
.slug-journalism .entry-content,
.slug-kudos .entry-title {
	width: 440px;
}

.slug-about .entry-title,
.slug-books .entry-title,
.parent-pageid-10 .entry-title,
.slug-feministing .entry-title,
.slug-journalism .entry-title,
.slug-appearances .entry-title,
.slug-multimedia .entry-title,
.slug-kudos .entry-title,
.slug-contact .entry-title {
	display: none;
}
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
	color: #ff0072;
}
.entry-content {
	padding: 0;
}
.entry-meta a:link,
.entry-meta a:visited,
.entry-meta a:hover,
.entry-meta a:active {
	color: #ff0072;
}
.entry-utility a:link,
.entry-utility a:visited,
.entry-utility a:hover,
.entry-utility a:active {
	color: #ff0072;
}
#books-links {
	margin-top: 57px;
}
#books-links #cover-link {
	margin-bottom: 15px;
}

#books-links,
#appearances-link,
#book-order-link {
	clear: left;
}

.aside .widget_SubPages {
	height: 275px;
	margin-bottom: 10px;
}

.widget_SubPages h3.widgettitle {
	text-indent: -3000px;
	overflow: hidden;
	background: transparent url(images/books-link.png) no-repeat;
	width: 92px;
}
.aside .widget_SubPages ul {
	margin: 13px 0;
	padding: 0 0 0 15px;
	list-style: none;
}
.aside h3 {
	font-style: normal;
}
ul.xoxo {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.xoxo li {
	margin-bottom: 15px;
}
ul.xoxo li ul li {
	margin-bottom: 0;
}

/*********************
** Posts
*********************/
.s-category-appearances .entry-meta, 
.s-category-appearances .entry-utility, 
.s-category-appearances .navigation {
	display: none;
}
#nav-below {
	/*display: none;*/
}
.entry-meta {
	margin-bottom: 15px;
}
.entry-title {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

/*********************
** Main menu
*********************/
.menu {
	width: auto;
	margin: 0;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
}
#nav .page_item a,
#nav .cat-item a {
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	float: left;
	/*margin-left: 18px;*/
	margin-left: 16px;
}
#nav .page_item  a:link,
#nav .cat-item  a:link {
	height: 25px;
}
#nav .page_item  a:visited,
#nav .cat-item  a:visited  {
	height: 25px;
}
#nav .page_item  a:hover,
#nav .cat-item  a:hover {
	height: 32px;
}
#nav .page_item  a:active,
#nav .cat-item  a:active {
	height: 25px;
}
/* Blog */
#nav .cat-item-5 a {
	margin-left: 0;
	width: 23px;
	background: transparent url(images/blog.gif) no-repeat;
}

/* About */
#nav .page-item-2 a {
	width: 31px;
	background: transparent url(images/about.gif) no-repeat;
}
/* Books */
#nav .page-item-10 a {
	width: 31px;
	background: transparent url(images/books.gif) no-repeat;
}
/* Feministing */
#nav .page-item-12 a {
	width: 57px;
	background: transparent url(images/feministing.gif) no-repeat;
}
/* Journalism */
#nav .page-item-14 a {
	width: 56px;
	background: transparent url(images/journalism.gif) no-repeat;
}
/* Appearances */
#nav .page-item-16 a {
	width: 71px;
	background: transparent url(images/appearances.gif) no-repeat;
}
/* Multimedia */
#nav .page-item-18 a {
	width: 58px;
	background: transparent url(images/multimedia.gif) no-repeat;
}
/* Kudos */
#nav .page-item-20 a {
	width: 33px;
	background: transparent url(images/kudos.gif) no-repeat;
}
/* Contact */
#nav .page-item-22 a {
	width: 40px;
	background: transparent url(images/contact.gif) no-repeat;
}

/* current page */
#nav .current_page_item a:link,
#nav .current_page_item a:visited,
#nav .current_page_item a:hover,
#nav .current_page_item a:active,
#nav .current_page_ancestor a:link,
#nav .current_page_ancestor a:visited,
#nav .current_page_ancestor a:hover,
#nav .current_page_ancestor a:active,
#nav .current-cat a:link,
#nav .current-cat a:visited,
#nav .current-cat a:hover,
#nav .current-cat a:active {
	height: 32px;
}

/*********************
** Sidebar menu
*********************/
.aside a:link {
	color: #333;
	text-decoration: none;
}
.aside a:visited {
	color: #333;
	text-decoration: none;
}
.aside a:hover {
	color: #ff0072;
	text-decoration: none;
}
.aside a:active {
	color: #333;
	text-decoration: none;
}
.aside .current_page_item a:link,
.aside .current_page_ancestor a:link {
	color: #ff0072;
	text-decoration: none;
}
.aside .current_page_item a:visited,
.aside .current_page_ancestor a:visited {
	color: #ff0072;
	text-decoration: none;
}
.aside .current_page_item a:hover,
.aside .current_page_ancestor a:hover {
	color: #ff0072;
	text-decoration: none;
}
.aside .current_page_item a:active,
.aside .current_page_ancestor a:active {
	color: #ff0072;
	text-decoration: none;
}

/*********************
** Typography
*********************/
body, input, textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #2c2c2c;
}
h1,h2,h3,h4,h5,h6 {
	color: #ff0072;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	font-style: normal;
	font-weight: bold;
}

/*********************
** Hyperlinks
*********************/
a:link {
	color: #2c2c2c;
	text-decoration: underline;
}
a:visited {
	color: #2c2c2c;
	text-decoration: underline;
}
a:hover {
	color: #2c2c2c;
	text-decoration: underline;
}
a:active {
	color: #2c2c2c;
	text-decoration: underline;
}

/*********************
** Sidebar Calendar
*********************/
#event-calendar,
#event-calendar table {
	width: 130px;
	font-size: 10px;
	line-height: 14px;
}
#event-calendar table,
#event-calendar tr,
#event-calendar thead,
#event-calendar tbody {
	border: 0;
}
#event-calendar h3 {
	display: none;
}
#event-calendar #wp-calendar a.eventday {
	color: #FF0072 !important;
}
#event-calendar .nav,
#event-calendar .nav tbody,
#event-calendar .nav tr {
	border: 0;
}
#event-calendar a {
	color: #ff0072;
	text-decoration: none;
}
.aside table, .aside ul {
	margin-bottom: 5px;
}
.aside th, .aside td {
	border: 0;
	padding: 0;
}
.aside caption {
	text-align: center;
}
.main-aside ul {
	padding: 0 20px 0 0;
}

/*********************
** Footer
*********************/

#custom-footer {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
#social-links ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#social-links li {
	display: inline;
}
#social-links img {
	vertical-align: middle;
}
#social-links li,
#social-links a:link,
#social-links a:visited,
#social-links a:hover,
#social-links a:active {
	font-size: 10px;
	color: #2c2c2c;
	text-decoration: none;
	margin-right: 30px;
}
#copyright {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	color: #2c2c2c;
}

/*********************
** Pages
*********************/
/** Blog **/
h1.page-title {
	display: none;
}

/** About page **/
.about-quote {
	position: relative;
	left: -63px;
	margin-bottom: 50px;
	z-index: 99;
}

/** Journalism page **/
.slug-journalism .entry-content a:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.slug-journalism .entry-content a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.slug-journalism .entry-content a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.slug-journalism .entry-content a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/** Appearances page **/
.slug-appearances .entry-content {
	position: relative;
}
.slug-appearances .entry-content p {
	width: auto;
	text-align: left;
}
.slug-appearances div#ec3_big_cal {
	border: 0;
	text-align: center;
	height: 350px;
	width: 555px;
	position: absolute;
	top: 0;
	left: 0;
}
.slug-appearances ul.ec3_events {
	padding-top: 425px;
}
.slug-appearances #ec3_big_cal table {
	margin: 0 auto;
	width: 80%;
}
.slug-appearances #ec3_big_cal table td div {
	min-height: 3.1em;
}
.slug-appearances .ec3_list {
	list-style: none;
	color: #ff0072;
	font-size: 14px;
	font-weight: bold;
}
.slug-appearances .ec3_list li {
	color: #2c2c2c;
	font-size: 11px !important;
}
.slug-appearances .ec3_list a {
	color: #ff0072;
	font-size: 12px;
}
#ec3_big_cal table caption {
	text-align: center;
}
#ec3_big_cal table caption a {
	font-size: 14px;
}
#ec3_big_cal table th,
#ec3_big_cal table td {
	padding: 0.2em 0.4em;
}
#ec3_big_cal table.nav a {
	font-size: 12px;
}
#ec3_big_cal table a:link,
.slug-appearances .ec3_list a:link {
	color: #ff0072;
	text-decoration: none;
}
#ec3_big_cal table a:visited,
.slug-appearances .ec3_list a:visited {
	color: #ff0072;
	text-decoration: none;
}
#ec3_big_cal table a:hover,
.slug-appearances .ec3_list a:hover {
	color: #ff0072;
	text-decoration: underline;
}
#ec3_big_cal table a:active,
.slug-appearances .ec3_list a:active {
	color: #ff0072;
	text-decoration: none;
}
#ec3_big_cal table.nav,
#ec3_big_cal table.nav tbody,
#ec3_big_cal table.nav thead,
#ec3_big_cal table.nav tr,
#ec3_big_cal table.nav th,
#ec3_big_cal table.nav td {
	border: 0;
}
.category-appearances .ec3_iconlet {
	display: none;
}


/** Multimedia page **/
div.page-post {
	margin-bottom: 15px;
}

/** Contact page **/

#wpcf7-f1-p22-o1 {
	margin-left: 171px;
}
#wpcf7-f1-p22-o1 form {
	width: 340px;
}
#wpcf7-f1-p22-o1 input,
#wpcf7-f1-p22-o1 textarea {
	border: 1px solid #000;
}
#wpcf7-f1-p22-o1 #contact-submit {
	text-align: right;
}
#wpcf7-f1-p22-o1 #contact-submit input {
	text-indent: -3000px;
	overflow: hidden;
	border: 0;
	padding: 0;
	background: transparent url(images/submit.png) no-repeat;
	width: 91px;
	height: 29px;
}