/* 
 * nonerd.css, style for the "I Don't Want To Be A Nerd!" blog.
 *
 * Last Edited: 20 August 2012
 *
 * Based on:
 *
 * default.css, the default theme for BlazeBlogger
 * Copyright (C) 2009, 2010 Jaromir Hradilek
 *
 * This program is free software:  you can redistribute it and/or modify it
 * under  the terms of the  GNU General Public License  as published by the
 * Free Software Foundation, version 3 of the License.
 *
 * This program  is  distributed  in the hope  that it will  be useful, but
 * WITHOUT  ANY WARRANTY;  without  even the implied warranty of MERCHANTA-
 * BILITY or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
 * License for more details.
 *
 * You should have received a copy of the  GNU General Public License along
 * with this program. If not, see <http://www.gnu.org/licenses/>.
 */

body {
	color: #000000;
	background-color: white;
	font-family: arial, sans-serif;
	font-size: small;
}

a {
	text-decoration: none;
}

a:link {
	color: brown;
}

a:active {
	color: black;
}

a:visited {
	color: brown;
}

h1 {
	color: brown;
	font-family: palatino, times new roman, serif;
}

h2 {
	color: black;
	font-family: palatino, times new roman, serif;
}

h3 {
	color: black;
	font-family:  palatino, times new roman, serif;
	font-size: normal;
}

#heading {
	padding: 20px;
	background-color: #2e2e2e;
	border-bottom: 2px solid #2a2a2a;
	border-top: 2px solid #323232;
	background-color: silver;
	font-family: palatino, times new roman, serif;
}

#heading img {
    float: right;
	width: 100px;
	padding: 0px 40px 0px 40px;
}

#content {
	float: left;
	margin: 0px;
	padding: 10px 10px 20px 20px;
	width: 528px;
	text-align: justify;
}

#content h2.post {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: brown;
}

#content .information {
	font-size: x-small;
	color: #4e4e4e;
}

#content .post-footer {
	font-size: x-small;
	color: #4e4e4e;
	padding: 4px 2px 4px 2px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}

#content .section {
	text-align: right;
	font-size: x-small;
	color: #808080;
}

#content .previous {
	padding: 10px 0px 10px 0px;
	float: left;
}

#content .next {
	padding: 10px 0px 10px 0px;
	float: right;
}

#sidebar {
	float: right;
	margin: 0px;
	padding: 10px 20px 20px 0px;
	width: 180px;
}

#sidebar h2 {
	font-size: small;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 1em;
	margin-left: 0px;
}

#footer {
	clear: both;
	font-size: x-small;
}

#footer img {
	float: left;
}

#author {
}

#blazeblogger {
	float: right;
}
