/*
Theme Name: Lauren Wants to Know
Theme URI: http://www.laurenwantstoknow.com/
Description: Theme for LaurenWantsToKnow.com - Designed by Mark Montri and Bill Savage, developved by Mark Montri
Version: 0.1
Author: Mark Montri
Author URI: http://markmontri.com/
Tags: black & white, 3 column
*/

/*
 TABLE OF CONTENTS

 1. GLOBAL STYLES
 2. MAIN BODY SECTIONS STYLES
 3. HOMEPAGE STYLES
 4. SINGLE-POST PAGE STYLES
 5.
*/


/* 1. GLOBAL STYLES */
a	{
	color: #1B99DF;
}

p	{
	padding:0px;
	margin: 0px 0px 1em 0px;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 20px;
	margin: 0;
	font-size: 2em;
	text-align: center;
	}

h2 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.6em;
	}

h2.pagetitle {
	margin-top: 10px;
	font-size: 1.6em;
	line-height: 1em;
	width: 375px;
	}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}

h4{
	font-size: 1em;
	padding: 0;
	margin:1em 0 .5em 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

small {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.4em;
	}



/* 2. MAIN BODY SECTION STYLES */
body {
	font-size: 14px; /* Resets 1em to 14px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: left;
	margin: 0px 0px 20px 10px;
	padding: 0;
	/*width:1000px;*/
	}

#page {
	margin: 0;
	padding: 0;
	width: 780px;
	background: #eee;
	text-align: left;
	border: solid 1px #ccc;
	border-top: none;
	overflow: hidden;
	}

#header {
	background: #fff url("/wp-content/themes/lauren_theme/images/enriching_bg.png") center center no-repeat;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 1000px;
	}

#headerimg 	{
	margin: 0;
	height: 200px;
	width: 100%;
	}

#headerimg h1	{
	position: absolute;
	top: 0;
	left:405px;
}

#content {
	font-size: 1em;
	margin: 60px 0px 20px 0px;
	line-height: 1.4em;
	}

#content.narrowcolumn {
	float: left;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	width: 545px;
	}

#content.widecolumn {
	padding: 10px 30px 20px;
	margin: 60px 0px 20px 0px;
	width: 720px;
	min-height: 625px;
	}

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

.even, .alt {
	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.commentmetadata {
	font-weight: normal;
	}

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 Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* NAVIGATION */

#navbar	{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	width: 1000px;
	overflow: hidden;
}

#navbar ul	{
	list-style: none;
	margin:0px;
	padding:0px;
}

#navbar ul li	{
	float: left;
	padding: 0;
}

#navbar ul a	{
	font-family: Georgia, "Times New Roman", serif;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: .5em;
	font-size: 14px;
	text-transform: uppercase;
}

#navbar ul a:hover	{
	color: #fff;
	background: #000;
	text-decoration: none;
}

#navbar ul li#spacer_li	{
	width: 185px;
}

div#categories	{
	border: double 4px #000;
	background: #fff;
	width: 774px;
	overflow:hidden;
	position: relative;
	z-index: 5;
	display:none;
}

div#categories div.category	{
	width: 165px;
	float: left;
	padding: 10px;
	min-height: 75px;
}

div#categories div.category a	{
	display: block;
	color: #666;
	text-decoration: none;
}

div#categories div.category a:hover	{
	display: block;
	color: #000;
	text-decoration: none;
}

div#categories div.category a h4	{
	font-style: italic;
	margin: 0px 0px .5em 0px;
	border-bottom: solid 1px #000;
}

div#categories div.category a p	{
	font-size: .9em;
	margin: 0px;
}


/* POST STYLES */
.post, .page {
	margin: 10px 10px 10px 0px;
	padding: 35px;
	text-align: left;
	border: solid 1px #ccc;
	background: #fff;
	overflow: hidden;
	}

.post_content	{
	margin-left: 110px;
}

.post_content .author_date	{
	font-size: .75em;
	color:#ca1e2e;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 30px 0 0 0;
	padding-bottom: 10px;
	}

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

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

.post_meta_info	{
	float:left;
	width: 110px;
	font-size: 9px;
	text-align: right;
	padding: 0 1em 0 0;
	line-height: 1.2em;
	margin-left: -10px;
}

.post_meta_info ul	{
	list-style: none;
	margin:0px;
	padding:0px;
}

.post_meta_info ul li	{
	margin-bottom: .5em;
}

p.tags	{
	font-size: .75em;
}

.post h3, .page h3	{
	margin-top: 0;
}

.video_thumb	{
	width: 150px;
	height: 150px;
	float: left;
	padding: 4px 8px 0px 0px;
}

.imgtfe	{
	width: 150px;
	float: left;
	padding: 4px 8px 0px 0px;
}

#comments	{
	padding-top: 1em;
}

#comments h3 {
	padding: 0;
	margin: 40px auto 20px ;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, 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: Helvetica, Arial, Sans-Serif;
	}

div.sexy-bookmarks	{
	background: transparent url("/wp-content/themes/lauren_theme/images/sb_bg.png") top left no-repeat;
}


.clear {
	clear: both;
}

div.sorry	{
	margin-top: 65px;
}

/* FOOTER STYLES */

#footer {
	background: #fff url("/wp-content/themes/lauren_theme/images/footer_bg_750.png") top center no-repeat;
	/*padding: 90px 100px 0 100px;*/
	/*margin: 20px auto;*/
	padding: 70px 25px 0 25px;
	margin: 20px 0;
	/*width: 800px;*/
	width: 730px;
	clear: both;
	overflow: hidden;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
#footer .footerwidget	{
	float: left;
	min-height: 125px;
	width: 155px;
}

.footerwidget h3	{
	font-style: italic;
}

.footerwidget ul	{
	margin: 0px;
	padding:0px;
	list-style:none;
	font-size: .8em;
}

.footerwidget ul ul	{
	margin-left: 10px;
}

ul#bottomlinks	{
	clear: both;
	list-style:none;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: .75em;
}

ul#bottomlinks li	{
	display: inline;
	padding: 0;
	margin: 0 1em 0 0;
}


/* SIDEBAR STYLES */

#sidebar
{
	font-size: .8em;
	padding: 60px 0 10px 0;
	margin-left: 565px;
	width: 190px;
	}

#sidebar2	{
	position:absolute;
	left: 790px;
	top: 235px;
	width: 200px;
	margin-left: 15px;
	font-size: .8em;
}

#sidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

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

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

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

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

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


/* WIDGET STYLES */
h3.widgettitle	{
	margin-left: 8px;
	text-indent: -9999px;
	height:30px;
}

li#text-3 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/aboutme.gif") left center no-repeat;
}

li#text-4 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/followme.gif") left center no-repeat;
}

li#recent-posts-3 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/whatyourereading.gif") left center no-repeat;
}

li#linkcat-2 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/whatimreading.gif") left center no-repeat;
}

li#text-5 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/tellme.gif") left center no-repeat;
}

li#slickr-photos h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/onthestreetpics.gif") left center no-repeat;
}

li#quick-flickr h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/onthestreetpics.gif") left center no-repeat;
}

li#text-6 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/onthestreetvids.gif") left center no-repeat;
}

li#polls-widget-3 h3.widgettitle	{
	background: url("/wp-content/themes/lauren_theme/images/idliketoknow.gif") left center no-repeat;
}

li#text-4 div.textwidget	{
	position: relative;
	height: 60px;
	top: -5px;
}

li#quick-flickr	{
	text-align: center;
}

li#text-6	{
	text-align: center;
}

div#slickrwidget	{
	margin: auto;
	text-align: center;
}

li#quick-flickr img	{
	height: 60px;
	width: 60px;
	padding: 0px 5px 5px 0px;
}

li#text-4 a.social	{
	position: absolute;
	text-indent: -9999px;
	display: block;
	height: 48px;
	width: 48px;
}

li#text-4 a#youtube_tile	{
	background: url("/wp-content/themes/lauren_theme/images/social_Youtube.png") left center no-repeat;
	top: 20px;
	left: 10px;
	z-index:1;
}

li#text-4 a#facebook_tile	{
	background: url("/wp-content/themes/lauren_theme/images/social_Facebook.png") left center no-repeat;
	top: 10px;
	left: 50px;
	z-index:3;
}

li#text-4 a#flickr_tile	{
	background: url("/wp-content/themes/lauren_theme/images/social_Flickr.png") left center no-repeat;
	top: 0px;
	left: 130px;
	z-index:4;
}

li#text-4 a#twitter_tile	{
	background: url("/wp-content/themes/lauren_theme/images/social_Twitter.png") left center no-repeat;
	top: 20px;
	left: 90px;
	z-index:5;
}


/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0 auto;
	padding: 3px 3px;
	text-align: right;
	}

#searchform *	{
	vertical-align: middle;
}

#searchform #s {
	width: 130px;
	padding: 2px;
	}

#searchform a	{
	font-family: Georgia, "Times New Roman", serif;
	color: #666666;
	text-decoration: none;
	padding: .5em;
	font-size: 14px;
	text-transform: uppercase;
}


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

select {
	width: 130px;
	}

a.contactbox	{
	display: block;
	padding: 10px 25px 20px 25px;
	margin: 25px 10px;
	text-align: center;
	border:#ccc solid 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	color: #666666;
}

a.contactbox:hover	{
	background: url("/wp-content/themes/lauren_theme/images/button_bg.jpg") left top repeat-x;
	color: #333;
}

h2#contact_title	{
	text-indent: -9999px;
	background: url("/wp-content/themes/lauren_theme/images/contact_me.gif") left top no-repeat;
	height: 30px;
	width: 160px;
}


h2#gallery_title	{
	text-indent: -9999px;
	background: url("/wp-content/themes/lauren_theme/images/gallery.png") left top no-repeat;
	height: 40px;
	width: 100px;
}



form.wpcf7-form	{
	text-align: left;
	width: 450px;
}

form label {
	font-weight: bold;
}

form.wpcf7-form .text	{
	width: 400px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", serif;
	padding: .25em;
}

/* 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;
	}
#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 Comments */


/* 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 */
span.note	{
	color: #666;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
}

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

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	}
/* 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 */
