﻿@charset "UTF-8";
/*single.php*/
div.single_entry{
	margin:						0 0 24px 0;
	padding:						0 12px;
	text-align:					center;
	background-color:			#1C1818;
	border-left:					1px solid #675C52;
	border-right:				1px solid #675C52;
	border-bottom:				1px solid #675C52;
	}

h2.single_page_title, h2.page_title{
	padding:						0 0 0 12px;
	font-size:					1.4em;
	text-align:					left;
	line-height:					32px;
	background-color:			#1C1818;
	border-top:					1px solid #675C52;
	border-left:					1px solid #675C52;
	border-right:				1px solid #675C52;
	}

div.single_entry ul{
	list-style-type:				none;
	text-align:					left;
	}

div.single_entry ul li{
	display:						inline;
	margin:						0 4px 0 0;
	}

img.ngg-singlepic{
	display:						inline !important;
	}

div.preview{
	float:							left;
	}

div.download{
	float:							right;
	text-align:					right;
	}

div.entry_ads{
	clear:							both;
	padding:						0 0 12px 0;
	text-align:					center;
	}

ul.navigation{
	list-style-type:				none;
	clear:							both;
	}

li.alignleft{
	float:							left;
	}

li.alignright{
	float:							right;
	text-align:					right;
	}



/*page.php*/

div.text{
	margin:						0 0 24px 0;
	padding:						0 12px;
	text-align:					left;
	background-color:			#1C1818;
	border-left:					1px solid #675C52;
	border-right:				1px solid #675C52;
	border-bottom:				1px solid #675C52;
	}

div.text h3{
	clear:							both;
	padding:						12px 0;
	font-size:					14px;
	color:							#FFC000;
	}

div.text p{
	padding:						12px 0;
	}

div.text ul{
	list-style-type:				circle;
	list-style-position:			inside;
	margin:						12px 0;
	}

div.text dt{
	margin:						12px 0;
	font-weight:					bold;
	}

div.text dd{
	margin:						0 0 0 12px;
	}

div.page_downloadlink{
	margin:						24px 0;
	text-align:					right;
	}

ul.bkm{
	padding:						0 0 0 24px;
	}

ul.bkm li{
	list-style-type:				none;
	float:							left;
	margin:						0 4px 4px 0;
	}
