/* @override http://amyconn.com/wp-content/themes/connatic/style.css */

/*   
Theme Name: Connatic
Theme URI: 
Description: A Thematic Child Theme for Amy Conn.
Author: Dave Belden
Author URI: http://davebelden.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* @group Reset */

/* Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
 */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	background-color: #e4e4e4;
	overflow-y: scroll;
}
body {
	background: #efefef;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* @end */

/* @group Typography */

/* Based on Blueprint
   http://code.google.com/p/blueprintcss/
*/

body, input, textarea {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}

/* @group Text elements */

p {
	margin-bottom: 1.5em;
}

ul {
	margin: 0 0 1.5em 2.5em;
}

ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
}

code {
	font: 11px Monaco, monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

ins {
	text-decoration: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* @end */

/* @group Pullquotes */

blockquote {
	margin: 0 0 3em 0;
	padding: 1em;
	font: italic 1.3em/1.6em Georgia, "Times New Roman", Times, serif;
	background-color: #f3f3f3;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

blockquote em,
blockquote i,
blockquote cite,
blockquote h4 {
	font-style: normal;
}

blockquote h4 em {
	font-style: italic;
}
blockquote h4 {
	display: block;
	margin: 0 0 0 -1em;
	padding: 1em 1em 0 1em;
	font: bold .65em/1.6em Arial, Helvetica, Geneva, sans-serif;
}
blockquote p {
	margin-bottom: .5em;
	color: #45508b;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 2em;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 2em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */

/* @end */


/* @group Three-Column Layout */

/* Three-column 990px fixed layout with two sidebars on either side of content
*/

body {
	min-width: 990px;
}

#header {
	position: relative;
}

#branding {
	width: 990px;
	margin: 0 auto;
}



.menu {
	width: 100%;
	margin: 0;
}

#main {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(images/bg_main.jpg) repeat-y;
}


#access {
	position: fixed;
	margin-left: 32px;
	padding-top: 22px;
	width: 154px;
	height: 440px;
	background: transparent url(images/bg_left.jpg) no-repeat -32px -140px;
	z-index: 0;
}


#container {
	width: 980px;
	float: left;
	margin: 0;
}

#content {


/* 510px wide */
	margin: 0 284px 0 186px;
	overflow: hidden;
	background-color: #fff;
}

#primary {
	width: 154px;
	padding-left: 32px;
	margin: 0 0 0 -980px;
	float: left;
}

* html #primary {
	left: 20px;
	position: relative;
}

#secondary {
	width: 284px;
	float: left;
	margin: 0 0 0 -284px;
	background: #e5e5e5 url(images/bg_right.jpg) no-repeat 0 0;
}

#footer {
	position: relative;
	height: 140px;
	clear: both;
	z-index: 3;
	background: #E5E5E5 url(images/bg_footer.jpg) no-repeat center top;
}

#subsidiary {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#subsidiary .aside {
	width: 300px;
	float: left;
	margin: 0 10px 0 10px;
}

#subsidiary #third {
	margin: 0 0 0 10px;
}

#siteinfo {
	clear: both;
	width: 900px;
	margin: 0 auto;
}

/* @end */

/* @group Images */

.entry-content img {
	margin: 0 0 18px 0;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
}

.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.wp-caption {
	text-align: center;
	margin-bottom: 18px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
}


.wp-smiley {


/* Prevent the smileys from breaking line-height */
	max-height: 12px;
	margin: 0 !important;
}

/* @end */

/* @group Global Elements */

table {
	margin: 0 0 2em 0;
	text-align: left;
}

caption {
	text-align: left;
}


th, td {
	padding: .7em 1.25em;
}

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
}

a:link {
	color: #004B91;
}

a:visited {
	color: #476991;
}

a:active,
a:hover {
	color: #b32b2b;
}

/* @end */


/* @group Header */

#header {
}

#branding {
	padding: 0;
	background: url(images/branding_collage.jpg) no-repeat 186px 0;
	height: 140px;
}

#blog-title {
	width: 186px;
	height: 140px;
	background: url(images/bg_left.jpg) no-repeat right top;
	position: fixed;
	z-index: 2;
}

#blog-title a {
	display: block;
	width: 186px;
	height: 140px;
	text-decoration: none;
	background: url(images/logo.png) no-repeat 45px 85px;
	text-indent: -3000px;
}

#blog-title a:active,
#blog-title a:hover {
	color: #FF4B33;
}

#blog-description {
	display: none;
}

/* @end */

/* @group Content */

#main {
	clear: both;
}

.category .page-title {
	padding: 44px 35px 0 35px;
}

.attachment .page-title {
	font-style: italic;
}

.page-title a {
	color: #666;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}

.page-title span {
	font-style: italic;
}

.page-title .meta-nav {
	font-style: normal;
}

.hentry {
	padding: 0 35px 22px 35px;
}

.pageid-48 .hentry,
.pageid-48 blockquote,
.pageid-48 #content { /* homepage */
	background-color: #6c7499;
	text-shadow: #464d69 0 1px 0;
	color: #c0c3e0;
	margin-bottom: 0;
}
.pageid-48 blockquote p {
	color: #d9daea;
}
.pageid-48 blockquote a,
.pageid-48 blockquote a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 2em;
	text-transform: lowercase;
	font-size: 1.1em;
}
.pageid-48 blockquote a:hover {
	text-decoration: underline;
}

.single .hentry {
	padding: 0 35px 22px 35px;
}

.home #content .sticky {
	border: 1px solid #ccc;
	margin: 0 0 66px 0;
	padding: 22px 20px 0 20px;
}

.entry-title {
	display: none;
}

.blog .entry-title,
.single .entry-title,
.category .entry-title {
	display: block;
	margin-top: 44px;
}

h1.entry-title {
	font-size: 1.6em;
}

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

.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

.entry-meta {
	color: #666;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
}

.blog .entry-meta {
}

.meta-prep-author,
.meta-sep-entry-date,
.meta-prep-entry-date,
.entry-meta .author {
	display: none;
}

.entry-meta .n {
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #666;
	text-decoration: none;
}

.entry-meta a:active,
.entry-meta a:hover {
	color: #FF4B33;
}

.entry-meta abbr {
	border: none;
	cursor: text;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.entry-content { /* 440px wide */
	padding: 44px 0 0 0;
}

.blog .entry-content {
	padding-top: 1em;
}
.post .entry-content {
	padding-top: 1em;
	padding-bottom: 1em;
}


.entry-content h1,
.entry-content h2 {
	font-size: 19px;
	font-weight: normal;
	padding: 28px 0 28px 0;
}

.entry-content h3 {
	font-size: 17px;
	padding: 28px 0 14px 0;
}

.entry-content h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.entry-content h5 {
	font-size: .9em;
	border-top: 1px solid #ececec;
	padding-top: .5em;
	font-weight: bold;
	color: #45508b;
}

.entry-content table {
	margin-left: 1px;
}

.entry-content embed {
	margin: 0 0 22px 0;
}

.entry-utility {
	color: #969898;
	font-size: .9em;
	margin: 0 0 44px 0;
}

.entry-utility a:link {
	color: #456391;
	font-style: italic;
	text-decoration: none;
}

.entry-utility a:hover,
.entry-utility a:active {
	color: #b32b2b;
}


.page-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 22px 0 0 0;
	word-spacing: 0.5em;
}

.page-link a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}

ul#links-page,
ul#archives-page {
	list-style: none;
	margin-left: 0;
	overflow: hidden;
}

li.content-column {
	float: left;
	margin-right: 20px;
	width: 45%;
}

.wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}

#author-info {
	margin: 0 0 44px 0;
	overflow: hidden;
}

#author-info .avatar {
	float: left;
	margin: .3em 1em 0 0;
}

/* @end */



/* @group Gallery */


.gallery {
	padding: 0 0 22px 0;
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin: 10px 0 0 0;
}
.gallery img {
    border: none;
	margin: 0;
}
.gallery .gallery-caption {
    margin: 0;
    font-size: .8em;
}
.gallery br { clear: both }
 
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }


.pageid-13 .gallery img {
	width: 100px;
	height: 100px;
}

.pageid-13 .gallery-caption {
	display: none;
}

/* @end */





/* @group Attachments */

.attachment-jpeg #container,
.attachment-png #containe

r {
	width: 100%;
}

.attachment-jpeg #content,
.attachment-png #content {
	width: 930px;
}

.attachment-jpeg #comments,
.attachment-png #comments {
	width: 540px;
	overflow: hidden;
}

.attachment-jpeg .main-aside,
.attachment-png .main-aside {
	display: none;
}

/* @end */

/* @group Navigation */

.navigation {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0 22px 0;
	overflow: hidden;
}

.navigation a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}

.navigation .meta-nav {
	font-style: normal;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#nav-above,#nav-below {
	width: 100%;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
	padding: 0 0 44px 0;
}

/* @end */

/* @group Comments */

#comments {
	padding: 0 35px 22px 35px;
}

#comments,
#comments input,
#comments textarea {
	font-size: 13px;
	line-height: 18px;
}

#comments code {
	font-size: 12px;
	line-height: 18px;
}

#comments h3 {
	font-family: Arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 18px 0;
}

#comments-list {
	padding: 0 0 18px 0;
}

#comments-list ol,
#comments-list ul {
	list-style: none;
	margin: 0;
}

#comments-list ol {
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 18px 0;
}

#comments-list li {
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	padding: 18px 1.5em 0 1.5em;
	position: relative;
}

#comments-list li.alt {
	background: #fff;
}

#comments-list li.bypostauthor {
	background: #FFFFCC;
}

#comments-list ul li {
	border: 1px solid #ccc;
	margin: 0 0 18px 0;
}

#comments-list li .avatar {
	position: absolute;
	top: 22px;
	left: 1.5em;
	width: 36px;
	height: 36px;
}

#comments-list .comment-author {
	font-weight: bold;
	padding: 9px 0 0 46px;
}

#comments-list .comment-meta {
	color: #666;
	font-size: 11px;
	padding: 0 0 9px 46px;
}

#comments-list .comment-meta a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #FF4B33;
}

.comment-reply-link {
	font-size: 11px;
	padding: 0 0 18px 0;
	text-align: right;
}

.comment-reply-link a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #FF4B33;
}

.comment-navigation {
	font-weight: bold;
	padding: 0 0 18px 0;
	margin-right: 0.5em;
}

.comment-navigation a {
	border: 1px solid #ccc;
	color: #666;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.comment-navigation a:active,
.comment-navigation a:hover {
	color: #FF4B33;
}

.comment-navigation a,
.comment-navigation span {
	margin-right: 0.5em;
}

#trackbacks-list .comment-content {
	position: absolute;
	left: -9000px;
}

#respond {
	background: #fff;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 18px 0 0 0;
	position: relative;
}

#comments-list #respond {
	border-bottom: 1px solid #ccc;
	margin: 0 0 18px 0;
	padding: 18px 1.5em;
}

#comments-list ul #respond {
	border: 1px solid #ccc;
	margin: 0;
}

#cancel-comment-reply {
	font-size: 11px;
	position: absolute;
	top: 18px;
	right: 1.5em;
}

#cancel-comment-reply a {
	color: #666;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

.form-section label {
	font-size: 11px;
}

.form-section input {
	margin: 0 0 18px 0;
	width: 98%;
}

.form-section textarea {
	width: 99%;
}

#form-allowed-tags p {
	color: #666;
	font-size: 11px;
	margin: 0;
}

#form-allowed-tags span {
	font-style: italic;
}

#form-allowed-tags code {
	font-size: 11px;
	line-height: normal;
}

.form-submit {
	padding: 18px 0 0 0;
	text-align: right;
}

.subscribe-to-comments {
	color: #666;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

.solo-subscribe-to-comments {
	color: #666;
	font-size: 11px;
	padding: 18px 0 0 0;
}

.comment_license {
	color: #666;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0 0;
}

/* @end */

/* @group Asides, Sidebars & Widget-Ready Areas */

.aside,
.aside input {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 6px;
}

.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
	margin-bottom: 18px;
}

.aside pre,
.aside code {
	font-size: 12px;
	line-height: 18px;
}

.aside,
#access {
	color: #666;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.aside a {
	color: #666;
}

.aside a:active,
.aside a:hover {
	color: #b32b2b;
}

.aside h3 {
	font-size: 15px;
	line-height: 22px;
}

.aside h3 a {
	text-decoration: none;
}

.aside caption {
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aside ul {
	list-style: none;
	margin-left: 0;
}

.aside ul ul {
	list-style: disc;
	margin: 0 0 22px 20px;
}

.aside ul ul li {
	padding: 1px 0;
}

.aside ul ul ul {
	margin-bottom: 0;
}

.aside form,
.aside table {
	margin-bottom: 22px;
}

.aside table {
	border: none;
}

.aside thead {
	border: 1px solid #ccc;
}

.aside tbody {
	border: 1px solid #ccc;
}

.aside th, .aside td {
	border-right: 1px solid #ccc;
	padding: .25em .8em;
}

.aside tfoot tr {
	border: none;
}

.aside tfoot td {
	border-color: transparent;
}

.widget_tag_cloud {
	margin: 0 0 22px 0;
}

.aside #searchsubmit {
	display: none;
}

.aside a.headshot_2009,
.aside a.headshot_img_9134,
.aside a.headshot_img_9513 {
	float: left;
	display: inline;
	margin-top: 5px;
	width: 73px;
	height: 110px;
	background-image: url(http://amyconn.com/images/headshot_2009_thumb.jpg);
}
.aside a.headshot_img_9134 {
	background-image: url(http://amyconn.com/images/headshot_IMG_9134_thumb.jpg);
	margin-left: 12px;
}
.aside a.headshot_img_9513 {
	background-image: url(http://amyconn.com/images/headshot_IMG_9513_thumb.jpg);
	margin-left: 12px;
}

/* @group Main Asides */

.main-aside ul {
	padding: 0 20px;
	margin-top: 26px;
}


.main-aside ul ul {
	padding: 0;
}


/* @end */

/* @group Content Asides */

#content .aside {
	border: 1px solid #ccc;
	margin: 0 0 22px 0;
	padding: 18px 0 0 0;
}

#content .aside ul {
	padding: 0 20px;
}

#content .aside h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	padding: 0 0 7px 0;
	text-transform: none;
}

#content .aside ul ul {
	padding: 0;
}

/* @end */

#subsidiary {
	padding: 33px 0 0 0;
}

/* @group Menu */

#access {
	font-size: .9em;
	line-height: 1.3em;
}

div#access ul.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu ul {
	display: none;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	display: block;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
	border-top: 1px solid #d9d9d9;
	padding: 9px 14px;
	text-decoration: none;
}

.sf-menu li:last-child a {
	border-bottom: 1px solid #d9d9d9;
}

.sf-menu a,
.sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #45508B;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background-color: #e5e5e5;
	color: #b32b2b;
	font-weight: bold;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	background: #e5e5e5;
	outline: 0;
	color: #b32b2b;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	display: none;
}

/* @end */

/* @end */

/* @group Footer */



#siteinfo {
	color: #767f89;
	font-size: .85em;
	line-height: 1.8em;
	padding: 4em 0;
	text-shadow: #f6fafa 0 1px 0;
}

#siteinfo a {
	color: #666;
}

#siteinfo a:active,
#siteinfo a:hover {
	color: #FF4B33;
}

/* @end */

/* @group PageNavi */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin: 0 0 0 -.5em;
	padding: 0.5em 0;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi span {
	border: 1px solid #ccc !important;
	color: #666!important;
	font-style: normal;
	margin: 0 .375em !important;
	padding: 0.5em 0.25em !important;
}

.wp-pagenavi a:visited {
	border: 1px solid #ccc !important;
	color: #666 !important;
}

.wp-pagenavi a:hover {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}

.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #FF4B33 !important;
}

.wp-pagenavi span.pages {
	border: none !important;
	color: #666 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.current {
	border: none !important;
	color: #666 !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi span.extend {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	margin: 2px;
	padding: 2px 4px;
}

/* @end */

.edit-comment { /* Ajax Edit Comments */
    margin-bottom: 18px;
}

img#wpstats { /* hide WordPress Stats smiley */
    width: 0px;
	height: 0px;
	overflow: hidden
}

/* @group Plugins */

/* @group GigPress */


a.archive-link,
a.archive-link-newer {
	text-decoration: none;
	float: left;
	background-color: #d3d5d5;
	padding: .5em .7em;
	margin-right: 1em;
	font-size: 1.1em;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.entry-content a.archive-link,
a.archive-link-newer {
	float: right;
	margin-right: 0;
}
h1 a.archive-link {
	font-size: .7em;
	font-weight: normal;
}

#text-3 h3.widgettitle {
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}

/* By default this is an h3 that appears above each artist's list of shows */
h3.gigpress-artist-heading  {	
}

/* This span contains the RSS and iCal links for the artist */
span.gigpress-artist-subscriptions {
	margin-left: 5px;
	float: right;
}

/* Meet the table that displays our shows */
.gigpress-table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: -3em 0 1em 0;
}


tr.gigpress-header {
	display: none;
}
/* This is for the main header cells containing the column labels */
tr.gigpress-header th {
}

/* Generic class for the table header cells */
.gigpress-table th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

/* This is for the tour name header cells */
th.gigpress-heading {
	border-bottom: 1px solid #886d71;
	padding-top: 3em;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #9f2525;
}


/* This is for the tour name headings, whichever one you're using */
th.gigpress-heading h1, th.gigpress-heading h2, th.gigpress-heading h3, th.gigpress-heading h4, th.gigpress-heading h5 {
	margin: 0;
}

/* Applies to all cells in the table */
.gigpress-table td {
	padding: 6px 0;
	vertical-align: top;
	text-align: left;
}

/* Applies to the first row of each show listing */
.gigpress-row td {
	border-bottom: 1px solid #eee;
}

/* To set an alternating row style */
tr.gigpress-alt {
}

/* Individual classes for the label header cells that start the table */
th.gigpress-date {
}

th.gigpress-artist {
}

th.gigpress-city {
}

th.gigpress-venue {
}

th.gigpress-country {
}

/* Likewise, individual classes for the content cells */
td.gigpress-date {
	width: 30%;
	font-size: .9em;
	font-weight: bold;
}
.gigpress-date .gigpress-time {
	display: block;
	font-weight: normal;
}

td.gigpress-artist {
}

td.gigpress-city {
}
span.gigpress-address,
span.city-state {
	display: block;
	font-size: .9em;
}

td.gigpress-venue {
}

td.gigpress-country {
}

/* Style for rows within a tour */
tr.gigpress-tour td {
}


/* The secondary row for each show, contains time, admission, etc */
tr.gigpress-info td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
}

/* Greys-out cancelled shows */
tr.gigpress-row.cancelled, tr.gigpress-info.cancelled, tr.cancelled span.gigpress-info-label, tr.cancelled span.gigpress-info-item {
	color: #999;
}

/* This wraps each of the bits of info in the "info" cell */
span.gigpress-info-item {
	font-size: .9em;
	display: block;
	padding: 0 1em 0 0;
}

/* For the labels for address, admission, etc in the "info" cell */
span.gigpress-info-label {
	color: #666;
}

/* In case you want to style the "Buy Tickets" link */
a.gigpress-tickets-link {
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.gigpress-tickets-link:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

span.gigpress-notes {
	font-size: .9em;
	color: #7c7c7c;
}

/* Notices for Cancelled or Sold Out shows */
strong.gigpress-cancelled,
strong.gigpress-soldout {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px;
	color: #111;
	background: #fffdeb;
	border: 1px solid #EEE;
	background: #111;
	color: #FFF;
	border: none;
}

/* In case you want to style the Googlefied address link */
a.gigpress-address {
}


/* These styles control the peek-a-boo "add" links to iCal and Google Calendar. Behaviour dictated by a separate jQuery script. */
td.gigpress-links-cell {
	vertical-align: top;
}

.gigpress-calendar-add {
	position: relative;
	margin-top: .5em;
}

a.gigpress-links-toggle {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: transparent url(../../plugins/gigpress/images/calendar-toggle.png) no-repeat left top;
	cursor: pointer;
}

a.gigpress-links-toggle:hover {
	background-position: -11px 0px;
}

a.gigpress-link-active {
	background-position: -33px;
}

a.gigpress-link-active:hover {
	background-position: -22px;
}

div.gigpress-calendar-links {
	display: none;
	position: absolute;
	left: 20px;
	top: -1.2em;
	width: 15em;
	padding-left: 7px;
	background: transparent url(../../plugins/gigpress/images/calendar-links-bg.png) no-repeat left center;
}

.gigpress-calendar-links-inner {
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 1px 1px 0;
}

div.gigpress-calendar-links span {
	display: block;
}

/* These are for the RSS/iCal subscribe links */
p.gigpress-subscribe {
	text-align: left;
	color: #999;
}

p.gigpress-subscribe a {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	margin: 0 3px;
}

a.gigpress-rss, a.gigpress-rss:hover {
	background: transparent url(../../plugins/gigpress/images/feed-icon-12x12.png) no-repeat left center;	
}

a.gigpress-ical, a.gigpress-ical:hover {
	background: transparent url(../../plugins/gigpress/images/icalendar-icon.gif) no-repeat left center;	
}


/* These styles are for the sidebar listing */


body.pageid-27 li#gigpress,
body.pageid-27 li#gigpress-2 { /* hides on schedule page */
	display: none;
}

.widget_gigpress h3 {
	display: none;
}

li.widget_gigpress {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #d8d8d8;
}

.aside ul.gigpress-listing {
	margin: 1em 0 1em 0;
	font-size: .9em;
	line-height: 1.5em;
}

.gigpress-listing li {	
	list-style-type: none;
	margin-bottom: 2em;
}
.gigpress-listing li:last-child {
	margin-bottom: 0;
}

.gigpress-listing li ul {
	margin-left: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #d2d4d4;
}
.gigpress-listing li:last-child ul {
	border-bottom: none;
}

h3.gigpress-list-artist-heading {
}

span.gigpress-list-tour-heading {	
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #9f2525;
}
span.gigpress-list-tour-heading span {
	display: none;
}

/* style each alternating list item differently */
li.gigpress-alt {
}

/* style the date differently */
span.gigpress-sidebar-date {
	font-size: 110%;
	display: block;
}
span.gigpress-sidebar-time {
	font-weight: normal;
	margin-left: 1em;
}

/* Sold Out shows in the sidebar */
ul.gigpress-listing strong.gigpress-soldout,
ul.gigpress-listing span.gigpress-sidebar-city {
	display: block;
}


/* These styles control the Related Show list that appears in the body of Related Posts */
ul.gigpress-related-show {
	margin-bottom: 2em;
}

.gigpress-related-label {
	font-weight: bold;
}

.gigpress-related-item {
}

.gigpress-sidebar-status a.gigpress-tickets-link {
	padding: .2em .5em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
	background-color: #d3d5d5;
	float: right;
	margin-top: -.3em;
}
.gigpress-sidebar-status a.gigpress-tickets-link:hover {
	border-bottom: none;
}

p.gigpress-sidebar-more a {
	text-decoration: none;
	padding: .5em;
	font-weight: bold;
	text-decoration: none;
	background-color: #d3d5d5;
	text-align: center;
	display: block;
	letter-spacing: .1em;
}


/* This is just to include data for hcalendar support, but hide it from view */
.hide {
	display: none;
}

/* Stop Firefox from underlining our abbreviated dates */
abbr {
	border: none;
	text-decoration: none;
	font-size: 100%;
	cursor: default;
}

/* @end */

/* @group WP-Table Reloaded */

/* For the plugin WP-Table Reloaded by Tobias Bäthge! 
http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ */

/* general table styles */

table.wp-table-reloaded {
	margin: 10px 0 15px 0;
	font-size: .85em;
	width: 100%;
}

/* Styles for the tablehead (<th>) (if enabled) */

table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: .85em;
	padding: 4px;
}

table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: .7em;
	background-color: #fff;
	vertical-align: top;
}

/* Styles for alternating row colors (if enabled) */

table.wp-table-reloaded tbody tr.even td,
table.wp-table-reloaded-id-13 tbody tr.odd td.column-1 {
	background-color: #fff;
}

table.wp-table-reloaded tbody tr.odd td {
	background-color: #e7eaea;
}



/* how to change column widths :
you can access a column with its CSS-class
(that is ".column-" plus the number of the column)
use table.wp-table-reloaded to do your change for every table, or use
table.wp-table-reloaded-id-<id> for just a single table (with ID <id>)

example: this changes the width of the third column of table ID 5 to 25px:


table.wp-table-reloaded-id-5 .column-3
{
	width: 25px;
}

*/

/* Styles for the sorting (if Tablesorter is enabled) */

table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}

table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}


span.wp-table-reloaded-table-description {
	font-size: 10px;
}


/* Event Archive table */
table.wp-table-reloaded-id-13 h3 { 
	padding: 0;
}
table.wp-table-reloaded-id-13 td.column-1 {
	padding-left: 0;
	width: 18%;
}
table.wp-table-reloaded-id-13 tr.row-6 td,
table.wp-table-reloaded-id-13 tr.row-14 td,
table.wp-table-reloaded-id-13 tr.row-20 td,
table.wp-table-reloaded-id-13 tr.row-28 td,
table.wp-table-reloaded-id-13 tr.row-34 td,
table.wp-table-reloaded-id-13 tr.row-44 td,
table.wp-table-reloaded-id-13 tr.row-50 td,
table.wp-table-reloaded-id-13 tr.row-52 td,
table.wp-table-reloaded-id-13 tr.row-56 td,
table.wp-table-reloaded-id-13 tr.row-58 td {
	padding-top: 6em;
}


/* @end */





/* @end */