/*
Theme Name: CCAT
Description: CCAT's theme for Wordpress 3.0
Author: Roger Tuan for CCAT, rt25@humboldt.edu or arcataroger@gmail.com
Last Updated: 5/27/2011
*/

/* -------------------------------------------------------*/
/* All - This section includes styles that affect the entire site */

html, body {margin: 0}

body, input {
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.alignright {float: right}
.alignleft {float: left}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {font-size: 24pt; font-weight: bold; border-bottom: 1px solid #A18570; margin-right: 220px; text-transform: uppercase; text-align: center;}
.one-column h1, .one-column h2 {margin-right: 0}
h2 {font-size: 22pt; font-weight: bold; border-bottom: 1px solid #A18570; margin-right: 220px}
h3, h4, h5, h6 {font-size: 14pt;}
#primary h3, #secondary h3 {margin-left: 0}

blockquote {
	width: 80%;
	border-left: 1px solid #A18570;
	padding-left: 5px;
}

img.aligncenter {margin-left: auto; margin-right: auto;}

.attachment {max-width: 600; margin-left: auto; margin-right: auto}

.filelist {width: 450px; border: 0; border-spacing: 0;}
.filelist td {width: 20em; }
.filelist td + td {width: 7em}
.filelist td + td + td {width: 15em}
.filelist tr:nth-child(even) {background-color: #efca95}

p {margin-left: 1em}

.nocomments {display: none}

#wrapper {
	margin: 0 auto;
	width: 780px;
	border: 1px solid #445026;
	border-top: 0;
	border-bottom: 0;
	/*-moz-box-shadow: 0 -50px 50px #050;
	-webkit-box-shadow: 0 -35px 45px #050;
	box-shadow: 0 -50px 50px #050;*/
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

table img, .picasa-widget-img {
	border: 1px solid black;
}

body {
	background: url('images/sketch.jpg') repeat fixed center top #F2F9FF;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.form-allowed-tags {display: none}

#commentform {width: 100%}
.required {color: red}
#commentform input {display: block; clear: left}

/* -------------------------------------------------------*/
/* Header */

#banner {border: 0}


#hsustrip {
	width: 100%;
	background: #445026;
	height: 30px;
	border-bottom: 2px solid white;
}

#hsumark {
	margin-left: 5px;
	border: 0;
	float: left;
}

#aslogo {
	margin-right: 0;
	margin-top: 1px;
	float: right;
	border: 0;
}
/* -------------------------------------------------------*/
/* Navbar */

#navbar {
	float: left;
	background: #5B4B40;
	cursor: default;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	height: 16pt;
	font-size: 12pt;
	font-family: "Arial", sans-serif;
}

.menu-header, div.menu {
	width: inherit;
}

#navbar ul {padding: 0}
#navbar ul ul {padding: 0}

#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float:left;
	position: relative;
}

#navbar a {
	background: #5B4B40;
	color: #FFD79C;
	display:block;
	text-decoration:none;
	padding:0 12pt;
}

#navbar a[href] {

}

#navbar ul ul {
	display:none;
	position:absolute;
	left:0;
	float:left;
	z-index: 99;

}
#navbar ul ul li {
	min-width: 200px;
}
#navbar ul ul ul {
	left:100%;
	top:0;
	border-left: 1px solid #A18570;
}
#navbar ul ul a {
	padding: 5px 10px;
}
#navbar li a:hover,
#navbar ul ul :hover > a {
	color:#fff;
	background: #776253;
}

#navbar ul li:hover > ul {
	display:block;
}

#navbar ul li.current_page_item > a[href] {
	color: #FFF;
}

/* Sidebars */
.widget-area ul {
	margin-left: 0;
	padding: 0;
}

.widget-area input {
	margin-bottom: 1em;
}

.widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#primary li {list-style-type: none}
#primary li li {list-style-type: circle}

#primary,
#secondary {
	overflow: hidden;
	width: 200px;
	margin-left: 10px;
}

#primary {float: right; margin-left: 30px}
#secondary {float: left; margin-right: 30px}

.widget-title {margin-bottom: 0}

/* -------------------------------------------------------*/
/* Content */

#content {
	margin: 0 auto;
	padding: 20px;
	min-height: 825px;
	background: #fed699 url(images/wall.jpg);
}

a:link, a:active, a:visited {
		text-decoration: none; 
}

#content a:link, #content a:active, .toc a:link, .toc a:active {color: #161;}
#content p a {text-decoration: underline}
#content a:visited, .toc a:visited {color: #161}
#content a:hover, .toc a:hover {color: red}

li.toc-level-1 {font-weight: bold}
li.toc-level-2 {margin-left: 2em}
li.toc-level-3 {margin-left: 4em}
li.toc-level-4 {margin-left: 6em}

div.toc ul {
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 0;
	margin-left: 0;
}

/* -------------------------------------------------------*/
/* Wordpress Comments */

#comments-title {clear: left}

.entry-meta, .entry-utility {color: #666}

.entry-utility .cat-links, .entry-utility .meta-sep, .entry-utility .comments-link {display: none}

textarea, input {
	border: 1px solid #A18570;
	background: #EFCA95;
}

textarea {width: 100%; height: 100px}

form li {margin-bottom: 2em}

input[type=submit] {background: #EFCA95;}

#nav-above {display: none}

.nav-previous {
	float: left;
	width: 30%;
}
.nav-next {
	float: right;
	width: 30%;
	text-align:right;
}

/* -------------------------------------------------------*/
/* Footer */
#footer {
	background: url("images/ground.jpg") no-repeat bottom white;
	margin: 0;
	height: 270px;
	padding: 0 8px;
}

#contact, #shoutouts img {margin-top: 10px}

#contact {
	float: left;
	font-size: 9pt;
	color: black;
}

#contact a {
	color: black;
	text-decoration: none;
}

#contact a:hover {
	color: blue;
	text-decoration: underline;
}

#shoutouts img {
	border: 0;
	float: right;
	clear: right;
}

/* -------------------------------------------------------*/
/* Miscellaneous, unsorted fixes -- move these as you see fit */

/* For the "List yo files" plugin, used on the newsletter page and maybe others */
#filelist1 {max-width: 500px; font-size: 14pt;}
#filelist1 tr, #filelist1 td {padding: 3px; spacing: 0}
#filelist1 img {border: 0}
#filelist1 tr:nth-child(even) {background: #decb93}
#filelist1 table {border: none; border-collapse: collapse; border-spacing: 0;}

A[href="http://hackadelic.com/solutions/wordpress/toc-boxes"] {color: #999!important; float: right; padding-bottom: 5pt}

.uiTextareaAutogrow {border: 1px solid #A18570 !important; background: #EFCA95 !important}
.wallkit_post {border-bottom: 1px solid black !important}

span.wpcf7-list-item { display: block !important; }
div.wpcf7-mail-sent-ok { background-color: white; font-size: 20pt }
div.wpcf7-mail-sent-ng { background-color: red; border: 3px solid white !important ; color: white; font-size: 20pt}
div.wpcf7-validation-errors { color: red; background-color: white; font-size: 20pt; border: 2px solid red}

.wp-caption {background-color: #eee; margin: 10px; padding: 5px}
.wp-caption img {margin: 3px; margin-left: 5px}
.wp-caption-text {color: black; font-style: italic}
#nav-below {margin-bottom: 3em}

.wb_fb_bottom {clear: left}

#nav-below, #footer, .entry-utility {clear: both}
