/*  
Theme Name: Openhand

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

*/


/* General settings */
body {
	font-size: 11pt;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	line-height: 14pt;
	background-color:  white;
	color: black;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
p {
	margin-top: 12pt;
	margin-bottom: 12pt;
}
	
ul {
	list-style: square;
}

li {
	margin-top: 12pt;
}

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

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

a:visited {
	color: black;
	text-decoration: none;
}
	
small {
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
	}

.nocomments, .postmetadata, blockquote, strike {
	color: black;
	}
	
.divider {
	margin-top: 22pt;
}


.center {
	text-align: center;
	}

hr {
	display: none;
	}

.alt {
	display: none;
	}

/* End General settings */

/* Begin General headings */

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

h2 {
	font-weight: bold;
	font-size: 16pt;
	margin: 0pt 0pt 11pt 0pt;
	line-height: 18pt;
	}

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

h2 a:hover {
	color: black;
	text-decoration: none;
	}
	
h2.pagetitle {
	font-size: 16pt;
	}

h3 {
	font-weight: bold;
	font-size: 14pt;
	color: black;
	line-height: 15pt;
	margin-bottom: 0pt;
	margin-top: 28pt;
	}
	
h3 a:hover {
	color: black;
	text-decoration: none;
	}

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

h4 {
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-top: 14pt;
	margin-bottom: 0px;
}
	
/* End General headings */	

/* Begin main structure */
	

#page {
	width: auto;	
	margin-top: 15mm;
	margin-left: 15mm;
	margin-right: 15mm;
	text-align: left;
	color: Black;
}


#content h2 {
	margin-top: 10mm;
	}
	
	
/* .entry p a:visited {
	color: #b85b5a;
	} */
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	}

.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;
	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;
	}
	
#headerimg {
	display: none;
}

#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;
	}
	

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


/* End Header */

	
/* Begins Sidebar */

#sidebar {
	display: none;
	}



/* End Sidebar */


/* Begin Footer */

#footer {
	display: none;
	}


/* 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;
}
