
/*basic HTML tags */
body
{
	background-color: #FFF;
	color:#555;
	font-size: .9em;
	font-family: Georgia, serif;
	line-height: 1.3em;
	text-align: center;
}
img
{
	border: 0;
	behavior: url("pngbehavior.htc");
}
a
{
	color: #498BC8;
	text-decoration: none;
}

p
{
	margin: 0 0 .5em 0;
}

#sidebar-contribute h4
{
	font-size: 1.3em;
	margin: 0 0 0 0;
	font-weight: bold;
}
#sidebar-contribute h5
{
	font-size: .8em;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.post h2, .post h1
{
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	font-weight: normal;
}
.post h1 a, .post h2 a
{
	/*color:#555;*/
	color:#000;
}
.entry p img
{
	margin: 5px 0px 0 0px;
}
img.posterImage
{
	margin: 0 0 1.3em 0;
}
/*layout */
#container
{
	margin: 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;
}
#header
{
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 950px;
}
#footer
{
	clear: both;
	font-size: .8em;
	color: #999;
	background-color: #FFF;
	padding: 5px 3px 3px 3px;
	margin: 7em 0 .5em 0;
	width: 938px;
	/*border-top: 1px solid #B2B3B5;*/
	background-image: url(images/punto-oriz2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#logo
{
	float: left;
	width: 950px;
	height: 70px;
	margin: 7px 0 30px 0;
	background-image: url(images/punto-oriz2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#content
{
	clear: both;
	/*margin: 120px 0 30px 0;*/
	margin: 20px 0 30px 0;
	padding: 0;
}
#cntLeft
{
	width: 200px;
	float: right;
}
#sidebar, #sidebar-contribute
{
	padding: 0 0 10px 0;
	margin-left: 540px;
	width: 400px;
}
.narrowcolumn
{
	float: left;
	padding: 0 0 2em 0;
	margin: 0 0 0 0;
	width: 33em;
}
.post
{
/*
	border-top: #B2B3B5;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
*/
	background-image: url(images/punto-oriz.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 4em 0;
	width: 520px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p.postmetadata
{
	text-align: left;
	font-size: .8em;
	margin: 0 0 2em 0;
	color: #999;
	font-family: Arial, sans-serif;
}
.sidebarcolumn
{
	float: left;
	height: 100%;
	width: 200px;
}
.postmetadatatop
{
	font-family: Arial, sans-serif;
	margin: 0 0 0 0;
	font-size: .8em;
	text-transform: uppercase;
}
.postmetadatatop a
{
	color: #999;
}

.banner-block
{
	list-style-type: none;
	margin-bottom: 20px;
}
.sidebarchunk, .linkcat, .widget
{
	list-style-type: none;
	padding: 0 0 10px 4px;
	margin: 0 0 20px 0;
	/*
border-left: #B2B3B5;
	border-width: 0 0 0 5px;
	border-style: none none none solid;
*/
	font-family: Arial, sans-serif;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
}
.sidebarchunk h2, .linkcat h2, h2.widgettitle
{
	margin: 0 0 .4em 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
}
.sidebarchunk ul, .linkcat ul, ul.st-related-posts, li.widget ul
{
	font-size: .9em;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.sidebarchunk ul li, .linkcat ul li, ul.st-related-posts li
{
	list-style-type: default;
	margin: .7em 0;
	list-style-image: url(images/punto-elenco.gif);
	list-style-position: default;
}
.sidebarchunk ul li.rssfeed
{
	list-style-type: none;
	list-style-image: none;
	background-image: url(images/feed-icon-14x14.png);
	background-repeat: no-repeat;
	padding-left: 19px;
}
.sidebarchunk a, .linkcat a, .rssfeed a
{
	color: #666;
}
.sidebarchunk a:hover, .linkcat a:hover, .rssfeed a:hover
{
	color: #333;
}
.post h4
{
	width: 520px;
	margin: 10px 0;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
	border-top: 1px #B2B3B5 solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

h3
{
	color: #000;
}

.social_bookmark
{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: .8em;
	margin-top: 2em;
}
.theTime
{
	background-color: #666;
	color: #FFF;
	padding: 0 .3em;
}