/*
Theme Name: MongoFiles
Theme URI: http://www.mongofiles.com/blog/
Description: Default theme for MongoFiles Blog
Version: 0.1
Author: Arnis Supe
Author URI: http://www.arnissupe.com/
Tags: fixed width, two columns, widgets
*/

@import 'reset.css';

body {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 76%;
	color: #444; }
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	color: #2cde49; }
h1 {
	font-size: 2.2em; }
h2 {
	font-size: 1.9em;
	margin: 1em 0em 0.8em 0em; }
h3 {
	font-size: 1.6em;
	margin: 1.2em 0em 0.8em 0em; }
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.8em 0em; }
a {
	color: #3fa2f6;
	text-decoration: underline; }
a:visited {
	color: #7d35ce; }
a:hover {
	color: #3fa2f6;
	text-decoration: none; }
a:active {
	color: #7d35ce; }
strong {
	font-weight: bold; }
small {
	font-size: 0.8em; }
hr {
	clear: both;
	height: 1px;
	background: #E7E7E7;
	border: 0;
	color: #E7E7E7; }

div.container {
	width: 73em;
	margin: 0 auto;
	padding: 0 1em;
	text-align: left; }

#header {
	padding: 10px 0 5px 0; }
#name {
	background: url('images/name.png') no-repeat top left;
	text-indent: -999em; }
#name a {
	display: block;
	width: 157px;
	height: 97px; }
#description {
	width: 189px;
	height: 14px;
	background: url('images/description.png') no-repeat top left;
	text-indent: -999em; }

#main { }
#content {
	float: left;
	width: 40em; }
#content h2 a {
	color: #2cde49; }
#sidebar {
	float: right;
	width: 25em;
	margin-top: 1em;
	padding-left: 6em; }

#footer { }
#footer .copyright {
	float: left;
	width: 15em;
	color: #a9a8a8;
	font-size: 0.8em; }
#footer .copyright img {
	display: block;
	margin: 1em auto 0; }
#footer .copyright strong {
	display: block;
	font-size: 1.1em;
	text-align: center;
	color: #444; }
#footer .copyright p {
	margin: 0.8em 0 0;
	text-align: center;
	line-height: 1.3em; }
#footer #facebook {
	float: right;
	height: 16px;
	padding-top: 1px;
	padding-left: 20px;
	background: url('/images/facebook_share_icon.gif') no-repeat left center;
	font-size: 0.9em; }
#footer .sitemap {
	width: 45em;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 2em;
	color: a9a8a8; }

/* --- DEFAULT CSS --- */
p { 
	font-size: 0.75em;
	line-height: 1.5em; }
p, blockquote {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p, li > blockquote {
	margin-top: 0.2em;
}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin-left: 2em;
	margin-right: 2em; }
pre {
	font-size: 1.1em;
	margin: 1.2em 0; }

ul, ol {
	list-style-type: none;
	margin: 1.2em 0 1.2em 0; }

ul > li > ul, ol > li > ol, ul > li > ol, ol > li > ul {
	margin: 0 0 0 0; }
h2 + ul, h2 + ol {
	margin-top: 1em; }
li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.4em 0; 
	padding-left: 3.5em;
	background-repeat: no-repeat; }

ol li {
	background-position: 2em 0.1em; 
	padding-left: 4.5em; }
ul li {
	background-position: 2em 0.35em;
	background-image: url(/images/list-arrow1.png); }
ul li ul li {
	padding-left: 2em; 
	background-position: 0.5em 0.35em;
	background-image: url(/images/list-arrow2.png); }


li > h3, li > h4 {
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 1em; 
	margin: 0; }

ul p + ul {
	margin: 1.2em 0; }

table {
	width: 100%;
	font-size: 1em;
	margin: 1em 0; }

table thead td, table thead th, table tbody th, table tbody td {
	border-top: 1px solid #d0e7f4;
	padding: 0.8em; }
table thead td, table thead th {
	background-color: #eef7fb; 
	font-weight: bold; }
