/*
Theme Name: Lova
Theme URI: http://lovadesign.com
Description: Theme for the Lova site
Version: 1.0
Author: Stephan Lough
Author URI: http://loughcreative.com
*/

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* 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 */
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;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End captions */

html, body {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;

    font: 11px Georgia, Serif;
    line-height: 1em;
}
#content {
    font-size: 10px;
}
img {
    border: 0;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #999;
}

p {
    margin: 0;
    padding: 0.5em 0 0.5em;
    xpadding: 0;
}

#site-container {
    position: relative;
    width: 503px;
    margin: 0 auto;
    text-align: left;
}

#header-container {
    border-bottom: 13px solid #fff;
    padding-bottom: 11px;
}

#header {
    position: relative;
    height: 110px;
}

#header .logo {
    position: absolute;
    left: 0;
    bottom: 0;
}
#header .title {
    position: absolute;
    right: 0;
    bottom: 0;
}

#content-container {
    padding: 3px 0;
    border-bottom: 13px solid #fff;
}
#content {
    position: relative;
    min-height: 503px;
    _height: 503px;
}

#footer-container {
    padding: 11px 0;
}
#footer {
    min-height: 50px;
    _height: 50px;
}
#footer .left {
    float: left;
}
#footer .right {
    float: right;
}

#collection {
    position: relative;
    width: 100%;
    height: 503px;
    overflow: hidden;
}
#collection .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
#collection .slide.current {
    display: block;
}
#collection .pane {
    position: absolute;
    width: 250px;
    height: 250px;
    background: #000 url(images/throbber.gif) no-repeat center center;
}
#collection .I {
    position: absolute;
    width: 250px;
    height: 250px;
}
#collection .pane.A {
    right: 0;
}
#collection .pane.B {
    right: 0;
    bottom: 0;
}
#collection .pane.C {
    bottom: 0;
}
#collection .pane.maximized {
    z-index: 10;
}
#collection .pane img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#collection .pane img.large {
    z-index: 5;
    display: none;
}
#collection .pane.maximized img.large {
    display: block;
}

.navigation {
    position: absolute;
    bottom: -15px;
    _bottom: -17px;
    width: 100%;
    height: 15px;
    left: 0;
}
.navigation a {
    color: #000;
}
.navigation .previous {
    position: absolute;
    bottom: 0;
    left: 7px;
}
.navigation .pager {
    position: absolute;
    bottom: 1px;
    left: 25px;
    color: #000;
    display: none;
    font-size: 11px;
    word-spacing: 0.2em;
}
.navigation .pager a {
}
.navigation .pager a.active {
    color: #999;
}
.navigation .next {
    position: absolute;
    bottom: 0;
    right: 7px;
}

.lookbook-wrapper {
    text-align: center;
}

#post-2 p {
    padding: 0;
}
#post-date {
    padding-top: 20px;
}
