* {
  padding: 0;
  margin: 0;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
}

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;
}

/* Main crap */
body {
  background: #2b2929;
  color: #edf6cf;
  font-size: 12px;
  padding-bottom: 1px; /* footer height */
  height: 100%;
  font-family: "Lucida Grande", sans-serif;
  line-height: 1;
}

#main-wrapper {
  width: 1000px;
  min-width: 390px;     /* 2x LC width + RC width */
  margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
}

#main-wrapper #header {
  background: url('/images/header-bg.jpg');
  width: 1000px;
  height: 190px;
}

#main-wrapper #header .noflash {
  padding-top: 18px;
  text-align: center;
}

#main-wrapper #header a {
  font-size: 2em;
  color: #edf6cf;
}

a {
  color: #e85f29;
  /*color: #edf6cf;*/
  text-decoration: none;
}

a:hover {
  color: #F5F5F5;
}

a img { 
  border: none;
}

#schedule a,
.pagination a,
.download a,
#shows-wrapper a,
.more-news a,
#podcasts .podcast a,
#berklee-events .title a,
#right a,
.playlist-wrapper a {
  color: #e85f29;
}

h2 {
  width: 350px;
  margin: 18px auto 0 auto;
  padding: 5px;
  text-align: center;
  background: #151515;
  font-size: 2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#attention {
  padding: 3px;
  margin-top: 5px;
  border: 3px solid #141414;
  background: #1a1a19;
  color: #e85f29;
  text-align: center;
  font-weight: bold;
  font-variant: small-caps;
}

#container {
  padding-left: 190px;   /* LC width */
  padding-right: 202px;  /* RC width + center border width x2 */
  margin-top: 10px;
}

#container .column {
  position: relative;
  float: left;
}

#center, .area {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*** IE6 Fix ***/
* html #left {
  left: 200px;           /* RC width */
}

/*nav bar*/
#nav-bar {
  font-size: 16px;
  background: #DDD url(/images/nav-bar-bg.jpg) repeat-x;
  color: #edf6cf;
  max-height: 32px;
  padding: 5px;
  padding-left: 5px;
  position: relative;
}

#nav-wrapper {
  display: inline-block;
}

#nav-bar a {
  color: #edf6cf;
  text-decoration: none;
  font-weight: 100;
  padding-right: 10px;
}

#nav-bar a:hover {
  color: #F5F5F5;
}

#time {
  position: absolute;
  top: 6px;
  right: 10px;
  display: inline;
  font-size: 12px;
  max-height: 32px;
}

/* Center column */
#center #shows-wrapper, #center #news-wrapper, #center {
  width: 100%;
  border: none;
}

#container.home #center {
  border: none;
  background: transparent;
}

#center #news-wrapper {
  margin-top: 15px;
}

#center h3 {
  text-indent: -999999px;
  height: 30px;
}

#center h3#now-playing-h3,
#center a#now-playing-h3 {
  background: url(/images/listen-now.png) no-repeat 3px 1px;
  height: 30px;
  text-indent: -999999px;
  display: block;
}

#center h3#nextup-h3 {
  background: url(/images/coming-up-next.png) no-repeat 3px 1px;
  margin-top: 8px;
}

#center h3#todays-schedule-h3 {
  background: url(/images/todays-schedule.png) no-repeat 3px 1px;
  background-position: right;
}

#webcam {
  padding: 10px;
  background: #151515;
  height: 100%;
}

#webcam div#inner {
  width: 320px;
  margin: 0 auto;
  border: 1px solid #6b6c67;
  padding: 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#webcam div h3 {
  margin-bottom: 20px;
  font-size: 2em;
  text-align: center;
}

/* Left column */
#left {
  width: 180px;          /* LC width - padding - margins - border */
  right: 192px;          /* LC width */
  margin-right: 10px;
  margin-left: -100%;
}

.column-list-item {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}

#left img {
  margin: 3px 0;
  padding: 2px;
  border: 1px solid #333;
}

#left h3 {
  /*background: #4a4949;*/
  padding: 3px;
}

#left .area.featured-dj {
  padding: 5px;
  overflow: hidden;
}

.featured-dj .dj-name {
  background: #333;
  padding: 0 3px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
}

.featured-dj img {
  display: block;
  margin: 0 inherit !important;
}

.featured-dj p {
  margin-top: .8em;
}

.recent-review {
	border-bottom: 1px solid #6b6c67;
	padding-top: 6px;
}

.recent-review .meta {
	font-size: .8em;
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Right column */
#right {
  width: 188px;          /* RC width - padding - margins - border */
  margin-right: -202px;  /* RC width + border width x2 */
  margin-left: 10px;
  background: #2b2929;
  
}

#right .area,
#left .area, #reviews-left .area {
  margin-bottom: 10px;
  border: 1px solid #6b6c67;
  padding: 5px;
  background: #151515;
}

#right .area h3 {
  padding: 0 5px;
  margin: 0;
  margin-bottom: 5px;
}

#right .area .news-expand {
  display: inline-block;
  float: right;
}

#right .todays-shows .show,
#left .bp-events .event,
#left .bp-releases .release {
  width: 182px;
}

#right .todays-shows .time,
#left .bp-events .date,
#left .bp-releases .date {
  padding: 2px 0px 2px 2px;
  width: 52px;
}

#right .todays-shows .show-title,
#left .bp-events .event-title,
#left .bp-releases .release-title {
  padding: 3px 0;
  width: 130px;
}

#right .area .news-item .title {
  float: left;
}

#right .area.news .news-item {
  padding: 2px;
}

#right .area.contact {
  font-size: 1.3em;
}

#right .area.contact span {
  position: relative;
  bottom: 18px;
}

.odd, .song.odd {
  background: #151515;
}

.even {
  background: #1f1f1f;
}

/* twitter */

#right .twitter.area .wrapper {
  padding: 0;
}

.twitter ul {
  padding: 5px;
  margin: 0;
  margin-top: 10px;
  background: #1f1f1f;
  font-size: .9em;
}

.twitter li {
  list-style-type: none;
}

/* links */

.links .wrapper {
  padding: 5px;
  margin: 0;
  margin-top: 10px;
  background: #1f1f1f;
  font-size: .9em;
}

.links .wrapper ul li {
  padding: 2px 0;
}

.links .wrapper ul li a:hover {
  text-decoration: underline;
}

/* tickets */
.show-ticket {
  color: #edf6cf;
  width: 100%;
  background: #333 url(/images/ticket-header-bg.png) repeat-x;
  border-top: 1px solid #6b6c67;
  border-bottom: 1px solid #6b6c67;
}

.show-ticket.top {
  border-top: none;
}

.show-ticket.up-next {
  border-bottom: none;
}

.ticket-wrapper, .show-ticket {
  /*height: 70px !important;*/
  width: 100%;
  background: #333 url(/images/ticket-header-bg.png) repeat-x;
  border: 1px solid #6b6c67;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 8px;
}

.ticket-wrapper h1 {
  font-size: 1.3em;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding-top: 2px;
}

.meta { 
  font-size: .8em;
  display: block;
  margin: 0;
  font-style: italic;
}

.details {
	font-weight: bold;
	font-size: .8em;
	float: left;
	width: 25%;
}

.description {
	font-style: italic;
	font-size: .7em;
	float: right;
	width: 60%;
}
	
.show-ticket img {
  display: inline-block;
}

.show-ticket .info {
  display: inline-block;
  padding: 0 5px;
  width: 528px;
}

.show-ticket .info .details-wrapper {
  display: block;
}

.info {
  padding: 3px;
  width: 100%;
  font-size: 1.2em;
  /*text-align: center;*/
  line-height: 1.4em;
}

.info .no-show {
	font-size: 1em;
	width: 75%;
}

.info .pic {
	float: left;
	padding-right: 5px;
}

.show-ticket .info.no-show a, .show-ticket .info.show-page a {
  text-decoration: underline;
}

.show-ticket .info .details-wrapper .name,
.show-ticket .info .details-wrapper .descript {
  /*display: inline;*/
  /*width: 210px;*/
  /*height: 34px;*/
  /*min-height: 34px;*/
  font-size: .9em;
}

.special-descript {
  background: #151515;
  padding: 6px;
  border-bottom: 1px solid #1f1f1f;
}

.show-ticket .info .more {
  float: right;
  font-size: .9em;
}

#nextup {
}

/* now playing */
#now-playing, .ticket-description {
  background: #151515;
  padding: 6px;
}

#display .ticket-wrapper {
  height: 300px !important;
  width: 1190px;
  background: #232323;
  border: 1px solid #6b6c67;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 8px;
  padding: 4px;
  overflow: hidden;
}

#display .info {
  padding: 3px;
  font-size: 2em;
  /*text-align: center;*/
  line-height: 1.4em;
  float: left;
  width: 900px;
}

#display .pic {
	margin-right: 10px;
	float: left;
	width: 260px;
}

#display .pic img {
	border: 1px solid #aaa;
	padding: 4px;
}

#display .info h1 {
  font-size: 2em;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding-top: 2px;
  color: #e85f29;
  line-height: 1.1em;
}

#display .info .details {
	font-size: 1em;
	display: block;
	margin: 0;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
	width: 100%;
}

#display .recent-song {
	float: left;
	font-size: .7em;
	padding: 0;
	margin: 0;
	width: 100%;
}

#display .recent-song h1 {
  font-size: 1.2em;
  display: block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 2px;
  color: #e85f29;
  line-height: 1em;
}

#display .recent-song .meta {
	color: #9a9a9a;
	font-size: 1em;
	display: inline;
}

#now-playing {
  min-height: 5em;
}

#now-playing #np-header {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
}

#now-playing .song {
  border-bottom: 1px solid #333;
  font-size: .9em;
  line-height: 1.6em;
  color: #666;
}

#now-playing .song .title,
#now-playing .song .artist,
#now-playing .song .album {
  font-weight: bold;
  padding: 0;
}

#now-playing .info {
  padding-right: 12px;
}

#now-playing .itunes, #playlist .itunes, .playlist .itunes {
  float: right;
  padding-top: 3px;
}

#full-playlist, .more-news {
  height: 16px;
  text-align: right;
  background: #151515;
  padding: 0 5px 5px 0;
}

/* Schedule (some Playlist too) */

#schedule {
  margin-top: 20px;
  clear: both;
}

#schedule .day,
#playlist .show-episode {
  margin-top: 1.5em;
  border: 3px solid #141414;
}

#schedule .day h4,
#playlist .show-episode h4 {
  padding: 5px;
  margin: 0;
  border: none;
  border-bottom: 3px solid #141414;
  background: #1a1a19;
  font-size: 1.4em;
  text-align: center;
}

#schedule .day .show,
#playlist .show-episode .song {
  padding: 3px;
  border: none;
  color: #EDF6CF
}

#schedule .day .show:hover {
  background: #242424;
}

#schedule .day .show span a,
#playlist .show-episode .song span {
  display: inline-block;
}

#schedule .showtime a,
#playlist .songtime {
  width: 10%;
}

#schedule .showname a,
#playlist .songname {
  width: 35%;
}

#schedule .showgenre a,
#schedule .showdj a,
#playlist .songartist,
#playlist .songalbum {
  width: 25%;
}

/* Schedule Grid */

#schedule-grid {
  margin-top: 20px;
  border-left: 1px solid #6b6c67;
  clear: both;
}

#schedule-grid .day {
  width: 14.2%;
  border-top: 1px solid #6b6c67;
  float: left;
}

#schedule-grid .day .day-header {
  padding: 2px;
  text-align: center;
  border-right: 1px solid #6b6c67;
  border-bottom: 1px solid #6b6c67;
}

#schedule-grid .day .slot {
  border-right: 1px solid #6b6c67;
  border-bottom: 1px solid #6b6c67;
  height: 100px;
}

#schedule-grid .day .slot.filled:hover {
  background: #252525;
}

#schedule-grid .day .slot.hourlong {
  height: 80px;
}

#schedule-grid .day .slot.hourlong .slot-show {
  height: 20px;
}

#schedule-grid .day .slot.filled {
  background: #1f1f1f;
}

#schedule-grid .day .slot .slot-time {
  text-align: right;
  font-size: .8em;
  color: #666;
}

#schedule-grid .day .slot .slot-show {
  display: block;
  height: 70px;
  line-height: 1.4em;
  padding: 5px 5px 10px 5px;
  text-align: center;
}

#schedule-grid .day .slot .slot-show:hover {
  text-decoration: underline;
  background: #252525;
}

/* grid popup things taken from the CSS file that came with the javascript */
div.popup {
  max-width: 600px;
  border: 1px solid #edf6cf;
  padding: 5px;
  background-color: #252525;
  box-shadow: 10px 10px 5px #888;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup img {
  margin-right: 5px;
}

#popup_overlay {
  background-color: transparent;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

/* Playlist */

#playlist .song.odd {
  background: #151515;
}

#playlist .song.even {
  background: #1f1f1f;
}

#playlist #find,
#playlist .pagination,
#show-page .pagination {
  width: 350px;
  margin: 18px auto 0 auto;
  padding: 5px;
  text-align: center;
  background: #151515;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#playlist #find {
  float: left;
}

.view-switcher {
  width: 100px;
  padding: 5px;
  float: right;
  margin-bottom: 10px;
  margin-right: 6px;
  background: #151515;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#playlist .pagination,
#show-page .pagination {
  width: inherit;
  display: inline;
  padding: 8px;
  text-align: right;
  float: right;
}

#show-page .pagination {
  background: #1f1f1f;
}

/* About */

#about h3 {
  font-size: 2em;
  text-align: center;
  margin: 1em 0;
}

#about .paragraph {
  background: #151515;
  padding: 5px 2em;
  line-height: 1.5em;
  margin-top: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#about .paragraph h4 {
  font-size: 1.3em;
  margin-bottom: .5em;
}

#about .paragraph h4 img{
  float: right;
}

#about .paragraph li {
  list-style-type: disc;
}

/* Podcasts */

#podcasts #podcast-header,
#newsletter #newsletter-header,
#downloads #downloads-header {
  margin-top: 1em;
  padding: 1em;
  background: #151515;
  font-size: 1.5em;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#podcasts #header a,
#newsletter #newsletter-header a,
#downloads #downloads-header a {
  text-decoration: underline;
}

#podcasts .podcast,
#podcasts .podcast_playlist,
#newsletter .issue,
#downloads .file {
  background: #1a1a19;
  margin: 20px 0;
  padding-top: 0;
  border: 3px solid #141414;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#podcasts .podcast_list_column {
	width: 40%;
	float: left;
}

#podcasts .podcast_playlist_column {
	width: 56%;
	float: right;
}

#podcasts .podcast h3,
#podcasts .podcast_playlist h3,
#newsletter .issue h3,
#downloads .file h3 {
  padding: 6px;
  margin: 0 0 10px 0;
  background: #080808;
  font-size: 1.5em;
}

#podcasts .podcast .descript,
#podcasts .podcast_playlist .descript,
#newsletter .issue .descript,
#downloads .file .descript {
  margin: 10px;
}

#podcasts .podcast .descript img {
	float: left;
	margin-right: 1em;
}

.podcast .download, 
.podcast .listen,
#newsletter .issue .download,
#downloads .file .download {
  padding: 5px 10px;
  border-top: 1px dashed #4d4d4d;
  text-align: center;
  font-size: 1em;
}

.podcast .explicit {
  color: #dd0000;
  font-variant: small-caps;
  font-weight: bold;
}

/* Berklee Events */

#berklee-events h3 {
  width: 350px;
  margin: 18px auto 0 auto;
  padding: 5px;
  text-align: center;
  background: #151515;
  font-size: 2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#berklee-events .event-day {
  margin-top: 1.5em;
  border: 3px solid #141414;
}

#berklee-events .event-day h4,
#single-event h4 {
  padding: 5px;
  margin: 0;
  border: none;
  border-bottom: 3px solid #141414;
  background: #1a1a19;
  font-size: 1.4em;
  text-align: center;
}

#berklee-events .event-day .event {
  padding: 3px;
  line-height: 1.4em;
}

#berklee-events .event-day .event span {
  display: inline-block;
}

#berklee-events span.title {
  width: 45%;
}

#berklee-events span.venue {
  width: 35%;
  padding-left: 2em;
  vertical-align: top;
}

#berklee-events span.time,
#berklee-events span.more-info {
  width: 8%;
  text-align: right;
  vertical-align: top;
}

/* Single Event */

#single-event {
  margin-top: 1.5em;
  border: 3px solid #141414;
  background: #1f1f1f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#single-event a {
  text-decoration: underline;
}

#single-event .info {
  text-align: center;
  padding: 5px;
  border-bottom: 1px dashed #4d4d4d;
}

#single-event .descript {
  padding: 5px;
  font-size: 1.3em;
  line-height: 1.5em;
}

/* Show Pages */

#show-page {
  width: 100%;
  margin-top: 1em;
  background: #4a4949;
  border: 1px solid #6b6c67;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#show-page h3 {
  font-size: 2em;
  padding: .5em 1em;
  background: #000;
}

#show-page .show-page-ticket {
  background: #151515;
}

#show-page .show-page-ticket div.title {
  height: 20px;
  background: url(/images/show-header-bg.jpg);
  padding: 10px;
}

#show-page .show-page-ticket div.title .primary {
  display: inline;
  font-size: 1.5em;
}

#show-page .show-page-ticket div.title .secondary {
  float: right;
  /*font-size: 1.5em;*/
}

.ticket-description {
  padding: 6px;
  min-height: 122px;
}

.news-ticket-description {
  background: #151515;
  padding: 6px;
  line-height: 1.4em;
}

.show-page-ticket .dj-descript {
  background: #1f1f1f;
  width: 100%;
}

.ticket-description h5 {
  font-size: 2em;
}

.ticket-description h2 {
  width: 584px;
  text-align: center;
}

.ticket-description img {
  float: left;
  margin-right: 1em;
}

.ticket-description .dj-descript {
  width: 570px;
  margin: 6px;
  padding: 6px;
  border: 1px solid #6b6c67;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.ticket-description .show-post {
  border: 1px solid #6b6c67;
  margin: 6px;
  padding-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.ticket-description .show-post .post-content {
  padding: 6px;
}

.ticket-description .show-post .meta {
  padding-right: 6px;
  padding-top: 6px;
}

.ticket-description .show-post img {
  float: none;
}

.ticket-description .show-post h4 {
  background: #000;
  font-size: 2em;
  padding: 3px;
  text-align: center;
}
.ticket-description .playlist-wrapper {
  margin: 18px auto 0 auto;
  padding: 5px;
  background: #1f1f1f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.ticket-description .playlist-wrapper h4 {
  padding: 6px;
  margin: 0 0 10px 0;
  font-size: 1.4em;
}

.song
 {
  border-bottom: 1px solid #333;
  font-size: .9em;
  line-height: 1.6em;
  color: #666;
}

.song .info {
  font-weight: bold;
  color: #edf6cf;
  padding: 0;
}

.song-info-wrapper {
	padding-top: 3px;
	padding-bottom: 3px;
}

.song-info-wrapper .song-info {
	float: right;
	width: 85%;
	font-size: .8em;
}

.song-info-wrapper .time {
	height: 100%;
	width: 10%;
	float: left;
	padding-right: 5px;
}

.song .recently-played .info {
  color: #edf6cf;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.song .recently-played {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .9em;
}

.ticket-description #new-shout {
  width: 300px;
  margin: 0 auto 1em auto;
  padding: 5px;
  font-size: 2em;
  background: #1f1f1f;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.area.shouts {
  padding: 5px;
}

.shout {
  background: #1f1f1f;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.shout .meta, .ticket-description .show-post .meta {
  font-size: .8em;
  text-align: right;
  color: #666;
}

/* REVIEWS */

.comments-wrapper {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 90%;
}

.comment {
  border: 0;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  text-align: left;
  background: #1f1f1f;
}

.comment .meta {
  font-size: .8em;
  padding: 6px;
  text-decoration: italic;
  color: #666;
}

.comment-form td {
	padding: 3px;
}

.comment-form td.label  {
	color: #fff;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

#reviews-left {
  width: 238px;          /* LC width - padding - margins - border */
  right: 250px;          /* LC width */
  margin-right: 10px;
  margin-left: -100%;
}

#reviews-left .area.dates {
  padding: 5px;
  overflow: hidden;
}

#reviews-left .area.dates h3 {
	padding-bottom: 6px;
}

#reviews-left .area.dates ul {
	padding-left: 5px;
}

#reviews-container {
  padding-left: 250px;   /* LC width */
  margin-top: 10px;
}

#reviews-container .column {
  position: relative;
  float: left;
}

.tags {
	padding: 4px;
}

/* footer */

#push {
  height: 40px; /* height of footer */
}

#footer {
  clear: both;
  text-align: center;
  padding-top: 14px;
}

#footer a {
  border-bottom: 1px dotted #767A67;
}

/* Other/Misc */

.clear {
  clear: both;
}

.centered {
  text-align: center;
}
