/*
THEME NAME: De Lux II
THEME URI:
DESCRIPTION: Custom redesign for chrisswithinbank.net, built on <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>'s <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a>
VERSION: 0.1
AUTHOR: Chris Swithinbank
AUTHOR URI: http://www.chrisswithinbank.net/
TAGS: microformats, fixed-width, 960px-grid, 22px-baseline-grid
*/

/* 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');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Import IM Fell Double Pica PRO typeface for headings. The Fell Types are digitally reproduced by Igino Marini. www.iginomarini.com */
@font-face {
	font-family: 'IM FELL Double Pica PRO';
	font-style: italic;
	src: local('IM FELL Double Pica PRO'), local('IM_FELL_Double_Pica_PRO_Italic'), url('fonts/FeDPit27C.woff') format('woff'), url('fonts/FeDPit27C.ttf') format('truetype'); }
@font-face {
	font-family: 'IM FELL Double Pica PRO';
	src: local('IM FELL Double Pica PRO'), local('IM_FELL_Double_Pica_PRO_Roman'), url('fonts/FeDPrm27C.woff') format('woff'), url('fonts/FeDPrm27C.ttf') format('truetype'); }

/* =Fonts
-------------------------------------------------------------- */
#blog-title, #blog-description, .entry-title, .entry-content h1, .entry-content h2 {
    font-family:IM FELL Double Pica PRO,Baskerville,Garamond,Palatino,"Palatino Linotype","Hoefler Text",Times New Roman,"URW Palladio L",serif; }
body, input, textarea {
    font-family:Baskerville,Garamond,Palatino,"Palatino Linotype","Hoefler Text",Times New Roman,"URW Palladio L",serif; }
pre, code {
	font-family:Lucida Console,Andale Mono,monospace; }

/* =Layout Modifiers
-------------------------------------------------------------- */
#content-full {
    margin:0 10px;
    width:940px;
    overflow:visible;}
#content {
    overflow:visible;}
.works-column {
    float:left;
    margin-right:20px;
    margin-bottom:17px;
    padding-right:40px;
    width:260px;
    text-shadow: 1px 1px 0 #fff;}
.works-column h3, #col1 .entry-content h3 {
    font-size:16px;
    line-height:22px;
    font-weight:bold;
    font-style:normal;
    text-transform:uppercase;
    letter-spacing:0.1em;
    padding:22px 0;}
h3.col-top-heading {
    padding-top:3px;}
.works-column ul {
    list-style:none outside none;
    margin: 0 0 22px;}
.works-column ul li {
    padding:22px 11px;
    margin:-22px -11px;}
.works-column ul li:hover {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#EDFAF8;
    border:0 solid #EDFAF8;}
.works-column ul h4 {
    font-size:19px;
    line-height:22px;
    font-style:italic;
    font-weight:normal;}
.works-column ul h4 a {
    text-decoration:none;
    color:#000;}
.works-column ul li p {
    margin-bottom:0;}
#col1 .entry-title {
    padding-bottom: 3px;}
#col3 {
    margin-right:0;}
#col1 .hentry {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:#EDFAF8;
    border:0 solid #EDFAF8;
    margin:11px 0 11px -11px;
    padding:11px;}
#col1 .entry-content, #col1 .entry-content h3 {
    padding:0;
    color:#405140;}
#col1 .entry-content p {
    margin-bottom:0;}

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font-size:16px;
    line-height:1.375;}
p, ul, ol, dd, pre {
    margin-bottom:22px;}
pre, code {
    font-size:14px;
    line-height:22px;}
blockquote {
    color:#666;
    font-style:italic;
    font-size: 19px;
    line-height: 22px;
    text-shadow: 2px 2px 2px #E7DFCB;}
table {
    border:none;
    border-width:0;
    font-size:14px;
    line-height:22px;
    margin:0 0 22px 0;
    text-	align:left;}
table tr:nth-child(even) {
  background-color: #EDFAF8;}
caption {
    text-align:left;}
tr {
    border-bottom:none;}
tr.past-event, tr#past-events-header {
    opacity: 0.7; }
tr.past-event:hover, tr#past-events-header:hover {
    opacity: 1; }
td, th {
    padding: 7px 1.25em 15px;}
th {
    background-color: #fff; }
tr#upcoming-events-header th {
    padding: 0 1.25em 16px; }
hr {
    background-color:#999487;
    border:0;
    color:#999487;
    height:1px;
    margin-bottom:22px;}
a:link, a:visited, a:active, a:hover {
    text-decoration: underline; }
abbr {
    border: none; }

/* =Colour E7DFCB
-------------------------------------------------------------- */
a:link, a:visited {
    color:#77101C;}
a:active, a:hover, .works-column ul h4 a:hover, .works-column ul h4 a:active {
    color: #F01D36;}

#blog-title a {
    color:#000; }
#blog-title a:hover {
    color: #F01D36;}
#blog-title a:active, #blog-description {
    color:#999487;}
#header {
    background-color:#E7DFCB;}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    background-image: url(images/headernoise.gif);
    background-repeat: repeat; }
#branding {
    padding:44px 0 19px 0;
    text-shadow: 1px 1px 0px #fff;}
#blog-title {
    font-size:66px;
    font-weight:normal;
    line-height:1em; }
#blog-title a {
    text-decoration:none; }
#blog-description {
    font-size:66px;
    font-style:italic;}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none; }
#access {
    border-bottom:1px solid #999487;
    height:32px;
    font-size:13px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    font-weight: 600;
    overflow:visible;
    z-index:100;
    background-image:url("images/header_bg.png");
    background-position:0 13px;
    background-repeat:repeat-x;}
#menu {
    margin:0 auto;
    width:940px; }

/*** ESSENTIAL STYLES ***/
#menu ul, #menu ul * {
    margin: 0;
    padding: 0;
    list-style: none;}
#menu ul {
    line-height: 1.0; }
#menu ul ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */ }
#menu ul ul li {
    width: 100%; }
#menu ul li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */ }
#menu ul li {
    float: left;
    position: relative;
    margin-right:10px; }
#menu ul a {
    display: block;
    position: relative; }
#menu ul li:hover ul, #menu ul li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99; }
#menu ul li:hover li ul, #menu ul li.sfHover li ul {
    top: -999em; }
#menu ul li li:hover ul, #menu ul li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0; }
#menu ul li li:hover li ul, #menu ul li li.sfHover li ul {
    top: -999em; }
#menu ul li li li:hover ul, #menu ul li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0; }

/*** THEMATIC SKIN ***/
#menu ul {
    float:left; }
#menu ul a {
    background: transparent;
    border-left:1px solid #999487;
    border-top:1px solid #999487;
    border-bottom:1px solid #999487;
    border-right:1px solid #999487;
    padding:11px 13px 7px;
    text-decoration:none; }
#menu ul .external a, #menu ul .external a:hover, #menu ul .external a:visited, #menu ul .external a, #menu ul .external a {
    padding-left: 25px;
    background-image:url(images/ornament4.png);
    background-repeat:no-repeat; }
#menu ul .external a:hover {
    background-image:url(images/ornament4.png);
    background-repeat:no-repeat;
    background-position: 0 -29px; }
#menu ul .page-item-799 a, #menu ul .page-item-799 a:hover, #menu ul .page-item-799 a:visited, #menu ul .page-item-799 a, #menu ul .page-item-799 a {
    padding-left: 36px;
    background-image:url(images/ornament3.png);
    background-repeat:no-repeat; }
#menu ul .page-item-799 a:hover {
    background-image:url(images/ornament3.png);
    background-repeat:no-repeat;
    background-position: 0 -29px; }
#menu ul .current_page_item a, #menu ul .current_page_item a:hover, #menu ul .current_page_item a:visited, #menu ul .current_page_ancestor a, #menu ul .current_page_parent a {
    color: #000;
    background: #fff;
    border-bottom-color:#fff;
    padding-left: 36px;
    background-image:url(images/ornament2.png);
    background-repeat:no-repeat; }
#menu ul .current_page_item a:hover {
    color: #F01D36;
    text-decoration: underline;
    background-image:url(images/ornament2.png);
    background-repeat:no-repeat;
    background-position: 0 -29px; }
#menu ul a, #menu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: rgb(102, 102, 102);
    color: rgba(102, 102, 102, 0.75); }
#menu ul li {
    background: rgb(248, 245, 245);
    background: rgba(255, 255, 255, 0.7); }
#menu ul li li {
    background: #fff; }
#menu ul li li li {
    background: #9AAEDB; }
#menu ul li:hover, #menu ul li.sfHover, #menu ul a:focus, #menu ul a:hover, #menu ul a:active {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    outline: 0;
    text-decoration: underline;
    color: rgb(240, 29, 54);
    color: rgba(240, 29, 54, 0.75);
    border-bottom-color: #999487; }
#menu ul ul {
    border-right:1px solid #999487;
    border-bottom:1px solid #999487;
}
#menu ul li:hover ul, #menu ul li.sfHover ul {
	top:32px; /* overriding essential styles */
}
#menu ul ul ul {
    margin-top:0;
}
#menu ul ul a {
    background:#fafafa;
	border-bottom:none;
}
#menu ul ul a:hover {
    color: #F01D36;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:36px 0 22px;
    overflow:visible;}
.page-title {
    font-size:14px;
    line-height:22px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active, .page-title a:hover {
    color: #F01D36;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
    margin:0 0 40px 0;}
.single #content .hentry {
    margin:0;}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;}
.entry-title {
    font-size:26px;
    font-weight:normal;
    line-height:22px;
    padding: 0 0 4px;}
.entry-title a {
    color:#000;
    text-decoration:none;}
.entry-title a:active, .entry-title a:hover {
    color: #F01D36;}
.entry-meta, .widget-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:22px;}
.work-meta {
    opacity:0.5;}
.work-meta:hover {
    opacity:1;}
.entry-meta .n, .widget-meta a {
    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: #F01D36;}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;}
.entry-content {
    padding:21px 0 0;}
.entry-content h1, .entry-content h2 {
    font-size:19px;
    font-weight:normal;
    padding:0;
    line-height:22px;}
.entry-content h3 {
    font-size:21px;
    line-height:22px;
    font-style:italic;
    padding:22px 0;}
.entry-content h4 {
    font-size:14px;
    line-height:22px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.1em;}
.entry-content table {
    margin-left:1px;}
.entry-content embed {
    margin:0 0 22px 0;}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:22px; }
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active, .entry-utility a:hover {
    color: #F01D36;
}
.page-link {
    font-size:14px;
    font-weight:bold;
    line-height:22px;
    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: #F01D36;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:14px;
    line-height:22px;}
.wp-caption p.wp-caption-text {
    margin:0;
    padding:22px 5px 0;}
.wp-caption {
    border:none;
    padding: 0;}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
div.category-tweets {
    background-color: #EDFAF8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid #EDFAF8;
    padding: 0 7px;
    margin-left: -7px;
    margin-right: -7px;
    text-shadow: 1px 1px 0px #fff; }
div.category-tweets .entry-title, div.category-tweets .author, div.category-tweets .meta-sep, div.category-tweets .meta-prep, div.category-tweets .comments-link, div.category-tweets .edit-link, div.category-tweets .cat-links-prefix {
    display:none; }
.category-tweets .entry-content {
    padding:0;}
.category-tweets .entry-content p {
    margin-bottom: 0; }
.category-tweets .entry-meta {
    padding-top:3px;}
.category-tweets .entry-utility {
    text-align:right;
    font-size:11px;
    line-height:22px; }
.category-tweets .entry-utility a {
    text-transform:uppercase;
    font-style:normal;
    letter-spacing: 0.05em;}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    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;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#405140;
    font-size:16px;
    line-height:22px;
    margin:0 0 22px 0;
    overflow:hidden; }
.navigation a {
    color:#405140;
    font-style:italic;
    letter-spacing: 0.05em;
    text-decoration:none;
    text-shadow: 1px 1px 0px #fff; }
.navigation a:active, .navigation a:hover {
    color: #F01D36; }
.navigation .meta-nav {
    font-style:normal;}
.nav-previous {
	float: left;
	width:50%; }
.nav-next {
	float: right;
	width:50%;
	text-align:right; }
.nav-previous a, .nav-next a {
    background-color: #EDFAF8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EDFAF8;
    padding: 0 0.5em; }
#nav-above,#nav-below {
	width: 100%; }
#nav-above {
    display:none; }
.paged #nav-above {
    display:block;
    padding:0; }


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0;}
#comments, #comments input, #comments textarea {
    font-size:14px;
    line-height:22px;}
#comments code {
    font-size:12px;
    line-height:22px;}
#comments h3 {
    font-size:16px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 22px;}
#comments-list {
    padding:0 0 22px;}
#comments-list ol, #comments-list ul {
    list-style:none;
    margin:0;}
#comments-list ol {
    border:none;
    border-bottom:none;
    margin:0 0 22px;}
#comments-list li {
    background:#EDFAF8;
    text-shadow: 1px 1px 0px #fff;
    border-bottom:none;
    padding:22px 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
    text-shadow: none;
}
#comments-list ul li {
    border:none;
    margin:0 0 22px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list li.bypostauthor {
 }
#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
    color: #F01D36;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 22px 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: #F01D36;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 22px 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: #F01D36;
}
.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:22px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 22px 0;
    padding:22px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:22px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond span.required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 22px 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:22px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:22px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:22px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:22px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside, .aside input {
    font-size:14px;
    line-height:18px;
    margin-bottom:4px;}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
    margin-bottom:22px;
    line-height: 22px;}
.aside pre, .aside code {
    font-size:14px;
    line-height:22px;}
.aside .current_page_item a {
    color: #FF4B33;}
.aside .current_page_item .page_item a {
    color:#666;}
.aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active {
    color: #F01D36; }
.aside {
    color:#666;}
.aside a {
    color:#666;}
.aside a:active, .aside a:hover {
    color: #F01D36;}
.aside h3 {
    font-size:18px;
    line-height:22px;
    font-style:italic;}
.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:none;
    margin:0 0 22px;}
.aside ul ul li {
    padding: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;}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 0px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:none;
    padding:0;
    margin-bottom:18px;}
.textwidget span.float-right {
    float:right; }
#diary-link {
    text-align: right; }
.textwidget span a, #diary-link a {
    color:#405140;
    font-style:italic;
    letter-spacing: 0.05em;
    text-decoration:none;
    text-shadow: 1px 1px 0px #fff;
    background-color: #EDFAF8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EDFAF8;
    padding: 0 0.5em; }
.textwidget span a:active, .textwidget span a:hover, #diary-link a:active, #diary-link a:hover {
    color: #F01D36; }
ul li#custom-field-2 ul {
    margin-bottom:40px;}
/*
    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, h3.widgettitle {
    font-family:IM FELL Double Pica PRO,Baskerville,Palatino,Palatino Linotype,Times New Roman,serif;
    font-weight:normal;
    font-size:26px;
    line-height:22px;
    font-style:normal;
    padding:0 0 4px 0;
    margin-bottom:22px;
    text-transform:none;}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:42px 0 0 0;  
    overflow:visible;  
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    color:#bbb;
    background: url("images/footernoise.jpg") repeat scroll 0 0 #000000;
    border-top:4px solid #2FB8AC;
    border-bottom:4px solid #2FB8AC;
    margin-top:18px;}
#footer .aside {
    color:#bbb;}
#subsidiary #third {
    float:right;}
#subsidiary h3 {
    color: #fff;
    text-shadow: 0 0 30px #fff;
    margin-bottom:15px;}
#rss_links ul li {
    background-image: url(images/feed-icon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 5px; }
#archives-3 h3, #twitter-tools h3 {
    margin-bottom: 0;}
#rss_links h3 {
    margin: 40px 0 0;}
li#twitter-tools {
    margin-bottom:40px;}
li.aktt_more_updates {
    text-align:right;}
#siteinfo {
    color:#bbb;
    font-size:14px;
    line-height:22px;
    padding:29px 0 33px 0;
    clear:left;}
#footer a {
    color:#2FB8AC;
    text-decoration: none;}
#footer a:active, #footer a:hover {
    color: #B7F1CD;
    text-decoration: underline;}
a.twitter-link {
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    padding-left: 20px; }
#books img {
    height: 154px;
    float:left;}
#books img, #lastfmrecords img {
    background-color:#2FB8AC;
    border:none;
    margin:0 11px 11px 0;
    padding:4px 4px 7px;}
#books img:hover, #lastfmrecords img:hover {
    background-color:#B7F1CD;
    border:none; }
#books img.odd {
    clear:both; }
#searchform {
    margin-bottom: 40px; }
#searchform .text {
    width: 220px;}
#searchform .button {
    font-size: 14px;
    font-weight: bold;
    background: #2FB8AC;
    border: none;
    color: #000;
    margin: auto;
    padding: 3px 0.5em;
    text-shadow: 1px 1px 0px #B7F1CD;
    text-transform: lowercase;}
#searchform .button:hover {
    background: #2FB8AC;
    color: #B7F1CD;
    text-shadow: 1px 1px 0px #000;
    cursor: pointer;}
#lastfmrecords ol {
    margin:0 0 1px;}
#lastfmrecords ol li {
    float: left;
    line-height:0;}
.widget-meta {
    margin-top: -22px;
    color: #bbb;}

/* =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:#F01D36 !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; }

/* Styling for Events Sidebar */
p.event-date {
    text-align: center;
    float: left;
    display: inline;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:bold;
    margin-top:5px;
    margin-right:10px;
    margin-bottom:5px;
    border-top: 1px solid #EC737C;
    border-bottom: 1px solid #77101C; }
.e-day, .e-date, .e-month {
    display: block;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px; }
.e-day, .e-month {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #fff;
    background-color: #E22D3A;
    border-left: 1px solid #EC737C;
    border-right: 1px solid #77101C;
    text-shadow: 0.5px 0.5px 0px #333; }
.e-date {
    font-size: 16px;
    line-height: 20px;
    border-right: 1px solid #E7DFCB;
    border-left: 1px solid #E7DFCB;
    color: #333;
    background-color: #fff;
    text-shadow: 1px 1px 0px #E7DFCB; }

div.category-profiles h2.entry-title {
    border-bottom:1px dotted #666;
    font-size:14px;
    line-height:22px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.1em;
    margin: 4px 0 -5px;}
h2 span.portrait-sep {display:none;}
h2 span.portrait-composer {
    font-family:Baskerville,Palatino,Palatino Linotype,Times New Roman,"URW Palladio L",serif;
    font-size:33px;
    line-height:44px;
    font-style:italic;
    text-transform:none;
    font-weight:normal;}
div#post-1475 span.portrait-composer {
    font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,"Trebuchet MS","Mukti Narrow",sans-serif;
    font-style:normal;
    font-weight:bold;}
div.category-profiles div.entry-meta {
    text-align:right;
    padding:11px 0;}
div.category-profiles div.entry-meta span.author {
    float:left;}
div.category-profiles span.meta-sep {
    display:none;}
body.s-category-profiles div#primary h3.widgettitle {
    font-size:14px;
    line-height:22px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.1em;
    padding: 4px 0 0;}
li#custom-field-7 {
    padding:12px 22px 1px;
    margin: 76px -22px 39px;
    background-color:#EDFAF8;
    -moz-border-radius:22px;
    -webkit-border-radius:22px;
    border-radius:22px;
    -moz-box-shadow:2px 2px 4px #999999;
    -webkit-box-shadow:2px 2px 4px #999999;
    box-shadow:2px 2px 4px #999999;
    text-shadow:1px 1px 0 #fff;}
li#custom-field-7 a:link, li#custom-field-7 a:visited {
    color:#77101C;}
li#custom-field-7 a:active, li#custom-field-7 a:hover	 {
    color:#F01D36;}
body.s-category-profiles div.customvalue li {
    list-style: disc inside;
    font-size:16px;}
ol#portraits-list {
    list-style: none inside none;
    margin: -7px 0 0 0;}
ol#portraits-list li {
    text-indent:-9999px;}
ol#portraits-list li a {
    display:block;
    width: 300px;
    height:44px;
    padding: 11px 0;
    background-repeat:no-repeat;
    background-position:left top;}

/* Styling for wp-Typography Hooks */
sup {
	vertical-align: 0%;
	font-size: 75%;
	line-height: 100%;}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;}
.caps {
	font-size: 90%;
	letter-spacing: 0.075em;}
.dquo {
	margin-left:-.40em;}
.quo {
	margin-left:-.2em;}

/* Footnotes */
div#footnotes {
margin-bottom:22px;}
div#footnotes p {
font-size: 0.875em;
margin: 0 0 0 2em;
text-indent: -2em; }
