/* CSS Document */
/*

Theme Name: sassymonkey

Theme URI: http://www.sassymonkey.ca/

Description: sassymonkey theme.  Graphics and Layout by Swank Web Style.

Version: 2.0

Author: Karen Rani

Author URI: http://www.karenbodkin.com/

*/

* {margin: 0; padding: 0;}



body {

	background-color: #ffffff;

        background-image: url(images/background.jpg);

	background-repeat: repeat-x;

	background-position: top left;

	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 */}



img {border: 0;}



.alignright {float: right; margin: 0 10px 0 0;}

.alignleft {float: left; margin: 0 0 0 10px;}



.clear {clear:both;}



#container {

	width: 1024px;

	\width: 1024px;

	w\idth: 1024px;

	margin-left: auto;

	margin-right: auto;

	background-color: #ffffff;

        overflow: hidden;

}



#container-image {

        float: left;

	width: 1024px;

	height: 431px;

	background-image: url(images/header.jpg);

	background-repeat: no-repeat;

	background-position: top left;

}

#wrapper {
	width: 1024px;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	}





.mailbox {
	overflow: hidden;
	float: left;
        width: 60px; 
	height: 60px;
	background-image: url(images/mailbox.png);
	background-repeat: no-repeat;
	background-position: bottom-left;
	margin-right: auto;
	margin-top: 42px;
        padding-left: 840px;
	}

.twitter {
	float: left;
	width: 130px;
        height: 130px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: top-right;
        margin-left: auto; 
	margin-right: auto;
	margin-top: -420px;
	padding-left: 880px;
	}

.rss {
	overflow: hidden;
	float: left;
        width: 45px; 
	height: 45px;
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: bottom-left;
        margin-left: auto; 
	margin-right: auto;
	margin-top: -60px;
        padding-left: 910px;
	}


a {color: #798a26; font-weight: normal; text-decoration: none;}

a:link {color: #798a26; font-weight: normal; text-decoration: none;}

a:visited {color: #798a26; font-weight: normal; text-decoration: none;}

a:hover {color: #798a26; font-weight: normal; text-decoration: none;}



ol#commentlist li.alt a {color: #000000; font-weight: normal; text-decoration: none;}

ol#commentlist li.alt a:link {color: #000000; font-weight: normal; text-decoration: none;}

ol#commentlist li.alt a:visited {color: #000000; font-weight: normal; text-decoration: none;}

ol#commentlist li.alt a:hover {color: #000000; background-color: #ffffff;  font-weight: normal; text-decoration: none;}



#content {	

        float: left;

	padding: 10px 30px 0 0;

	width: 630px;

	margin: 0px;
}



.storycontent {

        padding: 10px 15px 10px 15px;

}



p {margin: 0 0 10px 0;}



.post  {

        clear: both;

	font-size: 85%;

        text-align: center;

	padding: 5px 0 30px 0;

        margin: 10px 0 0 0;

        border-bottom: 1px solid #798a26;

}

#side {
        float: right;

	width: 300px;

	margin: 0px 0px 0px 0px;

        padding: 8px 3px 0 4px;

	text-align: center;

        font-size: 94%;

        

}


.navigation  {

	font-size: 90%;

	text-align: center;

	margin: 10px 0;

        padding: 0 0 10px 0;

}



#footer {

        clear: both;

	margin-left: auto;

	margin-right: auto;

        width: 1020px;

	height: 25px;

	background-color: #ffffff;

	background-position: top left;

}

      

h1 {

        font-family:  Georgia, Times, Times New Roman, serif;

	font-size: 170%;

	text-align: left;

	font-weight: normal;

	padding: 0 0 0 0;

        margin: 0;

        color: #798a26;

        text-decoration: none;

}



h2       { 

        font-family:  Georgia, Times, Times New Roman, serif;

	font-size: 140%;

	text-align: center;

	font-weight: normal;

	padding: 0px 0 1px 0;

        color: #798a26;

}



h3  { 

	font-size: 85%;

	text-align: left;

	font-weight: normal;

	padding: 0 0 5px 5px;

        margin: 0 0 10px 0px;

        border-bottom: 0px solid #798a26;

        color: #798a26;

}



h3.pagetitle  { 

	font-size: 130%;

	text-align: center;

	font-weight: normal;

	padding: 0 0 5px 0;

        margin: 0 20px 10px 10px;

        border-bottom: 0px solid #798a26;

        color: #798a26;

}

h4  { 

	font-size: 80%;

	text-align: left;

	font-weight: normal;

	padding: 0 0 5px 5px;

        margin: 0 0 10px 0px;

        border-bottom: 0px solid #798a26;

        color: #798a26;

}




ul  {

        list-style-type: none;

        text-align: left;

        padding: 5px;

        margin: 0 5px 20px 5px;

}



li  {

        list-style-type: none;

}



.storycontent ul  {

        list-style-type: none;

        text-align: left;

        padding: 5px;

        margin: 0 0 0 15px;

}



.storycontent li  {

        list-style-type: disc;

        list-style-position: outside;

}



blockquote {

	text-align: left;

        background-color: #fff;

        border: 1px solid #798a26; 

	width: 85%;

	padding: 5px;

	margin: 10px auto 10px auto;

        font-size: 90%;

}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

        margin-bottom: 10px;

}


img.wp-smiley {
  border:medium none;
  vertical-align:middle;
}

input, textarea, select {
        background-color: #fff;
        border: 1px solid #798a26;
        text-align: left;
        color: #000;
}

#s {width: 160px;}

ol#commentlist {
	margin: 0 auto 0;
	padding: 0;
}

ol#commentlist li {
        list-style-type: none;
        width: 500px; 
        background-color: #fff;
        border: 1px solid #798a26; 
        color: #000;
	padding: 5px;
	margin: 0 auto 20px;
}

ol#commentlist li.alt {
        list-style-type: none;
        width: 500px; 
	background-color: #798a26;
        text-color: #000000;
        border: 1px solid #fff;
	padding: 5px;
	margin: 0 auto 20px;
}

#commentform {
	margin: 0 0 0 60px;
	padding: 0;
}

#commentform #author, #commentform #email, #commentform #url {
        background-color: #fff;
        border: 1px solid #798a26; 
	width: 225px;
	padding: 1px;
	margin: 0 0 2px 0;
}

#commentform textarea {
        width: 405px; 
        background-color: #fff;
        border: 1px solid #798a26; 
        padding: 1px;
	margin: 0 0 0 0;
}

.gravatar {
float:right;
padding: 2px;
border: 1px solid #000;
background: #fff;
}

.postgrav {
float: left;
padding: 2px;
margin-right: 3px;
margin-left: 3px;
border: 1px solid #000;
background: #fff;
}

.clear {clear: both; }