/*
Theme Name: IgPub
Theme URI: http://igpub.com
Author: Bad Feather Inc.
Author URI: http://badfeather.com/
Description: The online home for Ig Publishing
Version: 1.0
Tags: books, custom post types, publishing

*/

/* =Reset
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Base styles/resets
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
/* Clearfix method, from here: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}


/* =Colors
-------------------------------------------------------------- */
/*
light purple: #716583;
dark purple: #336;
blue: #546D8F;
dark grey: #333;
med grey: #999;
light grey: #CCC;
lighter grey: #E5E5E5;
*/

/* =Structure
-------------------------------------------------------------- */
body {
	font: normal 14px/1.5 Cambria, Georgia, serif;
	text-align: center;
	background: #E5E5E5 url(images/white_sand.jpg);
	color: #333;
}
.row {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	position: relative;
}
/* Duplicate of clearfix hack. The overflow:hidden method was crampin my steez */
.row:before,
.row:after,
.post-nav:before,
.post-nav:after,
.post:before,
.post:after,
.comment:before,
.comment:after
 {
    content:"";
    display:table;
}
.row:after,
.post-nav:after,
.post:after,
.comment:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.row,
.post-nav,
.post,
.comment {
    zoom:1;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	margin-right: 20px;
	float: left;
	/* display: inline; */
}
.onecol {
	width: 60px;
}
.twocol {
	width: 140px;
}
.threecol {
	width: 220px;
}
.fourcol {
	width: 300px;
}
.fivecol {
	width: 380px;
}
.sixcol {
	width: 460px;
}
.sevencol {
	width: 540px;
}
.eightcol {
	width: 620px;
}
.ninecol {
	width: 700px;
}
.tencol {
	width: 780px;
}
.elevencol {
	width: 860px;
}
.twelvecol {
	width: 940px;
}
#header {
	background: #FFF url(images/bg_header.gif) repeat-x 0 0;
	border-bottom: 1px solid #999;
	margin-bottom: 60px;
}
body.home #header {
	margin-bottom: 40px;
}
#main {
	background: #FFF;
}
#main .row {
	background: url(images/bg_main.gif) no-repeat 0 100%;
	padding-bottom: 60px;
}
#sidebar {
	padding: 10px 10px 0 0;
}
#content {
	width: 680px;
	padding: 30px 10px 20px 20px;
}
#content.ninecontainer {
	width: 680px;
	float: left;
	display: inline;
	padding-right: 10px;
}
.ninecontainer .threecol {
	width: 200px;
	margin-right: 25px;
}
.ninecol .threecol {
	width: 200px;
	margin-right: 25px;
}
#content, #sidebar {
	margin: -10px 10px 0 0;
	background: url(images/bg_columns.png) no-repeat top right;
}
#footer {
	background: #333;
	color: #999;
	font-family: sans-serif;
	padding: 40px 0;
	margin-bottom: .5625em;
}
.post, .type-page, .widget, #comments, .post-nav {
	margin: 0 20px 1.125em 0;
}
#content h4 {
	margin-right: 20px;
	clear: both;
}
.widget {
	margin-right: 0;
}
.post, #comments {
	padding-bottom: 1.125em;
	border-bottom: 1px dotted #999;
}
.widget {
	padding: 10px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
}
.post:first-child {
	padding-top: 0;
	border: 0;
}
.widget ul {
	list-style: none;
	padding-left: 0;
}
.widget ul ul {
	padding-left: 1.5em;
}
.entry {
	/* border-top: 1px solid #903;
	padding-top: 1.125em; */
}
.post-meta {
	/* padding-top: 2.625em;
	font-family: sans-serif; */
	color: #666;
	clear: both;
}
.post-meta h4 {
	color: #333;
}
.post-meta p {
	font-family: sans-serif;
}
body.single .post-meta {
	padding-top: .5em;
}
.post-meta p {
	font-size: .875em;
	line-height: 1.2857;
	margin-bottom: 0.21428571em;
}
.post-meta ul {
	margin-bottom: 0;
}
.post-meta ul {
	list-style: none;
	padding: 0;
	margin-bottom: .64285em;
}
.post-nav {
	font-style: italic;
	margin-bottom: 1.125em;
}
.nav-older {
	width: 50%;
	float: right;
	text-align: right;
}
.nav-older a {
	padding-left: .75em;
}
.nav-newer {
	width: 50%;
	float: left;
}
.nav-newer a {
	padding-right: .75em;
}

/* =Typography
- type styles inspired in part by Harry Roberts; inuit css: http://csswizardry.com/inuitcss/
-------------------------------------------------------------- */
p, ul, ol, table, form, pre, code, dl, body .vvqbox {
	margin-bottom: 1.5em;	/* 24px / 16px */
}
ul {
	list-style: disc outside;
	padding-left: 1.5em;
}
ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}
ol ol, ul ul, ul ol, ol ul {
	padding: .5em 0 0 1em;
	margin-bottom: 0;
}
li {
	margin-bottom: .1875em;
}
a {
	color: #546D8F;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
h1, h2, h3, h4, .menu, #section-title {
	font-family: sans-serif;
	font-weight: 600;
}
h1, h2 {
	font-size: 1.5em;		/* 24px */
	margin-bottom: 1em;		/* 24px */
	margin-bottom: .75em; 	/* 18px */
	line-height: 1.125;			/* 27px */
}
h1 span.subtitle {
	font-size: .85714em;
}
h3{
	font-size: 1.25em;		/* 20px */
	margin-bottom: 1.2em;	/* 24px */
	margin-bottom: .9em;	/* 18px */
	line-height: 1.2;		/* 24px */
}
h1 a, h2 a, h3 a {
	color: #336;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #546D8F;
	text-decoration: none;
}
h4, #section-title, .menu, .gigpress-list-artist-heading  {
	font-size: 1.125em;		/* 18px */
	margin-bottom: 1.333em;	/* 24px */
	margin-bottom: 1em;		/* 18px */
	line-height: 1.333;		/* 24px */
}
h5{
	font-weight:bold;
}
h5,
h6{
	font-size:1em;			/* 16px */
	margin-bottom:1.5em;	/* 24px */
	margin-bottom: .5625em;	/* 18px */
	line-height:1.5;		/* 24px */
}
blockquote {
	padding: 0 2em;
	font-size: 14px;
/*	background:
		url(images/blockquote_tl.png) no-repeat top left,
		url(images/blockquote_br.png) no-repeat bottom right;
		*/
}
blockquote cite {
	padding: 0;
}
table {
	width: 98%;
	border-collapse: collapse;
}
table td, table th {
	padding: .5em .75em;
}
th, td {
	border: 1px solid #666;
}
table th {
	font-weight: bold;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: .5em;
}
hr {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 1.5em;
	border: 0;
	background: #903;
	height: 1px;
}
hr.clear {
	background: transparent;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
.tax-description {
	margin-bottom: 1.125em;
	border-bottom: 1px solid #903;
}

/* =Form and button elements
-------------------------------------------------------------- */
input[type="submit"]::-moz-focus-inner { padding:0 !important; }

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	line-height: 1;
	font-family: sans-serif;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* =Typekit
-------------------------------------------------------------- */
.wf-loading #section-title, .wf-loading .btn, .wf-loading .gigpress-list-tour-heading, .wf-loading .menu, .wf-loading .tk-ronnia, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4 {
	visibility: hidden;
}

/* =Header
-------------------------------------------------------------- */
#site-title {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 2em 1.125em 0;
	padding: 0;
	background: none;
	float: left;
}
#site-title a img {
	margin-right: 40px;
}
#site-title a {
	display: block;
	background: url(images/logo_igpub.gif) no-repeat 0 0;
	width: 80px;
	height: 98px;
	text-indent: -9999px;
}
#site-title a:hover {
	background-position: 0 -98px;
}
#site-description, #follow {
	color: #FFF;
	line-height: 1;
	padding-top: 13px;
	float: left;
}
#site-description {
	margin-right: 7em;
}
#header #searchform {
	padding: 0;
	width: 200px;
	overflow: hidden;
	border: 1px solid #FFF;
	border-color: rgba(255,255,255,.5);
	float: right;
	margin-bottom: 0;
	margin: 6px 20px 30px 0;
}
#header #searchform input[type='submit'] {
	border: none;
	cursor: pointer;
	float: right;
	background: url(images/search.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 20px 0 0 20px;
	display: inline;
	opacity: .7;
}
#header #searchform input[type='submit']:hover {
	opacity: 1;
}
#header #searchform input[type='text'], #searchform input[type='email'] {
	font-size: 12px;
	line-height: 16px;
	width: 172px;
	padding: 4px;
	border: 0;
	margin: 0;
	float: left;
	background: transparent;
	color: #FFF;
}
#header #searchform label {
	display: none;
}



/* =Navigation menus
-------------------------------------------------------------- */
/* all menus */
.menu {
	list-style: none;
	padding: 0;
}
.menu a {
	color: #333;
	color: #716583;
	text-decoration: none;
}
.menu a:hover {
	color: #546D8F;
	color: #333;
}
.menu .current-menu-item a, .current-menu-parent a, .current-page-ancestor a, .menu .current-post-ancestor a, .current-cat a, .current-page-item a {
	color: #716583;
	color: #333;
}

/* primary navigation */
#menu-primary {
	float: right;
	text-align: right;
	margin-right: 20px;
	text-transform: uppercase;
	clear: right;
}
#menu-primary li {
	display: inline;
	padding: 8px .75em;
	border-left: 1px solid #CCC;
}
#menu-primary li:first-child {
	padding-left: 0;
	border: 0;
}



/* =Action links
-------------------------------------------------------------- */
#follow a {
	display: inline;
	background: url(images/follow_sprite.png) no-repeat;
	color: #FFF;
	height: 18px;
	padding-left: 24px;
	line-height: 1;
	padding: 3px 0 3px 24px;
	opacity: .7;
	filter: alpha(opacity=70);
	font-family: sans-serif;
	margin-right: 1.25em;
	font-size: .857em;
	font-weight: 700;
}
#follow a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
#follow a.facebook {
	background-position: 0 0;
}
#follow a.twitter {
	background-position: 0 -30px;
}
#follow a.rss {
	background-position: 0 -60px;
}

/* =Images
-------------------------------------------------------------- */
img, a img {
	color:#666;
	font-style: italic;
	border: none;
	-ms-interpolation-mode: bicubic;
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright, .wp-caption.alignright {
	margin: 0 0 1.125em 1.125em;
	display: inline;
}
img.alignleft, .wp-caption.alignleft {
	margin: 0 1.125em 1.125em 0;
	display: inline;
}
.wp-caption {
	margin-bottom: 1.125em;
}
.wp-caption {
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	font-size: .875em;
	margin: 0;
	text-align: right;
	font-family: sans-serif;
	color: #666;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.post-image {
	margin-bottom: 20px;
}

/* =Galleries
-------------------------------------------------------------- */
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 20px 20px 0;
	text-align: left;
	line-height: 1em;
}
#content.one-half .gallery .gallery-item {
	padding: 0 13.33px 13.33px 0;
}
.gallery .gallery-item img {
	max-width: 150px;
	height: auto;
}
#content.one-half .gallery .gallery-item img {
	max-width: 140px;
	height: auto;
}
body.page .gallery-item img, body.single .gallery-item img {
	max-width: inherit;
	height: inherit;
}
/* .gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	padding: 0;
} */
.gallery-caption {
	margin-left: 0;
}

/* =Main
-------------------------------------------------------------- */
#section-title, h4 {
	text-transform: uppercase;
}
h4 {
	padding-bottom: .5em;
	border-bottom: 1px dotted #333;
}
body.home #content h4 {
	margin-top: -10px;
}
#section-title {
	position: absolute;
	top: -2.5em;
	left: 20px;
}
.book {
	margin-bottom: 1.125em;
}
.book-cover, .book-details ul {
	font-family: sans-serif;
	font-size: 12px;
}
.book-details ul {
	list-style: none;
	padding: 0;
}
.book-details h1, .book-details h2 {
	margin-bottom: 0.125em;
}
.writer {
	font-family: sans-serif;
	padding-bottom: .5em;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	margin-bottom: 1em;
}
.book-cover {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 20px 1.125em 0;
}
.book-details {
	width: 440px;
	float: right;
}
.magnify {
	background: url(images/magnify.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}

/* =Homepage
-------------------------------------------------------------- */
#featured .row {
	background: url(images/bg_twocol.png) no-repeat 20px 100%;
	margin-bottom: 40px;
}
#featured .post {
	padding: 20px;
	width: auto;
	margin-bottom: 0;
}
#featured .book-details {
	width: 200px;
}
#featured .book-details li, .books .book-details li {
	display: inline;
	font-weight: bold;
}
#featured .book, #featured form {
	margin-bottom: 0;
}

/* =Lizzie Skurnick Books
-------------------------------------------------------------- */
/*
.category-276 #header {
	margin-bottom: 172px;
}
.category-276 #section-title {
	width: 200px;
	height: 122px;
	text-indent: -9999em;
	background: url(/wp-content/uploads/2013/01/lizzie_skurnick_books.gif) no-repeat 0 0;
	top: -152px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0;
}
*/

/* =Book List Pages
-------------------------------------------------------------- */
.book-cover a img {
	outline: 1px solid #DDD;
}
.books .post {
	min-height: 31em;
	padding-bottom: 0;
}
.books .post:nth-child(3n+1) {
	clear: both;
}
.books .book {
	margin: 0;
}
/*.ninecontainer div.post:nth-child(3n+1){
	clear: left;
}*/
.books .book-details, .books .book-cover {
	width: auto;
	float: inherit;
	display: inherit;
}
.books .book-details ul {
	margin: 0;
}
.books .book-cover {
	height: 280px;
	position: relative;
	margin-right: 0;
}
.books .book-cover a img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.books .post {
	border: 0;
}
.writer a {
color: #716583;
}
.pdf {
	font-weight: bold;
	font-family: sans-serif;
	background: url(images/pdficon_small.gif) no-repeat left center;
	padding: 2px 0 2px 20px;
}

.lizzie-skurnick-books-select .wpcf7-list-item {
	display: block;
	margin-left: 0;
}


/* =Comments
-------------------------------------------------------------- */
.comment-form label {
	display: block;
}
.comment-form textarea {
	width: 90%;
}
.comment-form .form-allowed-tags {
	display: none;
}
.comment {
	margin-bottom: 1.125em;
	border-bottom: 1px solid #903;
	width: 100%;
	overflow: hidden;
}
.comment-meta {
	font-size: .875em;
	line-height: 1.2857;
	margin-bottom: 1.2857em;
}
.comment .twocol {
	/* padding-top: 2.625em;
	font-family: sans-serif; */
	color: #666;
}
#comments {
	margin-bottom: 1.125em;
}
#comments p {
	margin-bottom: .5625em;
}
.commentlist {
	list-style: none;
	padding: 0;
}
.commentlist ul {
	padding-left: 15px;
}
.commentlist ul .comment {
	border: 0;
	margin-bottom: .5625em;
}
.commentlist ul .sevencol {
	width: 525px;
}
.commentlist ul ul .sevencol {
	width: 510px;
}
.commentlist ul ul ul .sevencol {
	width: 495px;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	font-family: sans-serif;
}
.widget:nth-child(even) {
	background: #E5E5E5;
}
.widget_ns_mailchimp input[type='text'] {
	margin-bottom: .5625em;
}
.widget.catalogs a {
	text-decoration: none;
}
.widget.catalogs a img {
	display: block;
	margin-bottom: .5em;
}




/* =Gigpress
-------------------------------------------------------------- */
.gigpress-table {
	font-family: sans-serif;
}
.widget .gigpress-listing {
	padding: 0;
}
.gigpress-listing li {
	padding-bottom: .5625em;
	margin-bottom: .5625em;
	border-bottom: 1px dotted #999;
}
.gigpress-listing span.gigpress-list-tour-heading {
	display: block;
	font-size: 1.125em;
    line-height: 1.333;
	font-weight: 600;
	margin-bottom: .75em;
}
.gigpress-list-artist-heading {
	margin-bottom: .5em;
}
.gigpress-sidebar-more, .continue-reading {
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	margin: 0;
}

/* =Footer
-------------------------------------------------------------- */
#footer h4 {
	color: #FFF;
	padding: 0;
	border: 0;
}
#footerlogo a {
	text-decoration: none;
}
#footer ul {
	list-style: none;
	padding: 0;
}
#footer li {
	margin-bottom: .5em;
}
.credit {
	font-family: sans-serif;
	font-size: 12px;
}
#footer a {
	color: #6987AF;
}

/* =Twitter Feed
-------------------------------------------------------------- */

