/*
Theme Name: FlowPictures
Theme URI: http://flowpictures.com/
Description: The Flow Pictures theme
Version: 1.0
Author: Max Nokhrin
Author URI: http://nokhrin.com/
*/



img, div { 
	behavior: url('/style/iepngfix.htc'); 
}


body {
	background:#000;
	font:12pt "Times New Roman", Times, serif;
	color:#ddd;
	text-align:center;
	margin:0;
	padding:0;
}



#container {
	margin:10px auto;
	text-align:left;
	width:900px;
}

#logo {
	background-image:url('images/bg_header.png');
	background-repeat:repeat-x;
	height:80px;
}

#menu {
	color:#ffe26d;
	position:relative;
	top:-40px;
	left:200px;
	font:14pt "Times New Roman", Times, serif;
	width:600px;
}


#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;
	margin:0 10px;
	padding:0;
}





p {
	line-height:130%;
	margin:15px 0;
}

a, a:visited {
	color:#ffd201;
	text-decoration:underline;
}

a:active, a:hover {
	color:#ffe26d;
	text-decoration:underline;
}

ul.news {
	padding:0;
}

ul.news li {
	list-style-type:none;
	margin:0 0 15px 0;
	line-height:130%;
}

#columns {
	clear: both; 
	width: 100%; 
	//padding-right: 1px; 
	//overflow-x: hidden;
}

#columns .column {
	float:left;
}

#footer {
	clear:both;
	padding:30px 0 30px;
	text-align:center;
	font-size:80%;
	color:#333;
}

#sidebar {
	margin:20px 20px 0 20px;
}

#sidebar h1 {
	font: 16pt "Times New Roman", Times, serif;
	color: #fff;
	margin:0 0 10px 0;
}

.intro {
	font:12pt "Times New Roman", Times, serif;
	line-height:140%;
	margin:30px 0;
	width:90%;
}

.title { 
	margin:0 0 20px 0;
}


.banner {
	border:2px solid #999;
	width:300px;
	margin:0 0 20px 0;
}

.post {
	margin: 20px 0 0 0;
	border-bottom:1px dotted #111;
}

.post h1 {
	font: 18pt "Times New Roman", Times, serif;
	color: #ffd201;
	margin:0 0 10px 0;
}

.post h2 {
	font: 16pt "Times New Roman", Times, serif;
	color: #ccc;
	margin:0 0 10px 0;
}

.post h1 a, .post h1 a:visited, .post h1 a:active, .post h1 a:hover {
	text-decoration:none;
}

.post p.small {
	font-size:80%;
}

.post p.meta {
	font-size:80%;
	color: #333;
}

.post p.meta a, .post p.meta a:visited, #footer a, #footer a:visited {
	color: #666;
}

.post p.meta a:active, .post p.meta a:hover, #footer a:active, #footer a:hover {
	color: #ccc;
}



