/*
    Theme Name: Notepad Chaos
    Theme URI: http://www.evaneckard.com/
    Description: Notepad Chaos is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 1.0
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/


body {
	background:url(images/page-back.jpg) no-repeat top center #3f808a;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body.private {
	background:url(images/signup-page-back.jpg) no-repeat top center #3f808a;
}

body.signup, body.page-template-widepage-php {
	background:url(images/signup-page-back.jpg) no-repeat top center #3f808a;
}

body.post-8709 h4, body.post-8709 p {
	display:none;
}

a {
outline:none;
}

#container {
	width:819px;
	margin:0 auto;
	position:relative;
	height:252px;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:520px;
	top:10px;
	z-index:100;
	margin:0 0 0 -2px;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:136px;
	margin:0 -10px 0 0;
	padding:3px 10px 3px 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: 0px -936px;
}

.chrome #search .txtField {
	padding-right:10px;
}

#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: 0px -969px;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:457px;
	width:319px;
	overflow:hidden;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:83px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:83px;
	width:85px;
}
#classes {
	text-indent:-300em;
	overflow:hidden;
	left:168px;
	width:75px;
}
#kits {
	text-indent:-300em;
	overflow:hidden;
	left:243px;
	width:77px;
}


#home a:hover {
	background:transparent url(images/menu.jpg) 0px 0px no-repeat; border:0;text-decoration:none;
}
#about a:hover {
	background:transparent url(images/menu.jpg) -83px 0px no-repeat; border:0;text-decoration:none;
}
#classes a:hover {
	background:transparent url(images/menu.jpg) -168px 0px no-repeat; border:0;text-decoration:none;
}
#kits a:hover {
	background:transparent url(images/menu.jpg) -243px 0px no-repeat; border:0;text-decoration:none;
}

/* blog title */

#title {
	position:absolute;
	top:149px;
	left:76px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	overflow:hidden;
}
#title h2 {
	color:#fff;
	font-size:20px;
	margin:0 0 2px;
}

#title a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:360px;
	height:40px;
	outline:none;
}

#title a:hover {
	color:#fff;
	text-decoration:none;
}

/* content */

#content {
	background:url(images/notepad-back.gif) repeat-y;
	width:764px;
	margin:0 auto;
	padding-right:55px;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	float:left;
	padding-left:70px;
	width:425px;
	font-size:12px;
	line-height:20px;
}
#content .widecol {
	float:left;
	padding-left:20px;
	width:700px;
	font-size:12px;
	line-height:20px;
}

#content .col01 h3, #content .widepage h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}

#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:64px;
	width:83px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -10px;
}
#content .col01 .postthumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}

#content .col01 .post-inner a.blogimage, #content .col01 .post-inner a.blogimage {
	text-decoration:none;
	border:0;
	background:transparent;
}

#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	float:right;
	width:212px;
	font-size:11px;
	line-height:16px;
}
.recent-posts {
	width:212px;
	background:url(images/postitBack.gif) repeat-y;
}

.recent-posts ul li div {
	margin-left:20px;
}

.recent-posts ul em {
	margin-left:20px;
}

.recent-posts ul {
	padding:0;
	margin:0;
}
.recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
.recent-posts ul li .listMeta {
	font-size:10px;
}
.recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -5px -791px;
}
.recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 .postit-bottom {
	width:188px;
	height:62px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -180px;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

#widgets-reloaded-categories-2 .widgettop, #categories-2 .widgettop, #widgets-reloaded-categories-3 .widgettop, #categories-3 .widgettop, #widgets-reloaded-categories-4 .widgettop, #categories-4 .widgettop, #widgets-reloaded-categories-5 .widgettop, #categories-5 .widgettop, #widgets-reloaded-categories-6 .widgettop, #categories-6 .widgettop, #widgets-reloaded-categories-1 .widgettop, #categories-1 .widgettop, #ace-categories .widgettop {
	height:124px;
	background:url(images/categories-upper.gif) no-repeat;
}

#content .col02 #wpamember .widgettop, #content .col02 #amemberwidget-3 .widgettop {
	height:124px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -350px;
}

#content .col02 #shopping-cart .widgettop {
	height:124px;
	background:url(images/shoppingcart.gif) no-repeat;
}

.widgetcontents ul {
	margin:0;
	padding:0;
}
.widgetcontents ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}

#categories-3 .widgetcontents, #widgets-reloaded-categories-3 .widgetcontents, #categories-2 .widgetcontents, #widgets-reloaded-categories-2 .widgetcontents, #categories-1 .widgetcontents, #widgets-reloaded-categories-1 .widgetcontents, #categories-4 .widgetcontents, #widgets-reloaded-categories-4 .widgetcontents, #categories-5 .widgetcontents, #widgets-reloaded-categories-5 .widgetcontents, #categories-6 .widgetcontents, #widgets-reloaded-categories-6 .widgetcontents, #ace-categories .widgetcontents, #spf-3 .widgetcontents, #spf-2 .widgetcontents {
	background:url(images/categories-back.gif) repeat-y;
	}
	
#content .col02 #text-479691765 .widgetcontents {
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -274px;
	padding-top:5px;
	height:56px;
	}
	
#categories-3 .widgetcontents li a, #widgets-reloaded-categories-3 .widgetcontents li a, #categories-1 .widgetcontents li a, #widgets-reloaded-categories-1 .widgetcontents li a, #categories-2 .widgetcontents li a, #widgets-reloaded-categories-2 .widgetcontents li a, #categories-4 .widgetcontents li a, #widgets-reloaded-categories-4 .widgetcontents li a, #categories-5 .widgetcontents li a, #widgets-reloaded-categories-5 .widgetcontents li a, #categories-6 .widgetcontents li a, #widgets-reloaded-categories-6 .widgetcontents li a, #ace-categories .widgetcontents li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#categories-3 .widgetcontents li a:hover, #widgets-reloaded-categories-3 .widgetcontents li a:hover, #categories-1 .widgetcontents li a:hover, #widgets-reloaded-categories-1 .widgetcontents li a:hover, #categories-2 .widgetcontents li a:hover, #widgets-reloaded-categories-2 .widgetcontents li a:hover, #categories-4 .widgetcontents li a:hover, #widgets-reloaded-categories-4 .widgetcontents li a:hover, #categories-5 .widgetcontents li a:hover, #widgets-reloaded-categories-5 .widgetcontents li a:hover, #categories-6 .widgetcontents li a:hover, #widgets-reloaded-categories-6 .widgetcontents li a:hover, #ace-categories .widgetcontents li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 #text-479691765 .widgetcontents li a {
	color:#21565E;
	text-align:left;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -5px -791px;
}

#content .col02 #text-479691765 .widgetcontents li a:hover {
	text-decoration:none;
	text-align:left;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#categories-3 .widgetbottom, #widgets-reloaded-categories-3 .widgetbottom, #categories-1 .widgetbottom, #widgets-reloaded-categories-1 .widgetbottom, #categories-2 .widgetbottom, #widgets-reloaded-categories-2 .widgetbottom, #categories-4 .widgetbottom, #widgets-reloaded-categories-4 .widgetbottom, #categories-5 .widgetbottom, #widgets-reloaded-categories-5 .widgetbottom, #categories-6 .widgetbottom, #widgets-reloaded-categories-6 .widgetbottom, #ace-categories .widgetbottom {
	height:68px;
	background:url(images/categories-btm.gif) no-repeat;
}

#content .col02 #pinterest .widgetbottom, #content .col02 #twitter-3 .widgetbottom, #content .col02 #twitter-1 .widgetbottom, #content .col02 #twitter-tools .widgetbottom {
	height:1px;
}

#content .col02 #tweetable .widgetbottom, #content .col02 #twitter-conversations .widgetbottom {
	height:20px;
}

#content .col02 #pageflip-2 .widgetbottom {
	height:20px;
}

#pageflip-2 {
	margin-top:-10px;
}

#content .col02 #get-recent-comments .widgettop {
	height:124px;
	background:url(images/comments-upper.gif) no-repeat;
}

#spf-2 .widgettop, #spf-3 .widgettop {
	height:124px;
	background:url(images/forum-upper.gif) no-repeat;
}

#content .col02 .nextevents-upper {
	height:124px;
	background:url(images/nextevents-upper.gif) no-repeat;
}


#content .col02 #get-recent-comments .widgetcontents li a, #spf-2 .widgetcontents ul li.sftagli a, #spf-3 .widgetcontents ul li.sftagli a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#spf-2 .widgetcontents ul li p.sftagp, #spf-3 .widgetcontents ul li p.sftagp {
	color:#21565E;
	margin:-5px auto 0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
}

#content .col02 #get-recent-comments .widgetcontents li a.archives {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -5px -791px;
}

#content .col02 #get-recent-comments .widgetcontents li a:hover, #spf-2 .widgetcontents ul li.sftagli a:hover, #spf-3 .widgetcontents ul li.sftagli a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 #wpamember .widgetcontents, #content .col02 #amemberwidget-3 .widgetcontents {
	background:url(images/categories-back.gif) repeat-y;
	}
	
#content .col02 #shopping-cart .widgetcontents {
	background:url(images/categories-back.gif) repeat-y;
	}

#content .col02 #amemberwidget-3 .widgetcontents p, #content .col02 #amemberwidget-3 .widgetcontents ul b {
	margin-left:10px;
	}
	
#content .col02 #amemberwidget-3 .widgetcontents ul li {
	margin-left:15px;
	font-weight:bold;
	font-style: italic;
	}
	
#content .col02 #shopping-cart .widgetcontents ul li {
	margin-left:15px;
	font-weight:bold;
	font-style: italic;
	}
	
#content .col02 #amemberwidget-3 .widgetcontents {
	padding-top:10px;
	}
	
#content .col02 #shopping-cart .widgetcontents {
	margin-top:-11px;
	padding-top:10px;
	}
	
#content .col02 #wpamember .widgetcontents li a, #content .col02 #amemberwidget-3 .widgetcontents li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	font-weight:normal;
	font-style:normal;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#content .col02 #shopping-cart .widgetcontents li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	font-weight:normal;
	font-style:normal;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#content .col02 #wpamember .widgetcontents li a:hover, #content .col02 #amemberwidget-3 .widgetcontents li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 #shopping-cart .widgetcontents li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 #wpamember .widgetbottom, #content .col02 #amemberwidget-3 .widgetbottom {
	height:68px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -496px;
  	margin-top:-11px;
}

body.logged-in #content .col02 #wpamember .widgetbottom, body.logged-in #content .col02 #amemberwidget-3 .widgetbottom {
  	background-position: -10px -490px;
}

#content .col02 #shopping-cart .widgetbottom {
	height:68px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -494px;
}

#content .col02 #get-recent-comments .widgetcontents {
	background:url(images/categories-back.gif) repeat-y;
	}
	
#content .col02 #get-recent-comments .widgetcontents li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#content .col02 #get-recent-comments .widgetcontents li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 #get-recent-comments .widgetbottom {
	height:68px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -494px;
}

#spf-2 .widgetbottom, #spf-3 .widgetbottom {
	height:68px;
	background:url(images/forum-btm.gif) no-repeat;
}

#content .col02 .recentposts-upper {
	height:124px;
	background:url(images/recentposts-upper.gif) no-repeat;
}
#content .col02 .recentposts {
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .recentposts ul {
	margin:0;
	padding:0;
}
#content .col02 .recentposts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}

#content .col02 .recentposts ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}

#content .col02 .recentposts ul li a img {
	border:0;
	text-decoration: none;
}

#content .col02 .recentposts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 .recentposts-btm {
	height:68px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -494px;
}


#content .col02 #linkcat-258 {
	background:url(images/txt-friends-links.gif) no-repeat 50% 8px;
	padding-top:30px;
	clear:both;
}

#content .col02 #twitter-tools .widgettop, #content .col02 #twitter-1 .widgettop, #content .col02 #twitter-3 .widgettop, #content .col02 #tweetable .widgettop {
	height:24px;
	background:url(images/txt-follow-me-on-twitter.gif) no-repeat 20% 8px;
	padding-top:20px;
	clear:both;
}

#content .col02 #pinterest .widgettop {
	height:15px;
	background:url(images/txt-pinterest-pins.gif) no-repeat 20% 8px;
	padding-top:20px;
	clear:both;
}

#content .col02 #twitter-conversations .widgettop {
	height:24px;
	background:url(images/conversations.gif) no-repeat 20% 8px;
	padding-top:20px;
	clear:both;
}

#content a img, #content a img:hover {
	border:0;
	text-decoration: none;
}

#gigya-socialize-widget-content { clear:both; margin:15px 0; }

#content .col02 #useronline-3 {
	background:url(images/txt-users-online.gif) no-repeat 50% 8px;
	padding-top:30px;
	clear:both;
}

#kramer_inbound {
	background:url(images/txt-incoming-links.gif) no-repeat 50% 8px;
	padding-top:30px;
}

#content .col02 #twitter-tools ul, #content .col02 #linkcat-258 ul, #content .col02 #useronline-3 ul, #kramer_inbound ul, #content .col02 #twitter-3 ul, #content .col02 #twitter-1 ul, #content .col02 #tweetable ul, #content .col02 #twitter-conversations ul {
	margin:0 0 20px;
	padding:0;
}

#content .col02 #pinterest ul {
	margin:0 0 20px;
	padding:0;
}

#content .col02 #twitter-tools ul li, #content .col02 #linkcat-258 ul li, #content .col02 #useronline-3 ul li, #kramer_inbound ul li, #content .col02 #twitter-3 ul li, #content .col02 #twitter-1 ul li, #content .col02 #tweetable ul li, #content .col02 #twitter-conversations ul li, #content .col02 #pinterest ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding-bottom:5px;
	background:url(images/line-inner.gif) no-repeat bottom;
}
#content .col02 #linkcat-258 ul li a, #content .col02 #useronline-3 ul li a, #kramer_inbound ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}

#content .col02 #twitter-tools ul li a, #content .col02 #twitter-1 ul li a, #content .col02 #twitter-3 ul li a, #content .col02 #tweetable ul li a, #content .col02 #twitter-conversations ul li a, #content .col02 #pinterest ul li a {
	color:#21565E;
	margin:0 auto;
	display:inline;
	width:212px;
	padding:0;
}

#content .col02 #twitter-tools ul li a:hover, #content .col02 #linkcat-258 ul li a:hover, #useronline-3 ul li a:hover, #kramer_inbound ul li a:hover, #content .col02 #twitter-1 ul li a:hover, #content .col02 #twitter-3 ul li a:hover, #content .col02 #tweetable ul li a:hover, #content .col02 #twitter-conversations ul li a:hover, #content .col02 #pinterest ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
/*
	background:url(images/txt-misc-debris.gif) no-repeat top right;
*/
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content a.button,#content a.button:visited {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#content a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#content a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#content a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#content a.pagetitle, #content img.ttf {
border:0;
text-decoration: none;
color:transparent;
}

.widgetcontents .textwidget { margin:10px auto; text-align:center; }

.widgetbottom { clear:both }

/* footer */

#footer-holder {
	width:819px;
	margin:0 auto;
	position:relative;
}
#footer-holder .footer {
	width:932px;
	height:300px;
	position:absolute;
	top:0px;
	left:-54px;
	background:url(images/footer.jpg) no-repeat;
	z-index:100;
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:495px;
	position:absolute;
	top:116px;
	left:171px;
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:60px;
	overflow:hidden;
}
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left:709px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -582px;
}
#footer-holder .smashing a:hover {
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -643px;
}
#footer-holder .rss a {
	width:55px;
	height:55px;
	position:absolute;
	top:165px;
	left:130px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -724px;
}


/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -94px;
	overflow:hidden;
}
.previous a:hover {
	background-image: url(images/lisampace-sprite.gif);
  	background-position: -10px -127px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.name, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}

.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box, #commentform textarea {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
  	background-image: url(images/lisampace-sprite.gif);
  	background-position: 0px -869px;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}

a img, a:hover img { text-decoration:none; border:0; }

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

img.imageframe {
border: 1px #000 solid;
}

#main { width: 595px; margin: 0px auto; text-align: left; }
.albumthumb IMG { border: 0px; float: left; margin-right: 10px; }
.imagethumb IMG, .image IMG { border: 0px; margin: 0px; padding: 0px; margin-right: 5px; margin-bottom:5px; }
.image { margin: 0px; padding: 0px; float: left; }
HR { clear: both; height: 0px; border: 0px; border-top: 1px solid #ccc; margin-top: 0px; padding: 0px; }
#gallerytitle H2 { font-size: 11pt; }

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: left;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 0px;
	_margin-top: 0px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: left;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;

	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}


#albums { clear: both; margin: 5px 0px 10px; padding: 0px; }
.disabledlink { color: #ddd; cursor: default; }
#gallerytitle SPAN { font-weight: normal; color: #CCC; text-decoration: none; }
#gallerytitle A:link, #gallerytitle A:visited { text-decoration: underline; color: #999; }
.albumtitle H3 { margin: 0px; padding: 0px; }

#gallerytitle A:hover, #gallerytitle A:active,
.pagenav A:hover, .pagenav A:active  {
	text-decoration: underline;
	color: #FF6600;
	background-color: #FFFCF4;
}

ul.ec3_events li.ec3_list_day {
padding-left:16px;
}

ul.ec3_events li.ec3_list_day span {
display:block;
font-weight:bold;
letter-spacing:1px;
padding-left:20px;
}

table.ec3_schedule {
float:right;
clear:both;
}

.widecol {
width:670px;
padding-left:20px;
}

.widepage {
width:670px;
padding-left:80px;
}

#superb-slideshow .widgetcontents { padding-left:10px; height:150px; margin-bottom:20px;}

div.pageflip_preview span.pageflip_popup_link a {display:block;font-weight:bold;margin-bottom:10px;}

.mu_register {font-family: Times New Roman, Times, Georgia, serif; padding:50px 0 0 35px; height:400px;}

.mu_register input#user_name, .mu_register input#user_email {width: 700px;}

.mu_register input.submit {width: 700px !important;}

#componentDiv {background-color:#F3F3F3;}

.widget_twitter li {
	    clear:both;
	}
	.widget_twitter li img {
	    float:left;
	    margin-right:.5em;
	}
	.widget_twitter li .clear {
	    clear:both;
	}
	
#tweetable .status-text {clear:both;display:block;}

#section-5 {margin-top:20px;}

p.linklove {display:none;}

#scrapaward {
background:none;
height:145px;
width: 153px;
position:fixed;
left:0;
top:10px;
}

p.am_login_links {
margin-bottom:0px;
}

.al2fb_like_button {
  margin: 15px 0 0;
}

#stimuli_lightbox{z-index:1300;}
#stimuli_hoverNav{z-index:1200;}

.al2fb_widget_picture {display:none;}

#lmpsocialicons {
background:none;
height:135px;
width: 75px;
position:fixed;
right:0;
top:40px;
}

UL.bookpreviewpage {font-size:1em;text-align:center;margin:auto;width:450px;}
.bookpreviewpage li {float:left;list-style:none;padding:0 10px 15px;}
.bookpreviewpage li a {display:block;color:#000;position:relative;text-decoration:none;border-bottom:1px solid #868585;background:#f4f0db;}
.bookpreviewpage li a:hover {border-bottom:1px solid #000;background:#fffbc1;}

table#pint_badge_uber_wrapper {margin-left:25px;}
#pint_badge_wrapper {border-color:#ccc !important; width:150px; background-color:#f4f4f4 !important;}

#author #wp-admin-bar-dashboard {display:none;}

.topbanner {margin:-30px 0 25px 10px;}
