/*Theme Name: CHC theme
Theme URI: http://coloradohebrewchorale.org/
Description: CHC theme developed by dirtcircle.com and modded by
Ariel Benjamin with content borrowed from wp's default
Version: 0.7
Author: Ariel Benjamin
Theme Author URI: http://arielbenjamin.com
*/

/* Begin reset
   from http://meyerweb.com/eric/tools/css/reset/ 
*/

/* v1.0 | 20080212 */
/* removed table, */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,
blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em,
font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;     
}
table1 {
	border-collapse: collapse;
	border:3px solid black;
	empty-cells:show;
	}

*#col1{
	border: 3px solid black; 
}
/* end reset */

/* begin the regular css */
html {
	margin: 0;	padding: 0;
}
body {
 	font-family: Georgia, Palatino, Times New Roman, serif;
	line-height: 1.4;
	background: #dde4ec url('images/background.jpg') repeat-x;
	margin: 0;
 	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
h1, h2, h3 {
	font-family: Georgia,Palatino,Times New Roman,serif;
	font-weight: bold;
}
h1 {
	color:#363185;
	padding-top: 1em;
}
h2 {
	font-size: 1.6em;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	font-size: 1.6em;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	font-size: 1.3em;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
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;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
 	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
/*
a, h2 a:hover, h3 a:hover {
	color: #06c; 
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}*/  /* original CSS */

a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
p img {
	padding: 0;
	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;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
select {
	width: 130px;
}
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;
}
.hidden {
	display: none;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
#page {
	margin-left: auto;
	margin-right: auto;
	width: 43.7em;
	text-align: left;
}
#nav {
	margin-left: -2em;
	margin-right: -2em;
	margin-top: -.3em;
	margin-bottom: .2em;
}
#nav :link, :visited {
	text-decoration: none;
	color: #363185;
}
#nav li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-left: 3.5em;
}
#welcome {
	padding: 0.2em;
	color: #ffffff;
	background-color: #4d8ec8;
	/* margin-top: 30px; */ /* Vui's change */
}
#header {
	height: 290px;
}
#header-right {
	margin-right:0em;
	margin-left:inherit;
	margin-top:0em;
	float:right;
}
#header-left {
	margin-left:0em;
	margin-top:0em;
	float:left;
}
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.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;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#hebrewenglishtext {
	font-size: 14px;
	font-weight: bold;
	margin-left: 1.8em;
	float: left;
}
#englishtext {
	font-size: 14px;
	font-weight: bold;
	margin-left: 12.3em;
	margin-right: 12.3em;
	float: left;
}
#hebrewtext {
	font-size: 18px;
	margin-top: -0.25em;
	margin-bottom: 0.25em;
	margin-right: 0em;
	float: left;
}
#whoweare {
	font-size: 14.5px;
	margin-left: 1.7em;
	margin-right: 1.7em;
	padding-bottom: 0.3em;
}
#content {
	color: #363185;
	padding-left: 1.8em;
	padding-right: 1.7em;
	padding-top: 1em;
	background: #ffffff;
	border-left: solid .15em #bbbed1;
	border-right: solid .15em #bbbed1;
	min-height: 14em;
}
#content :link, :visited {
	color: #363185;
}
.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;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
#listenbox {
	font-weight: bold;
	margin-right: 1.5em;
	float: left;
	width: 224px;
        /* Vui's changes begin */
	/*min-height: 20em; */  
        /* border-right: solid 0.15em #bbbed1; */
        /* Vui's changes end */
}
#listenboxheader {
	margin-left: -0.2em;
	margin-bottom: .25em;
	font-weight: bold;
	color: #4a89cc;
	font-size: 16px;
	font-family: Georgia,Palatino,Times New Roman,serif;
}
#listenboxcontentlink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#listenboxcontent {
	font-size: 10px;
}
#listenboxcontentimg {
	margin-right: 0.5em;
	float: left;
	text-decoration: none;
}
#listenbuttonimg {
	background: URL('images/listen.png');
}
#spotlightbox {
	max-width: 415px;
/* Vui's changes begin */
        /*min-height: 20em; */
        /*margin-left: 12em; */
        padding-left: 10px;
        border-left: 0.15em solid #BBBED1;
        margin-left: 15em;
/*Vui's changes end */
}
#spotlightboxheader {
	max-width: 35em;
	margin-left: -0.2em; 
	margin-bottom: .25em;
	font-weight: bold;
	color: #4a89cc;
	font-size: 16px;
	font-family: Georgia,Palatino,Times New Roman,serif;
        padding-left: 6px;  /* Vui's change */
}
#spotlightboxcontent {
	max-width: 35em;
	font-size: 12px;
}
#spotlightboxcontent * {
	font-weight: bold;
	padding: 0.1em;
	color: #666666;
}
#donatebox {
	margin-top: 1em;
	font-size: 10px;
	color: #888888;
	float: left;
	width: 190px;
}
#donatebutton {
	margin-top: 2em;
}
#donatebuttonimg {
	background: url('images/donatebutton.png');
}
#supportbox {
	/* max-width: 18em; */
	margin-left: 1em;
	margin-top: 1em;
	font-size: 10px;
	color: #888888;
	/* float: right; */ 
         float: left;    /* Vui's change */
	width: 170px;
}
#supportbutton {
	margin-top: 2em;
}
#supportbuttonimg {
	background: url('images/supportbutton.png');
}

/* Vui's change */
#copyright
{
        float:right;
}

#footer {
	border-top: solid 8px #f0a832;
	font-size: 10px;
	color: #888888;
	text-align: center;
	width: 700px;
}
.pictureset {
	width: 200px;
	float: left;
	margin-right: 1em;
}
#footer {
	border-top: solid 8px #f0a832;
	font-size: 10px;
	color: #888888;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#picturelinks {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.pictures	{
	float: right;
	margin-left: 1em;
}
#resource-content {
	padding-top: 1em;
}
/* begin css from default */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#sidebar form {
	margin: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
 /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#respond:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
 	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* my attempt at fixing the table issue */
table.COStandards	{
	border-collapse:collapse;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	margin-top: 20px;
	margin-bottom: 20px;
	}
thead.COStandards th {
	font:bold 13px/18px Georgia,Palatino,Times New Roman,serif;
	padding:8px 16px 8px 8px;
	border-top: 5px solid black;
	border-left: 5px solid black;
	border-right:5px solid black;
	border-bottom:3px solid black;
	text-align: center;
}
thead.COStandards th.null {
	background:#fff;
	border-top: 0px;
	border-left: 0px;
	}
tbody.COStandards th {
	font:bold 12px/15px Georgia,Palatino,Times New Roman,serif;
	padding:8px;
	border-top: 5px solid black;
	border-left: 5px solid black;
	border-bottom:5px solid black;
	border-right:3px solid black;
	text-align: center;
}
tbody.COStandards td {
	font:normal 12px/15px Georgia,Palatino,Times New Roman,serif;
	padding:8px;
	border-right:3px solid black;
	border-bottom:3px solid black;
	text-align: center;
}
/* my attempt to fix the mission page */
#mission {
	margin-top: 10px;
	min-height: 232px;
	}
/* my attempt to fix the more link on the Home page */
#morelink {
	padding-left: 23px;
	}