/*
Theme Name: _JaguarWisdom
Version: 1

*/

/* Global properties
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

body {
	margin: 35px auto 0;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background: #DED5BA url(images/bg.jpg) repeat center top;
}

*:first-child+html body {background: #DED5BA url(images/bg.jpg) repeat center -8px;}

* html body {background: #DED5BA url(images/bg.jpg) repeat center -8px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
h1 { font-size: 1.5em; line-height: 1.6em; margin-bottom: 10px; }
h2 { font-size: 1em; line-height: 1.4em; margin-bottom: 7px;  }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #000; }

a {
	color: #69010E;
	text-decoration: none;
}
a:hover {
	color: #69010E;
	text-decoration: none;
}

a:focus {
	color: #D8BD9F;
}
a:active {
  color: #000;
}

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Arial, Helvetica, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header {
	width: 800px;
	height: 230px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center;
	position: relative;
	background-color: #3A0203;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}


/* Wrapper
-------------------------------------------------------------------*/
#wrapper {
	width: 800px;
	background-color: #D9BE9F;
	overflow: hidden;
	background: url(images/bg-wrapper.jpg) repeat-y;
	margin: 0 auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}



/* Navigation
-------------------------------------------------------------------*/
#nav {
	padding-top: 198px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 235px;
	color: #F2D5B1;
	width: 570px;
}

#nav a {
	color: #FDE5BF;
	font-weight: bold;
	text-decoration: none;
}

#nav a:link {
	color: #FDE5BF;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #fde5bf;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

#nav a:focus {
	color: #980112;
}



/* Content
-------------------------------------------------------------------*/
#content {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 540px;
	padding: 28px 20px 15px 15px;
}
#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h3 a {
	text-decoration: none;
	font-size: 20px;
	padding-bottom: 20px;
}
#content .post-list li { list-style: none; }

#content .post .post-info {
	clear: both;
	font-size: 10px;
	color: #660000;
	padding: 0px 5px 5px;
	margin-bottom: 20px;
	text-align: right;
	background: no-repeat center top;
	font-style: italic;
}
#content .post .post-info a {
	color: #660000;
	text-decoration:none;
}
#content .post .post-info a:hover {
	color: #660000;
	text-decoration:none;
}

#content #pages { text-align: center; }
#content #pages a {
	font: bold 20px Verdana, Arial, Sans-Serif;
	color: #323131;
	text-decoration: none;
}
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 145px;
	padding: 20px 28px 20px 28px;
}

#sidebar h3 {
	font: normal 15px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #3E221E;
	background: url(images/sidetitle_bg.gif) no-repeat;
	padding-left: 23px;
}

#sidebar a {
	color: #660000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #660000;
}

#sidebar .block {
	width: 191px;
	padding: 15px;
	overflow: hidden;
	color: #502D1A;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover {
	color: #462409;
}

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s {
	width: 110px;
	height: 26px;
	padding: 3px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	font: normal 12px/0 "Trebuchet MS", Verdana, Helvetica, sans-serif;
	vertical-align: top;
	color: #482A26;
	background: url(images/search_bg.jpg) no-repeat;
	
}
#search #searchsubmit {
	width: 26px;
	height: 26px;
	text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
	color: #48221E;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title {
	text-align: center;
	font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #2C100F;
}
#comments .comment {
	background: #BC9061;
	margin-bottom: 10px;
	overflow: hidden;
	width: 540px;
	padding-bottom: 5px;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content {
	float: left;
	padding: 10px 15px 10px 25px;
	margin: 5px 5px 5px 10px;
	width: 480px;
	background: #D8BD9F;
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info {
	font-size: 11px;
	color: #70462D;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding-right: 10px;
	margin-bottom: 5px;
}
#comments .comment .comment-info a {
	color: #4B2613;
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	background: #BC9061;
	border: 1px solid #371401;
	padding: 10px;
	color: #46302B;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea {
	width: 510px;
	border: 1px solid #371401;
	height: 120px;
	background: #ECE0D1;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer {
	width: 898px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	color: #512B18;
}

#footer-inner {
	clear: both;
	text-align: center;
	width: 898px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a {
	color: #6A010F;
}






