/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: url('../images/bkg.jpg');}

/* Blueprint width setting */
.container 	{ width: 890px; padding-top: 10px;}			

#page {
	float: left;
	margin-bottom: 20px;
	
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #ff33cc; }
a:hover			{ color: #ccc; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 0px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 0px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat;}
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 2.2em;
	line-height: 1.2;
	color: #ff33cc;
 	letter-spacing: 0px;
	text-decoration: none;
}

#obsessions img, #home img{max-width: 882px; height:auto;}

#maincontent h2 		{  display:inline; border-bottom: 1px solid #ff33cc; margin-bottom: 20px; margin-top:0; }
h2 a 					{ color: black; text-decoration: none; }
#maincontent h2 a:hover {border-bottom: 1px solid #000; color: #ff33cc;}
#maincontent .post h2	{ margin-bottom: 15px; margin-top: 0;  display:inline;  }
						/* Padding inside columns */
						
#maincontent .border-box {border: 4px solid #CCC;background-color: #fff;}					

#maincontent .content {background-color: #fff;border: 4px solid #CCC; padding: 10px 10px 10px 10px;}	
#content p {width:600px;}
#content {display:inlineblock; border: 4px solid #CCC; padding: 10px 10px 10px 10px; background-color: #fff;}
#content:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }


#home, #obsessions, #border-div { border: 4px solid #CCC;background-color: #fff;}
#home p, #obsessions p, #border-div p {padding:0; margin:0;}
#home img, #border-div img {padding:0;margin:0;}
#obsessions img {padding:0 0 0 0; margin:0;}



.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

.entry img {padding:0;margin:0;}
.entry p {margin-top:10px; margin-right:20px; text-align:left; font-size: 14px;}

.slider-title {padding:10px;}
.smooth_slideri img {padding-right:20px;}
.smooth_slideri h2 {border-bottom:0px;}

#launch {text-align:; background: url('../images/aqua.jpg'); background-color: #fff;}

#maincontent .about-lisa {border: 4px solid #CCC; padding: 10px 10px 10px 10px; background: #000; }

#about-lisa {
padding: 10px 10px 10px 10px;  border: 4px solid #CCC; 
background: url('../images/lisa-kline-story-black2.jpg') no-repeat; 
background-position:100px; 
background-color: #000; 
color:white; margin-bottom: 20px;}

#about-lisa p {width:400px; text-align: left;}

#memorial{background: url('../images/memorial-page.jpg') no-repeat; background-position-x:;background-position-y: ; background-color: #99999; color:#000; height:640px; text-align: center; margin:0 auto;}
#memorial h2 {color:#000; border: 0px #fff;text-align:center;}
#memorial p { text-align:center;width:100%; line-height:normal;}

#maincontent .about-lisa h2, #about-lisa h2, #memorial .post h2 { color: #fff; text-align:center;border-bottom: 1px solid #fff; display: inline; margin-bottom: 15px; }

.pagetitle h2 {border:0;}

#spacer {margin-top: 10px;}

/*-----------------------------------------------------------------------------
	IMG Hover
-----------------------------------------------------------------------------*/

#stores-sidebar img:hover, #home img:hover, #obsessions img:hover, #obsessions-sidebar img:hover, #obsessions-archive img:hover, #memorial img:hover{
filter:alpha(opacity=7); 
-moz-opacity: 0.7; 
opacity: 0.7; 
}

/*-----------------------------------------------------------------------------
	Archives O
-----------------------------------------------------------------------------*/
#obsessions-archive {float:left;margin:0 6px 15px 6px; width:150px; overflow: hidden; display: inline-block; text-align:center; }
#obsessions-archive a {text-decoration: none; color:;}
#obsessions-archive-image img a{border:0px #000;}
#obsession-archive-title-div {background:#000; text-align:center; margin:0; padding:2px;}
.obsession-archive-title {color:#fff; text-decoration: none;}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
    margin-top:10px;
	margin-bottom:15px;
	width:890px;
	text-align:center;
	
}

#logo {width:890px;}
#logo img {margin:0 auto;}

#header h1, #header .description {
	padding-left: 0px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 0px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{font-size:1.2em; padding: 0; background: #000;  width:100%; float: left; line-height: 1.5em; margin-bottom: 15px;}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float:left; background-image: none; display: inline; }

#nav li a,
#subnav li a 	{ color: #fff; height:29px; padding: 4px 10px; border-right:solid 4px #fff; text-decoration: none;line-height: 1.5em;  }

#nav li.current_page_item a, #nav li.current_item_parent a, #nav li.current_page_parent a, #nav li a:hover  { background: #ff33cc; color: #fff; }

#subnav				{ background: #000;}

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #fff; }

#nav li.first a { margin-left: 0px; }

#nav ul li img {margin:0; padding:0; float:right;}

#social {position: absolute; top: 65px; right:0px; z-index: 30; }
#social img {width:30px; height:30px;}
#social img:hover{
filter:alpha(opacity=4); 
-moz-opacity: 0.4; 
opacity: 0.4;
}
/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
-------------------------------------------------------------------------*/
#navigation, #obsessions-nav { height:35px;}
.navigation a, #obsessions-nav a { background: #ff33cc; color:#fff;padding:4px; text-decoration: none; margin-bottom:10px;}
.navigation a:hover, #obsessions-nav a:hover {background: #000; color:#fff;}

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 0px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page 		{ }
#obsessions-sidebar	{background-color: ;margin-top:0px; margin-left:18px; border: 0px solid #CCC; /* lets us have border */}
#sidebar{background-color: #fff;margin-top:0px; margin-left:10px; border: 4px solid #CCC; /* lets us have border */}
#stores-sidebar	{background-color:#fff; color:#000; margin-top:0px; margin-right:10px; margin-bottom: 10px; border: 4px solid #CCC; /* lets us have border */ }
#stores-sidebar	{}
#stores-sidebar p{margin:10px; line-height: normal;}
#stores-sidebar p img {margin:0; padding:0; display:block;}
#stores-sidebar h2 {padding:10px 10px 0 10px; text-decoration: underline; color:#000;}
#sidebar h2, #stores-sidebar h2 { font-size: 1.4em; line-height: 1.2; }


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

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 0;
	padding: 2px 5px 0px 0px;
	backgroundx: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/
#footer-links {font-size: 1.2em;}
#footer-links a {padding:5px; background:#000; color:#fff; text-decoration: none;}
#footer-links a:hover {background:#ff33cc; color:#fff;}
#footer 		{ padding-top:50px; text-align: center; font-size: .7em;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ margin:0 20px 0 0; padding:0; width:180px;}
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat; 
 				  	  padding: 2px 0 2px 17px; width: 180px; color: #00FFFF; font-size: 0.9em; margin-right:0px;}
#search #s:hover 	{ color: #ff33cc; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

#comments .avatar {
	float: right;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
	Misc Wordpress CSS
-----------------------------------------------------------------------------*/

.postmetadata {line-height:1.3em;}

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}




