/*
Theme Name:		Redtubee
Theme URI:		http://www.taylorpatrickgorman.com
Description:	A custom theme built by <a href='http://www.taylorpatrickgorman.com'>Clark/Nikdel/Powell Inc.</a> for Truett-McConnell College
Author:			Taylor Gorman
Author URI:		http://www.taylorpatrickgorman.com
*/

/* ------------------------------------------------------- BASIC LAYOUT */

body {
	background-color:#f5f5f5;
}
#redBack {
	background-color: #da2508;
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 134px;
	left: 0px;
}
#page {
	background-image: url(images/pageBG.gif);
	background-repeat: repeat;
	width: 928px;
	margin: 0 auto;
	padding: 8px 16px 16px 16px;
	position: relative;
	z-index: 1;
}
a {
	color:#fa2818;
}

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

#header {
	background-color: #fff;
	margin-bottom: 8px;
	height: 60px;
	position: relative;
	line-height:1;
}
#header h1 {
	position: absolute;
	top: 16px;
	left: 15px;
	height: 26px;
}
#header h1 a {
	display: block;
	background-image: url(images/logo.png);
	width: 230px;
	height: 25px;
	text-indent: -9999px;
}
#header a#truett {
	position: absolute;
	bottom: 20px;
	left: 255px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#header a#truett:hover {color:#000;}
#header form#search {
	position: absolute;
	top: 20px;
	right: 15px;
	height: 20px;
}
#header form#search input {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header form#search .text {
	border: solid 1px #000;
	height: 16px;
	width: 200px;
	padding: 2px 4px 0 4px;
	right: 69px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header form#search .submit {
	background-image: url(images/search.png);
	height: 20px;
	width: 70px;
	cursor: pointer;
}
#header form#search .submit:hover {
	background-position:bottom;
}

/* ------------------------------------------------------- NAVIGATION */

#nav {
	background-color:#fff;
	margin-bottom:8px;
	min-height:37px;
}
#nav li {
	float:left;
}
#nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 16px;
	color: #000;
	display: block;
	background-image: url(images/navBG.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#nav a:hover, #nav a:active {
	color:#fa2818;
}
#nav .rss {
	float: right;
	background-image: url(images/rss.gif);
	background-position: 16px 12px;
	background-repeat: no-repeat;
	padding-left: 33px;
}
#nav .rss:hover, #nav .rss:active {
	background-position: 16px -38px;
}

/* ------------------------------------------------------- RECENT POSTS */

#red {
	background-color: #fa2818;
	margin: 0px -32px 8px -32px;
	padding: 8px 2px 8px 32px;
	position: relative;
	width: 958px;
	height: 144px;
}
#red li {
	float:left;
}
#red a {
	display: block;
	width: 221px;
	height: 144px;
	margin-right: 14px;
	position: relative;
	background-color: #000;
	background-position: center center;
}
#red a .info {
	background-color: #000;
	display: block;
	position: absolute;
	width: 205px;
	color: #fff;
	padding: 8px 8px 6px 8px;
	bottom: 0px;
	line-height: 12px;
	opacity: .8;
}
#red a .info span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
}
#red .red3DL, #red .red3DR {
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: -8px;
}
#red .red3DL {
	background-image:url(images/red3DL.gif);
	left:0px;
}
#red .red3DR {
	background-image:url(images/red3DR.gif);
	right:0px;
}

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

#content {
	float:left;
	width:620px;
	margin-right:8px;
}
.article {
	background-color: #fff;
	margin-bottom: 38px;
	padding: 24px 30px 0px 30px;
	position: relative;
}
.article h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 28px;
}
.article h1 a {
	color:#000;
}
.article h1 a:hover {
	color:#fa2818;
	border-bottom:0;
}
.article h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:24px 0 -2px 0;
}
.article h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:22px 0 -4px 0;
}
.article h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:20px 0 -6px 0;
}
.article p, .article ul, .article ol {
	line-height:20px;
	margin-top:16px;
}
.article p.date {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.article ul {
	list-style-type:disc;
	margin-left:20px;
}
.article ol {
	list-style-type:decimal;
	margin-left:20px;
}
.article a:hover {
	border-bottom:solid 1px #fa2818;
}
.article img {
	margin-left:-30px;
}
.article img.alignleft, .article img.alignright {
	margin-left:0;
}
.article blockquote {
	border-left: solid 6px #eee;
	padding-left: 20px;
}

/* ------------------------------------------------------- COMMENTS */

#comments .comment {
	border-bottom:solid 1px #000;
	padding:0 0 16px 0;
}
#comments .commentinfo {
	float:left;
	width:240px;
}
#comments .commenttext {
	float:left;
	width:300px;
	margin:0 0 0 20px;
}
#comments input, #comments textarea {
	width: 100%;
	border: solid 1px #000;
	padding: 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#comments input#submit {
	width: auto;
	background-color: #000;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#comments input#submit:hover {
	background-color:#fa2818;
}
#comments img {
	display:none;
}

/* ------------------------------------------------------- META INFO */

.meta {
	clear: both;
	position: relative;
	right: -30px;
	bottom: -26px;
	cursor: default;
	height: 25px;
}
.meta .block {
	display: block;
	float: right;
	background-color: #fff;
	height: 25px;
	margin-left: 1px;
	padding: 4px 10px 0 22px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position: 10px 10px;
}
.meta .comments {
	background-image:url(images/commentICN.gif);
}
.meta .categories {
	background-image:url(images/categoryICN.gif);
}
.meta a {
	color:#000;
}
.meta a:hover {
	color:#fa2818;
	border:0;
}

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

#sidebar {
	float: left;
	width: 240px;
	background-color: #000;
	color: #fff;
	margin-bottom: 8px;
	padding: 7px 36px 50px 24px;
}
#sidebar h3 a, #sidebar p a {
	color:#fff;
}
#sidebar h3 a:hover, #sidebar p a:hover b {
	color:#fa2818;
}
#sidebar h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
}
#sidebar p {
	margin-top:14px;
	line-height:18px;
}
#sidebar p b {
	font-size:14px;
}
#sidebar p i {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	margin: -2px 0 -14px 0;
	color: #ccc;
	font-style: normal;
}
#sidebar a {
	display:block;
}
#sidebar ul {
	margin-top: 12px;
	border-top: solid 1px #222;
	border-bottom: solid 2px #222;
}
#sidebar ul a {
	padding: 5px 3px;
	border-bottom: solid 1px #222;
}
#sidebar ul a:hover {
	background-color:#0d0d0d;
	color:#fff;
}

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

#footer {
	background-color: #fff;
	padding: 15px;
	font-size: 11px;
	cursor: default;
	margin-top:0;
}
#footer a:hover {
	border-bottom:solid 1px #fa2818;
}

