/* -----------------------------------------------------------------
--- General settings
----------------------------------------------------------------- */

/* Everything */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,p,blockquote,th,td { 
	font-size: 16px; 
}
textarea { width: 100%; }

/* Lists and paragraphs */
ol, ul { padding-left: 25px; }
ol, ul, p, h1, h2, h3, h4, h5 { padding-top: 7px; padding-bottom: 7px; }
li { padding-top: 4px; padding-bottom: 4px; }
p, li, h5 {	line-height: 150%; }

/* Headers */
h1 { padding-bottom: 1px; line-height: 120%; font-size: 28px; }
h2 { padding-bottom: 1px; line-height: 120%; font-size: 22px; }
h3 { padding-bottom: 0px; line-height: 120%; font-size: 18px; }
h1, h2, h3 { color: #000; }

/* Other minor stuff */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th { text-align:left; }
q:before, q:after { content:''; }
fieldset, img, abbr, acronym { border:0; }
.clear { clear: both; height: 0px; }


/* -----------------------------------------------------------------
--- Colors
----------------------------------------------------------------- */

.header h2, .header h2 a, .meta_data .author { 
	color: rgb(114,164,0); 
	text-decoration: none;
} /* Green */

/* Faded */
.faded { color: #888; }
.faded a { color: #496aa6; }
.faded a:visited { color: rgb(111,70,155); }

/* Links */
a {	color: #0040b6; }
a:visited { color: #551a8b; }
a:hover, .faded a:hover { color: rgb(255,0,132); }
a:active, .faded a:active { color: #ff0000; }

.header, .sidebar h2 {
	background-color: #EDF2FF;
	border-bottom: 1px solid #E3E3E3;
}


/* -----------------------------------------------------------------
--- Layout structure
----------------------------------------------------------------- */

.content_wrapper, .header .header_wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 7px 0px 0px 0px;
	display: block;
	position: relative;
	text-align:left;
}
.content, .sidebar { float: left; }
.content { 
	width: 540px;
	padding: 0px 0px 50px 0px;
}
.sidebar { 
	width: 225px;
	padding: 0px 0px 0px 35px;
	margin-top: -4px;
}
.header {
	margin-bottom: 10px;
}
h1 {
	margin-bottom: 10px;
}


/* -----------------------------------------------------------------
--- Header
----------------------------------------------------------------- */

.header {
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
.header h3 strong { color: #222; }
.header h2 {
	line-height: 70%;
	float: left;
}
.header h2 strong, .header h2 strong a {
	font-size: 72%;
	color: #777;
	font-weight: normal;
}
.header h3 {
	font-size: 100%;
	line-height: 115%;
	font-weight: normal;
	color: #343434;
}
.header .home_link {
	font-weight: normal;
	font-size: 80%;
	line-height: 100%;
}
.header ul {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}
.header ul.left { float: left; }
.header ul.right { float: right; }
.header ul.right { margin-right: -7px; }
.header ul li {
	padding: 3px 8px;
	margin: 0px;
	margin-bottom: -1px;
	float: left;
	list-style: none;
	font-size: 80%;
}
.header ul li.selected {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 7px;
	border-bottom: 1px solid #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.header ul li.selected, .header ul li.selected a {
	font-weight: bold;
	text-decoration: none;
	color: #222;
}
.header ul li.label {
	color: #777;
	padding-left: 0px;
}
.header .search {
	display: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
.header .search input {
	height: 16px;
}


/* -----------------------------------------------------------------
--- Post
----------------------------------------------------------------- */

.post { 
	padding-bottom: 40px; 
}
.post .meta_data { 
	font-size: 20px; 
	padding: 9px 0px 2px 0px; 
}
.post .meta_data {
	font-weight: normal;
}
.post .meta_data .author { 
	font-weight: bold;
}
.post img {
	padding: 1px;
	border: 1px solid #ccc;
}
.post img.left, .post img.right { margin-top: 9px; margin-bottom: 9px; }
.post img.left { float: left; margin-right: 9px; }
.post img.right { float: right; margin-left: 9px; }


/* -----------------------------------------------------------------
--- Comments
----------------------------------------------------------------- */

.comment {
	padding: 7px 0px;
}
.comment .info .name {
	font-weight: bold;
}
.comment .info .date {
	font-size: 75%;
	line-height: 1px;
}

/* -----------------------------------------------------------------
--- Sidebar
----------------------------------------------------------------- */

.sidebar div,.sidebar dl,.sidebar dt,.sidebar dd,.sidebar ul,.sidebar ol,.sidebar li,.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6,.sidebar pre,.sidebar fieldset,.sidebar p,.sidebar blockquote,.sidebar th,.sidebar td { 
	color: #323232;
}
.sidebar h1 { line-height: 120%; font-size: 20px; }
.sidebar h2 { line-height: 120%; font-size: 16px; }
.sidebar h3 { line-height: 120%; font-size: 15px; }
.sidebar h2 {
	padding: 4px 6px 3px 6px;
	margin-left: -6px;
	margin-top: 15px;
}
.sidebar p, .sidebar li { 
	font-size: 14px; 
}
.sidebar p { 
	padding-top: 5px; 
	padding-bottom: 5px;
}

div.sidebar ul.menu, div.sidebar ul.menu li, div.sidebar .menu ul, div.sidebar .menu ul li {
	margin: 0px;
	padding: 0px;
}
div.sidebar ul.menu li, div.sidebar .menu ul li { 
	margin: 4px 0px; 
	font-weight: bold;
}
div.sidebar ul.menu li a, div.sidebar .menu ul li a { 
	font-weight: normal;
}
div.sidebar ul.menu {
	margin-bottom: 20px;
}
div.sidebar ul.menu li { 
	list-style: none; 
}
div.sidebar ul.menu li ul li { 
	list-style: disc; 
	font-size: 80%;
}
div.sidebar .menu ul {
	margin-left: 20px;
}

/* -----------------------------------------------------------------
--- Admin bar
----------------------------------------------------------------- */

.admin {
	background-color: #121212;
	padding-bottom: 9px;
	padding-left: 12px;
}
.admin, .admin a { color: #fff; }
.admin ul {
	list-style: none;
	padding-left: 0px;
}
.admin ul li {
	float: left;
	padding-right: 25px;
}

textarea {
	height: 200px;
}

.edit { background-color: #eee; }
.reorder_handle { cursor: move; }


/* -----------------------------------------------------------------
--- Other
----------------------------------------------------------------- */

img.content_left, img.content_right {
	border: 1px solid #ddd;
	padding: 1px;
}
img.content_left {
	float: left;
	margin: 10px 15px 10px 0px;
}
img.content_right {
	float: right;
	margin: 10px 0px 10px 15px;
}

.caption {
	font-size: 85%;
	margin-top: -14px;
	color: #666;
}
.icon { 
	margin-bottom: -3px; 
	margin-right: 3px; 
	margin-left: 1px; 
}
.notification p {
	background-color: #fffac4;
	border: 1px dotted #aaa;
	border-right: 0px;
	border-left: 0px;
	font-size: 14px;
}
.cta {
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 1px 14px;
	background-color: #eee; /* rgb(229,236,249) */
	border: 1px dotted #aaa; /* rgb(51,102,204) */
	border-left: none;
	border-right: none;
}
.pagination {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}
.header_graph {
	position: absolute;
	right: -4px;
	top: 20px;
}

.search h2, .search h3, .search p { font-weight: normal; }
.search h2 { font-size: 110%; }
.search h3 { font-size: 90%; }
.search p, .search li { font-size: 80%; }
.search .match { font-weight: bold; }
.search .result { padding-top: 10px; }
.search { padding-bottom: 20px; }



/* Admin stuff */

p.module_tools {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	padding: 3px 0px 3px 5px;
}