/*
Theme Name: Who needs the mall?
Theme URI: http://www.nitallica.org/portfolio
Description: Who needs the mall when you can easily shop online, right?  This fun theme for WordPress 2.1+ (works best for 2.3+) was inspired by my love of online shopping (with the help of Velusariot's illustration for the header).  Tower Grove Studio and Marseilles Cafe icons courtesy of <a href="http://theiconmaster.com/">John Marstall</a> (via <a href="http://www.iconbuffet.com/people/new?ref=nitallica">Icon Buffet</a>). Background pattern courtesy of <a href="http://squidfingers.com/">SquidFingers</a>.  Note: Please be sure to read the readme.txt file included with this theme!
Version: 1.0
Author: Nicki Faulk
Author URI: http://www.nitallica.org
*/

html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background-color: #d17a45;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}

body,td,th {
	color: #583120;
}

#wrap {
	width:900px;
	margin:0 auto;
	background-image:url(images/wrap.png);
	background-repeat:repeat-y;
	border-left:2px solid #b76737;
	border-right:2px solid #b76737;
}

#header {
	margin:0 auto;
	padding:0;
	height:309px;
	width:900px;
	background-image:url(images/header.png);
}

#header h1 {
	text-align:left;
	width:625px;
	margin-left:225px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#ffffff;
	padding:5px;
	line-height:normal;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#ffffff;
	text-decoration:none;
	background-color:#73c5c1;
}

#header h4 {
	width:590px;
	height:108px;
	overflow: hidden;
	margin-left:275px;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#5A8C92;
	text-align:left;
}

#content {
	width:900px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:290px;
}

#sidebar h4 {
	color: #583120;
	font-family:Trebuchet MS, arial, sans-serif;
	margin-top:5px;
	padding:13px 3px 15px 30px;
	background-image:url(images/cafe-mug_24.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar p {
	padding:3px;
	font-size:70%;
}

#menu {
	padding:0 0 25px 20px; 
	text-align:left;
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:225px;
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color:#462712;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#5A8C92;
	/*background-color:#b8e1e0;*/
}

#main {
	border-left:1px dashed #b8e1e0;
	margin:0;
	padding:0 0 0 25px;
	width:575px;
	text-align:left;
	float:left;
}

a, a:link {
	color:#38421d;
	text-decoration: underline;
}

a:hover {
	color:#462712;
	text-decoration: none;
	background-color: #f0fefe;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: georgia;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #583120;
	text-decoration:none;
}

.item {
	text-align:left;
	padding:20px 45px 20px 10px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h3 a {
	display: inline;
	color:#583120;
	background-image: url(images/pen_24.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
}

.storycontent p {
	padding:10px 10px;
}

.storycontent p img {
	float:not set;
	padding:0 5px 5px 0;
}

.storycontent p img.right {
	float:right;
	padding:0 0 5px 5px;
}

.chronodata, .tags, .catagory, .metadata {
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#945650;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#339999;
	border:1px solid #73c5c1;
	background-color:#f6fefe;
}

#searchform input, #s input {
	display:inline;
	font-size:12px;
	color:#945650;
	border:1px solid #583120;
	background-color:#FFFFFF;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:450px;
	height:175px;
	padding:10px;
}

#comments {
	color:#583120;
}

.metadata {
	color: #5a8c92;
}

.metadata a, .metadata a:link, .metadata a:hover, .metadata a:visited {
	color: #5a8c92;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #5a8c92;
	background-color:#b8e1e0;
}

blockquote blockquote {
	border-left: 5px solid #5a8c92;
	background-color:#73c5c1;
}

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

#respond {
	color:#583120;
	margin-bottom:15px;
	background-image:url(images/pencil_24.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:normal;
}

#respond h3 {
}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding:5px;
	background-color:#f9fefe;
	margin:2px;
	overflow:hidden;
}

.commentlist li p {
	padding:8px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #462712;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #462712;
}

.alignright {
	float: right;
	padding-right:50px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	background-color:#eff4f7;
}


#wp-calendar td {
	color: #583120;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#FAEEC0;
	color: #38421d;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	height:144px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	clear:both;
}

#footer p {
	text-align: center;
	color: #583120;
	font-size:10px;
	padding-top:45px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #462712;
}