/*
Theme Name: Help One Child
Theme URI: http://helponechild.org/
Description: HOC theme based on the default WordPress theme </a>.
Version: 0.1
Author: Michael Heilemann and Julie Handel	
Author URI: http://askjulie.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	
	Heavily edited by Julie Handel http://www.askjulie.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

a { color: #50008f; font-style: normal; font-weight: bolder; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:hover  { color: #50008f; font-style: normal; font-weight: bolder; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

table { 	font-size: 1.05em;
 font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif }

.bold { font-weight: 700; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin:0px 0px 5px 0px;	}

h1 {
	font-size: 32px;
	line-height: 1em;
	color: #507282;
	}


h2, h2 a, h2 a:visited {
	font-size: 24px;
	color: #57387c;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 18px;
	}

 h3, h3 a, h3 a:visited {
	color: #9f2214;
	}
	
hr {
	border-width: 0px;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry p {
margin:0px 0px 10px 0px; }
	

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-right:2px;

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
	
	
#content {
	font-size: 1.2em;
	clear:both;
	}

#content3Col {
	font-size: 1.2em;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}


/* End Typography & Colors */



/* Begin Structure */

Body  { font-size: 12px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; background-image: url(images/HeaderBarPixelNew2.jpg); background-repeat: repeat-x; background-position: 0 0; border-width: 0; }

.TemplateBodySpace { padding-top: 0; padding-right: 10pt; padding-left: 10pt; border-top: 0 none; border-right: 0 none; border-left: 0 none  }


#container { width: 950px; margin: 0 auto; /* fix for centering div in firefox */
}
#topmenulogo { text-align: right; width: 200px; height: 24px; float: left; }
#topmenutabs { height: 24px; width: 599px; float: left;  padding-left: 150px; padding-top: 16px; }
#topmenuoptions {
	color: #495267;
	width: 699px;
	height: 20px;
	float: left;
	padding-top: 4px;
	padding-left: 250px;
}
#topmenuoptions a { color: #f4f4f4; font-size: 12px; }
#topmenuoptions a:hover { color: white; font-size: 12px; text-decoration: underline; }
#maincontent { width: 950px; clear: both; margin: 0 auto; padding-top: 10px; }
#footer { height: 24px; width: 950px; font: 12px Verdana, Arial, Helvetica, sans-serif; clear: both; padding-top: 10px; }

.narrowcolumn {
	float: right;
	padding: 20px 0 20px 45px;
	margin: 0px 0 0;
	width: 680px;
	}

.middlecolumn {
	margin-left: 270px;
	margin-right:270px;
	margin-left: 275px;
	margin-right:275px;
	/*width: 410px; */
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0px 0 0 0px;
	width: 950px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

/* End Structure */



/*	Begin Headers */
/*

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 0px ;
	}
/* End Headers */



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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; */
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	/* margin-left: 760px; */
	width: 250px;
	border-right-width: 2px;
	}

/*
#sidebar form {
	margin: 0;
	}

/* Gray Box 300px */
.bl250 {
	background: url(images/box/CornerBox_bl.gif) 0 100% no-repeat #e6e6e6;
	width: 245px
	margin: 0;

}
.br {background: url(images/box/CornerBox_br.gif) 100% 100% no-repeat}
.tl {background: url(images/box/CornerBox_tl.gif) 0 0 no-repeat}
.tr {background: url(images/box/CornerBox_tr.gif) 100% 0 no-repeat; padding:10px}
	
		
/* End Sidebar */

/* Begin Double Sidebars */

#wrapper {float:left;width:100%}
#middlecol {margin: 0 265px 0 265px}
#left {float:left;width:250px;margin-left:-255px}
#right {float:left;width:250px;margin-left:-950px}


/* End Double Sidebars */


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both;
	height: 0px;
	margin: 0px auto;
	padding: 0px;
	font-size: 0px;
}



