/*
Theme Name: lmai
Theme URI: http://lisa-marieart.com
Description: lmai's home theme Designed & Illustrated by Lisa Marie, coded by Paul Robinson.
Version: 1.0
Author: Paul & Lisa Marie Robinson
Author URI: http://lisa-marieart.com
*/

/* CSS RESET Thanks to Eric Meyers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div { behavior: url(/IEpngFix/iepngfix.htc) }


/* remember to define focus styles! */
:focus {
	outline: 0;
}
img.alignright {
	float:right;
	margin:0 0 10px 10px;
}
img.alignleft {
        float:left;
        margin:0 10px 10px 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
ol {
	list-style-type:lower-alpha;
	list-style-position:inside;
	padding:0 20px;
	font-size:11px;
	margin:0 0 25px;
}

ol li {
	margin:0 0 10px;	
}

a.more-link {
	display:block;
	margin:10px 0;
	font-weight:bold;
	font-family: georgia, "Times New Roman", Times, serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
/* END CSS RESET */

/* HTML TAG RULES */
html, body {
	background: url(images/layout/bg.jpg) top center no-repeat #6F3B48;
	margin: 0;
	padding: 1px 0 0 0;
	font-family: verdana, arial, helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #882745;
}
a:hover {
	text-decoration: underline;
}
/* END HTML TAG RULES */
/* LAYOUT RULES */
#top {
	width: 940px;
	margin: 0 auto;
}
#top #synd {
	width: 100px;
	margin: 49px 0 0 auto;
}
#container {
	background: url(images/layout/bodyBottom.jpg) bottom left no-repeat #FFF;
	width: 940px;
	margin: 5px auto 0 auto;
	padding: 0 0 32px 0;
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}
	#header {
		position: relative;
		background: url(images/layout/penguinHeader.jpg) top left no-repeat #FFF;
		width: 940px;
		height: 325px;
	}
	#header1 {
		position: relative;
		background: url(images/layout/catHeader.jpg) top left no-repeat #FFF;
		width: 940px;
		height: 325px;
	}
		#nav {
			position: absolute;
			bottom: 0;
			background: #58637B;
			width: 908px;
			height: 36px;
			margin: 0 0 0 16px;
			font-family: georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			text-transform: uppercase;
		}
		#nav ul {
			margin: 0 auto;
		}
		#nav ul li {
			display: inline;
		}
		#nav ul li a {
			padding: 12px 20px 12px 20px;
			text-decoration: none;
			color: #FFF;
		}
		#nav ul li a:hover {
			background: #000;
		}
		#nav ul li.current_page_item {
			background: #000;
		}
		#nav ul li ul {
			background: #000;
			padding: 10px 20px 20px 15px;
			text-transform: capitalize;
			font-size:11px;
		}
		#nav ul li ul li {
			margin: 5px 0 5px 0;
		}
		#nav ul li ul li a {
			padding: 7px 5px 7px 7px;
			color: #FFF;
		}
		#nav ul li ul li a:hover {
			background: #308581;
		}
		#nav .sf-menu li:hover ul, #nav .sf-menu li.sfHover ul {
			left: 0;
			top: 3em;
			z-index: 99;
		}
		#nav ul li.sfHover a {
			background:#000;	
		}
	#body {
		background:  url(images/layout/bodybg.jpg) top right repeat-y transparent;
		width: 906px;
		min-height: 800px;
		margin: 0 16px 0 16px;
		padding: 0;
		border: 1px solid #DBDBD5;
	}
		#body #left {
			float: left;
			width: 552px;
		}
		#body #right {
			float: right;
			width: 354px;
		}
	#bodyPage {
		background:  url(images/layout/bodybgPage.jpg) top right repeat-y transparent;
		width: 906px;
		min-height: 800px;
		margin: 0 16px 0 16px;
		padding: 0;
		border: 1px solid #DBDBD5;
	}
		#bodyPage #left {
			float: left;
			width: 651px;
		}
		#bodyPage #right {
			float: right;
			width: 253px;
		}
	#bodyPortfolio {
		background:  #ffffff;
		width: 906px;
		min-height: 800px;
		margin: 0 16px 0 16px;
		padding: 0;
		border: 1px solid #DBDBD5;
	}
		#bodyPortfolio #left {
			padding:55px 35px 0 30px;
		}
/* END LAYOUT RULES */

/* SIDEBAR RULES */
	.sideBox {
		background: #ECECEC;
		width: 304px;
		padding: 25px;
		border-bottom: 1px solid #DBDBD5;
		color: #52524C;
	}
	.sideBox2 {
		width: 203px;
		padding: 25px;
		color: #52524C;
	}
	.sideBoxAlt {
		width: 304px;
		padding: 25px;
		border-bottom: 1px solid #DBDBD5;
		color: #52524C;
	}
	.sideAd {
		height: 250px;
	}
	.search form {
		padding: 0;
		margin: 0;
	}
	.search #s {
		width: 265px;
		height: 26px;
		margin: 0;
		padding: 0 10px 0 0;
		border: 1px solid #DBDBD5;
		text-align: right;
		font-family: georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #8C94A3;
	}
	.search #submit {
		width: 17px;
		height: 28px;
		margin: 0;
		padding: 0;
		vertical-align: bottom;
	}
	.categories h3, .pages h3 {
		margin: 0 0 18px 0;
		font-family: georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		text-transform: uppercase;
		color: #868686;
	}
	.categories ul, .pages ul {
		line-height: 25px;
		font-size: 11px;
		color: #4B3F26;
	}	
	.categories ul li, .pages ul li {
		padding: 0;
		border-top: 1px solid #C7C7C4;
	}
	.categories ul li:last-child, .pages ul li:last-child {
		border-bottom: 1px solid #C7C7C4;
	}
	.categories ul li a, .pages ul li a {
		background: url(images/layout/listArrow.gif) 12px 52% no-repeat;
		display: block;
		padding: 2px 0 0 25px;
		width: auto;
		height: 28px;
		color: #A09F95;
	}
	.categories ul li a:hover, .pages ul li a:hover {
		background: url(images/layout/listArrow.gif) 12px 52% no-repeat #E8E5E7;
		color: #655E5E;
	}
	.ad125 {
		float: left;
		margin: 10px 10px 10px 15px;
		border: 1px solid #8F8F80;
	}
	.tweets {
		background: url(images/layout/tweetbird.jpg) 85% 92% no-repeat transparent;
		padding-bottom: 60px;
		line-height: 24px;
		font-size: 11px;
		color: #737373;
	}
	.tweets p {
		border-top:1px dashed #CCCCCC;
		margin:0 0 10px;
		padding:15px 20px 10px 25px;
	}
	.tweets .follower-count {
		padding: 0 5px 0 25px;
	}
	.tweets .profile-link a {
		padding: 0 0 0 5px;
		border-left: 1px solid #737373;
	}
	.tweets .profile-link, .tweets .follower-count {
		float: left;
	}
	.tweets a {
		color: #2788AD;
	}
/* END SIDEBAR RULES */


/* STYLE RULES */
.post {
	padding: 55px 30px 55px 35px;
	border-bottom: 1px solid #DBDBD5;
	color: #52524C;
}
.page {
	border: none;
}
.post .date {
	margin: 0 0 15px 0;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9c9c9c;
}
.post .cat, .prevNext {
	margin: 0 0 20px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #858585;
}
.post .cat a, .prevNext a {
	text-decoration: none;
	color: #882745;
}
.post .cat a:hover, .prevNext a:hover {
	text-decoration: underline;
}
.post .content p {
	line-height: 21px;
	font-size: 11px;
}
.post .like {
	margin: 0 0 14px 0;
}
.post .postAd {
	margin: 0 0 30px 0;
}
.post .tags {
	background: url(images/layout/tag.jpg) top left no-repeat;
	padding: 5px 0 8px 60px;
	font-size: 11px;
}
.post .tags span {
	display: block;
	margin: 0 0 5px 0;
	font-family: georgia, "Times New Roman", Times, serif;
	color: #414344;
}
.post h1 {
	margin: 0 0 18px 0;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #414344;
}
	.post h1 a {
		color:#414344;	
	}
	.post h1 a:hover {
		color:#882745;	
	}
.post h2 {
	margin: 0 0 20px 0;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #414344;
}
.post h3 {
	margin: 0 0 20px 0;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #414344;
}
.post blockquote {
	background: url(images/layout/blockquote.jpg) no-repeat top left;
	padding: 19px 50px 9px 40px;
	margin: 0 0 0 15px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #888888;
}
	.post blockquote p {
		margin:0;	
	}
.post img, .postImage img {
	background: #DBDAD4;
	padding: 3px;
}
.post img.nostyle, img.wp-smiley {
	background: none;
	padding: 0px;
}
.post p {
	margin: 0 0 25px 0;
}
	.post p.customer {
		text-align:right;
		padding:0 60px 0 0;
	}
.post p br {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	height:1px;
}

.post .post-thumb {
	float:left;
	width:160px;
	margin-right:18px;
}

.related {
	padding: 55px 35px 55px 35px;
	border-bottom: 1px solid #DBDBD5;
	color: #52524C;
}
.share {
	background: #F4F5F8;
	border: 1px solid #D7D8D9;
	width: 420px;
	margin: 35px 0 0 0;
	padding: 25px 25px 25px 25px;
	
}
.share ul {

}
.related .share ul li {
	background: none;
	display: inline;
	color: #8A8F91;
	padding: 0;
}
.related .share ul li a {
	padding: 5px 0 15px 30px;
	margin: 0 15px 0 0;
	color: #8A8F91;
}
.related .share ul li.twitter a {
	background: url(images/layout/twitterShare.jpg) top left no-repeat;
}
.related .share ul li.stumble a {
	background: url(images/layout/stumbleShare.jpg) top left no-repeat;
}
.related .share ul li.delicious a {
	background: url(images/layout/deliciousShare.jpg) top left no-repeat;
}
.related .share ul li.facebook a {
	background: url(images/layout/facebookShare.jpg) top left no-repeat;
}
.share h2 {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	color: #414344;
}
.related ul {
	line-height: 25px;
	font-size: 11px;
	color: #4B3F26;
}	
.related ul li {
	background: url(images/layout/listArrow.gif) 2px 52% no-repeat;
	padding: 0 0 0 15px;
}
.related h2 {
	margin: 0 0 25px 0;
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 12px;
	color: #4B3F26;
}
.related a {
	color: #4B3F26;
}
.related a:hover {
	text-decoration: underline;
}
.post-comments {
	padding: 55px 35px 55px 35px;
	border-bottom: 1px solid #DBDBD5;
	color: #52524C;
}
.post-comments span {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	color: #878787
}
.post-comments h2  {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 18px;
	color: #414344;
}
#respond.post-comments {
	padding-bottom: 90px;
	border-bottom: none;
}
#respond.post-comments h2 {
	margin: 0 0 10px 0;
	font-size: 11px;
	text-transform: uppercase;
}
#respond.post-comments input {
	background: #FFFFFF;
	margin: 0 5px 10px 0;
	width: 167px;
	height: 20px;
	border: 1px solid #BBBBBB;
}
#respond.post-comments div.submit input {
	background: #FFFFFF;
	width: 80px;
	height: 30px;
	border: 1px solid #BBBBBB;
	text-align: center;
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	color: #391C20;
	cursor:pointer;
}
#respond.post-comments div.submit input:hover {
	background: #391C20;
	color:#FFFFFF;
}
#respond.post-comments textarea {
	background: #FFFFFF;
	margin: 0 5px 10px 0;
	width: 410px;
	height: 180px;
	border: 1px solid #BBBBBB;
}
#respond.post-comments label {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 10px;
}
#cancel-comment-reply {
	font-size: 10px;
	padding: 5px 0 10px 0;
}
.post-comments h2  a {
	color: #414344;
}
.post-comments ol {
	margin: 0 0 0 10px;
        list-style-type:none;
}
.post-comments ol li {
	width: 420px;
	margin: 30px 0 0 0;
	padding: 0 0 28px 0;
	border-bottom: 1px solid #C7C7C4;
}
.post-comments ol li ul.children li {
	background: #E4DBD9;
	width: 310px;
	margin: 30px 0 0 68px;
	padding: 10px 20px 28px 8px;
}
.post-comments ol li ul.children li .commentInfo{
	width: 240px;
}
.post-comments ol li .gravatar {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #C7C7C4;
}
.post-comments ol li .commentInfo {
	float: left;
	width: 350px;
}
.post-comments ol li .commentInfo  .date {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	color: #7E7E7E;
}
.post-comments ol li .commentInfo  .name {
	font-family: georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	margin: 0 0 3px 0;
}
.post-comments ol li .commentInfo .commentText {
	margin: 10px 0 0 0;
	line-height: 21px;
	font-size: 11px;
	color: #52524C;
}
.post-comments ol li .commentInfo .reply {
	margin: 10px 5px 0 0;
	text-align: right;
}
/* END STYLE RULES */

/* FOOTER RULES */
#footer {
	width: 940px;
	margin: 0 auto 50px auto;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3A181A
}
#footer ul li {
	line-height: 22px;
}
#footer a {
	color: #D3AAAD;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer #footerIllu {
	position: relative;
	background: url(images/layout/footerIllu.jpg) no-repeat top left transparent;
	width: 940px;
	height: 315px;
}
#footerIllu .info {
	position: absolute;
	top: 90px;
	left: 45px;
}
#footerIllu .connect {
	position: absolute;
	top: 85px;
	left: 190px;
}
#footerIllu .heart {
	position: absolute;
	top: 90px;
	left: 450px;
}
#footerInfo {
	padding-top: 20px;
	border-top: 1px solid #3A181A;
	line-height: 19px;
}
#footerInfo a {
	color: #280D0F;
}
#footerInfo a:hover {
	color: #280D0F;
	text-decoration: underline;
}
#footerInfo a.easterEgg {
	color: #3A181A;
}
#footerInfo a:hover.easterEgg {
	color: #3A181A;
	text-decoration: none;
}
#footerInfo .left {
	float: left;
}
#footerInfo .right {
	float: right;
}
/* END FOOTER RULES */

/* TWITTER-STREAM RULES */
.twitter-date {
	font-size:10px;
}
.twitter-stream {
        padding-bottom:50px;
}
/* END TWITTER-STREAM RULES */

/* OTHER RULES */
.table {
	display: table;
	margin: 0 auto;
	width:570px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}
.clr {
	clear: both;
}
/* END OTHER RULES */

/* PORTFOLIO RULES */

.nobotborder {
	border:none;	
}
.portfoliopush {
	margin:0 0 0 25px;	
}
.floatLeft {
	float:left;
}
.prevNext {
	float:right;
	margin-right:35px;
}
.artinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:21px;
	padding:0 0 30px 0;
}
	.artinfo span {
		display:block;
	}

	
.buyinfo {
	font-size:11px;
	margin:40px 0 0 0;
}
	.buyinfo h4 {
		text-transform:uppercase;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		margin-bottom:35px;
	}
	.buyinfo .stores {
		padding:0 0 10px 0;
		height:auto;
	}
		.buyinfo .stores span {
			float:left;
			width:210px;
		}
		.buyinfo .stores span.buy {
			margin-right:15px;
			padding:4px 0 0 0;
			width:53px;
		}
			.buyinfo .stores .buy a {
				display:block;
				width:53px;
				height:14px;
				text-indent:-9999px;
				background:url(images/layout/buy-on.jpg) no-repeat transparent;
				background-position:0 0;
			}
			.buyinfo .stores .buy a:hover {
				background-position:0 -14px;
			}

#gallery-nav {
	margin:6px 0 0 0;
}
#gallery-nav li {
	float:left;	
}
#gallery-nav li a {
	text-indent:-9999px;
	display:block;
	width:11px;
	height:11px;
	float:left;
	background:url(images/layout/gallery-spot.jpg) 0 0 no-repeat #ffffff;
	margin-right:5px;
}
	#gallery-nav li a:hover {background:url(images/layout/gallery-spot.jpg) 0 -11px no-repeat #ffffff}
	#gallery-nav li.current a {
		background:url(images/layout/gallery-spot.jpg) 0 -11px no-repeat #ffffff;	
	}

#gridContainer .grid {
	width:270px;
	margin:0 5px 20px 5px;
	float:left;
}
#gridContainer .grid h1 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	font-size:13px;	
	margin:8px 0 0 0;
}
.catcrumbs {
	width:800px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	color:#888;
	margin:0 auto 35px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	#left .catcrumbs a {
		color:#888;
	}
	#left .catcrumbs a:hover {
		color:#888;
		text-decoration:underline;
		color:#414344;
	}
	#left .catcrumbs a.current_page_item {
		color:#414344;
	}


.archiveTitle {
	padding: 20px 30px 20px 35px;
	border-bottom: 1px solid #DBDBD5;
	color: #52524C;
	font-size:0.8em;
}
/* END PORTFOLIO RULES */

/*=== PageNavi. ===*/
.wp-pagenavi {
	clear: both;
	position:relative;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 25px 0 40px 0;
	width: 540px;
	text-align: center;
	color: #6A5051;
	height:100px;
}

#bodyPortfolio .wp-pagenavi {
	clear: both;
	position:relative;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 25px 0 40px 0;
	width: 840px;
	text-align: center;
	color: #6A5051;
	height:100px;
}


#left .wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi span {
	color: #5A4142;
	background: #ffffff;
	margin-left: 5px;
	padding: 5px 7px;
	text-decoration: none;
	border:0;
}

#left .wp-pagenavi a:hover {
	color: #000000;
	background:url(images/layout/pagenavi-highlight.jpg) 1px 6px no-repeat #ffffff;
	border:0;
}

.wp-pagenavi .current {
	color: #FFFFFF;
	background:url(images/layout/pagenavi-spot.jpg) 1px 6px no-repeat #ffffff;
	text-decoration:none;
}
.wp-pagenavi .extend {
	display:none;
}
.wp-pagenavi .pages {
	border:0 none;
	color:#6A5051;
	font-size:14px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	top:40px;
	width:100px;
	left:215px;
}
#bodyPortfolio .wp-pagenavi .pages {
	border:0 none;
	color:#6A5051;
	font-size:14px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	top:40px;
	width:100px;
	left:365px;
}
