﻿/*  
Theme Name: Elegant Grey
Theme URI: http://notion360.com/
Description: The default notion360 theme for WordPress
Version: 0.1
Author: Detlef W. Koertge
Author URI: http://notion360.com/
*/

@import url("layout.css");
@import url("color.css");

#sidebar ul {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin-left: 13px;
	color: #818273;
}

#sidebar ul ul {
	font-size: 75%;
	line-height: 1.77em;
	border-top: 1px solid #2c3331;
	margin-top: 13px;
	margin-bottom: 34px;
}

#sidebar ul li li {
	border-bottom: 1px solid #2c3331;
}

#sidebar ul li li a {
	display: block;
	padding-left: 13px;
	color: #818273;
}

#sidebar ul li li a:hover {
	color: #ddc;
	background: #4b534c;
	text-decoration: none;
}

#sidebar form h2 {
	margin: 0;
}

.wp_post {
	margin: 0 0 40px;
	text-align: left;
}

#content .wp_post h2 {
	margin-bottom: 5px;
}

#content .wp_post h2 a, #content .wp_post h3 a {
	font-weight: normal;
}

#content .wp_post h3 a:hover {
	text-decoration: none;
	font-weight: bold;
}

.wp_entry {
}

.wp_entrytext {
}

.wp_postmetadata {
}

.wp_description {
	text-align: center;
}

.wp_navigation {
	display: block;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 55px;
}

.wp_alignleft {
	float: left;
}

.wp_alignright {
	float: right;
}

.wp_center {
	text-align: center;
}

.wp_pagetitle {
}

.wp_nocomments {
}

.wp_comments {
}

#wp_comment {
}

.wp_commentlist {
}

.wp_commentmetadata {
}