/*
Theme Name: Ash to Dust
Theme URI: http://www.vctechnetwork.com
Description: Ash to Dust Theme for WordPress released by <a href="http://www.ittaqullah.org">Ittaqullah</a>.
Version: 1.0
Author: Ittaqullah
Author URI: http://www.ittaqullah.org
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #8b856e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Trebuchet MS", sans-serif;
    background-color: #a09a81;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p {
    margin: 5px 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 750px;
	margin: 10px auto;
    background-color: #f5eed3;
}

#header {
    height: 120px;
    background: url(images/header.png) no-repeat;
}

#wrapper {
    margin: 10px;
}

#content {
	float: left;
	width: 550px;
    padding-right: 10px;
    border-right: 1px dotted #6D6852;
}

#sidebar {
	float: right;
    width: 160px;
}

#footer {
	clear: both;
    background: #f5eed3 url(images/footer.png) no-repeat bottom;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding: 15px 20px;
}

#headerimg h1 {
	font-size: 32px;
}

#headerimg a {
	color: #FFF;
}

.description {

}

.top-navigation {
    margin: 10px 10px 0 10px;
    padding: 0 5px;
    background-color: #908a73;
}

.top-navigation ul {
    font-size: 12px;
}

.top-navigation ul li {
    display: inline;
}

.top-navigation ul ul  {
    display: none;
}

.top-navigation a {
    border-top: none;
    padding: 0 10px;
    color: #fff;
}

.top-navigation a:hover, .current_page_item {
    background-color: #B7B3A4;
    color: #6D6852;
}

.top-navigation a:visited {

}

/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 11px;
}

#sidebar ul h2 {
    font-size: 11px;
    background: url(images/heading.png);
    padding-left: 20px;
    margin-bottom: 3px;
    height: 15px;
    color: #FFF;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
    padding-left: 5px;

}

#sidebar ul ul li {
    margin-bottom: 2px;
    padding-left: 12px;
    background: url(images/dot.png) no-repeat left;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #605C63;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

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 a:hover, h2 a:visited, h2 a {
    font-size: 18px;
    color: #6E5251;
}

.post {
    margin-bottom: 10px;
    font-size: 11px;
}

.posted {
    padding-left: 18px;
    background: url(images/calendar.png) no-repeat left;
    line-height: 16px;
}

span.author {
    padding-left: 18px;
    background: url(images/user.png) no-repeat left;
}

span.responses {
    padding-left: 18px;
    background: url(images/comment.png) no-repeat left;
}

.post p {
}

.post a {

}

.post ul {

}

.post li {

}

.entry, .entrytext {
    margin: 0 5px;
}

.entrytext {
    border-bottom: 1px solid #6d6852;
}


p.alt {
    font-size: 12px;
}

.read-more {
    padding-right: 18px;
    background: url(images/more.png) no-repeat right;
    font-size: 14px;
    font-weight: bold;
}

.postmetadata {
    font-size: 12px;
}

.navigation {
    height: 1em;
    font-size: 12px;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {
    font-size: 18px;
}

cite {

}

a img {

}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 11px;
	padding: 0;
	list-style-type: none;
}

ol.commentlist li {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #6d6852;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 3px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: ;
}

small.commentmetadata {

}

h3#comments, h3#respond {
    font-size: 16px;
    margin: 8px 0;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {
    width: 70%;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}
#wp-calendar th {

}

#wp-calendar a {
    font-weight: bold;
    color: #FFF;
    display: block;
    background: url(images/date.png) no-repeat center;
}

#prev a, #next a {
    background: none;
    color: #000;
}

#wp-calendar caption {

}

/************************/
/*     Other Design     */
/************************/
#footer p {
	margin: 0 10px;
    padding: 5px 0;
    font-size: 11px;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
