/*
Theme Name: CASIT Base Theme
Author: CASIT Web Development
Author URI: http://casit.uoregon.edu/
Description: This is the base of your custom theme made for your website by the CASIT Web Development team at the University of Oregon.
Version: 0.2.7
*/

/* The first batch of styles here are general and should not typically change in different themes.  Look for the line with the comment "BEGIN: Theme specific styles" and make edits after that.

------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

/* Links */

a img {
	border: 0px;
}

a { 
	text-decoration: none;
}

.screen-reader-text {
	overflow: hidden;
	text-indent: -9999em;
	position: absolute;
}

/* Classes - keep editor-style.css updated with these! */
.float-left { float: left; }
.float-right { float: right; }

.float-left, .float-right {
	vertical-align: top;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

br.clear {
	display: block;
	height: 0.01px;
	overflow: hidden;
	clear: both;
}

.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

/* Image captions */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.625em;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

/* UO branding bar */

#uobar {
	height: 35px;
	background-color: black;
	position: relative;
	z-index: 90;
	overflow: hidden;
}

#uobar .link {
	background-repeat: no-repeat;
	background-image: url(images/uologo.png);
	text-indent: 226px;
	white-space: nowrap;
	overflow: hidden;
	height: 35px;
	width: 226px;
	color: #000;
	font-size: 5px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#uobar .links {
	color: #aaa;
	font-size: 11px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	right: 2em;
}

#uobar .links a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#uobar .links a:hover {
	text-decoration: underline;
}

/* Post meta */

.post-meta {
	border-top: 1px solid rgba(0,0,0,0.2);
	padding: 5px;
	margin-top: 1em;
}

.post-meta .date {
	float: right;
}

.post-meta .breadcrumbs {
	float: left;
}

/* Category dates */
.loop .date {
	font-size: 120%;
	border-bottom: 1px solid #bbb;
	margin-top: 1.5em;
}

/* Search results */

.search .result h2 {
	margin-bottom: 0.1em;
}

.search .result {
	margin-bottom: 1em;
}

.search .result .type {
	float: right;
	font-size: 85%;
	border: 1px solid #ddd;
	padding: 1px 3px;
	margin: 2px;
}

.post.content {
	overflow: hidden;
}

/* Comments */

#comments {
	margin-top: 2em;
}

#comments .comment-list, #comments .children {
	list-style: none;
}

#comments .comment-list {
	margin: 0; 
	padding: 0;
}

#comments .children {
	border-top: 1px dashed rgba(0,0,0,0.1);
	margin-top: 1em;
	padding-left: 0;
	margin-left: 2em;
}

#comments .comment-list > li {
	border-top: 1px solid #ccc;
}


#comments .comment-list > li:first-child {
	border: 0;
}

.comment-body {
	overflow: hidden;
}

.comment-list > li, .comment-list .children > li {
	padding: 1em;
}

.comment-list .edit-link {
	margin-left: 2em;
}

.comment-list .edit-link a:before {
	content: "\270E\A0";
}

.comment-author {
	float: left;
	text-align: center;
	margin-right: 1em;
	width: 74px;
}

.comment-author .avatar {
	max-width: 74px;
	max-height: 74px;
}

.comment-author .avatar {
	display: block;
}

.comment-author .says {
	display: none;
}

.comment {
	clear: both;
	overflow: hidden;
}

.comment-content {
	overflow: hidden;
}

.comment-list .reply {
	margin-left: 74px;
	padding-left: 1em;
}

.comment-list .reply a:before {
	content: "\21b3\A0";
}

#cancel-comment-reply-link {
	margin-left: 2em;
}

#cancel-comment-reply-link:before {
	content: "\2717\A0";
}

.comment-navigation {
	overflow: hidden;
	clear: both;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}


.comment-form-comment label {
	display: block;
}

.comment-form-comment #comment {
	width: 100%;
	padding: 0.5em;
	font-family: arial, sans-serif;
}

#commentform .form-allowed-tags {
	font-size: 80%;
}

