/*
Theme Name: Franimation Classic
Theme URI: http://www.frankrause.com/franimation/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1
Author: Fran Krause
*/


/* basic elements */

a {
	color: #000;
}

a img {
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #FA0;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border: 1px dotted #75bf08;
}

body {
	color: #000;
	background: #ffffff url(http://www.frankrause.com/wallpaper.jpg);
}

cite {
	font-size: 85%;
	font-style: italic;
	margin-left: 20;
}

/* left headers */
h1 {
	font-family: "arial";
	BACKGROUND-COLOR: #6fc7b7;
        color: #FFF;
        font-style: italic;
        font-style: bold;
	font-size: 1.5em;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* text style used for date and comments */
h2 {

	color: #000;
	font: 80% "arial";
	letter-spacing: .em;
        font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

h3 {
	font-family: "arial";
	margin: 10 10 15 10;
        color: #000;
	font: 100%/100% "Arial";
	font-weight: bold;
        font-style: italic;
        padding: 5 5 1 0;
}

ol#comments li p {
	font-size: 100%;
}

/* main body text style */
p, .feedback {
	font: 80%/80% "arial";
	letter-spacing: 0px;
        padding: 0px;
	line-height: 125%;
	list-style-type: none;
	margin-left: 20;
	margin-right: 20;
        text-indent: 0em;
}

li {
	font: 80%/80% "arial";
	line-height: 125%;
	display: block; 
	list-style-type: none;
	}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	border-top: 1px solid #000;
	color: #000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #505050;
}

.feedback {
	color: #505050;
	text-align: left;
	clear: both;
	margin: 0 0 40 0;
}

/* font style for date stamp */
.meta {
	font-size: .7em;
	font-weight: italic;
	margin: 0;
	padding: 0;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #0D0D0D;
	font-weight: normal;
	letter-spacing: 0;
}

/*posting title font style */
.storytitle {
	background: #F00;
	margin-right: 10;
	margin-left: 0;
	margin-top: 0;
	font: 150%/120% "Arial";
	font-weight: bold;
	letter-spacing: 0px;
        padding: 5 5 5 5;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #505050;
	font-size: 100%;
	list-style-type: none;
}

#commentlist li .avatar {
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	margin: 0px 0px 0px 10px;
	padding-right: 0px;
}

#header {
	background: #90a090;
	border-bottom: 0px double #aba;
	border-left: 0px solid #9a9;
	border-right: 0px solid #565;
	border-top: 0px solid #9a9;
	font: italic normal 230% "arial";
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0px 5px 20px 5px;
	-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: 70%/110% "times";
	padding: 5px 4px 5px 5px;
	margin: 0;
}

#ip_access_map_holder {
        width: 500px;
        height: 312px;
}

/* End captions & aligment */
