/*  
Theme Name: Openhand

Version: 1
Author: Ernie Westlund
Author URI: http://www.colibridesign.com/

*/


/* Begin General settings */
body {
	font-size: small;
	font-family: Verdana, Sans-Serif;
	font-weight: normal;
	line-height: 125%;
	background-color: #ebecbb;
	color: #333;
	padding-bottom: 20px;
	padding-top: 5px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 0px;
}
	
ul {
	list-style: square;
}

li {
	margin-top: 2px;
}

a {
		color: #06c;
		text-decoration:	none;
}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
p a:hover {
	text-decoration: underline;
}

a:visited {
	color: #06c;
	text-decoration: none;
}
	
small {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #777;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.divider {
	margin-top: 20px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.alt {
	/*background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	display: none;
	}

/* End General settings */

/* Begin General headings */

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: black;
	}

h2 {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 140%;
	color: black;
	margin: 0px 0 1px;
	line-height: 125%;
	}

h2 a, h2 a:visited {
	text-decoration: none;
	color: black;
	}

h2 a:hover {
	color: black;
	text-decoration: none;
	}
	
h2.pagetitle {
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	}

h3 {
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 110%;
	color: #333;
	line-height: 115%;
	margin-bottom: 0px;
	margin-top: 20px;
	}
	
h3 a:hover {
	color: black;
	text-decoration: none;
	}

h3 a, h3 a:visited {
	text-decoration: none;
	color: black;
	}

h4 {
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	color: black;
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 0px;
}

h4 a:hover {
	color: black;
	text-decoration: none;
	}

h4 a, h4 a:visited {
	text-decoration: none;
	color: black;
	}
	
/* End General headings */	

/* Begin main structure */

#page {
	width: 760px;
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
	background-color: #f9f9f9;
	border: 1px solid #a0a0a0;
	text-align: left;
	color: Black;
}


#content h2 {
	margin-top: 30px;
	}

	
.narrowcolumn {
	padding: 20px 20px 20px 40px;
	margin: 0 0 0 0;
	width: 450px;
	height: auto;
	float: right;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
/* .entry p a:visited {
	color: #b85b5a;
	} */
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}
	
.post-archive {
	border-top: 1px solid Black;
}



.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End main structure*/

/* Begin Header */	

#header {
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#headertxt 	{
	background-color:  transparent
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	text-align: center;
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
	width: 760px;
	}
	
#headertxt h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px; 
	font-size: small;
	font-weight: bold;
}

#headertxt h1 a{
	color: black;
	text-decoration: none;
}


/* End Header */

	
/* Begins Sidebar */

#sidebar {
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	width: 200px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Verdana, Sans-Serif;
	border-right-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px; 
	border-bottom-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
}

#sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 0 0 0;
	}
	
#sidebar h2.top {
	margin-left: 15px;
}

#sidebar h3 {
	margin-top: 15px;
}	

#sidebar ul {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0 0 0 0;
	list-style: none;
	list-style-image: none;
	}
	
#sidebar li {
	margin-top: 5;
	padding: 0 0 0 0;
	font-size: 100%;
}	

#sidebar ul ul ul{
	display: none;
}

#sidebar a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 0;
	margin-top: 5px;
	color: #06c;
	/* width: 150px; */
	}
	

#sidebar a:hover {
	text-decoration: underline;
	}

/* #sidebar li.linkcat h2 {
	display: none;
} */

#sidebar h5 {
	/* display: none; */
}

#sidebar .children {
	margin-left: 10px;
}
	

/* End Sidebar */


/* Begin Footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #a0a0a0;
	color: Black;
	background-color:  #f9f9f9;
	}

#footer p {
	margin: 3px;
	text-align: center;
	font-size: 80%;
	color: Black;
	}

#footer a {
	color: #06c;
	text-decoration: none;
}

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

/* .footer {
	display: inline;
	font-size: 80%;
	color: Black;
}

.footer li {
	list-style: none;
	display: inline;
	color: Black;
} 
*/

/* End Footer */
	
/* Begin Images */

/* img {
	padding: 10px 10px 10px 10px;
} */

p img {
	padding: 10px 10px 10px 10px;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
a img {
	border: none;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Temporary */
small {
	display: none;
}

