/*
Theme Name: Red Delicious
Theme URI: http://www.nickifaulk.com/wordpress-themes
Description: A fruity red theme for WordPress. Works with WordPress version 2.7 and is backward-compatible down to version 2.5.  Background courtesy of <a href="http://www.countryclipart.com/">Country Clipart by Lisa</a>. Stock image for header by <a href="http://www.stockxpert.com/browse_image/profile/Creapril">Creapril</a>.
Version: 1.0.1
Author: Nicki Faulk
Author URI: http://www.nickifaulk.com
Tags: red, two-columns, left-sidebar, fixed-width, white, threaded-comments
*/

html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	/*font-family: verdana;*/
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size: 95%;
	/*line-height: 115%;*/
	background-color: #e6c8d2;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
}

body,td,th {
	color:#952828;
}

#wrap {
	width:966px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(images/wrap.png);
	background-repeat:repeat-y;
}

#header {
	margin:0 auto;
	padding:0;
	height:260px;
	width:958px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	width:90%;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:36px;
	color:#ffffff;
	margin:0;
	padding:185px 0 0 10px;
	line-height:normal;
	text-align:left;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#ffffff;
	text-decoration:none;
}

#header h3 {
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#ededed;
	text-align:left;
	margin-left:15px;
}

#content {
	width:958px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:291px;
}

#sidebar h4 {
	color:#ffffff;
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight:bold;
	padding-top: 40px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 75px;
	background-image:url(images/h4-bg.png);
	background-repeat:no-repeat;
}

#sidebar p {
		padding: 3px;
		font-size: 70%;
}

#menu {
	padding:25px 0 25px 10px; 
	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:270px;
}

#menu ul li a {
	display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color:#844A4F;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#6a0000;
	background:#FBF0F1;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
	padding:4px 4px 4px 10px; 
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

.widget {
	margin-bottom:15px;
}

#main {
	margin:0;
	padding:0;
	width:635px;
	text-align:left;
	float:right;
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color:#b32e25;
	text-decoration: underline;
}

a:hover {
	color:#6a0000;
	text-decoration: none;
}

h1 {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size:20px;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

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:#b32e25;
	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%;
}

.itemmsg {
	padding-left:80px;
	padding-top:8px;
	font-size:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
}

.itemmsg a {
	color:#666666;
	text-decoration:none;
}

.itemhead{
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.itemhead h1{
	display: inline;
	color:#b32e25;
　　　　　　　　line-height: 1.3em;
}

.storycontent p {
	padding:10px 10px;
}

img, img.left, .alignleft {
	float:left;
	padding:0 8px 5px 0;
}

img.right, .alignright {
	float:right;
	padding:0 0 5px 8px;
}

.aligncenter,
div.aligncenter, 
img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
   float:none;
}

.wp-caption {   
   text-align: center;   
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.chronodata, .tags, .category, .metadata {
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#BE8B8F;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#6f575f;
	border:1px solid #ad6f63;
	background-color: #f2eae0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#searchform {
	margin:0;
	padding:0;
	background:none;
}

#s {
	display:inline;
	font-size:11px;
	color:#6f575f;
	padding:1px;
	border:none;
	padding:5px 2px 0 5px;
	margin:0;
	background-image:url(images/search-bg.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#ffffff;
	width:195px;
	height:24px;
	float:left;
}

#sbutt {
	border:none;
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:450px;
	height:175px;
	padding:10px;
}

#comment .alt {
	color:#e2c7cd;
	background-color:#e9d6dc;
}

#comments {
	color:#6a0000;
}

.metadata {
	color:#BE8B8F;
	border:1px dashed #be8b8f;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color:#BE8B8F;
}

.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 #dedede;
	background-color:#ededed;
	color:#545454;
}

blockquote blockquote {
	border-left: 5px solid #cccccc;
	background-color:#dedede;
	color:#424242;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	color:#6a0000;
	margin-bottom:15px;
}

#respond h3 {}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding: 5px;
	border-top: 1px solid #f2dfe5;
	overflow:hidden;
	color:#6a0000;
	background-color:#fdf5fd;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#6a0000;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color:#6a0000;
}

.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;
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0 auto;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	border:none;
	background-color:#ffffff;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	border:none;
	background-color:#ffffff;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
	border:1px dotted #6a0000;
	background-color:#FAEDEE;
}


#wp-calendar td {
	color: #545454;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color: #F3D8DA;
	color:#6a0000;
	border:1px dotted #952828;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#calendar_wrap {
	margin-bottom:15px;
}

#footer {
	height:144px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#footer p {
	text-align: center;
	color: #6f575f;
	font-size:10px;
	padding-top:45px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #3a1119;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#rssbar {
	background-color:#ffffff;
	width:958px;
	height:30px;
	margin:0 auto;
	padding:0;
}

#rssbar a img {
	border:none;
	margin:0;
	padding:4px 2px 0 0;
}

.post-date {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	height:60px;
	width:60px;
	padding-top:3px;
	background: url(images/date-bg.png) no-repeat;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

.day {
	padding-top:8px;
}

