/*
Theme Name: fridayplaydate
Theme URI: http://www.fridayplaydate.com/
Description: fridayplaydate
Version: 2.0
Author: Karen Rani
Author URI: http://www.swankwebstyle.com/

*/
body {
	background-color: #fff;
	font-size: small;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
        color: #000;
}


* html body {
        font-size: x-small; /* for IE5/Win */
        f\ont-size: small;  /* for other IE versions */
}

#container {
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
    overflow: hidden; 
}

#container-image {
	float: left;
	width: 900px;
	height: 220px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

a {color: #488AC7; font-weight:normal; text-decoration:none;}
a:link {color: #488AC7; font-weight:normal; text-decoration:none;}
a:visited {color: #488AC7; font-weight:normal; text-decoration:none;}
a:hover {color:	#488AC7; font-weight:normal; text-decoration:underline;}

#innerwrap {
	float: left;
	width: 705px;
}

#content {	
        position: relative;
        float: right;
	width: 500px;
	padding: 0;
	margin: 0;
}


.storycontent {
	padding: 0 10px 10px 10px;
        line-height: 130%;
}

.post  {
        font-size: 85%;
	text-align: center;
        border-top: 1px solid #000;
        padding: 0;
	margin: 0px 0px 20px 0px;
}

#side1 {
        position: relative;
        float: left;
	width: 170px;
        padding: 0 0 0 10px;
	text-align: left;
        font-size: 85%;
}

#side2 {
        position: relative;
        float: right;
	width: 175px;
        padding: 0 0px 0 0;
	text-align: left;
        font-size: 85%;
}

.badge { text-align: left; margin: 0 0 0 20px; }


#footer {
        clear: both;
	margin-left: auto;
	margin-right: auto;
        width: 900px;
	height: 52px;
	background-color: #fff;
}

h1	{
        font-family: Georgia, Times new roman, times, serif;
	font-size: 90%;
	text-align: left;
	color: #000;
        border-bottom: 1px solid #000;
	font-weight: normal;
        padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}	

h2	{
        font-size: 140%;
	text-align: center;
	color: #000;
	font-weight: normal;
        padding: 0;
	margin: 0 0 10px 0;
}	

h3	{
        font-family: Georgia, Times new roman, times, serif;
        font-size: 110%;
	text-align: left;
	color: #000;
	font-weight: normal;
        padding: 0;
	margin: 10px 0 2px 0;
}	

.navigation {
        font-family: Georgia, Times new roman, times, serif;
	font-size: 85%;
	text-align: center;
        font-weight: normal;
        padding: 2px;
        margin: 10px 0 10px 0;
}
      
.storycontent ol {
        list-style-type: none;  
        margin: 0 0 0 20px;
        padding: 0;   
}

.storycontent ul {
        list-style-type: none;  
        margin: 0 0 0 20px;
        padding: 0;   
}
  
.storycontent li {
        list-style-type: disc;
        line-height: 140%;
        text-align: left;
}

#side1 ul, #side2 ul {
        list-style-type: none;     
        margin: 0 5px 40px 5px;
        padding: 0;
        text-align: left;
}
  
#side1 li, #side2 li {
        list-style-type: none;
        line-height: 130%;
        text-align: left;
        margin: 0 auto 0 auto;
}

img {border:0;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 10px;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignleft {float: left;}
.alignright {float: right;}

blockquote {
	background-color: #fff;
        border: 1px solid #000;
	padding: 2px;
	margin-bottom: 10px;
        text-align: left;
}

input, select {
        background-color: #fff;
        border: 1px solid #000;
        margin: 0 0 5px 0;
}

#s {width: 160px;}

.commentmetadata {
        font-family: Georgia, Times new roman, times, serif;
	font-size: 85%;
	text-align: center;
        padding: 0;
        margin: 0;
}

ol.commentlist {
        list-style-type: none;
	width: 350px;
	margin: 0 auto 0;
	padding: 0;
        text-align: left;
}

ol.commentlist li {
        list-style-type: none;
	background-color: #fff;
        border: 1px solid #000;
	padding: 5px;
	margin-bottom: 20px;
        text-align: left;
}

#commentform {
	margin: 0 auto 0;
	padding: 0;
}

#commentform #author, #commentform #email, #commentform #url {
	text-align: left;
        background-color: #fff;
        border: 1px solid #000;
	width: 150px;
	padding: 1px;
	margin: 5px 0 5px 20px;
}

#commentform textarea {
        text-align: left;
        background-color: #fff;
        border: 1px solid #000;
        width: 350px; 
        margin: 5px 0 5px 20px;
}