/*
Theme Name: NT-Brown Cookie
Description: NT-Brown Cookie Theme for WordPress released by <a href="http://www.ibnjuferi.com">Critical Thoughts</a>.
Version: 1.0
Author: Critical Thoughts
Author URI: http://www.ibnjuferi.com
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #b24e21;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
    background: #efe5d8 url(images/header.jpg) repeat-x;
    color: #1d3555;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
    position: relative;
    margin-top: 40px;
}

#wrapper {
    margin-top: 20px;
}

#content {
	float: left;
	width: 640px;
}

#sidebar {
	float: right;
    width: 345px;
    background: url(images/sidebar-top.jpg) no-repeat;
    padding-top: 9px;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) top;
    height: 50px;
}

/************************/
/*     Header Design    */
/************************/
#headerimg {
    height: 100px;
    background: url(images/logo.jpg) no-repeat left;
    padding: 10px;
}

#headerimg a {
	color: #FFF;
}

.description {
    font-size: 12px;
}

/* Navigational bar */
ul#navi-bar {
	height: ;
	font-size: 12px;
    padding: 0 10px;
}

ul#navi-bar h2 {
	font-size: 120%;
}

ul#navi-bar li {
	margin: 0 5px;
	float: left;
    border: 1px solid #FFF;
    border-top: none;
    background: #EFE5D8;
}

ul#navi-bar ul {
	display: none;
}

#navi-bar a {
	display: block;
	padding: 5px 10px;
	color: ;
	background:;
}

#navi-bar a:hover {
	background: #42689A;
	color: #FFF;
}
/************************/
/*    Sidebar Design    */
/************************/
.sidebar {
    background: url(images/sidebar.jpg) repeat-y;
}

.sidebar-bottom {
    background: url(images/sidebar-bottom.jpg) no-repeat;
    height: 9px;
}

#sidebar ul {
	font-size: 12px;
    margin: 0 15px;
}

#sidebar ul h2 {
    font-size: 20px;
    color: #42689a;
    border-bottom: 1px dashed #42689a;
    margin-bottom: 3px;
}

#sidebar ul li {
    padding-bottom: 10px;
}

#sidebar ul ul {
    margin: 0;
}

#sidebar ul ul li {
    margin-bottom: 5px;
    padding:0;
    padding-left: 30px;
    background: url(images/menu-item) no-repeat left;
}

#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

/************************/
/*    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 ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
h2 a:hover, h2 a:visited, h2 a {

}

.post {
	font-size: 12px;
    width: 630px;
    background: url(images/post-top.jpg) no-repeat;
    padding-top: 9px;
}

.post-bottom {
    height: 13px;
    background: url(images/post-bottom.jpg) no-repeat;
}

.post-body {
    padding: 0 15px 1px 15px;
    background: url(images/post.jpg) repeat-y;
}

.altp {
    padding-top: 7px;
}

.post h2 {
    border-bottom: 1px dashed #42689a;
    margin-bottom: 5px;
}

.post .folder {
    background: url(images/folder.jpg) no-repeat;
    padding-left: 30px;
    padding-bottom: 1px;
    float: left;
    width: 75%;
}

.post .response {
    background: url(images/comments.jpg) no-repeat;
    padding-left: 30px;
    height: 20px;
    float: right
}

.post .posted {
    clear: both;
}

.post p {
}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
}

.postmetadata {
    line-height: 18px;
}

.postmetadata a {

}

.entrytext {
}

.entrytext .postmetadata {

}

p.alt {
    font-size: 12px;
    margin: 0;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 10px;
}

#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;
}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0 5px;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    background-color: #fffeef;
    border: 1px solid #b8afa2;
    padding: 8px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform {
    padding: 0px 10px;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    border: ;
    background-color: ;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 6px;
}

/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform #s {
    width: 80%;
    padding: 3px;
}

#searchsubmit {
    padding: 4px;
    width: 15%;
}

/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 80%;
    margin: auto;
    text-align: center;
}

#wp-calendar td {
	text-align: center;
    height: 20px;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {
    width: 100%;
    color: #B24E21;
}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 12px;
    padding: 10px;
}

#footer-meta a {
    color: #FFF;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}
