/*  
Theme Name: Modern Living
Theme URI: http://www.wpskins.org/
Description:  Modern interior Living concept. Bright green and greys make an interesting contrast to produce this modern theme.
Author: Free Wordpress Themes
Author URI: http://www.wpskins.org/
Tags: 2 column, modern, clean, green, furniture
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	color: #8cea36;
	text-decoration: none;
    font-weight: bold;
}

body {
    font-family: Verdana, Arial, sans-serif;
    background-color: #1c1c1c;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 768px;
	margin: 0 auto;
}

#header {
    background: url(images/header.jpg);
    height: 512px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: url(images/wrapper.jpg) repeat-y;
    padding: 0 14px;
}

#content {
	float: right;
	width: 500px;
    margin-top: -20px;
}

#sidebar {
	float: left;
    width: 239px;
    background: url(images/sidebar.jpg) repeat-y;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) no-repeat;
    height: 127px
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding-top: 428px;
    padding-left: 30px;
}

#headerimg a {
	color: #000;
}

.description {
    font-size: 11px;
    font-weight: bold;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 10px;
    padding: 0 20px;
    margin-top: -20px;
}

#sidebar ul h2 {
    font-size: 12px;
	margin: 0 0 4px 0;
    font-weight: bold;
    color: #000;
    border-bottom: 4px solid #b5b5b5;
    padding-bottom: 2px;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    padding: 0;
    margin: 0;
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    font-weight: bold;
    color: #000;

}
#sidebar a:hover {
    padding-left: 10px;
    background: url(images/bullet.png) no-repeat left;
    color: #07b400;
}

#sidebar a:visited {

}

.sidebar-bottom {
    height: 72px;
    background: url(images/sidebar-bottom.jpg);
}

/************************/
/*    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    */
/************************/
.post {
    margin: 10px 0;
	font-size: 11px;
	line-height: 14px;
    color: #FFF;
    background: url(images/post.jpg) repeat-y;
}

.post-title {
    height: 37px;
    background: url(images/title.jpg) no-repeat;
}

.post .page-title {
    float: none;
    padding: 20px 20px 10px 20px;
    background: url(images/title.jpg) no-repeat;
    font-size: 11px;
    font-weight: bold;
	color: #8cea36;
}

.post h2 {
	line-height: normal;
    padding: 15px 0 0 20px;
    float: left;
    font-size: 11px;
}

.post h2 a:hover, h2 a:visited, h2 a {
}

.post .posted {
	font-size: 11px;
	line-height: normal;
    float: right;
    padding: 15px 20px 0 0 ;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    padding: 0 20px;
    background: url(images/post-footer.jpg) no-repeat left bottom;
    padding-bottom: 20px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {
    padding: 0 10px;
    color: #FFF;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 5px;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    border: 1px solid #747474;
    padding: 20px;
    min-height: 70px;
    height:auto !important;
    height: 70px;
}

ol.commentlist li.alt {

}

ol.commentlist a {
    color: #07b400;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: 0;
    border-top: 3px solid #8d8d8d;
    border-left: 2px solid #8d8d8d;
    background-color: #a0a0a0;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 15px 0 4px 0;
}

#submit {
    background: url(images/submit.png) no-repeat;
    padding: 5px 5px;
    text-align: center;
    border: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
    width: 116px;
}

.gravatar {
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
}

/************************/
/*     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;
    padding: 10px 20px;
    color: #787878;
}

#footer-meta a {
    font-weight: normal;
    color: #787878;
}

#footer-meta a:hover {
    text-decoration: underline;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

.ad1 {
    text-align: center;
}
