/*
Theme Name: Aiden's Theme
Theme URI: http://www.morydd.net/aiden/
Description: Theme For my son Aiden's Page
Version: 1.0
Author: Sean T. Evans
Author URI: http://www.morydd.net/

The only graphic in this theme is the blue background, which is there for texture, it should work equally well without the graphic.

Built based on the WP "Classic" Theme by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net

    This file is part of Aiden's Theme, by Sean T. Evans, for WordPress.
    
    Aiden's Theme 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; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY 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, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

body {
	background: #3a352f;
	color: #3a352f;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

input {
	background-color: #d9c1a9;
	color: #3a352f;
}

#rap {
	position: relative;
	border-bottom: 1px #3a352f solid;
	background-color: #3a352f;
	margin: auto;
	padding: 0;
	width: 750px;
}

#header {
	background: #6b82a1 url(/photos/css_images/back.jpg) center;
	height: 144px;
	border-top: 10px #3a352f solid;
	border-bottom: 10px #3a352f solid;
	text-align: center;
	font-size: 150%;
	color: #3a352f;
}

#header a {
	color: #3a352f;
	text-decoration: none;
}

#content, #wrapper {
	position: absolute;
	top: 154px;
	left: 0;
	margin: 0;
	padding: 0px;
	border-right:  3px #3a352f solid;
	border-bottom: 1px #3a352f solid;
	background: #6b82a1 url(/photos/css_images/back.jpg) center;
}

#content {
	width: 505;
}

#wrapper {
	width: 750;
}

#content a:visited, #wrapper a:visited {
	text-decoration: none;
}

#content h2, #header-table {
	font-size: 95%;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 3px #3a352f solid;
	border-top: 7px #3a352f solid;
	font-style: italic;
}

.post, #main_container {
	border-width: 1px 10px;
	border-style: solid;
	border-color: #3a352f;
}

blockquote {
	border-top: 2px #3a352f dotted;
	border-bottom: 2px #3a352f dotted;
	border-left: 2px #3a352f solid;
	border-right: 2px #3a352f solid;
	padding: 5px;
}

strong {
	font-weight: bolder;
}

.storytitle {
	font-size: 175%;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5px;
	border-bottom: 2px #3a352f dotted;
	text-align: center;
} 

.storytitle a, #comments a{
	color: #3a352f;
	text-decoration: none;
}

.storycontent, .comment_content, .comment_form {
	padding: 7px;
	margin: 0;
	text-align: justify;
	border-left: 10px #3a352f solid;
	border-right: 10px #3a352f solid;
	border-bottom: 2px #3a352f solid;
}

.storycontent p, .comment_content p, .comment_form p {
	padding: .5em 0;
	margin: 0;
}

.storycontent a, .meta a, .feedback a, .comment_content a, .comment_form a, #main_container a {
	color: #d9c1a9;
}

.storycontent a:hover, .meta a:hover, .feedback a:hover, .comment_content a:hover, .comment_form a:hover, #main_container a:hover {
	color: #3a352f;
}

.comment_form textarea {
	width: 465px;
	background-color: #d9c1a9;
	color: #3a352f;
}

.meta, .feedback {
	padding: 0 0 0 5px;
	font-size: 85%;
	border-bottom: 3px #3a352f solid;
}

.meta {
	border-bottom: 3px #3a352f solid;
}	

.nav {
	text-align: center;
	margin-bottom: 7px;
	padding: 3px;
	font-variant: small-caps;
}

.nav a {
	color: #3a352f;
	text-decoration: none;
}

.nav a:hover {
	color: #d9c1a9;
}

#menu {
	background: #6b82a1 url(/photos/css_images/back.jpg) center;
	position: absolute;
	top: 154px;
	left: 525px;
	width: 225px;
	margin: 0;
	padding: 0;
}

#menu a {
	color: #3a352f;
	text-decoration: none;
}

#menu a:hover {
	color: #d9c1a9;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu h2 {
	font-size: 95%;
	padding: 0 0 0 5px;
	margin: 0px;
	border-bottom: 3px #3a352f solid;
	border-top: 7px #3a352f solid;
	font-style: italic;
}

#menu ul li ul {
	font-size: 100%;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
	text-align: center;
	border-width: 0 10px;
	border-style: solid;
	border-color: #3a352f;
}

#menu ul ul ul {
	border-top: 2px #3a352f dotted;
	border-left: 5px #3a352f solid;
	border-right: 5px #3a352f solid;
	margin: 0px;
	padding: 0px;
}

#searchform {
	padding: 0;
	margin: 0;
}

#searchform input {
	margin: 5px;
}