﻿/**
* #bottom_clip
*/
#bottom_clip
{
	padding-top:10px;
	clear : both;
}

/**
* #side-contents
*/
#side-contents
{
	display:block;
	float:left;
	width : 200px;
	height:auto;
	overflow:hidden;
}

#side-contents h2
{
	margin : 0px;
	padding : 0 0 5px 0 ;
	font-size : 16px;
}

div#side-contents:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 

.loginbox
{
	border : solid 2px #dcdcdc;
	padding:10px 0 0 10px;
	margin-bottom:5px;
}


/**
* #sidecontents
*/
#sidecontents
{
	display:block;
	float:left;
	width : 200px;
	height:auto;
	overflow:hidden;
}

#sidecontents h2
{
	margin : 0px;
	padding : 0 0 5px 0 ;
	font-size : 16px;
}

#sidecontents h3
{
	margin : 0px;
	padding : 0 0 5px 0 ;
	font-size : 14px;
}

div#sidecontents:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
} 


/**
* #category-box
*/
#category-box
{
	float : right;
	width : 580px;	
	display:block;
	padding: 5px;
	border : solid 2px #dcdcdc;
	height:auto;
	margin:0;	
}

#page-subtitle
{
	float : left;
	margin : 2px 0 3px 3px;
	padding:0;
}

#show-num
{
	float : right;	
	margin: 8px 0 0 0;
	padding:0;		
}

	#show-num .displayCount
	{
		margin-right: 15px;
	}

/*
* #footer
*/

#footer a
{
	color: #666666;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.92em;
	font-weight:normal;
}

#footer #footerLinks
{
	float: right;
}

#footer ul 
{
	list-style:none;
	margin:0;
	padding-top: 2px;
	padding-bottom: 0px;
}

#footer li {
	margin:0;
	padding-left: 5px;
}

#copyright 
{
	clear: both;
	margin-top: 10px;
	font-size:11px;
}

/*
#misc strong
{
	font-weight: normal;
}

#misc
{
	display: inline;
	float:right;
	font-size:11px;
	line-height:20px;
	clear:both;
}
*/