body {
	background : #333;
	margin : 0px;
	padding-bottom : 100px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color : #666;
}
#background {
	width : 100%;
	height : auto;
	float : left;
	display : block;
	background : #e6e6e6 url(../img/background.jpg) repeat-x;
}
ul, ol {
	list-style-type : none;
	margin-left : 0px;
	padding-left : 0px;
}
p, ul, ol, li, table {
	margin: 0 0 0px;
}
a:link, a:visited {
	color : #5c691f;
	text-decoration : none;
}
a:hover, a:active {
	color : #f00;
	text-decoration : underline;
}
.grid_12 {
	height : 310px;
}
.carousel_container {
	width : 960px;
	height : 330px;
	background : url(../img/highlight.jpg) no-repeat center top;
}
.carousel {
	padding-top : 30px;
	width : 850x;
	margin-left : 55px;
	visibility : hidden;
}
.highlight_img {
	position : relative;
	width : 500px;
	height : 250px;
	float : left;
	text-align : center;
}
.highlight_text {
	position : relative;
	width : 285px;
	height : 260px;
	margin-left: 10px;
	float : left;
	font-family : Tahoma, sans-serif;
}
.highlight_title {
	color : #8a5424;
	font-size : 18px;
}
.highlight_link, .index_readlink {
	text-align : right;
}
#frontpage_thumbnails {
	text-align : center;
}
#frontpage_thumbnails img, .gallery img{
	padding : 5px;
	margin : 2px;
	border : 1px #ccc solid;
	vertical-align : middle;
}
#twitter_update_list li {
	width : 180px;
	margin-bottom : 5px;
	padding : 5px;
	height : auto;
	float : left;
	font-size : 11px;
	border-bottom : 1px #666 dashed;
}
.line {
	position : relative;
	width : 100%;
	height : 10px;
	float : left;
}
#index_works, #index_articles {
	background : url(../img/title_works.gif) no-repeat;
	padding-top : 10px;
	width : 100%;
	height : 25px;
	float : left;
	display : block;
}
#index_articles {
	background : url(../img/title_articles.gif) no-repeat;
}
a.index_listinglink:link,
a.index_listinglink:visited,
a.index_articletitle:link,
a.index_articletitle:visited,
a.post_listinglink:link,
a.post_listinglink:visited,
a.post_title:link,
a.post_title:visited {
	font-family : Georgia, Times New Roman, serif;
	font-size : 15px;
	color : #333;
	font-style : italic;
	text-decoration : none;
}
a.index_listinglink:hover,
a.index_listinglink:active,
a.index_articletitle:hover,
a.index_articletitle:active,
a.post_listinglink:hover,
a.post_listinglink:active,
a.post_title:hover,
a.post_title:active {
	color : #f00;
	text-decoration : underline;
}
a.post_listinglink:link,
a.post_listinglink:visited,
a.post_listinglink:hover,
a.post_listinglink:active {
	font-size : 13px;
}
a.post_title:link,
a.post_title:visited,
a.post_title:hover,
a.post_title:active {
	font-size : 19px;
}
.index_listing,
.index_listing_last,
.post_listing {
	height : auto;
	float : left;
	width : 100%;
	font-size : 11px;
	padding-bottom : 5px;
	padding-top : 5px;
	border-bottom : 1px #666 dashed;
}
.index_listing_last {
	border : none;
}
#footer {
	width : 100%;
	display : block;
	float : left;
	padding-top : 10px;
	margin-top : 10px;
}
.footer_title {
	font-family : Georgia, Times New Roman, serif;
	font-size : 13px;
	color : #ccc;
	font-style : italic;
	text-transform : uppercase;
}
a.footer_link:link, a.footer_link:visited {
	font-size : 11px;
	color : #666;
	text-decoration : none;
}
a.footer_link:hover, a.footer_link:active {
	color : #fff;
	text-decoration : none;
}
.post_container {
	width : 100%;
	height : auto;
	padding : 0px;
	margin : 0px;
	position : relative;
	float : left;
	display : block;
	border-bottom : 1px #666 dashed;
	padding-bottom : 10px;
	margin-bottom : 10px;
	color : #333;
}
.post {
	width : 550px;
	height : auto;
	padding : 0px;
	margin : 0px;
	position : relative;
	float : left;
	display : block;
}
.post img {
	margin : 3px;
	border : none;
}
.post_text {
	float : left;
}
.post_info {
	width : 220px;
	margin-left : 10px;
	float : left;
}
.post_text p {
	padding-bottom : 10px;
	font-size : 12px;
}
.bar_title {
	width : 100%;
	height : 25px;
	padding-top : 5px;
	background : #ccc;
	font-weight : bold;
	color : #333;
	font-size : 13px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
