/*  
Theme Name: Stamping Spot
Theme URI: http://blog.stampingspot.com/
Description: The theme I created for my Wordpress blog
Version: 1.0
Author: Jean Cox
Author URI: http://blog.stampingspot.com/
*/

*
{
	padding: 0;
	margin: 0;	
}

hr
{
	display: none;	
}

body
{
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-serif;
	font-size: 76%;	
	background-color: white;
	background-image: url(./images/img_97.gif);
}

#outerwrapper
{
	width: 950px;
	background-image: url(./images/back_main.gif);
	background-repeat: repeat-y;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;

}

#header
{
	width: 950px;
	height: 150px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(239,153,102);
}

#header h1
{
	font-size: 2.2em;	
}

#header a
{
	color: #FFFFFF;
	text-decoration: none;	
}

#header a:hover
{
	text-decoration: underline;	
}

#headerimg
{
	background-image: url(./images/sspotheaderA.jpg);
	height: 110px;
	padding-top: 40px;
	width: 950px;
	
}

#wrapper
{
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;	
}


#content
{
	width: 575px;
	float: left;	
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: black;
}

.post
{
	margin-bottom: 2.2em;
	padding-left: 5px;
	font-size: 1.1em;
}

.post p
{
	line-height: 1.4em;
	margin-bottom: 1em;	
}

.post a
{
	color: rgb(0,114,54);	
}

h3
{
	margin-top: 1.5em;
	font-size: 1.4em;	
}

h4
{
	margin-top: 1.2em;
	font-size: 1.2em;	
}

h5
{
	margin-top: 1em;
	font-size: 1em;	
}

blockquote
{
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid rgb(255,149,84);	
}

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

.center
{
	text-align: center;	
}

a img
{
	border: none;	
}

.post li
{
	margin-left: 20px;	
}

.post ul
{
	margin-bottom: 10px;	
}

.post ul ul
{
	margin-bottom: 0;	
}

h2
{
	font-size: 1.6em;
	border-bottom: 1px solid rgb(255,149,84);	
}

h2 a:hover, h2 a:visited, h2 a
{
	text-decoration: none;
	color: black;	
}

.entry
{
	margin-top: 10px;
	margin-bottom: 15px;
}

.postmetadata
{
	font-size: 0.8em;
	border-top: 1px solid rgb(255,149,84);	
}

.postmetadata a
{
	color: rgb(0,114,54);	
}

.navigation
{
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;	
}

.navigation a
{
	color: rgb(0,114,54);	
}

.alignleft
{
	float: left;
	text-align: left;
	width: 50%;	
}

.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}


ol.commentlist
{
	list-style-type: decimal;
	width: 80%;
	margin-left: 1em;
	margin-right: auto;	
}

ol.commentlist li
{
	margin-bottom: 1.5em;
	margin-left: 30px;
	border: 1px solid rgb(255,149,84);
	padding: 5px;
	background-color: rgb(255,247,153);	
}

ol.commentlist li.alt
{
	background-color: white;	
}

small.commentmetadata
{
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;	
}

.widecolumn ul
{
	margin-left: 20px;
	margin-top: 10px;
	
}

.widecolumn h2
{
	margin-top: 1.4em;
}

.widecolumn ul h2
{
	border: 0;	
}

.widecolumn a
{
	color: rgb(0,114,54);
}

#sidebar
{
	width: 320px;
	float: left;	
	padding-top: 10px;
	padding-bottom: 20px;
	color: rgb(0,114,54);
	padding-right: 5px;
}

#sidebar ul
{
	margin-left: 15px;	
	margin-bottom: 10px;
	list-style-type: none;

}

#sidebar h2
{
	font-size: 2em;	
	border-bottom: 0;
	color: rgb(255,149,84);
}

#sidebar a
{
	text-decoration: none;	
	color: rgb(0,114,54);
}

#sidebar a:hover
{
	text-decoration: underline;	
}

#searchform
{
	text-align: center;	
	margin-bottom: 10px;
}

#searchform input
{
	border: 1px solid black;
	
}

#searchform #s
{
	width: 50%;
	background-color: white;	
}

.ssgallery
{
	margin-bottom: 15px;
	margin-top: 10px;
}

.ssgallery img
{
	border: 0;	
}

.ssgallery table
{
	margin-left: auto;
	margin-right: auto;
}

.ads
{
	margin-top: 35px;
	text-align: center;
}

.mailchimp
{
	font-size: 1.5em;	
}

#wp-calendar
{
	width: 80%;
	margin: 0 0;
	text-align: center;
	margin-bottom: 15px;	

}

#wp-calendar caption
{
	margin-top: 5px;	
}

#wp-calendar th
{
	background-color: rgb(239,153,102);
}

#wp-calendar a
{
	background-color: rgb(163,204,182);
	display: block;
}

#footer
{
	clear: both;
	width: 928px;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(239,153,102);	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(0,114,54);
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;	
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;	
}

img#wpstats
{
	width:0px;
	height:0px;
	padding:0px;
	border:none;
	overflow:hidden
}