/*
Theme Name:Patogus
Theme URI:http://www.patogus.lt/
Description:Patogus.lt WordPress theme
Version:1.0
Author:Matas Kulingauskas
Author URI:http://www.patogus.lt/
Tags:v 1.0, fixed width, two columns

*/

html, body {/*height:100%*/}
body, img, a {margin:0;padding:0}
body {text-align:center;font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;font-size:12px;color:#141413}

a {color:#0000EE;text-decoration:none}
a:visited {color:#648CC8}
a:hover, a:active {color:#FCB800;text-decoration:underline}

#container {
	margin:20px auto 0; width:100%;max-width:900px;background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


#body { background-color:#fff; width:100%; overflow:hidden}
#content {
	/*display:none;*/
	width:100%;
	text-align:center;
	background:#fff;
}

#content, #content h2, #content h3, #content h4, #content p, #content ul, #content ol {line-height:23px}
#content h1 {
	margin:20px 0 40px;
	/*font-size:18px;
	line-height:23px;*/
}
#content h2 {font-size:16px}
#content h3 {font-size:14px}
#content p {font-size:12px}
#content ul {margin:0; padding:0 0 0 20px; }
#content ol {margin:0; padding:0 0 0 25px; }
#sidebar {
	text-align:left;
	width:100%;
	line-height:18px;
	margin-top:30px;
}
#sidebar .name, #title {
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	border-bottom:1px solid #999;
	padding:10px 0 5px;
	text-align: center;
}
#sidebar ul  {margin:0; padding:5px 0 10px 10px; text-align:center;}
#sidebar ul li {
	list-style:none;
	display:inline-block;	
	padding:0 10px;
}

#footer {
	text-align:center;
	padding-top:20px;
	height:20px;
	width:100%;
	padding-top:4px;
	text-align:center;
	border-top:1px solid #999;
	font-size:10px;
}

.clear {display:block; clear:both; width:100%;}
