/*
Theme Name: Hypnosage
Description: 
Version: 1.5	
Author: Jason Moore
Author URI: http://xinsight.ca
*/

/*
colours:
purple1 - rgb(101,30,84)
purple2 - rgb(62,31,131)
sage-blue
sage-green
deep orange


*/

* { margin:0; padding:0; }

body 
{
	background-color: rgb(160,210,196);
	color: #000;
	font-family: georgia, "times new roman", serif;
	font-size: 12.5px;
	margin: 0;
	padding: 0;
/*  font-size: 0.76em;*/
}

p { line-height: 1.8em; margin: 0 0 1em 0; }

a:link {
/*  color: #459045;*/
  /*color: rgb(23,103,57);*/ /* dark green */
  /*color: rgb(150,48,74);*/ /* fuschia */
  color: rgb(0,112,0); /* green */
	text-decoration: none;
	border-bottom: none;
}

a:visited {
/*  color: #85b085;*/
  /*color: rgb(70,106,108);*/ /* lighter dark blue*/
  /*color: rgb(95,119,173);*/ /* lighter blue? */
  color: rgb(7,49,137); /* lighter blue? */
  text-decoration:none;
/*  border-bottom:none;*/
}


a:hover, a:active {
	text-decoration:none;
	border-bottom: 1px solid;
}

fieldset { border:none; }

code {
	background-color:#eee;
	border:1px solid #ccc;
	padding:5px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, Tahoma, Arial, Serif;
	font-weight:normal;
	line-height:1.6em;
}

h2, h3 { margin: 10px 0 0 0; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size:1.3em; }

ul {
	margin: 5px 10px 5px 4px;
	padding: 1em;
}

li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

#sidebar li.current_page_item {
/*  list-style: url('images/tinystar.gif') outside;*/
/*  list-style-type: circle; */
  color: #fff;
  list-style-type: disc; 
  }

#topul { margin-top: 0; padding-top: 0; }

img.alignleft { float: left; margin-right: 16px; }
img.alignright { float: right; margin-left: 16px; }

a img {
  border: none;
}

/*img.wp-smiley 
{
  border:none;
  padding:0;
  background:none;
}
*/
img.right 
{
	float: right;
	margin:10px 0 0 10px;	
}
img.left 
{
	float: left; 
	margin:0 10px 10px 0;
}

#wrap 
{
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	width:900px;
	margin:0 auto;
}



#header 
{
/*  background:url(images/top.gif) top repeat-x;*/
	height:145px;
	margin:0;
	padding:0;
	width:100%;
}
#logo 
{
	height:100px;
	width:900px;
	margin:0 auto;
}

#blogname 
{
	height:30px;
	padding-left:12px;
	padding-top:28px;
	text-align:left;
}

h1#blogname a 
{
	color:#ddd;
	font-size:1.3em;	
}
h1#blogname a:hover 
{
	color:#fff;	
	text-decoration:none;
	border:0;
}

.description 
{
	color:#CAE972;
	font-size:1em;
	padding-left:12px;
	text-align:left;
	margin:10px 0 0;
}

#content {
	float: left;
	width: 60%;
	margin: 0 20px 20px 48px;
	padding: 0;
}

#sidebar {
	float: right;
	width: 25%;
	margin: 5px 40px 20px 0;
	padding-left: 20px;
	border-left: #ddd 1px dashed;
	font-size: 90%;
}

#sidebar ul#feed li {
	list-style:none;
	margin:0;
	padding:5px 20px;
	background:url(images/feed-icon.png) no-repeat left ;
}

/* want the light/dark links in the sidebar and footer */
#sidebar a:link, #footer a:link { color: rgb(7,49,137); } /* dark blue */
#sidebar a:visited, #footer a:visited { color: rgb(95,119,173); } /* light blue */



#sidebar h2 {
	font-size: 18px;
/*  color: #459045;*/
	color: #459085;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 0 0 0;
}

#sidebar p {
	margin:10px 0;
}

#sidebar ul, #sidebar form {
	margin: 2px 0 0 10px;
  padding: 0 10px 5px 10px;
}

#sidebar ul ul ul {
	margin:2px 0;
	padding:0 0 0 10px;
}

#sidebar li.sidebox {
	margin: 0 0 2em 0;
	padding: 0;
	background-color: rgb(170,220,204);
	width: 220px;
}

#sidebar li.sidebox h2 { margin-left: 8px; }

#sidebar li {
	margin: 3px 0;
/*  padding-left: 2px;*/
	line-height:1.8em;
	list-style:none;
}

/*#sidebar ul li a { color: #516F86; }*/

#sidebar ul#topul { margin-top: 0; padding-top: 0; }

/* 'punchy' box */
div.punchbox {
  background: #fff url('images/bg13.gif') top left;
  padding: 6px;
/*  border: solid 1px #c8e7de;*/
/*  border: solid 1px #ccc;*/
}

/* ad in sidebar */
div.twigbox { 
  background: #fff url('images/twigs-220.gif') top left no-repeat;
  width: 220px;
  height: 293px;
}
div.twigbox p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}



#footer {
  background: #fff url(images/sky-bg3b.gif) top left repeat-x;
	clear: both;
/*  color: #aaa;*/
/*  color: rgb(101,30,84);*/
/*  color: rgb(62,31,131);*/
/*  color: rgb(67,167,183);*/ /*blue*/
  color: rgb(68,121,113);

}

#footer h2 { margin-top: 30px; margin-bottom: 0; }
#footer div.col ul { margin-top: 0; padding-top: 4px; }

#footer div.content { width: 1000px; padding-top: 45px; margin: 0px auto 0 auto; text-align: left; }
#footer div.col { width: 170px; float: left; }
#footer div.first { margin-left: 48px; }

div.clear { clear: left; } /* for giving height to an element with only floats! */


#toolbar { margin: 0; padding: 0; }
#toolbar li a { float: left; text-decoration: none; height: 60px; overflow: hidden; text-indent: -999em; margin: 0; color:#fff; }
#toolbar li { display: block; float: left; list-style-type: none; margin: 0; padding: 0; }
#toolbar li a:hover, #toolbar li a:active { border: none; outline: none; } /* remove dotted outline */
#toolbar li a.on { outline: none; } /* no dotted outline */

div.page { position: relative; z-index:10; width: 1000px; margin: 0px auto 0px auto;background-color: rgb(160,210,196); }
  
/*  levels - 143  223  303 */
div.head { float: left; color:#fff; text-indent: -999em; background: #fff url(images/all.jpg) 0 0; height: 143px;
  width: 1000px; margin: 0; overflow: hidden; }

li.about a { background: #fff url(images/all.jpg) 0 -143px; width: 142px; }  
li.about a:hover { background-position: 0 -303px; }
li.about a.on { background-position: 0 -223px; }

li.abouth a { background: #fff url(images/all.jpg) -143px -143px; width: 216px; }  
li.abouth a:hover { background-position: -143px -303px; }
li.abouth a.on { background-position: -143px -223px; }

li.private a { background: #fff url(images/all.jpg) -358px -143px; width: 205px; }  
li.private a:hover { background-position: -358px -303px; }
li.private a.on { background-position: -358px -223px; }

li.group a { background: #fff url(images/all.jpg) -564px -143px; width: 298px; }  
li.group a:hover { background-position: -564px -303px; }
li.group a.on { background-position: -564px -223px; }

li.contact a { background: #fff url(images/all.jpg) -861px -143px; width: 139px; }  
li.contact a:hover { background-position: -861px -303px; }
li.contact a.on { background-position: -861px -223px; }

#leftbg { width: 50%; position: absolute; top: 0; left: 0; height: 217px; background: #fff url(images/bg-left.gif) repeat-x; z-index: 1; }
#rightbg { width: 50%; position: absolute; top: 0; right: 0; height: 216px; background: #fff url(images/bg-left.gif) repeat-x; z-index: 1; }


h4.postcategory { text-transform: uppercase; font-size: 10px; }
h4.postcategory a { color: #459045; } /* green */




ol#commentlist {
	list-style:none;
	margin:5px 0;
	padding:0;
}

.commentname {
	color:#4b5ba2;
}

.commentname a {
	color: #333;
	text-decoration: underline;
}

.commenttext {
	margin: 5px 0 0 0;
	background: #e9e9e0;
/*  border-left: #ccc 3px double;*/
}

.alt .commenttext {
	background: #f9f9f9;
	border: #ccc 3px double;
}

* html .commenttext {
	height:90px;
	overflow:visible;
}

input.textbox {
	border: #ccc 1px solid;
	background: #fff;
	font: 1em Verdana, Arial, Serif;
	padding: 2px 5px;
	width: 150px;
}

input#submit { margin: 4px 0 4px 0; }

textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background: #fff;
	font: 1em Verdana, Arial, sans-serif;
}

textarea#cp_message { width: 400px; height: 60px; }

input.textbox:focus, textarea:focus {
	border:#999 1px solid;
}

.commentp {
	padding:20px 12px 10px 10px;
}

.commenttext p {
	margin:0 0 10px;
	padding:0;
}

#commentblock ol li {
	margin-bottom:30px;
}

#commentblock {
	margin-left:4px;
}

.gravatar {
	background:url(images/grav.png) no-repeat;
	display:inline;
	float:left;
	height:32px;
	width:32px;
	margin:20px 0 0 10px;
	padding:8px;
}

#commentsform p {
	margin-bottom:5px;
	margin-top:5px;
}

h3.entrytitle {
/*  color: #1e2546;*/
	color: rgb(50,76,129);
	font-size: 1.8em;
	margin: 0;
}

h3.entrytitle a { color: rgb(50,76,129); }
/*h3 a:link,h3 a:visited,h3 a:hover,h3 a:active { color:#1e2546; }*/

.entry {
	margin: 0 0 20px 0;
	padding: 0;
}

.entrybody { margin: 0.2 0 1em 0; padding: 0; }

.entrybody a:link,.entrybody a:visited {
	border-bottom: 1px dashed;
}

.entrybody a:active,.entrybody a:hover {
	border-bottom: 1px solid;
}

.entrymeta {
	margin: 0;
	padding: 0;
}

.entrymeta .comments {
	background:url(images/comments.gif) no-repeat left center;
	padding-left:15px;
}

h2.archives {
  font-size:1.7em;
	color:#fff;
	font-style:italic;
	margin-bottom:25px;
	text-align:center;
}

h2.archives span { 
	border-bottom: dotted 1px #fff;
}

.entrymeta-single {
	color:#333;
	margin-bottom:20px;
	margin-top:3px;
}

.entrybody ul,.entrybody ol {
	margin:10px 0 10px 30px;
}

.entry li {
	line-height:1.6em;
}

table {
  margin:10px;
}

td,th {
  padding:3px;
}

blockquote {
	color:#666;
	margin: 1em;
	padding: 0 78px 10px 40px; /* assuming body text is ~525px */
	background: url(images/blockquote2.gif) no-repeat left top;	
}

div.wisp1 {
/*  width: 82px;*/
width: 100%;
  height: 26px;
  background: transparent url(images/wisp1.gif) top center no-repeat;
  margin: 12px 0 4px 0;
}

div.leaf {
  height: 170px; /*64*/
  width: 73px;
  float: left;
  background: transparent url(images/leaf.gif) top left no-repeat;  
}

div.stars {
  height: 71px;
  width: 69px;
  float: left;
  background: transparent url(images/stars.gif) top left no-repeat;   
}

/* jm: navigation is obsolete? */

#navigation {
	clear:both;
	height:24px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	width:880px;
	font-size:1.1em;
}

#navigation a:link,
#navigation a:visited 
{
	background:#FFF url(images/active1.gif) left bottom no-repeat;
	color:#787878;
	height:24px;
	margin-right:2px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}

#navigation a:link,
#navigation a:link span,
#navigation a:visited,
#navigation a:visited span 
{
	cursor:hand;
	display:block;
	float:left;
	border:none;
}

#navigation li 
{
	line-height:23px;
	float:left;
	list-style:none;
	margin:0;
}

#navigation a:hover 
{
	background:url(images/active1.gif) left bottom no-repeat;
	color:#040;
	height:24px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}

#navigation .current_page_item a:link,
#navigation .current_page_item a:visited 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	line-height:24px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation .current_page_item a:hover 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

h3,#commentblock h2 {
font-size:140%;
}

#navigation a:link span,
#navigation a:visited span,
#navigation a:hover span 
{
	background:url(images/active2.gif) right bottom no-repeat;
	height:24px;
	padding-right:12px;
	border:none;
}

#navigation .current_page_item a:link span,
#navigation .current_page_item a:visited span,
#navigation .current_page_item a:hover span 
{
	background:url(images/current2.gif) right bottom no-repeat;
	height:27px;
	padding-right:15px;
	border:none;
}
