﻿/*
Theme Name: Greenocular
Theme URI: http://cynatic.org
Description: Custom for greenocular.se
Version: 1.0
Author: Andreas Johansson
Author URI: http://cynatic.org
Tags: naked, clean, basic
*/

body {  background: /* #e6eed4 */ url(pattern.png); margin: 0; padding: 10px; font-family: Arial,sans-serif; font-size: 11px; color: #333;}
a img { border: 0; }
a { color: #333; }

h2 { margin-top: 0px; padding-top: 0px; }

.widget_recent_entries h2 { display: none; }

#wrapper { background: #fff;
			border: 1px solid #f1f1f1;
			-moz-box-shadow: 0px 0px 15px #ccc; -webkit-box-shadow: 0 0 15px #ccc; box-shadow: 0px 0px 15px #ccc;
			/* -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius: 4px; */
			margin: 0 auto; width: 940px; position: relative; }
#logotype { float: left;  margin-left: 20px; margin-top: 10px; }
	#logotype img { border: 0; }
#header { height: 120px; position: relative; border: 1px solid #fff; background: #fff; margin-bottom: 10px; }

#sidebar { min-height: 410px; padding: 10px;
	width: 210px; float: left; margin-top: 10px; display: block;
}
	#sidebar h2 { margin: 0px; font: bold 14px/18px Arial, sans-serif; padding-top: 10px; }
	#sidebar a { color: #333; text-decoration: none; }
	#sidebar, #sidebar ul { list-style: none; padding: 0; margin: 0; padding-left: 5px; }
		#sidebar li { padding: 5px; margin: 0px; }
#nav { float: left; padding: 5px; margin-left: 10px; min-height: 400px; border-right: 1px dashed #ccc; }

#menu-wrap { display: block; width: 190px; min-height: 200px; padding-left: 0px; margin-left: 0px; padding-bottom: 20px;}
	#menu-wrap li { 
		width: 170px; margin-left: 5px; min-height: 24px;
		font-family: Arial, sans-serif; font-size: 12px; font-weight: bold ;
		text-transform: lowercase; 
		list-style: disc;color: red; }
		
		#menu-wrap ul ul {  list-style: none; padding-top: 5px; }
			#menu-wrap ul li ul li { margin-left: 0px; padding-left: 0; list-style: circle; z-index: 2000; }
		
		#menu-wrap a { color: #333; text-decoration: none; }
		#menu-wrap li a:hover { color: #333; }

		#menu-wrap .current_page_item { color: #67c00e; } 
		#menu-wrap .current_page_item  a { color: #333; } 
	
#content {  margin-right: 10px; position: relative; display: block; float: left; width: 475px; margin-left: 10px; min-height: 400px; padding: 5px;border-right: 1px dashed #ccc;
		font-family: verdana,sans-serif; font-size: 11px; color: #333;}
		
#langBar { font-family: arial, sans-serif; font-size: 11px; color: #333;
		position: absolute; top: 5px; right: 30px; z-index: 10;}
		#langBar a { color: #333; text-decoration: none; }
	
#footer { clear: both; 
		font-family: arial,sans-serif; font-size: 9px; color: #333; text-align: center;
		padding-top: 20px; padding-bottom: 10px;}
	#footer a { color: #333; text-decoration: none; }
	
.post{ width: 450px; margin: 10px; }
		.postinfo h2 { font-family: Arial, sans-serif; }
		.postinfo span { font-size: 9px; color: #333; }

/* leftside typography */
.post h6 { font-family: Arial, sans-serif; font-size: 36px; 
		text-align: center; letter-spacing: 1px; }
		
.clear { clear: both; }
.left { float: left; }
.right { float: right; }