/*
Theme Name: Lebur Online
Theme URI: http://lebur.or.id/
Description: This simple magazine style developed for Lebur, an art magazine, based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Rony Agung Rahmanto
Author URI: http://rony.dgworks.net/
Tags: magazine, custom header, fixed width, three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* general */
html {
	margin-left: -1px;
	overflow-Y: scroll;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms",arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	background: #cccccc url('images/bg.jpg') repeat-y top center;
}
img { margin: 0px; padding: 0px; border: 0px; }
.clear { clear: both; margin: 0px; padding: 0px; width: 100%; height: 1px; display: block; }
a { text-decoration: none; color: #172a4a;}
a:hover { color: #5b778c; }
#sitestatus {
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	width: 100%;
	line-height: 30px;
	font-size: 11px;
	color: 4b4b4b;
	text-align: center;
}
	#sitestatus p {
		text-align: left;
		text-indent: 15px;
		margin: 0px;
		padding: 0px;
	}
	

#wrap {
	width: 968px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#logo {
	text-align: left;
	margin: 15px 10px;
}

#menunav {
	background-color: #404040;
	color: #ffffff;
	text-align: left;
}
	#menunav ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	#menunav li {
		margin: 0px;
		display: inline;
		line-height: 25px;
		border-right: 1px solid #ffffff;
		padding: 0px 15px;
	}
	#menunav li:last-child { display: inline; text-align: left; padding: 0px 15px; border: 0px;}
	#menunav a {
		color: #ffffff;
		text-decoration: none;
		font-size: 9pt;
	}
	#menunav a:hover {
		color: #eeeeee;
	}
	
#about {
	background-color: #d2d2d2;
	padding: 10px 0px;
	margin: 10px 0px;
	color: #333333;
	font-size: 9pt;
	height: 150px;
	display: block;
	width: 100%;
	overflow: hidden;
}
	
	#about div {
		margin: 0px 8px;
	}
	#about h2 {
		margin: 0px 0px 10px 0px;
		text-indent: 15px;
		font-size: 12pt;
		font-weight: bold;
		background-color: #eeeeee;
		color: #bbbbbb;
	}
	#about h4 {
		margin: 0px 0px 3px 0px;
		padding: 0px;
		font-size: 12pt;
		font-weight: bold;
		color: #333333;
	}
	#about h5 {
		margin: 0px 0px 3px 0px;
		padding: 0px;
		font-size: 9pt;
		font-weight: bold;
		color: #333333;
	}
	#about p {
		line-height: 1.2;
		margin: 0px 0px 5px 0px;
	}
	.imageabout {
		float: left;
		border: 2px solid #ffffff;
		margin: 0px 10px 10px 0px;
	}
	#about ul {
		list-style: none;
		display: inline;
	}
	#about li {
		list-style: none;
		display: inline;
		float: left;
		width: 270px;
		border-right: 1px solid #999999;
		margin-left: 15px;
		padding-right: 10px;
	}
	#about li:last-child { display: inline; border: none;}
#navsecond {
	margin: 10px 0px 0px 1px;
}
#maincolumn {
	clear: both;
	margin: 15px auto;
	width: 950px;
	text-align: left;
	font-size: 9pt;
}
	#maincolumn h3 {
		text-transform: uppercase;
		color: #172a4a;
		border-bottom: 1px dotted #cecece;
		border-left: 5px solid #cecece;
		padding-left: 10px;
		line-height: 1.1;
		font-size: 13px;
		font-weight: normal;
		padding-bottom: 3px;
		margin: 15px 0px 10px 0px;
	}
	#maincolumn h2 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
		#maincolumn strong {
			font-size: 14px;
		}
		#maincolumn .postmetadata {
			font-size: 8pt;
			margin: 0px 0px 15px 0px;
		}
	#rightcolumn {
		float: right;
		width: 345px;
		color: #333333;
	}
		#rightcolumn ul {
			list-style-image: url('images/dot.jpg');
			list-style-type: image;
		}
		#rightcolumn li {
			list-style-image: url('images/dot.jpg');
			font-size: 12px;
			font-weight: bold;
			line-height: 1.5;
		}
		#rightcolumn a {
			color: #172a4a;
		}
		#rightcolumn a:hover {
			color: #5b778c;
		}
	#leftcolumn {
		float: left;
		width: 590px;
	}
		#leftcolumn a {
			color: #5d7494;
		}
		#leftcolumn a:hover {
			color: #172a4a;
		}
		.imageleft {
			float: left;
			margin: 0px 10px 10px 0px;
			border: 1px solid #cccccc;
			padding: 3px;
		}
		.imageleftisi {
			margin: 10px auto;
			border: 1px solid #cccccc;
			padding: 3px;
			text-align: center;
		}
		#leftcolumn p {
			margin: 0px 0px 10px 0px;
			font-size: 9pt;
			color: #333333;
		}
		#leftcolumn .author {
			font-size: 8pt;
			color: #5d7494;
		}
		#leftcolumn .more {
			margin: 0px;
		}
		#leftcolumn .posting {
			margin-bottom: 15px;
			border: 1px solid #cccccc;
			padding: 10px 10px 0px 10px;
		}
		.more a {
			border-bottom: 1px dotted #5d7494;
		}
		
		#rightblock {
			float: right;
			width: 285px;
		}
		#leftblock {
			float: left;
			width: 285px;
		}
		h3#comments {
			border: 0px;
			text-transform: none;
			font-size: 13px;
			font-weight: bold;
		}
		ol#commentlist li {
			margin-bottom: 15px;
			border-left: 3px solid #cccccc;
			padding-left: 10px;
			color: #cccccc;
		}
		ol#commentlist div {
			clear: left;
			display: block;
			width: 100%;
			color: #333333;
		}
		#leftcolumn cite {
			color: #333333;
		}
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 15px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 0px;
		padding: 10px;
	}


#footer {
	clear: both;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	padding: 10px 0px;
	font-size: 8pt;
	width: 100%;
}
	#footer div {
		margin: 0px 10px;
	}
	#footer p {
		vertical-align: absmiddle;
		font-size: 8pt;
		margin: 0px;
		padding: 0px;
		line-height: 1.5;
	}
	#footer img {
		vertical-align: absmiddle;
	}
	#footer a {
		color: #333333;
	}
	#footer a:hover {
		border-bottom: 1px dotted #333333;
	}
