/*
Theme Name:		Old School Squidoo
Theme URL: 		http://www.squidoocool.com
Version: 		Version 1 (Wordpress 2.8.4)
Description: 	WP Theme based on the Old School lens style at Squidoo.com
Author: 		Lewis Smile
Author URI:		http://www.lewissmile.com
Tags:			squidoo, squidoo theme, squidoo old style, squidoo lens, mrlewissmile

== Short-cuts ==
Link to to inside the image folder:  (Can only be used on the php files, not in CSS - DUH!
	<img src="<?php bloginfo('template_directory') ?>/images/headerbg.png">
	
	link to home; <?php echo get_settings('home'); ?>/
*/

/* Reset Browser Defaults*/
@import url(library/styles/reset.css); 

/* Site Specific Styles */
@import url(css/screen.css);

/* Site Specific Styles */
@import url(css/wordpress-extras.css);

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/bodybg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#wrapper {
	margin:0 auto;
	margin-bottom:15px;
	background:url(images/wrapper-wrapper.png);
	width:760px;
}
#header {
	padding:10px 0 10px 0;
}
#headerdesc {
	margin:0 10px 0 10px;
	font-size:12px;
}
#headercontent-top {
	margin:0 auto;
	background-image:url(images/headercontent-top.png);
	background-repeat:no-repeat;
	height:8px;
	width:734px;
}
#headercontent-wrapper {
	margin:0 auto;
	background-image:url(images/headercontent-wrapper.png);
	background-repeat:repeat-y;
	width:734px;
	min-height:55px;
}
#headercontent-bottom {
	margin:0 auto;
	background-image:url(images/headercontent-bottom.png);
	background-repeat:no-repeat;
	height:8px;
	width:734px;
}
h2 {
	color:#fffce8;
	font-size:24px;
	padding:0 10px 0 10px ;
	font-weight:700;
}
h2 a {
	color:#fffce8;
	text-decoration:none;
}
#contentwrapper {
}
}
#contentwrappertop {
}
#contentwrapperfooter {
	background-image:url(images/contentbottombg.png);
	background-repeat:none;
	height:28px; 
	margin-bottom:10px;
}
#content {
	float:left;
	width:515px;
	margin-left:14px;
}
.postcontent-top {
	margin:0 auto;
	background:url(images/postcontent-top.png) no-repeat;
	width:515px;
	height:9px;
}
.post {
	margin:0 auto;
	background:url(images/postcontent-wrapper.png);
	background-repeat: repeat-y;
	width:515px;
}
.postcontent-bottom {
	margin:0 auto;
	margin-bottom:10px;
	background:url(images/postcontent-bottom.png) no-repeat;
	height:8px;
	width:515px;
}
.posth1-top {
	margin:0 auto;
	background:url(images/h1content-top.png);
	background-repeat:no-repeat;
	width:504px;
	height:6px;
}	
.posttitle{	
	margin: 0 auto;
	background:url(images/h1content-wrapper.png);
	background-repeat:repeat-y;
	width:504px;
}
.posth1-bottom {
	margin: 0 auto;
	background:url(images/h1content-bottom.png);
	background-repeat:repeat-y;
	width:504px;
	height:7px;
}
.update-icon {
	float:right;
	background:url(images/updated-icon.png);
	background-repeat:no-repeat;
	width:54px;
	height:22px;
	margin-right:10px;
	}
h1 {
	padding:0 5px 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#323433;
	text-align: left;
	text-transform: uppercase;
}
h1 a {
	color:#323433;
	text-decoration:none;
}
.posttext {
	color:#1b1b1b;
	font-size:13px;
	padding:10px;
	line-height:18px;
}
.posttext p{
	padding-bottom:10px;
}
.posttext a{
	color:#be694a;
	font-weight:bold;
	text-decoration:none;
}
.posttext a:hover{
	text-decoration:underline;
}
.posttext ul {
	padding-left:40px;
	padding-right:40px;
	color:#1b1b1b;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ul li {
	list-style-type:disc;
	list-style-position:inside;
	color:#ffffff;
	margin-bottom:5px;
}
.posttext ol {
	list-style-type:decimal;
	padding-left:40px;
	padding-right:40px;
	color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
}
.posttext ol li {
	list-style-type:decimal;
	list-style-position:inside;
	color:#666666;
	margin-bottom:5px;
}
.postmeta {
	padding:10px;
	text-align:right;
	font-size:10px;
}
.postmeta a{
	color:#be694a;
	font-weight:bolder;
	text-decoration:none;
}
.postmeta a:hover{
	text-decoration:underline;
}
#sidebar {
	float:right;
	width: 212px;
	margin-right:13px;
}
.sidebarcontent-top {
	margin:0 auto;
	background:url(images/sidebarcontent-top.png);
	background-repeat:no-repeat;
	width:212px;
	height:9px;
}
.sidebarcontent-wrapper {
	margin:0 auto;
	background:url(images/sidebarcontent-wrapper.png);
	background-repeat:repeat-y;
	width:212px;
}
.sidebarcontent-bottom {
	margin:0 auto;
	background:url(images/sidebarcontent-bottom.png);
	background-repeat:no-repeat;
	width:212px;
	height:9px;
	margin-bottom:15px;
}
.sidebarwidgetbg {
}
.sidebarwidget {
	font-size:10px;
	color:#4b463d;
}
.sidebarh3-top {
	margin:0 auto;
	background:url(images/h3content-top.png);
	background-repeat:no-repeat;
	height:7px;
	width:190px;
}
.sidebarh3-wrapper {
	margin:0 auto;
	background:url(images/h3content-wrapper.png);
	background-repeat:repeat-y;
	width:190px;
}
.sidebarh3-bottom {
	margin:0 auto;
	background:url(images/h3content-bottom.png);
	background-repeat:no-repeat;
	width:190px;
	height:8px;
}
h3 {
	background:url(images/arrow-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	color:#656563;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	padding:0 3px 0 15px;
}
h3 a {
	color:#656563;
	text-decoration:none;
}

.sidebarwidget a {
	color:#428ebd;
	text-decoration:none;
}
.sidebarwidget a:hover {
	text-decoration:underline;
}
.sidebarwidget ul {
	list-style:none;
}
.sidebarwidget li {
	list-style:none;
	padding: 10px;
	display:block;
}
.sidebarwidget li:hover {
}
.sidebarwidget ul li {list-style:none;}
.sidebarwidget ul li ul {list-style:none;}
.sidebarwidget ul li ul li {list-style:none;}

#footer {
	min-height:100px;
	padding:5px;
	text-align:center;
	font-size: 12px;
}
#footer a {
	color:#689fdc;
	font-weight:bold;
}

.postmeta-single {
	background:#eef0f1;
	padding:15px;
}

.comment-count {

}
.comment-count a{

}
.textwidget {
margin:10px;
}

#footercontent-top {
	margin:0 auto;
	background:url(images/footercontent-top.png);
	background-repeat:no-repeat;
	width:733px;
	height:7px;
}
#footercontent-wrapper {
	margin:0 auto;
	background:url(images/footercontent-wrapper.png);
	background-repeat:repeat-y;
	width:733px;
}
#footercontent-bottom {
	margin:0 auto;
	background:url(images/footercontent-bottom.png);
	background-repeat:no-repeat;
	width:733px;
	height:8px;
}
.footercontent-sidebar {
float:left;
margin-right:5px;
width:175px;
text-align:left;
}
h4 {
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:0 3px 0 10px;
}
h4 a {
	color:#666666;
	text-decoration:none;
}
#copyright {
color:#fff;
background:#e1711d;
margin:10px 0 -10px 0;
padding:5px;
}
#copyright a {
color:#fff;
}

.sidebarwidgetbg2 {
}
.sidebarwidget2 {
	font-size:10px;
	color:#4b463d;
}

.sidebarwidget2 a {
	color:#428ebd;
	text-decoration:none;
}
.sidebarwidget2 a:hover {
	text-decoration:underline;
}
.sidebarwidget2 ul {
	list-style:none;
}
.sidebarwidget2 li {
	list-style:none;
	padding:2px 10px 2px 10px;
	display:block;
}
.sidebarwidget2 li:hover {
}
.sidebarwidget2 ul li {list-style:none;}
.sidebarwidget2 ul li ul {list-style:none;}
.sidebarwidget 2ul li ul li {list-style:none;}
