/*---| content |---*/


#contenthome
{
	font-size:		12px;
	width: 				620px;
	height:       100%;
	float:        left;
	position:     relative;
	padding: 			10px;
	border-left: 	1px solid #000;
	border-right: 1px solid #000;
	display:      block;
	overflow: 		hidden;
}

#contenthome .tags, .postmetadata {
	text-align: 		left;
}

#contenthome h1,h2,h3,h4,h5 {
	margin:			15px 0 5px 0;
	text-align:		left;
	clear:			both;
}

#contenthome a {
	text-align:		left;
}

#contenthome .post {
	padding-bottom:		30px;
	margin-top:		10px;
	border-bottom:		1px solid #000;
	color:			#000;
}

#contenthome .post h2 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	float: none;
	clear: both;
}

#contenthome ul {
	list-style-type:	square;
	padding-left:		30px;
}

#contenthome ol {
	list-style-type:	decimal;
	padding-left:		30px;
}

#contenthome code {
	font-family:		courier,"courier new", monospace;
	font-size:		14px;
	background-color:	#dfdfdf;
}

#contenthome blockquote {
	padding:		6px;
	font-style:		italic;
	text-align:		left;
	color:			#555;
}

#contenthome blockquote p {
	font-style:		italic;
}

#contenthome em {
	font-style:				italic;
}




/*---| main wrapper |---*/

#wrapper
{
text-align:justify;
line-height:1em;
margin: 10px auto 10px auto;
padding:20px;
background:white;
width:960px;
/*max-width:960px;*/
outline:0;
vertical-align:baseline;
}



#header h2
{
	font-size:44px;
	font-style:italic;
	font-weight:bold;
	font-variant:small-caps;
	font-family:Georgia;
	letter-spacing:2px;
	line-height:1;
	text-align:center;
	position:relative;
}



#news_table_col
{
	width:    		145px;
	border-left:  1px solid #000;
	border-right: 1px solid #000;
	margin:       5px 0px 5px 0px;
}

#newslist .left_image
{
	position:       relative;
	margin:         0px 5px 0px 0px;
	padding:        0px;
	float:          left;
	height:         165px;
	width:          170px;
}


#newslist .right_image
{
	position:       relative;
	margin:         0px 0px 0px 5px;
	padding:        0px;
	float:          left;
	height:         165px;
	width:          170px;
}


#newslist .post
{
	text-transform:	none;
	text-align:			left;
	float:					left;
	width:					145px;
	height:					80%;
	padding:				10px;
	margin:					10px 0px 5px 0px;
	color:					#000;
	white-space:		normal;
	overflow: 			hidden;
}

