/*
Theme Name: PSJC Custom Theme
Theme URI: http://psjc.org/
Description: Custom PSJC theme designed and built by April Hodge Silver.
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/

/* HTML ELEMENTS - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	padding: 0;
	margin: 0;
	background: #ededed url('images/bg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #333;
	font-size: 12px;
}

a, a:visited {
	color: #b98552;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clr {
	clear: both;
	height: 0px;
}


/* POSITIONING - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* HEADER - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
	background: url('images/header.gif') no-repeat;
}

#header h1, #header .description {
	display: none;
}

#header #homelink {
	float: left;
	display: block;
	width: 300px;
	height: 97px;
	margin-left: 100px;
	text-indent: -2900px;
}

/* tools nav */

.toolsnav ul {
	margin: 0;
	padding: 10px 0 0 0;
	width: 950px;
	text-align: right;
}

.toolsnav li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	display: inline;
}

.toolsnav a, .toolsnav a:visited {
	color: #fff;
	font-size: 10px;
}

.toolsnav ul ul {
	display: none;
}

/* main navigation */

#navbar {
	margin-top: 105px;
	margin-left: 242px;
	width: 750px;
	height: 35px;
	overflow: hidden;
}

#menu-main-navigation, #menu-main-navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 35px;
}

#menu-main-navigation a {
	display: block;
	padding: 9px 10px 8px 10px;
	font-size: 18px;
}

#menu-main-navigation a:hover, 
#menu-main-navigation .current_page_ancestor a,
#menu-main-navigation .current_page_ancestor a:hover,
#menu-main-navigation .current_page_item a,
#menu-main-navigation .current_page_item a:hover {
	background: #d7d7d7;
	color: #555555;
	text-decoration: none;
}

#menu-main-navigation li { /* all list items */
	float: left;
	margin-right: 10px;
}

#menu-main-navigation li ul { /* second-level lists */
	position: absolute;
	height: auto;
	background: #d7d7d7;
	width: 210px;
	padding: 0 0 5px 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu-main-navigation li ul a {
	padding: 5px;
	font-size: 14px;
	width: 190px;
	color: #555555;
}

#menu-main-navigation li ul a:hover {
	text-decoration: underline;
}

#menu-main-navigation li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#menu-main-navigation li:hover ul ul, #menu-main-navigation li:hover ul ul ul, #menu-main-navigation li.sfhover ul ul, #menu-main-navigation li.sfhover ul ul ul {
	left: -999em;
}

#menu-main-navigation li:hover ul, #menu-main-navigation li li:hover ul, #menu-main-navigation li li li:hover ul, #menu-main-navigation li.sfhover ul, #menu-main-navigation li li.sfhover ul, #menu-main-navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* BLOG - - - - - - - - - - - - - - - - - - - - - - - - - - */

.post, .item {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

.post h3 {
	margin-top: 0;
}

.post .post_date {
	font-size: 85%;
	color: #666;
}

.single .post {
	border: none;
	margin-top: 20px;
}

/* CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content {
	background-color: #fff;
}

#main {
	width: 950px;
}

#maincol {
	width: 700px;
	float: right;
	font-size: 14px;
	line-height: 18px;
}

#maincol h2 {
	color: #428cce;
	font-weight: normal;
	font-size: 24px;
}

/* SIDEBAR - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	width: 175px;
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
}

#sidebar .sectiontitle ul, #sidebar .sectiontitle li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .sectiontitle a {
	display: block;
	margin: 0;
	color: #b8b8b8;
	font-size: 18px;
	font-weight: normal;
	padding: 25px 0 3px 25px;
	background: #f7f7f7;
	border-bottom: 1px solid #d7d7d7;
	text-decoration: none;
}

#sidebar #subnav {
	list-style: none;
	font-size: 16px;
	margin: 10px 0 0 25px;
	padding: 0;
}

#sidebar #subnav li {
	margin-bottom: 8px;
}

#sidebar #subnav .current_page_item a {
	text-decoration: underline;
}

#sidebar #subnav .current_page_item ul a {
	text-decoration: none;
}

#sidebar #subnav li ul {
	margin: 0;
	padding: 5px 0 0 15px;
}

#sidebar #subnav li li {
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}

#sidebar .widget {
	background: #f7f7f7;
	border-top: 1px solid #d7d7d7;
	margin-top: 30px;
	padding: 15px;
	font-size: 10px;
}

#sidebar .widget h3 {
	color: #428cce;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
}

#sidebar .widget ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#home #info .widget #hebcal h3, #home #info .widget #hebcal .copyright {
	display: none;
}

/* FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	border-top: 1px solid #b98552;
	padding: 20px 0 30px 0;
	color: #6e6e6e;
	line-height: 18px;
}

#footer a, #footer a:visited {
	color: #838383;
}

#footer div {
	float: left;
}

#footer .left {
	width: 223px;
	text-align: right;
}

#footer .middle {
	width: 500px;
	margin-left: 20px;
}

#footer .right {
	width: 210px;
	text-align: right;
}

#footer .middle ul {
	margin: 0;
	padding: 0;
}

#footer .middle ul li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline;
	font-size: 16px;
}

#footer .middle div {
	float: none;
}

#footer .middle ul ul {
	display: none;
}


#footer #searchform {
	background: url('images/search.gif') no-repeat right;
}

#footer #searchsubmit {
	border: none;
	text-indent: -2900px;
	background: none;
	width: 20px;
}

#footer #s {
	border: none;
	background: no-repeat;
	width: 130px;
	height: 22px;
	color: #666;
	padding-left: 5px;
}


/* WORDPRESS-OUTPUTTED STYLES - - - - - - - - - - - - - - - - - - - - - - - - - - */

.screen-reader-text {
	display: none;
}


#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 18px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* HOME - - - - - - - - - - - - - - - - - - - - - - - - - - */

#home {
	width: 840px;
	float: right;
}

#home #intro {
	font-size: 18px;
	line-height: 22px;
}

#home #info {
	border-top: 1px solid #ccc;
}

#home #left {
	width: 520px;
	float: left;
	padding-bottom: 30px;
}

#home #right {
	width: 290px;
	float: right;
	padding-bottom: 30px;
}
#home #info h3 {
	background-color: #f7f7f7;
	color: #b98552;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0 3px 2px;
	margin-top: 0;
}

#home #info h4 {
	margin: 10px 0 5px 0;
}

#home h4 a { color: #333; }
#home h4 a:hover { color: #666; }

/* left special */
#home #left .attachment-thumbnail {
	float: left;
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
}

#home .widget {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}


/* right special */

#home #right .post {
	clear: both;
	margin-bottom: 20px;
}

#home #right .attachment-thumbnail {
	float: left;
	border: 1px solid #ccc;
	width: 70px;
	height: 70px;
	margin: 0 7px 0 0;
}


