@charset "utf-8";
/* CSS Document */

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColHybLtHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	background-color:E0E5B3;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #652F89;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.container-green-white{
	background-image: url(../images/containerbkgrnd.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.container-green-gray{
	background-image: url(../images/containerbkgrnd.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#E4E4E4;
}

.container-green-mauve{
	background-image: url(../images/containerbkgrnd.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#CB67C1;
}


.twoColHybLtHdr #container h1{
	margin-top:0;
	clear: none;
}

.twoColHybLtHdr #header {
	padding:0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: #E5E5E5 1px solid;
	height:100px;
}

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* The following Header classes simply adjust the headers to my particular preference for a given project.*/

.twoColHybLtHdr h1 {
	font-size:140%;
	color:#CB678F;
	margin:0;
	text-align:left;
}

.twoColHybLtHdr h2 {
	font-size:130%;
	color:#CB678F;
	margin:0;
	text-align:left;
}

.twoColHybLtHdr h3 {
	font-size:120%;
	color:#CB678F;
	margin:0;
	text-align:left;
}

.twoColHybLtHdr h4 {
	font-size:100%;
	color:#CB678F;
	margin:0;
	text-align:left;
}

.twoColHybLtHdr #verse {
	padding:5px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: #666666 1px solid;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
}

/* Tips for sidebar1:
1. Since we are working hard units, it's best to use padding on the sidebar.
2. Since px units are used for the sidebar value, be aware that long text at large sizes can overrun the right margin.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 175px; /* since this element is floated, a width must be given */
	 /* NOT APPLICABLE in this layout --- background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further, overcome by using a graphic element aligned left in the #container. It can be placed in the CSS for permanance or in the template so it can be changed. */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h1, h2, h3, h4, p{
	padding: 0 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
}


.sidebar1div {
	margin-bottom:10px;
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div (unless you set the sidebar width with a hard unit such as pixels) and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 175px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. In this case it is also a hard unit and is equal to the width of the sidebar and the container bg img. */
	padding: 10px;
}


 
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#652F89 1px solid;
	text-align:center;
	color:#FFFFFF;
	font-size:80%;
	font-variant:small-caps;
}
 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	color:#CCCCCC;
}

#footer a:hover{
	color:#FFFF66;
}

.twoColHybLtHdr #textnav { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:#652F89 1px solid;
	padding:5px;
	text-align:center;
	font-size:90%;
	color:#FFFFFF;
}
 
#textnav a{
	color:#CCCCCC;
	text-decoration:none;
}

#textnav a:hover{
	color: #FFFF33;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* These are misc classes that I use repeatedly. It's just easier to assign a class rather than an inline style. */

.xsmall {
	font-size:x-small;
	width: 65%;
	margin: 0 auto;
}

.small {
	font-size:small;
}

.medium {
	font-size:medium;
}


 .onepxblack { 
 	border:#000 thin solid;
	margin:2px;
	cursor:pointer;
 }
