
/*------------------------------------------------------------------------
# Soapbox -> ADVANCED TAGS COMPONENT CSS
  April, 2008 (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2008 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
## @Tags at Bottom of Page
-------------------------------------------------------------------------*/
span.advancedtags 											{ clear: both; display: block; padding: 0px; font-weight: bold; font-size: .9em; }
span.advancedtags a											{ font-weight: normal; }



/* ------------------------------------------------------------------------
## @Module
-------------------------------------------------------------------------*/
/*#rightCol .moduletable ul									{ padding: 0px 15px 15px 15px; }
#rightCol .moduletable ul li								{ padding: 0px 0px .5em 10px;  background: url(../images/typo/bullet-list.gif) no-repeat left 3px; }
#rightCol .moduletable ul li.level1							{}
#rightCol .moduletable ul li.level1 a						{}/



/* ------------------------------------------------------------------------
## @VIEW: LIST
-------------------------------------------------------------------------*/
.list 														{}
.el_tagFull													{}
ul.tag														{ margin: 0; padding: 0; }
ul.tag li													{ margin: 0; padding: 0; background: url(none); }
ul.tag li.level0											{}
ul.tag li.level0 .name										{ color: #000; font-size: 1.5em; line-height: 1.1em; font-weight: normal; padding-bottom: .6em; }
ul.tag li.level0 .name a									{ color: #000; }
ul.tag li.level0 .name a:hover								{}
ul.tag li.level0 .description								{}
ul.tag li.level0 .linked									{}
ul.tag li.level0 .linked .tagLinked							{ margin-bottom: 1.8em; }
ul.tag li.level0 .linked .tagLinked .tagTitle				{ clear:both; padding-bottom: 0; }
ul.tag li.level0 .linked .tagLinked .tagTitle a				{ background: url(none); font-size: 1.0em; font-weight: bold; }
ul.tag li.level0 .linked .tagLinked .tagTitle a:hover		{ }
ul.tag li.level0 .linked .tagLinked	.tagIntro				{ clear:both; line-height: 1.4em; }
ul.tag li.level0 .linked .tagLinked .tagIntro p				{ clear: both; margin: 0 0 .6em 0; }
ul.tag li.level0 .linked .tagLinked .tagReadmore			{ clear:both; }
ul.tag li.level0 .linked .tagLinked .tagReadmore a,			
ul.tag li.level0 .linked .tagLinked .tagReadmore a:active,
ul.tag li.level0 .linked .tagLinked .tagReadmore a:visited	{ display: none;}
ul.tag li.level0 .linked .tagLinked .tagReadmore a:hover	{}

ul.tag li.level1 .name										{ color: #000; font-size: 1.5em; line-height: 1.1em; font-weight: normal; padding-bottom: .6em; }
ul.tag li.level1 .name a									{ color: #000; }
ul.tag li.level1 .name a:hover								{}
ul.tag li.level1 .description								{}

ul.tag li.level1 ul,
ul.tag li.level2 ul											{ margin-left: 0px; }

.tagAuthor													{ font-size: .9em; color: #666; margin: 0; padding: 0 0 4px 0; line-height: normal; }
.tagDate													{ padding: 0 0 .8em 0; color: #666; font-size: .9em; line-height: normal; }
.tagTags													{ padding: 0; font-weight: bold; font-size: .9em; }
.tagTags a 													{ font-weight: normal; }


ul.tag li									{margin-bottom: 1.8em;}
ul.tag li .tagLinked							{ margin-bottom: 1.8em; }
ul.tag li .tagLinked .tagTitle				{ clear:both; padding-bottom: .6em; font-size: 1.1em; font-weight: bold; }
ul.tag li .tagLinked .tagTitle a				{ background: url(none); }
ul.tag li .tagLinked .tagTitle a:hover		{ }
ul.tag li .tagLinked	.tagIntro				{ clear:both; line-height: 1.4em; }
ul.tag li .tagLinked .tagIntro p				{ clear: both; margin: 0 0 .6em 0; }
ul.tag li .tagLinked .tagReadmore			{ clear:both; }
ul.tag li .tagLinked .tagReadmore a,			
ul.tag li .tagLinked .tagReadmore a:active,
ul.tag li .tagLinked .tagReadmore a:visited	{ display: none;}
ul.tag li .tagLinked .tagReadmore a:hover	{}