/*  
Theme Name: Hypertext Blog V.1.0
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the amazing design work of Amber Nowak.
Version: 1.0
Author: Amber Nowak
Author URI: http://www.sf.edu

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #F8F3EA;
	color: #5E5F62;
	font: 80% Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

p {
	padding-bottom: 15px;
}

a {
	color: #7d2524;
	text-decoration: none;
	border-bottom: 1px dotted #7d2524;
}

a:hover {
	border: 0;
}

a:visit {
	color: #376916;
}

/*** University logo and banner background ***/
#bannerContainer {
	height: 95px;
	background: #154970 url(images/common/header.gif) repeat-x;
}

#universityBanner {
	width: 960px;
	height: 70px;
	margin: 0 auto;
}

#universityBanner h1 {
	float: left;
	margin: 0 0 0 15px;
	width: 320px;
	height: 70px;
}

#universityBanner h1 a {
	display: block;
	width: 225px;
	height: 65px;
	margin-top: 12px;
	border: 0;
	text-indent: -99999px;
	background: url(images/common/usf_logo.gif) no-repeat;
}


/*** Header Navigation Links ***/
#universityBanner p#topnav {
	float: left;
	/*width: 330px;    Width for when the search box has been added  */
	width: 550px;   /* Width for when the search box is not added */ 
	padding: 39px 0 0 0;
	line-height: 1.5em;
	color: #fff;
	text-align: right;
	word-spacing: 5px;
}

#universityBanner p#topnav a {
	font-size: .85em;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	word-spacing: 0;
}

#universityBanner p#topnav a:hover {
	border: 0;
}


/*** Header Search Box ***/
#universityBanner p#search {
	float: right;
	width: 250px;
	padding-top: 37px;
}

#universityBanner .submit {
	position: relative;
	top: 3px;
}

#universityBanner input.text {
	border: 1px solid #999;
	padding: 3px;
	width: 150px;
	font-size: .85em;
}



/*** Hypertext banner background ***/
#deptContainer {
	background-color: #433223;
}

#deptBanner {
	margin: 0 auto;
}


#deptBanner h1 a {
	margin: 0 auto;
	display: block;
	width: 960px;
	height: 205px;
	border: 0;
	text-indent: -99999px;
	background: #433223 url(images/common/hypertext.jpg) no-repeat;
}

/*** Content Wrapper ***/
#wrapper {
	background: #F8F3EA url(images/common/content_bg.gif) repeat-x top;
}

#contentWrapper {
	width: 960px;
	margin: 0 auto;
}

/* content */
#content {
	float: left;
	padding: 25px 25px 15px 25px;
	width: 690px;
	clear: both;
	overflow: hidden;
}

#contentSingle {
	padding: 25px 25px 15px 25px;
	width: 900px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}

.post {
	padding: 0px;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 538px;
}
.postdata {
	font-size: 90%;
	color: #999999;
	margin-bottom: 25px;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
	line-height: 1.4em;
}

.postmetadata {
	border-top: 1px solid #CCC;
	font-size: .85em;
	padding-top: 5px;
}

.dateauthor {
	border-top: 1px solid #CCC;
	font-size: .85em;
	padding-top: 5px;
	margin-bottom: 20px;
}

.ipost_tag {
	width: 450px;
	float: left;
}

.ipost_comment {
	width: 150px;
	text-align: right;
	float: right;
}

/* post title */
h2 {
	color: #7d2524;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 3em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 a:link, h2 a:visited {
	color: #7d2524;
	text-decoration: none;
	border: 0;
}

h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}


/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	line-height: 1.5em;	
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {

	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	padding-left: 22px;
	clear: both;
}
h3#respond {
	padding-left: 22px;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background-color: #FFF;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background-color: #FFF;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}

#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #7d2524;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #7d2524;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}


/*** Secondary Information ***/
#secondaryContent {
	float: right;
	width: 185px;
	padding: 10px 15px 10px;
	font-size: .85em;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#secondaryContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #7d2524;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: normal;
	line-height: .9em;
	text-transform: uppercase;
	background: url(images/common/top.gif) no-repeat;
	text-indent: 20px;
}

#secondaryContent a {
	color: #3433223;
	border: 0;
}

#secondaryContent ul {
	margin-left: 20px;
	margin-right: 20px;
}

#secondaryContent ul li {
	list-style-type: none;
	line-height: 2em;
	text-indent: 10px;
	border-bottom: 1px dotted #a3988b;
}

#secondaryContent ul.bottom {
	background: url(images/common/bottom.gif) no-repeat;
	border: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#secondaryContent ul.bottom li {
	border: 0;
}

#secondaryContent li li {
	text-indent: 10px;
}



/*** Footer Container ***/
#footerContainer {
	height: 75px;
	background: #154970 url(images/common/footer_bg.gif) repeat-x;
	clear: both;
	margin-top: 15px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	font-size: .85em;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

#footer a:hover {
	border: 0;
}

#footer p {
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
	word-spacing: 2px;
	line-height: 1.6em;
}


.dbx-box {
	background-color: #f2ebe1;
	margin-bottom: 20px;
}

.top-spacing {
	margin-top: 30px;
}

#nav {
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
	border: 0;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	color: #d2524;
	font-weight: bold;
}