/* main selectors */
body {
margin: 0;
padding: 0;
font: 12px/18px Arial, Helvetica, sans-serif;
color: #000;
background: #FFF;
min-width: 964px;
}
a {
color: #E12121;
text-decoration: none;
outline: none;
}
a:hover {
color: #EF496E;
text-decoration: none;
}
ul, ol {
margin: 0 0 0 20px;
padding: 0 0 14px 0;
}
ul {
list-style: none;
margin: 0;
}
div.body ul {
margin-left: 20px;
}
div.body ol {
margin-left: 40px;
}
div.body ul li {
padding-left: 20px;
background: url(http://www.loverly.com/images/site/bullet.gif) no-repeat 4px 4px;
}
dl {
margin: 0;
padding: 0;
}
dt {
margin: 0;
padding: 0;
}
dd {
margin: 0;
padding: 0 0 14px 0;
}
img {
border: none;
vertical-align: middle;
line-height: normal;
}
* html img {
vertical-align: baseline;
}
div.body img {
border: 1px solid #F8CAD0;
}
div.body a:hover img {
border-color: #FF0000;
}
.alignleft {
float: left;
margin: 0 10px 4px 0;
padding: 0 !important;
}
.alignright {
float: right;
margin: 0 0 4px 10px;
padding: 0 !important;
}
.aligncenter {
display: block;
margin: 0 auto 4px auto;
padding: 0 !important;
text-align: center;
}
p {
margin: 0;
padding: 0 0 14px 0;
}
blockquote {
width: 460px;
margin: 0 auto 14px auto;
background: #FCE4E7 url(http://www.loverly.com/images/site/blockquote-bottom.gif) no-repeat bottom left;
}
blockquote p {
padding: 7px 14px;
background-repeat: no-repeat;
}
blockquote p:first-child {
background-image: url(http://www.loverly.com/images/site/blockquote-top.gif);
}

/* headlines */
h2 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E12121;
}

h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

/* form elements */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input.text {
	margin: 0;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #FFBCCB;
	background: #FFEEF0 url(http://www.loverly.com/images/site/background-form.gif) repeat fixed top left;
	outline: none;
}

input.image {
	margin: 0;
	padding: 0;
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	vertical-align: middle;
}

input.checkbox {
	margin: 0 2px 0 0;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #FFBCCD;
	background: #FEEEEF;
}

textarea {
	margin: 0;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #FFBCCB;
	background: #FFEEF0 url(http://www.loverly.com/images/site/background-form.gif) repeat fixed top left;
	outline: none;
	overflow: auto;
}

/* main layouts and backgrounds */
div.layout {
	width: 964px;
	margin: 0 auto;
	position: relative;
}

div.layout:after,
div.article div.head:after,
div.article div.body:after,
div.article div.foot:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content-holder {
	margin-top: -17px;
	position: relative;
	z-index: 4;
}

#content {
	padding: 0 170px 0 160px;
	width: 634px;
	position: relative;
	overflow: hidden;
	float: left;
}

#content-primary {
	float: left;
	width: 594px;
	padding: 50px 20px 0 20px;
	margin-right: -634px; 
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

/* left sidebar */
#sidebar1 {
	float: left;
	width: 160px;
	padding-top: 50px;
	margin-left: -160px;
	position: relative;
}

/* right sidebar */
#sidebar2 {
	float: right;
	width: 170px;
	padding-top: 50px;
	margin-right: -170px;
	position: relative;
}

* html #sidebar2 {
	margin-left: -170px;
	border: none;
}


/* header section */
#header {
	background: url(http://www.loverly.com/images/site/background-header.gif) repeat-x;
	position: relative;
	z-index: 3;
}

#header div.bg {
	background: url(http://www.loverly.com/images/site/background-header2.gif) repeat-x bottom left;
}

#header div.layout {
	height: 206px;
}

/* logo section */
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	top: 15px;
	left: 12px;
	z-index: 5;
}

h1.logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 409px;
	height: 207px;
	background: url(./images/site/logo.png) no-repeat;
}

/* quick search form section */
div.quick-search {
	position: absolute;
	top: 0;
	right: 0;
}

div.quick-search fieldset {
	padding: 5px 0 0 13px;
	width: 352px;
	height: 35px;
	background: url(./images/site/background-search.png) no-repeat;
}

div.quick-search a.rss {
	float: left;
	margin-right: 7px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: #000 url(./images/site/icon-rss.gif) no-repeat;
}

div.quick-search input.text {
	border-color: #FFF;
	background: #F8C8CE;
	width: 230px;
	float: left;
	margin-right: 6px;
	padding: 3px 4px;
}

div.quick-search input.image {
	background-color: #000;
	width: 62px;
	height: 23px;
}

/* navigation section */
#header ul {
	position: absolute;
	top: 119px;
	right: 0px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	z-index: 8;
}

#header ul li {
	float: left;
	margin: 0 22px;
	display: inline;
	padding-bottom: 10px;
}

#header ul a {
	float: left;
	text-indent: -9999px;
	height: 30px;
	background-repeat: no-repeat;
}

#header ul a:hover,
#header ul li.active a {
	background-position: 0 -30px;
}

#header ul a.info {width: 28px;background-image: url(./images/site/navigation/info.gif);}
#header ul a.community {width: 87px;background-image: url(./images/site/navigation/community.gif);}
#header ul a.eyecandy {width: 75px;background-image: url(./images/site/navigation/eyecandy.gif);}
#header ul a.shop {width: 34px;background-image: url(./images/site/navigation/shop.gif);}
#header ul a.home {width: 37px;background-image: url(./images/site/navigation/home.gif);}

#header ul ul {
	display: none;
	font-size: 11px;
	text-transform: uppercase;
	width: 600px;
	text-align: right !important;
	font-weight: bold;
}

#header ul ul li {
	padding: 0 8px;
	float: none;
	display: inline;
	margin: 0;
}

#header ul li.active ul {
	display: block;
	right: 0;
	top: 40px;
}

#header ul ul a {
	text-indent: 0;
	color: #FFF;
	display: inline;
	float: none;
}

#header ul ul a:hover,
#header ul ul li.active a {
	color: #000;
}
/* footer section */
#footer {
	background: #E12121 url(./images/site/background-footer.gif) repeat-x;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	padding: 10px 0 30px 0;
	text-transform: uppercase;
	width: 100%;
}

#footer div.layout:after {
	display: none;
}

#footer a,
#footer span {
	color: #FFF;
}

#footer a:hover {
	color: #000;
}

#footer ul {
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	padding: 0 4px 0 12px;
	background: url(./images/site/bullet-footer.gif) no-repeat left;
}

#footer ul.info li {
	background: none;
}

#footer li:first-child {
	padding-left: 0;
	background: none;
}

#footer a.moxie {
	padding-left: 24px;
	background: url(./images/site/moxie.gif) no-repeat 0 2px;
}

/* content boxes section */

/* navigation section */
div.navigation {
	height: 17px;
	margin-top: -50px;
	padding-bottom: 33px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}

div.navigation .prev {float: left;}
div.navigation .next {float: right;}

div.navigation a {color: #FFF;}
div.navigation a:hover {color: #000;}

div.navigation .prev a {
	padding-left: 18px;
	margin-left: 4px;
	background: url(./images/site/bullet-navigation.gif) no-repeat left;
}

div.navigation .next a {
	padding-right: 18px;
	margin-right: 4px;
	background: url(./images/site/bullet-navigation.gif) no-repeat right;
}

/* article section */
div.article {
	margin-bottom: 50px;
}

div.article div.head,
div.article div.body,
div.article div.foot {
	height: 1%;
	padding: 0 4px;
}

/* article body section */
div.article div.body {
	position: relative;
	z-index: 4;
	padding: 0 4px 8px 4px;
}

/* article head section */
div.article div.head {
	border-bottom: 1px solid #000;
	position: relative;
	z-index: 5;
	margin-bottom: 14px;
}

div.article div.head h2 {
	width: 340px;
}

div.article div.head a.category {
	position: absolute;
	bottom: 0px;
	right: 12px;
	background: #000 url(./images/site/category-right.gif) no-repeat top right;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
        text-transform: lowercase;
	line-height: 28px;
	height: 28px;
	color: #F8C8CE;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

div.article div.head a.category span {
	float: left;
	background: url(./images/site/category-left.gif) no-repeat;
	padding-left: 22px;
	padding-right: 8px;
	cursor: pointer;
	height: 28px;
}

div.article div.head a.category img.icon {
	position: relative;
	height: 46px;
	margin: -10px 0 -8px;
	float: left;
}

/* article foot section */
div.article div.foot {
	border-top: 1px solid #000;
	line-height: 30px;
}

div.article div.foot ul.meta {
	padding: 0;
}

div.article div.foot ul.meta li {
	padding: 0 6px 0 18px;
	display: inline;
	background: url(./images/site/bullet.gif) no-repeat left;
}

div.article div.foot ul.meta li:first-child {
	padding-left: 0;
	background: none;
}

div.article div.foot p.comments {
	padding: 0;
	width: 140px;
	float: left;
}

div.article div.foot p.comments a {
	padding: 2px 0 2px 22px;
	background: url(./images/site/icon-comment.gif) no-repeat left;
}

div.article div.foot ul.bookmarks {
	float: left;
	padding: 0;
}

div.article div.foot ul.bookmarks li {
	float: left;
	padding-right: 8px;
}

div.article div.foot div.ratings {
	float: right;
}

div.article div.foot div.ratings strong {
	padding-right: 5px;
}

/* single section */
div.section {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

div.section h2 {
	font-size: 18px;
	font-weight: bold;
	color: #E12121;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 1px solid #000;
	margin-bottom: 14px;
}

/* widget section */
div.widget {
	margin-bottom: 30px;
	width: 100%;
}

div.widget strong.head {
	display: block;
	border-bottom: 1px solid #EF496E;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	margin-bottom: 8px;
}

div.widget ul {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 22px;
}

div.widget ul ul {
	margin-left: 12px;
}

div.widget ul ul a {color: #EF496E;}
div.widget ul ul a:hover {color: #E12121;}

#sidebar2 div.widget strong.head {
	text-align: right;
}

/* tags widget section */
div.widget-tags ul {
	margin: 0;
}

div.widget-tags ul li {
	display: inline;
}

/* categories widget */
div.widget-categories ul {
	font-weight: bold;
}

div.widget-categories ul ul {
	font-weight: normal;
}

/* sponsors widget */
div.widget-sponsors {
	margin-top: -14px;
	position: relative;
}

div.widget-sponsors strong {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	display: block;
}

div.widget-sponsors strong a {color: #DDDCDC;}
div.widget-sponsors strong a:hover {color: #E12121;}

div.widget-sponsors ul {
	margin: 0 0 -20px 0;
	width: 100%;
}

div.widget-sponsors ul li {
	margin: 0;
	padding-bottom: 20px;
}

/* subscribe widget section */
div.widget-subscribe {
	background: #E12121 url(./images/site/subscribe-bottom.gif) no-repeat bottom left;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	line-height: 13px;
}

div.widget-subscribe fieldset {
	background: url(./images/site/subscribe-top.gif) no-repeat;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	height: 1%;
}

div.widget-subscribe em.head {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 45px;
	background: url(./images/site/headline-subscribe.gif) no-repeat;
}

div.widget-subscribe p {
	padding-bottom: 4px;
}

div.widget-subscribe input.text {
	width: 130px;
	border-color:#FFF;
	font-size: 11px;
	background: #F8C8CE;
	margin-bottom: 8px;
	padding: 3px 4px;
}

div.widget-subscribe input.image {
	float: right;
	width: 62px;
	height: 23px;
	background: #000;
}

/* fancy widget section */
div.widget-fancy {
	background: #000 url(./images/site/fancy-bottom.gif) no-repeat bottom left;
	color: #EF496E;
	font-size: 11px;
	line-height: 14px;
}

div.widget-fancy a {color: #FFF;}
div.widget-fancy a:hover {
	color: #EF496E;
}

div.widget-fancy div.bg {
	height: 1%;
	background: url(./images/site/fancy-top.gif) no-repeat;
	padding: 20px 10px 7px 10px;
}

div.widget-fancy em.head {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 23px;
}

div.widget-fancy em.head a {
	display: block;
	width: 100%;
	height: 100%;
}

div.widget-fancy p {
	padding-bottom: 7px;
}

div.widget-fancy p.title {
	color: #FFF;
}

div.widget-fancy h3 {
	text-align: center;
}

/* gallery wigter section */
div.widget-gallery {
	font-size: 11px;
	line-height: 13px;
}

div.widget-gallery em.head {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 22px;
	background: url(./images/site/headline-gallery.gif) no-repeat;
}

div.widget-gallery p {
	padding-bottom: 4px;
}

div.widget-gallery ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

div.widget-gallery ul li {
	float: left;
	padding: 0 3px 3px 0;
}
/* comments section */
div.comment {
	margin: 0 0 14px 18px;
	width: 558px;
	background: #FBE3E6 url(./images/site/comment-bottom.gif) no-repeat bottom left;
}

div.comment-author {
	background-color: #E95959;
	background-image: url(./images/site/comment-author-bottom.gif);
}

div.comment div.inner {
	background: url(./images/site/comment-top.gif) no-repeat;
	padding: 0 18px;
}

div.comment-author div.inner {
	background-image: url(./images/site/comment-author-top.gif);
}

div.comment p {
	padding: 7px 0;
}

div.comment cite {
	font-style: italic;
	display: block;
}

div.comment cite strong {
	color: #E12121;
}

div.comment img.avatar {
	float: left;
	border: 1px solid #EF496E;
	margin: 0 8px 2px 0;
	position: relative;
}

/* comment form section */
div.comment-form .main {
	width: 236px;
	float: left;
	padding-left: 4px;
}

div.comment-form .sub {
	width: 324px;
	float: right;
	padding-right: 18px;
}

div.comment-form textarea {
	width: 314px;
	height: 286px;
	margin-bottom: 5px;
}

div.comment-form input.image {
	float: right;
	width: 62px;
	height: 23px;
	background-color: #000;
}
div.comment-form #contact_form textarea {
	width: 314px;
	height: 150px;
	margin-bottom: 5px;
}

div.comment-form input.text {
	width: 226px;
}

div.comment-form ul {
	margin: 0;
	padding: 0 0 6px 0;
}

div.comment-form p.note {
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 4px;
}

div.comment-form img {
	border: 1px solid #FFBDCB;
	margin-bottom: 6px;
}

/* gallery list section */
ul.gallery {
	margin: 0 !important;
	padding: 0 0 14px 0 !important;
	text-align: center;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.gallery li {
	float: left;
	padding: 0 7px 14px 7px !important;
	background: none !important;
}

p.gallery-navigation {
	margin-top: -10px;
}

p.gallery-navigation a {
	font-weight: bold;
}

ul.gallery img {
	border: none;
}

.gallery li span {
display: block;
width: 100px;
font-size: 12px;
color: #EF496E;
}
.gallery li p{
font-size: 11px;
text-align: left;
color: #000;
}

/* search section */
.resultHead{
text-transform: uppercase;
color: #EF496E;
font-weight: bold;
}
.defaultBold {
font-size: 12px;
font-weight: bold;
color: #000;
font-style: italic;
margin-bottom: 14px;
}
.resultRowOne{
background: #FBE3E6;
}
.resultRowTwo{
background:#FFEDF0;
}

.search{
background: #EF496E;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #fff;
padding: 10px;
margin: 10px;
}
.search legend{
font-size: 12px;
font-weight: bold;
color: #000;
font-style: italic;
margin:5px 0 0 0;
}

div.search input {
border-color: #FFF;
background: #F8C8CE;
margin: 0 0 10px 0;
padding: 4px;
}
.search select {
border-color: #FFF;
background: #F8C8CE;
margin: 0 0 2px 0;
padding: 2px;
}

div.search input.image {
background-color: #EF496E;
width: 62px;
height: 23px;
margin: 10px 0 0 0;
}


/*rating---------------------------------*/
.rating{
float: left;
width:100px;
height:19px;
margin-top: 2px;
padding:0;
clear:none;
list-style:none;
position:relative;
background: url(./images/site/stars-bg.png) no-repeat 0 0;
}
.star0 {background-position:0 0}
.star1 {background-position:0 -19px}
.star2 {background-position:0 -38px}
.star3 {background-position:0 -57px}
.star4 {background-position:0 -76px}
.star5 {background-position:0 -95px} 
ul.rating li {
cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
float:left;
/* end hide*/
text-indent:-999em;
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:18px;
height:19px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:18px;}
ul.rating li.three a {left:36px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
z-index:2;
width:100px;
height:19px;
overflow:hidden;
left:0;	
background: url(./images/site/stars-bg.png) no-repeat 0 0;
}
ul.rating li.one a:hover {background-position:0 -114px;}
ul.rating li.two a:hover {background-position:0 -133px;}
ul.rating li.three a:hover {background-position:0 -152px}
ul.rating li.four a:hover {background-position:0 -171px}
ul.rating li.five a:hover {background-position:0 -190px}