/*  
Theme Name: Lovers Corner
Theme URI: http://www.wpskins.org/
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
	 
	 	The CSS, XHTML and design is released under Attribution-ShareAlike 2.5 Licence if you wish to use it, please refer to the licence.txt file included. [ http://creativecommons.org/licenses/by-sa/2.5/ ]

*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background: #e0e0e0 url(images/background.jpg) repeat-y center top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 644px;
	margin: 0 auto;
}

#header {
    position: relative;
	background: url(images/header.png);
	height: 182px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
	padding: 5px 20px;
}

#content {
}

#footer {
	clear: both;
	padding: 5px 20px 10px 20px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
	padding-top: 40px;
	padding-left: 140px;
	color: #545454;
}

#headerimg a {
	color: #545454;
}

.description {
    font-size: 12px;
}

/* Navigational bar */
ul#navi-bar {
    padding: 4px 0;
    font-size: 11px;
	position: absolute;
	top: 149px;
	left : 50px;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
}
/*
ul#navi-bar li:first-child {
    margin-left: 0 !important;
}*/

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 10px;
    color: #FFF;
    background: url(images/nav-bullet.png) no-repeat left;
}

#navi-bar a:visited, #navi-bar a:hover {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

/************************/
/*    Content Design    */
/************************/
h2.title {
	background-color: #FFF;
	padding: 4px 3px;
	color: #aa0000;
}

h2.title a:hover, h2.title a:visited, h2.title a {
	color: #aa0000;
	font-size: 13px;
	font-weight: bold;
}

.post {
	margin: 10px 0 30px 0;
	font-size: 12px;
	border: 1px solid #474747;
	background: #FFFFFF url(images/post-footer.png) repeat-x bottom;
	padding: 15px;
}

.post .posted {
	font-size: 10px;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    margin: 5px 0;
    font-size: 11px;
	font-weight: bold;
	background-color: #5b5b5b;
	padding: 10px;
	margin-left: 280px;
}

.postmetadata a {
	color: #FFF;
}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 15px;
}

.navigation a {
	font-weight: bold;
}

#nav-above {
    margin-bottom: 2em;
}

#nav-below {
    margin-top: oem;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 10px;
	padding: 0 20px;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li .gravatar {
	float: left;
	width: 95px;
}

ol.commentlist li {
    margin-bottom: 1em;
	border: 1px solid #545454;
	padding: 10px;
	min-height: 80px !important;
	
	height: 100%;
	min-height: 100%;
	
	
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform {
	
	padding: 0 20px;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border-top: 4px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 5px 0;
	display: block;
}

h3#comments, h3#respond {
    font-size: 16px;
	font-weight: bold;
    margin: 4px 0 4px 0;
	padding: 0 20px;
}

#submit {
	background: transparent url(images/submit.jpg) no-repeat;
	padding: 3px;
	color: #FFF;
	border: none;
}
/************************/
/*     Search Design    */
/************************/
#searchform {

}

#searchform #s {

}

#searchform #searchsubmit {

}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 10px;
	text-align: center;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

/* ie6 hack */
html, body {
height: 100%;
min-height: 100%;
}