@import url(http://fonts.googleapis.com/css?family=Raleway:500);

* { margin: 0; outline: 0 none; padding: 0; }

html {
	background-color: #f3f3f3;
}

body {
	color: #565758;
	font: 13px helvetica, arial, sans-serif;
}
a {
	color: #7089c5;
	text-decoration: none;
}

.contain {
	margin: 0 auto;
	width: auto;
}


/**********************************
	BANNER/LOGO
**********************************/
#banner {
	height: 75px;
	position: relative;
}
#banner h1#logo {
	height: 45px;
	left: 10px;
	position: absolute;
	top: 15px;
	width: 300px;
	z-index: 150;

	background: transparent url(../img/feedtacoma-logo.png) 0 0 no-repeat;
	background-size: 300px 45px;
}
#banner h1#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#banner h1#logo a span { display: none; }

#banner #account {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;

	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#banner #account a {
	text-shadow: 0 1px 0 #fff;
}

#banner #ttown_icons {
	bottom: 0;
	height: 100px;
	position: absolute;
	right: 5px;
	width: 200px;
	z-index: 50;
	
	background-position: bottom right;
	background-repeat: no-repeat;
	opacity: .75;
}

/**********************************
	MENU
**********************************/
#menu {
	height: 34px;
	margin: 0 0 40px 0;

	background-color: #5db358;

	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#menu h1#logo { display: none; }
#menu ul {
	height: 34px;
}
#menu ul li {
	border-left: 1px solid #badcb7;
	display: block;
	float: left;
	height: 34px;
	list-style-type: none;
	position: relative;
}
#menu ul li.new { border: 0 none; }
#menu ul li a {
	display: block;
	height: 23px;
	padding: 9px 6px 2px 6px;

	color: #d8ecd6;
	font: bold 13px helvetica, arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
	text-transform: lowercase;
}
#menu ul li.new a { padding: 9px 8px 2px 8px; }

#menu ul li.active a {
	border-bottom: 2px solid #fff;
	height: 22px;

	color: #fff;
}
#menu ul li:hover ul { display: block; }

/* subnav */
#menu ul.subnav {
	border: 0 none;
	border-bottom: 3px solid #5db358;
	display: none;
	height: auto;
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 100;

	box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}
#menu ul.subnav li {
	border: 0 none;
	border-bottom: 1px solid #efefef;
	float: none;
	height: auto;
}
#menu ul.subnav li a {
	height: auto;
	padding: 8px 15px 5px 15px;

	background-color: #fff;
	color: #5db358;
	font-size: 13px;
	text-shadow: none;
}
#menu ul.subnav li:hover>a {
	border: 0 none;

	background-color: #d8ecd6;
}


/**********************************
	SEARCH
**********************************/
#menu #search_form {
	display: none;
	float: right;
	height: 33px;
	margin: 8px 7px 0 0;
	width: 313px;
	
	background: transparent url(../img/feedtacoma-search-bg.png) 0 0 no-repeat;
}
#menu #search_form p {}
#menu #search_form #field_terms {
	border: 0 none;
	display: inline-block;
	height: 33px;
	padding: 0 5px;
	width: 271px;

	background: transparent;
}
#menu #search_form #field_submit {
	border: 0 none;
	display: inline-block;
	height: 33px;
	width: 31px;

	background: transparent;
}


/**********************************
	CONTENT
**********************************/
#content {}
#content ul, #content ol {
	padding: 0 0 10px 1.5em;
}

#content #left_col {
	background-color: #fff;

	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
#content #left_col.full {
	width: 100%;
}
#content #left_col .box {
	position: relative;
}
#content #left_col .box h2 {}

/* tools */
#content #left_col .box .tools {
	padding: 0 0 0 3px;
	position: absolute;
	top: -2.20em;
	right: 0;
	left: 0;

	color: #a0a1a0;
	text-align: right;
}
#content #left_col .box .tools span.space {
	border: 0 none;
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 6px;
}

#content #left_col .box .tools .rss,
#content #left_col .box .tools #home_zoom { display: none; }

#content #left_col .box .tools a.check {
	margin: 0 3px 0 0;
	padding: 2px 4px;

	color: #a0a1a0;
	font-size: 11px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: -1px -1px 2px rgba(0, 0, 0, .25) inset;
	-moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, .25) inset;
	-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .25) inset;
}
#content #left_col .box .tools a.check span {
	display: none;
	height: 9px;
	margin: -4px 5px 0 0;
	vertical-align: middle;
	width: 9px;

	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
}
#content #left_col .box .tools a.check.on {
	background-color: #addaa9;
	color: #2d8328;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

	box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25) inset;
}
#content #left_col .box .tools a.check.off {
	background-color: #d5d5d5;
	color: #999;
}

#content #left_col .box .tools a.icon {
	display: inline-block;
	height: 16px;
	margin: -2px 0 0 3px;
    vertical-align: middle;
	width: 16px;

	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
#content #left_col .box .tools a.list { background-image: url(../img/icons/text_padding_left.png); }
#content #left_col .box .tools a.map { background-image: url(../img/icons/map.png); }
#content #left_col .box .tools a.edit { background-image: url(../img/icons/pencil.gif); }
#content #left_col .box .tools a.copy { background-image: url(../img/icons/copy.gif); }
#content #left_col .box .tools a.delete { background-image: url(../img/icons/cross.gif); }
#content #left_col .box .tools a.plus { background-image: url(../img/icons/plus.png); }
#content #left_col .box .tools a.minus { background-image: url(../img/icons/minus.png); }

#content #left_col .box .tools .dropdown {
	display: inline-block;
	margin: -4px 0 0 0;
    padding: 0 72px 0 0;
    position: relative;
    vertical-align: middle;
    z-index: 50;
}
#content #left_col .box .tools .dropdown ul {
    height: 1.25em;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;

    background: #fff url('../img/icons/arrow_dn.gif') 95% .45em no-repeat;
    cursor: pointer;
    line-height: 1em;
    list-style-type: none;

	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}
#content #left_col .box .tools .dropdown ul * {
    text-align: left !important;
}
#content #left_col .box .tools .dropdown ul li {
	border-top: 1px solid #efefef;
    display: none;
    height: 1%;
    margin: 0;
    padding: 0;

    font-size: 12px;
}
#content #left_col .box .tools .dropdown ul li a {
    display: block;
    padding: 6px !important;

    color: #5db358;
    text-decoration: none;
}
#content #left_col .box .tools .dropdown ul li a:hover {
    background-color: #d8ecd6;
}

#content #left_col .box .tools .dropdown ul.hover {
	border-bottom: 3px solid #5db358;
	height: auto;
	padding: 1.25em 0 0 0;

	border-radius: 3px 3px 0 0;
}
#content #left_col .box .tools .dropdown ul.hover li {
	display: block;
}

#content #left_col .box .tools .heart {
	display: inline-block;
	padding: 0 0 0 20px;

	background: transparent url(../img/heart-off.png) left center no-repeat;
	color: #b9b7b7;
	cursor: pointer;
}
#content #left_col .box .tools .heart:hover {
	background-image: url(../img/heart-on.png);
	color: #3f3f3f;
}


#content #left_col .box .item {
	border-bottom: 1px solid #dfdfdf;
	min-height: 55px;
	padding: 7px 5px 6px 40px;
	position: relative;
}
#content #left_col .box .item.no_type {
	padding-left: 15px !important;
}
#content #left_col .box .item.no_type .type {
	display: none;
}
#content #left_col .box .item .type {
	height: 20px;
	left: 0;
	padding: 6px 0 0 0;
	position: absolute;
	top: 0;
	width: 28px;

	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 28px 26px;
	color: #fff;
	font-size: 8px;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

	border-radius: 0 0 4px 0;
}
#content #left_col .box .item .type a {
	display: block;
	color: #fff !important;
}

#content #left_col .box .item .heart {
	left: 0;
	padding: 10px 0 0 0;
	position: absolute;
	top: 39px;
	width: 28px;

	background: transparent url(../img/heart-off.png) top center no-repeat;
	background-size: 12px 10px;
	color: #b9b7b7;
	cursor: pointer;
	font-size: 10px;
	letter-spacing: -1px;
	text-align: center;
}
#content #left_col .box .item .heart:hover {
	background-image: url(../img/heart-on.png);
	color: #3f3f3f;
}

#content #left_col .box .item hr {
	border: 0 none;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 15px 0;
}
#content #left_col .box .item p {
	margin: 0 0 7px 0;
}
#body_home #content #left_col .box .item p { display: none; }
#body_home #content #left_col .box .item.tweet p { display: block; }
#content #left_col .box .item p.limit {
	height: 2.6em;
	overflow: hidden;
	position: relative;
}
#content #left_col .box .item.tweet p {
	height: auto;
}
#content #left_col .box .item img {
	border: 1px solid #d7d6d6;
	margin: 0 0 10px 15px;
	max-width: 280px;
	padding: 5px;

	background-color: #fff;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#content #left_col .box .item.blog img,
#content #left_col .box .item.cal img,
#content #left_col .box .item.tweet img {
	float: right;
	max-height: 35px;
	max-width: 35px;
	padding: 3px;
}
#content #left_col .box .item p .more_link {
	padding: 0 0 0.5em 0.5em;
	position: absolute;
	right: 0;
	top: 1.3em;

	background-color: #fff;
}

#content #left_col .box .item.grn .type { background-color: #5db358; }
#content #left_col .box .item.blu .type { background-color: #7089c5; }
#content #left_col .box .item.gry .type { background-color: #979898; }

#content #left_col .box .item.forum .type,
#content #left_col .box .item.blog .type { background-image: url(../img/type-icon-chat.png); }
#content #left_col .box .item.cal .type { background-image: url(../img/type-icon-cal.png); }
#content #left_col .box .item.tweet .type { background-image: url(../img/type-icon-tweet.png); }
#content #left_col .box .item.pic .type { background-image: url(../img/type-icon-pic.png); }
#content #left_col .box .item.poll .type { background-image: url(../img/type-icon-poll.png); }
#content #left_col .box .item.star .type { background-image: url(../img/type-icon-star.png); }

#content #left_col .box .item h3 {
	font: bold 15px 'Raleway', sans-serif;
}
#content #left_col .box .item h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
#content #left_col .box .item h5 {
	padding: 5px 0 0 0;
	font: italic 10px georgia, times;
}

#content #left_col .box .item.grn a { color: #5db358; }
#content #left_col .box .item.blu a { color: #7089c5; }
#content #left_col .box .item.gry a { color: #979898; }

#content #left_col .box .item.last_item {
	border: 0 none;
}

#content #left_col .photos .item img,
#content #left_col .box .item.all_comics img {
	margin: 0 15px 10px 0;
}

#content #left_col .box .item .slide {
	float: left;
    margin: 15px 30px 10px 0 !important;
    position: relative;
    width: 120px;
 
	text-align: center;
}
#content #left_col .box .item .slide a {
	color: #57c;
}
#content #left_col .box .item .slide a span {
    display: block;
    height: 1.3em;
    overflow: hidden;
    padding: 0 8px 2px 7px;

    text-align: left;	
}
#content #left_col .box .item .slide a em {
	display: block;
	padding: 0 7px 0 0;

	color: #6CBF6B;
	font-style: normal;
	text-align: right;
}
#content #left_col .box .item .slide img {
	margin: 0;
	max-width: 110px;
}


/* featured item */
#content #left_col .box .item.featured {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 0;
	padding-left: 16px;
	padding-top: 130px;

	box-shadow: 0 -50px 120px 20px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0 -50px 120px 20px rgba(0, 0, 0, 1) inset;
	-ms-box-shadow: 0 -50px 120px 20px rgba(0, 0, 0, 1) inset;
	-o-box-shadow: 0 -50px 120px 20px rgba(0, 0, 0, 1) inset;
	-webkit-box-shadow: 0 -50px 120px 20px rgba(0, 0, 0, 1) inset;
}
#content #left_col .box .item.featured h3 {
	padding-bottom: .25em;
	position: relative;
	z-index: 5;

	font-size: 20px;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 1), 0 1px 2px rgba(0, 0, 0, .75);
}
#content #left_col .box .item.featured h5 {
	padding: 0;
	position: relative;
	z-index: 5;

	color: #fff;
}
#content #left_col .box .item.featured .type,
#content #left_col .box .item.featured img,
#content #left_col .box .item.featured p { display: none; }
#content #left_col .box .item.featured .heart {
	float: right;
	left: auto;
	margin: 5px 0 5px 10px;
	position: relative;
	top: auto;
	width: 17px;
	z-index: 5;
}
#content #left_col .box .item.featured .item_thmb {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


/* right column */
#content #right_col {  }
#content #right_col h3 {
	height: 35px;
	padding: 15px 0 0 65px;
	position: relative;

	background-color: #7089c5;
	background-position: 23px center;
	background-repeat: no-repeat;
	color: #fff;
	font: bold 18px helvetica, arial, sans-serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);

	border-radius: 0;
}
#content #right_col h3.chat	{ background-image: url(../img/icon-chat.png); }
#content #right_col h3.cal	{ background-image: url(../img/icon-cal.png); }
#content #right_col h3.pic	{ background-image: url(../img/icon-pic.png); }
#content #right_col h3.info	{ background-image: url(../img/icon-info.png); }
#content #right_col h3.fav	{ background-image: url(../img/icon-star.png); }
#content #right_col h3.mail	{ background-image: url(../img/icon-mail.png); }
#content #right_col h3.gear	{ background-image: url(../img/icon-gear.png); }
#content #right_col h3.search	{ background-image: url(../img/icon-search.png); }
#content #right_col h3 a {
	color: #fff;
}
#content #right_col h3 a.new {
	position: absolute;
	right: 12px;
	top: 6px;

	font-size: 27px;
}
#content #right_col .box {
	margin: 0;
	padding: 15px 12px;

	background-color: #fff;

	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
#content #right_col .box img {
	border: 1px solid #d7d6d6;
	padding: 5px;

	background-color: #fff;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#content #right_col .box p {
	clear: both;
	margin: 0 0 10px 0;
}
#content #right_col .box a {}
#content #right_col .box a .count {
	display: inline-block;
	padding: 0 15px 0 0;
	width: 38px;

	font-size: 15px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#content #right_col .box a .title {
	display: inline-block;
	width: 238px;
}

#content #right_col .events {}
#content #right_col .events table {
	border-spacing: 0;
}
#content #right_col .events table td {
	padding: 0 0 12px 0;

	vertical-align: middle;
}
#content #right_col .events table td .post_it {
	height: 36px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	width: 46px;

	background-color: #edf0fb;
	color: #7089c5;
	text-align: center;

	border-radius: 4px;
}
#content #right_col .events table td .post_it span {
	display: block;
}
#content #right_col .events table td .post_it span.sml {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}
#content #right_col .events table td .post_it span.med {
	font-size: 11px;
	font-weight: bold;
}
#content #right_col .events table td .post_it span.big {
	font-size: 15px;
	font-weight: bold;
}
#content #right_col .events table td.event_link {
	font-size: 14px;
}
#content #right_col .events table td.event_link a {}

#content #right_col .ad { display: none; }
#content #right_col .ad img {}


/**********************************
	DISCUSSION FORUM
**********************************/
#content #left_col .box .item.forum h5 {
	color: #888;
}
#content #left_col .box .item.forum p.topic_post { display: none; }
#content #left_col .box .item.forum .post_snippet {}
#content #left_col .box .item.forum .post_author { display: none; }
#content #left_col .box .item.forum p.topic_count { display: none; }
#content #left_col .box .item.forum p.topic_count a {}

#content #left_col .box .item table {
	border-spacing: 0;
	margin: 20px 0;
	width: 100%;
}
#content #left_col .box .item table.data td:first-child {
	white-space: nowrap;
}
#content #left_col .box .item table th {
	padding: 5px;

	background-color: #7089c5;
	color: #fff;
	text-align: left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
#content #left_col .box .item table th.forum,
#content #left_col .box .item table th.first {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}
#content #left_col .box .item table th.rss,
#content #left_col .box .item table th.last {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
}
#content #left_col .box .item table td {
	border: 0 none;
	display: block;
	vertical-align: top;
}
#content #left_col .box .item table td.label { width: auto; }
#content #left_col .box .item table td.label { width: 9em; font-variant: small-caps; }
#content #left_col .box .item table td.left_col {
	padding: 5px 5px 15px 0;
}
#content #left_col .box .item table td.right_col {
	border-bottom: 1px solid #dfdfdf;
	clear: both;
	padding: 0 5px 15px 0;
}
#content #left_col .box .item table td.left_col img {
	float: left;
	height: 32px;
	margin: 10px 5px 0 0;
	width: 32px;
}
#content #left_col .box .item table td.left_col .small img {
	border: 0 none !important;
	padding: 0 !important;

	background: transparent !important;
}
#content #left_col .box .item table td.right_col blockquote { border-left: 3px solid #bbb; margin-left: 0 !important; padding-left: 1em; }
#content #left_col .box .item table td img { display: inline-block; margin: 0; max-width: 270px !important; }

#content #left_col .box .item table.no_border td {
	border: 0 none;
}

#content #left_col .box .item.reports table td {
	display: table-cell;

	font-size: 10px;
}


#content #left_col .box .item table.forum_posts td {
}


#content #left_col .box .item table.pages {
	margin: 0 auto;
	width: 150px;
}
#content #left_col .box .item table.pages td { border: 0; }

#content #right_col .scroller {}


/* muted user */
#content #left_col .box .item table td .mute { opacity: .5; }
#content #left_col .box .item table { table-layout: fixed; }
#content #left_col .box .item table .muted td img,
#content #left_col .box .item table .muted td.left_col .published,
#content #left_col .box .item table .muted td .mute,
#content #left_col .box .item table .muted td br { display: none; }
#content #left_col .box .item table .muted td {
	border-width: 1px;
	overflow: hidden;
	padding: 5px 5px 5px 0;

	cursor: pointer;
	font-size: 11px;
	opacity: .5;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#content #left_col .box .item table .muted:hover td { opacity: 1; }


/**********************************
	EVENTS CALENDAR
**********************************/
#content #left_col .box .item.cal img.float_right { float: right; }

#content #left_col .box .item .map {
	height: 400px;
	padding: 0;
	width: 290px;
}

#content #left_col .box .item .map div {
	margin: 0;
	padding: 0;

	background-color: transparent;
}
#content #left_col .box .item .map img {
	padding: 0;

	background-color: transparent !important;

	box-shadow: none;
	-moz-box-shadow: none;
	-moz-box-shadow: none;
}

#content #left_col .box .item .mini_map {
	padding: 0 0 10px 0;
	position: relative;
	width: 290px;
}

#cal_grid { color: #999; font-size: 11px; padding-left: 0 !important; }
#cal_grid table { width: 85%; margin: 0 0 .5em 1.5em; }
#cal_grid .heading td { padding-bottom: 5px; border: 0; }
#cal_grid th, #cal_grid td { text-align: center; }
#cal_grid th { color: #333; border-bottom: 1px dotted #bbb; }
#cal_grid td { width: 12%; padding: 4px 0 !important; font-size: 13px; border-width: 0 1px 1px 0; border-style: dotted; 
border-color: #bbb; }
#cal_grid td a { display: block; text-decoration: none; }
#right_col #cal_grid td img { width: auto; height: auto; background: transparent; margin: 0; padding: 0; border: 0; }
#cal_grid td.weeklink { border: 0; border-right: 1px dotted #bbb; }
#cal_grid td.weeklink a { background: transparent; text-decoration: none; }
#cal_grid td.selected { background: #fff; }
#cal_grid td.today { background: #c4f4c4; border-width: 0 1px 1px 0; border-style: solid; border-color: #b4e4b4; }
#cal_grid td.lastmonth { }
#cal_grid td.nextmonth { }


/**********************************
	SEARCH
**********************************/
#content .tag_cloud a { line-height: 100%; text-decoration: none; padding: 4px 7px; -moz-border-radius: 5px; }
/*#content .tag_cloud a:hover { background: #fff; color: #6CBF6B !important; }*/
#content .tag_cloud a.group1 { color: #bbb; font-size: 8pt; }
#content .tag_cloud a.group2 { color: #abb; font-size: 10pt; }
#content .tag_cloud a.group3 { color: #9ab; font-size: 12pt; }
#content .tag_cloud a.group4 { color: #79c; font-size: 16pt; }
#content .tag_cloud a.group5 { color: #68c; font-size: 20pt; }
#content .tag_cloud a.group6 { color: #57c; font-size: 24pt; }


/*************************
	SHOPS
*************************/
#shop_cart {
	border-spacing: 0;
}
#shop_cart tr:hover { background: #fff; }
#shop_cart tr.heading:hover, #shop_cart tr.item_update:hover { background: transparent; }
#shop_cart th {
	font-weight: normal;
	text-align: left;
	padding: 2em 0 0 0;
	border-bottom: 1px solid #ccc;
}
#shop_cart tr.first th { padding-top: 0; }
#shop_cart th h3 { color: #777; margin: 0; }
#shop_cart th h3 a { background: none; text-decoration: none; }

#shop_cart td {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#shop_cart td.item_name { width: 58%; padding-left: 5px; }
#shop_cart td.item_name a { text-decoration: none; }
#shop_cart td.item_cost { width: 17%; color: #5CAF5B; text-align: right; padding-right: 10px; }
#shop_cart td.item_quan { width: 8%; text-align: left; padding-left: 10px; }
#shop_cart td.item_quan input { width: 1.5em !important; color: #555; text-align: left; margin: -2px 0 0 0; padding: 0 3px; }
#shop_cart td.item_subtotal { width: 17%; text-align: right; padding-right: 5px; }
#shop_cart tr.item_update td { text-align: right; border: 0; }
#shop_cart tr.item_update td input {
	cursor: pointer;
	background: transparent url('../img/shop-cart-update.gif') 0 center no-repeat;
	color: #888;
	padding: 0 0 0 17px;
	margin: 0;
	border: 0;
}

#shop_cart .checkout {  }
#shop_cart .checkout a {
	display: block;
	float: right;
	background: #c4f4c4;
	color: #477947;
	text-decoration: none;
	margin: 0 0 .25em 0;
	padding: .25em .4em .2em .4em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #84b484;
}

.cart_text {
	font-size: 10pt;
	text-align: center;
	margin: 0 auto;
}
.cart_text a {
	background: transparent url('../img/shop-cart.gif') 0 0 no-repeat;
	color: #57c !important;
	text-decoration: none;
	padding: 0 0 0 21px;
}
.cart_text a:hover { text-decoration: underline; }


/**********************************
	COMICS
**********************************/
#comics #content #left_col .box .item td.qtr {
	padding: 0 0 10px 0;
}
#comics #content #left_col .box .item .feat_img {
	height: 150px;
	width: 290px;
}
#content #left_col .box .item.all_comics .a_comic img {
	width: 200px;
}
#comics h2.strip_title {
	height: 60px;
	margin: 0 0 70px 0;
	width: 290px;
	
	background-color: transparent;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 290px;
}
#comics h2.strip_title a {
	display: block;
	height: 100%;
}

#comics h2.strip_title .byline {
	height: 60px;
	display: block;
	width: 290px;

	background-color: transparent;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 290px;
	font: italic 10px georgia, times;
	text-align: center;
}
#content #left_col .box .item .post_nav {
	margin: 10px 0;

	text-align: center;
}
#content #left_col .box .item .post_nav a {
	display: inline-block;
	width: 37px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 8px 3px 3px 3px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: 37px 37px;
	color: #ff0;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 13px #000;
}

#comics #content #left_col .box .item img.post_img {
	margin: 0;
	max-width: 280px;
	padding: 2px;
}
#comics #content #left_col .box .item .comic_post_caption {}
#comics #content #left_col .box .item .comic_post_caption img {
	height: auto;
	max-width: 100px;
}


/**********************************
	FOOTER
**********************************/
#footer {
	margin: 10px 0 0 0;
}

#footer .menu {}
#footer .menu a {
	border-right: 1px solid #cecece;
	display: inline-block;
	padding: 0 5px;
}


/**********************************
	GENERAL STYLES
**********************************/
.buttons {
	display: inline-block;
	padding: 5px 10px;

	background-color: #f3f3f3;
	font-size: 15px;

	border-radius: 10px;
	box-shadow: -2px -2px 4px rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, .15) inset;
}
.buttons.submit {
	border-width: 2px;
	border-color: #5db358;

	color: #5db358;
	background-color: #ebf7e8;
	font-weight: bold;
}
.buttons.edit {}
.buttons.preview {
	color: #888;
}

.framed {
	border: 1px solid #d7d6d6;
	padding: 5px;

	background-color: #fff;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.hilite { background-color: #ffc !important; }
.lowlite { color: #888; }

.large { font-size: 17px; }
.medium { font-size: 13px; }
.small { font-size: 11px; }
.fine { font-size: 9px; }

.required { color: #c54; font-weight: bold; }

.left_it, .left_it * { text-align: left !important; }
.center_it, .center_it * { text-align: center !important; }
.right_it, .right_it * { text-align: right !important; }
.top_it, .top_it * { vertical-align: top !important; }
.bottom_it, .bottom_it * { vertical-align: bottom !important; }

.float_right { display: block; }
.float_left  { display: block; }

.no_border { border: 0 none !important; }
.no_margin { margin: 0 !important; }
.no_show { display: none !important; }
.no_frame, .no_frame img {
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;

	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.normal_wrap, .normal_wrap * { white-space: normal; }

input, textarea { font: 15px sans-serif; padding: .15em; border: 1px solid #888; }
iframe { border: 1px solid #888; }
.full input, input.full, textarea.full, .full textarea { width: 18em; }
.fill input, input.fill, textarea.fill, .fill textarea { width: 97%; }
textarea.fill, .fill textarea { height: 10em; }
input.half, textarea.half { width: 8.5em !important; }
input.thirds, textarea.thirds { width: 5em !important; }
input.short { width: 1.5em !important; text-align: center; line-height: 1.25em; }
input.normal { width: auto !important; }
select optgroup {
	padding: 1em 0 0 0;
}

#editor_toolbar, #editor { /*display: none;*/ }
#source.fill, #source.brief { height: 12em; }

.tight_space * { line-height: .75em !important; }
.single_space * { line-height: 1em !important; }
.half_space * { line-height: 1.5em; }

.cleaner { clear: both; }

.no_mo { display: none !important; }
