/*
Theme Name: Embelm
Theme URI: http://www.vctechnetwork.com
Description: Embelm Theme released by <a href="http://www.directorypro.biz">Business Directory</a>.
Version: 1.0
Author: Business Directory
Author URI: http://www.directorypro.biz


/*-----------Block Level Elements--------------*/
* {
    margin: 0;
    padding: 0;
}

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

a:hover{
    color: #bb3c24;
    text-decoration: underline;
}

body {
    background-color: #fff;
    font-family: Arial, sans-serif;
}

#page {
	width: 800px;
	margin: 0 auto;
    padding: 0;
	border-left:#000 solid 20px;
	border-right:#000 solid 20px;
    
}

#header {
    height: 176px;
    margin: 0 10px;
    background: url(images/logo.jpg) no-repeat;
}

#headerimg {
    padding-left: 190px;
    padding-top: 30px;
    color: #FFF;
}

#headerimg a {
    color: #FFF;
}

.description {
    font-size: 16px;
}

#wrapper {
    margin: 10px;
}

#content {
	float: left;
	width: 570px;
}

#sidebar {
	width: 200px;
	float: right;
    background: #fff;
    padding-top: 25px;
}

#footer {
    height: 313px;
	background: url(images/footer.png);
	clear: both;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
    color: #663300;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {
    font-size: 20px;
}

.post {
    margin-bottom: 10px;
}

.post .heading {
    height: 50px;
    padding-left: 70px;
    padding-top: 10px;
    background: url(images/heading.png) no-repeat left;
    color: #663300;
    font-weight: bold;
}

.post p {
    margin-bottom: 5px;
}

.post a {

}

.post ul, .post ol {
    padding-left: 20px;
}

.post li {

}

.entry {
    font-size: 13px;
	width:500px;
}

.entrytext .postmetadata {

}

.postmetadata {
    font-size: 13px;
    font-weight: bold;
}

.postmetadata a {
    font-weight: normal;
}

.navigation {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.center {

}

.pagetitle {

}

blockquote {
    font-style: italic;
    background: url(images/quote.png) no-repeat top left;
    padding-left: 30px;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
    list-style-type: none;
    font-size: 12px;
    background: #fff;
    padding-bottom: 25px;
}

#sidebar ul h2 {
    padding: 0 15px;
    color: #000;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    background: none;
    padding: 0 20px;
}

#sidebar ul ul li {
    margin: 0;
    line-height: 16px;
}

#sidebar ul ul ul {
    padding: 0;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {
    list-style-type: none;
    font-size: 14px;
}

ol.commentlist li cite.author, ol.commentlist li cite.author a {
    font-style: normal;
    font-weight: bold;
}

ol.commentlist li {
    margin-bottom: 10px;
}


ol.commentlist li p {
    font-size: 12px;
    padding: 0 10px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

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

#author, #email, #url, textarea#comment {
    border: 1px solid #8A0000;
    padding: 2px;
}

textarea#comment {
    width: 100%;
}
/*--------------Search Form-------------*/

#searchform {
    padding: 0 10px;
}

#searchform input {

}

#searchform #s {
    width: 65%;
}


/*-------------Footer-----------------*/
#footer ul {
    padding: 20px 10px;
    font-size: 12px;
}

#footer ul h2 {
    color: #ffcc00;
}

#footer ul li{
    float: left;
    display: inline;
    width: 33%;
}

#footer ul ul {
    padding: 0;
}

#footer ul ul li{
    float: none;
    display: block;
    width: 100%;
    line-height: 18px;
}

#footer  a {
    color: #FFF;
}

#footer p {
    clear: both;
    padding-top: 40px;
    text-align: center;
    color: #FFF;
}

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