/*

Theme Name: Incense

Theme URI: http://www.dubbahdesign.com/

Version: 1.0

Description: Starting with the code by Viktor Persson, http://arcsin.se, this widgetized design can be used for homework assignment sites or journalkeepers.

Author: Robyn M. Smith.

Author URI: http://www.dubbahdesign.com

*/


/* standard elements */

html {min-height: 101%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}

a:hover {color: #06C;}

a img {border: none;}

body {
	background: #fff ;
	color: #222;
	font: normal 80% Tahoma,sans-serif;
		}

p,code,ul, ol {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.5em sans-serif;}

h2 {font: bold 1.2em sans-serif;}

h3 {font: normal 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 5px; color: #993333; margin-bottom: 4px;}

code {
	background: #fff;
	border: 1px solid #eee;
	border-left: 6px solid #ccc;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

.capbox {
  float: left;
	width: 1em;
	font-size: 400%;
	line-height: 1em;
	font-weight: bold;
	color:#ffffff;
	font-family: serif;
	font-style : normal;
	background-color: #3366ff;
	padding : 1.5px;
	text-align : center;
	border: 1px solid #000000;
	margin-right : 1.5px;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 28px;
	font-style: italic;
	}

/* misc */

.clearer {clear: both; font-size: 0;}

.left {float: left; }

.right {float: right;}

/* structure */

.container {
	font-size: 1em;
	margin: 0 auto;
	width: 780px;
}

/* header & title */

.header {
	background: #fff url('img/creative-smoke-R.jpg') no-repeat;
	height: 194px;
	text-align: left;
	width: 780px;
	}

.header .title {
	color: #993333;
	padding-top: 38px;
	padding-left: 15px;
}

.header .title .sitename a {
	color: #993333;
	font: italic bold 2.5em serif;
	padding-bottom: 2px;
	text-decoration: none;
	}

.header .title a:hover {color: #cc9900;}

.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path is the pages navigation bar across top. it's in a container div for styling */

.path {
  height: 14px;
	color: #669966;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	padding: 2px 2px 0px 2px;
	margin-top: 2px;
	text-align: left;
}

.path li,.path ul {display: inline; line-height: 1.85em}

.path a {
	color: #669966;
	text-decoration: none;
	padding-left: 5px;
	margin-left: 15px;
}

.path a:hover {
text-decoration: underline;
}

#categories {color: #990000; font: 1em Verdana,sans-serif; font-weight: normal;
}

/* main */

.main { background: url('img/main_bg.jpg') repeat-y;
	padding-top: 0px;
  padding-right: 12px;
  padding-left: 0;
  margin-top: 4px;

}

/*theme switcher box*/

select {width: 165px;}
select option {width: 165px;}
/* content */

.content {
	float: right;
	width: 545px;
	line-height: 1.5em;
}

.content .descr {
	color: #990033;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	line-height: 1.25em;
	list-style: circle ;
	margin-left: 28px;
}
.content ol li {
line-height: 1.25em;
margin-left: 35px;
list-style-type: decimal;

}

.content p {font-family: Verdana, sans-serif; line-height: 1.5em;}

/* navigation is the sidebar*/

#sidebar { width: 190px; margin-top: 120px;}

.navigation {
	float: left;
	width: 190px;
	padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background: url('img/tea2.jpg') top no-repeat;
}

.navigation h1 {
	color: #cc9900;
	font: bold 1em Tahoma,sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0 0 5px 5px;
}

.navigation h2 {
	color: #cc9933;
	font: 1em Tahoma,sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0 2px 12px;
	font-weight: bold;
}

.navigation h3 {
  color: #000099;
	font: bold 1em Tahoma,sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 5px;
} 

.navigation ul {
	padding: 0;
	margin: 0;
}

.navigation li { margin: 0; padding: 0;}

.navigation li a {
	font-size: 1em;
	color: #000;
	display: block;
	padding: 2px 0 6px 2%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover { text-decoration: underline;
 }

/* footer */

.footer {
	color: #000;
	font: normal .85em sans-serif;
	height: 45px;
  border-top: 1px solid #dfdfdf; padding: 4px;
}
.footer p { }

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {text-decoration: underline;}

.footer .left { margin: 5px 0px 0px 30px;}
.footer .right {margin: 5px 30px 0px 0px;}

/* posts */

.post h1 a {
	border-bottom: 1px dashed #cc9900;
	color: #cc9900;
	text-decoration: none;
}

.post h1 a:hover {
	color: #993333;
}

.post {margin: 6px 0 2px;}

.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post .descr { color: #999; padding-left: 25px;
}
.post .descr a { color: #999;}
.post .descr a:hover {color: #000;}
.post img {
	border: 2px solid #DDD;
	margin: 4px;
}

.post a img {border: 2px solid #DDD;}

.post a:hover img {border-color: #CCC;}

.postform { width: 150px;}
.info a {text-decoration: none;}

.info a:hover {text-decoration: underline;}

/* comments*/

.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}

.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}

#commentform {
	margin: 1em 0;
	background: #fff;
	width: 360px;
}

.commentmetadata {padding: 2px 0 4px;}

.commentmetadata a {
	color: #444;
	text-decoration: none;
}

.commentmetadata a:hover {text-decoration: underline;}

.graybox a {
font-weight: normal; color: #444;
}
.graybox a:hover {
font-weight: normal; color: #993333;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1em;
	background: #fff;
	border: 1px solid #993333;
	padding: 2px;

}

.styled:hover {
	background: #fff;
	border: 1px solid #feb712;

}

.styled:focus {
	background: #fff;
	border: 1px solid #feb712;
}

#respond { color: #993333;}
#commentform input {margin-bottom: 3px;}

/* calendar */

#wp-calendar {color:#444;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {

  border-bottom-color:#000;
  color:#aaa;

}
.navigation table th {border-bottom-color:#000;}

.navigation table td#today {

  border-color:#000;
  color:#990000;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#fff;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar

--------------------------------------------------*/

#wp-calendar {
  display:block;
  border-collapse:collapse;
  width:170px;
  margin:0px 1px 0 1px;
  text-align:center;
}
#calender_wrap { width: 180px;}

.navigation table caption {

  margin: -5px 2px 0 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 175px; 
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  font-size: .9em;
  font-weight: bold;
  border: 1px solid #cc9933;
}

.navigation table td a {
  display: block;
  font-weight: bold;
  font-size: .9em;
  color: #993333;
}

.navigation table tfoot {border-top:1px solid;}

.navigation table tfoot a {
  border: none;
  font-weight: bold;
  color: #444;
}

.navigation table tfoot #prev a {text-align:left;}

.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.breadcrumb {float: left; padding-top: 2px; padding-right: 0; padding-bottom: 5px; padding-left: 25px;}

/* Print Styles */

@media print {

.container {display: block; background: #fff; border: none;}

.header {display:none}

.content {display:block; width: 100%; margin-left: 0; }

.comments {display:none}

.path {display:none}

.navigation {display:none}

#sidebar {display:none}

#commentform {display:none}

.footer {display:none}

}
