/* the block classes , all combined, single out if you need to set each side separately*/
/* first the "frame" around each block */
.tp_leftblock_frame, .tp_rightblock_frame, .tp_centerblock_frame, .tp_topblock_frame, .tp_bottomblock_frame, .tp_frontblock_frame
{
}
/* ..and the block without frame, still need a small margin */
.tp_leftblock_noframe, .tp_rightblock_noframe, .tp_centerblock_noframe, .tp_topblock_noframe, .tp_bottomblock_noframe, .tp_frontblock_noframe
{
	
}
/* the title of each block, note that it also use titlebg classes for its colors */
h3.tp_leftblock_title, h3.tp_rightblock_title, h3.tp_centerblock_title, h3.tp_topblock_title, h3.tp_bottomblock_title, h3.tp_frontblock_title
{
	background: none;
	padding: 4px;
	margin-bottom: 4px;
	border-bottom: solid 1px #ccc;
}
/* and finally the actual "body" of the block */
.tp_leftblock_body, .tp_rightblock_body, .tp_centerblock_body, .tp_topblock_body, .tp_bottomblock_body, .tp_frontblock_body
{
	background: none;
	font-size: 0.9em;
}
/* 
here you can set the container for each panel. Note that it also exists another located in index.template.php, thsi one is the inner
one 
*/
.tp_leftpanel, .tp_rightpanel, .tp_centerpanel, .tp_toppanel, .tp_bottompanel, .tp_frontpanel
{
	overflow: auto;
}

/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #ECEDF3;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #C8D6E1;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #DBE4ED;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}

/* article css */
h3.tp_subject
{
	font-size: 1.5em;
	margin: 0;
	padding: 0 10px 0 10px;
	line-height: 1em;
}
h3.tp_subject, h3.tp_subject a
{
	color: #805000;
}
.tp_day, .tp_month
{
	padding: 0 10px 0 5px;
	border-right: solid 1px #aaa;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.tp_day
{
	color: #a0a0a0;
}
.tp_month
{
	color: #000;
	font-size: 0.85em;
}

.windowbg2 .tp_month
{
	padding: 0;
	border-right: none;
	font-weight: normal;
	text-transform: none;
}
.tp_details
{
	font-size: 0.8em;
	color: #777;
	padding: 5px 0 0 10px;
}

.tp_articletext
{
	border-top: solid 1px #bbb;
	padding: 5px;
	margin-top: 10px;
	line-height: 1.3em;
	font-size: 0.9em;
}

.tp_article_next
{
	margin: 10px 0 10px 0;
	padding: 5px;
	background: #f0f0f5;
	border-top: solid 1px #bbb;
	text-align: right;
}
.tp_editlink
{
	margin: 5px 0 5px 0;
	padding: 4px;
	background: #f0f0f5;
	border-top: solid 1px #bbb;
	text-align: right;
	font-size: 0.85em;
}
.tp_editlink li
{
	padding: 0 5px 0 5px;
	display: inline;
	border-left: solid 1px #888;
}

.tp_article_comment_header
{
	padding: 5px;
}

.tp_article_rate
{
	margin: 0 0 10px 0;
	padding: 5px;
	background: #f0f0f5;
	border-bottom: solid 1px #bbb;
	text-align: center;
}
#featured_article h3.tp_subject, #featured_article h3.tp_subject a
{
	color: #008000;
}

/* more articles */
#tp_morearticles ul
{
	list-style: none;
}
#tp_morearticles li
{
	padding-left: 15px;
}
/* articles first */
#tp_morearticles li.chosen
{
	background: url(../default/images/tinyportal/TPtree_article.gif) 0 -4px no-repeat;
	font-weight: bold;
	color: #aaa;
}
#tp_morearticles li
{
	background: url(../default/images/tinyportal/TPtree_article2.gif) 0 -4px no-repeat;
}
/* the categories */
#tp_morearticles li.chosen_category, #tp_morearticles li.category
{
	background: 0;
	padding-left: 0;
	list-style: circle;
}
#tp_morearticles li.chosen_category
{
	list-style: square;
}
#tp_morearticles h4
{
	margin: 0 0 0 15px;
	padding: 0;
}
/* comments */
#tp_article_comment
{
	border-top: dotted 1px #777;
	padding-top: 6px;
}
.tp_comment, .tp_comment_notice
{
	background: url(../default/images/tinyportal/TPcomment.gif) no-repeat #fff;
	padding: 2px 10px 10px 40px;
	font-size: 0.8em;
}

.tp_commentbody
{
	background: #e8e8e8;
	padding: 10px;
	font-size: 0.8em;
}
.tp_commentbuttons
{
	float: right;
}
.tp_commentbutton a
{
	display: block;
	float: right;
	padding: 1px 5px 1px 5px;
	border: 1px solid #888;
	background: #fff;
	margin-left: 4px;
}
.tp_commentbutton a:hover
{
	color: red;
	text-decoration: none;
}
.tp_avatar, .tp_avatar_category
{
	float: right;
	border: solid 1px #ccc;
	background: white;
	padding: 10px;
	position: relative;
	top: -40px;
	right: -5px;
}
.tp_avatar_category
{
	border: solid 1px #ccc;
	padding: 3px;
	top: 0;
	right: 0;
	margin: 0 0 8px 8px;
}
div.menubutton {
	margin-left: 3px;
	text-align: center;
	width: 164px;
	height: 29px;
	background-image: url(images/button_background.gif);
}
input.menubutton {
	border: none;
	margin: 3px;
	text-align: center;
	width: 164px;
	height: 29px;
	background-image: url(images/button_background.gif);
	font-weight: bold;
}
a.menubutton {
	line-height: 2.5em;
	color: black;
	font-weight: bold;
}
a.menubutton:hover {
	text-decoration: none;
}
