@charset "utf-8";
/*
Theme Name: FSP
Theme URI: http://theflowershopproject.com/
Description: 
Version: 1.0
Author: Justin Ziegler
Author URI: http://justinziegler.com/
Tags: 

*/
/* CSS hack for a div that sits at the bottom of the page */
html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #main {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#main {
	position: absolute;
	top: 0;
    left: 0;
	background:url(images/background.png) top center no-repeat #f5f8f8;
	width:100%;
	padding:0px;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/
}

#footer {
	position: absolute;
	bottom: 0;
	left:0;
	width: 70%; /* See note below */
	height:110px;
	text-align: center;
	padding: 0 15%;
	background:url(images/footer.png) center no-repeat #872a31;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#content-window {
	margin-bottom: 5em;
	height: auto;
	padding:0px 0px 60px 0px;
}
/*End hack*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	padding:0px;
	}

#header {
	margin:0px;
	}

#headerimg 	{
	margin:35px 0px 15px 0px;
	width: 600px;
	}
/* Content Typography */
#content {
	font-size: 1.2em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg {
	font-size: 1.2em;
	text-align: left;
	}

#sidebar h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin:0px;
	padding:0px;
	}
	
#sidebar .minipost {
	margin:105px 0px 0px 6px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	}

#content-window {
	width:600px;
	float:left;
	}
#header {
	margin: 0;
	padding: 0;
	width: 600px;
	}

#headerimg {
	width: 100%;
	}
	
#content {
	margin:15px 0px 40px 0px;
	width: 590px;
	background:url(images/contentBckgd.png) no-repeat;
	}
	
.narrowcolumn {
	padding: 0 0 20px 0;
	margin: 0px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	}
	
.entry { 
	margin:0px 15px 15px 25px; }

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

#header h1 {
	margin:0;
	padding:0;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}
	
#content h2 {
	font-size:2em;
	font-weight:normal;
	padding:20px 15px 0px 15px;
	color:#333333;
	margin:0px;
	}

#content h3 {
	font-size:1.6em;
	color:#f9722e;
	font-weight:normal;
	letter-spacing:1px;
	padding:4px 0px 1px 0px;
	margin:0px 0px 6px 0px;
	width:90%;
	border-bottom:1px solid #fee169;
	}
	
#content h4 {
	font-size:1.3em;
	color:#f9722e;
	font-weight:normal;
	letter-spacing:1px;
	padding:4px 0px 1px 0px;
	margin:0px;
	}	
	
#content p {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.8em;
	font-size:1.2em;
	padding:0px;
	margin:0 0 .6em 0;
	text-align:justify;
	}
	
#content p a, #content h3 a, #content ul li a, #content h4 a {
	color:#f9722e;
	text-decoration:none;
	}

#content p a:hover, #content h3 a:hover, #content ul li a:hover, #content h4 a:hover {
	color:#c9313d;
	border-bottom:1px solid #fee169;
	}
	
	
#content ul {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-size:1.1em;
	padding-top:0px;
	margin-top:0px;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	background:url(images/bullet.gif) left 3px no-repeat;
	padding-left:22px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0px 8px 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ol {
	margin: 0px 0px 0px 4px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.widgettitle { display:none; }

#sidebar ul li ul {
	margin:0px 0px 0px 10px;
	}
	
#sidebar ul li ul li {
	padding:0px 0px 0px 22px;
	font-size:1.4em;
	background:url(images/bullet.gif) no-repeat left 6px;
	}
#sidebar ul li ul li a {
	border-bottom: solid 1px #fee169;
	color:#f9722e;
	padding-top:4px;
	padding-bottom:6px;
	display:block;
	text-decoration:none;
	height:1%;
	}
#sidebar ul li ul li a:hover {
	color:#c9313d;
	text-decoration:none;
	}
	
#sidebar ul li ul li ul {
	margin:0px 0px 0px 10px;
	}

#sidebar ul li ul li ul li {
	background:none;
	font-size:.8em;
	padding:0px;
	}
	
#sidebar ul li .paypal {
	text-align:center;
	padding-top:10px;
	}

#nav {
	text-align:center;
	width:590px;
	}	
	
#nav #nav-top {
	height:10px;
	background:url(images/navBckgdTop.png) no-repeat;
	width:100%;
	}
	
#nav #nav-content {
	background:url(images/navBckgd.png) repeat-y;
	width:100%;
	padding:0px 4px 0px 4px;
	}
	
#nav #nav-content ul {
	margin:0px;
	padding:0px 0px 4px 0px;
	}
	
#nav #nav-content ul li {
	list-style-type:none;
	display:inline;
	font-size:1.4em;
	background:url(images/bullet.gif) left 2px no-repeat;
	padding-left:22px;
	}
	
#nav #nav-content ul li a {
	text-decoration:none;
	color:#000000;
	padding-top:1px;
	padding-bottom:1px;
	}
	
#nav #nav-content ul li a:hover {
	color:#f9722e;
	border-top:solid 1px #fee169;
	border-bottom:solid 1px #fee169;
	padding-top:0px;
	padding-bottom:0px;
	}
	
#nav #nav-content ul li img {
	margin:0px 2px -2px 0px;
	}
	
#nav #nav-bottom {
	height:10px;
	background:url(images/navBckgdBottom.png) no-repeat;
	width:100%;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:left;
	width:190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin footer */
#footer {
	text-align:center;
	}
#footer #copyright {
	margin:55px 0px 0px 0px;
	}
#footer p {
	margin:20px 0px 0px 0px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	}
#footer #powered {
	text-align:center;
	margin:0 auto;
	width:246px;
	}
#footer #powered p {
	margin:15px 0px 0px 0px;
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#c8323d;
	padding:0;
	text-align:center;
	color:#dba4a9;
	}
#footer p a {
	color:#dba4a9;
	text-decoration:underline;
	}
#footer p a:hover {
	color:#dba4a9;
	text-decoration:none;
	}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.no-margin {
	margin:0px;
	}
.noBackground {
	background:none;
	}
.no-padding {
	padding:0px;
	}
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

