/*  
Theme Name: WordPress Iconic
Theme URI: http://www.sourcescollective.com/
Description: A clean/sleek design where navigation is done using icons.
Version: 1.0
Author: (Anthony | Drew) Schwickerath
Author URI: http://www.sourcescollective.com/

	Iconic v1.0
	 http://www.sourcescollective.com/

	This theme was designed and built by referring to a number of other themes,
	including Kubrick and Unsleepable.  It was largely rewritten from scratch
	by (Anthony | Drew) Schwickerath.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: maroon;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0; 
	}

#left-icon-bar {
	margin: 0;
	padding: 0;
	border: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	background-color: white;
	color: black;
	border: 1px solid black;
	text-align: left;
	}

#header {
	background-color: silver;
	color: black;
	text-align: center;
	}

#content {
	font-size: 1em;
	padding: 25px;
	text-align: justify;
	background-color: white;
	color: black;
	}

#raw-content {
	font-size: 1em;
	text-align: left;
	background-color: white;
	color: black;
	}
	
.alt {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

#footer {
	background-color: silver;
	color: black;
	text-align: center;
	padding: 0 0 0 0px;
	margin: 0 auto;
	clear: both;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	}

.entry p {
	font-size: 0.9em;
	}

.entry ul, ol, dl {
	font-size: 0.9em;
	}

.postmetadata {
	font-size: 0.9em;
	text-align: right;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	margin: 1.2em 0 0;
	font-size: 1.2em;
	}

h2 a {
	color: black;
}

h2.pagetitle {
	margin: 1.2em;
	font-size: 1.2em;
	text-align: center;
	}

h3 {
	font-size: 1.1em;
	}

h3 a {
	color: black;
	}
	
a, h2 a:hover, h3 a:hover {
	color: blue;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

small, .nocomments, .postmetadata, blockquote, strike{
	color: gray;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed red;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid black;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

img, a img {
	border: none;
	padding: 0;
	margin: 0;
	}

.entrytext img, .entry img {
	margin: 0.3em;
	}
.footnote {
	font-size: 0.8em;
	}

.footnotemarker {
	font-size: 0.75em;
	vertical-align: top;
	}
/* End Various Tags & Classes*/
