/* 
	Theme Name: UMass TechCast
	Theme URL: http://www.umasstechcast.org
	Description: Official TechCast at UMass theme.
	Author: Bill Weye
	Author URI: http://www.weye.org
	Version: 1.0
*/

/* 	Courtesy of Eric Meyer	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;vertical-align:baseline; }

/* remember to define focus styles! */

:focus { outline:0; }
ol, ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
background: #aaa url(images/bg.gif) top center repeat-y;
font: 80%/1.5 "Lucida Grande", Calibri, Verdana, Helvetica, Arial, sans-serif;
text-align:center;
min-height:0;
	color: #333;
}
	
div#container {
	margin: 0px auto 0px;
width:780px;
	}

div#wrapper{float:right;width: 100%;margin-left: -250px}
div#content{margin-left: 250px; text-align:left;padding: 0 20px;}
div#sidebar{float:left;width:250px}


/********************************************** Hyperlinks ***********/

a, a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
	}
	
a:hover{
text-decoration: underline;
color: #ff0000;
	}
	
/********************************************** Header ***********/

div#header {
	background: #881C1C;
	width: 780px;
	margin: 0px auto 0px;
	text-align: center;
	}

div#header h1 {
height:100px;
}

div#header h1 a {
background:#881C1C url("images/TechCast_Header2.jpg") top left no-repeat;
border:0;
display:block;
height:100px;
text-indent:-9999px;
width:780px;
}

ul#brandstrip {
text-align:right;
background-color: #000;
}
	
ul#brandstrip li {
	display: inline;
	list-style-type: none;
}

ul#brandstrip li a, ul#brandstrip li a:visited {
	font-size: .8em;
	color: #fff;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	}

ul#brandstrip li a:hover {
	color: #ccc;
text-decoration: underline;
	}

/********************************************** Navbar ***********/

div#navbar {
	background: #881C1C;
	width: 100%;
	padding: 5px 0px;
margin-bottom: 15px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	}
	
div#navbar li {
	display: inline;
	list-style-type: none;
	}

div#navbar ul li a {
	font-size: 1.5em;
	color: #fff;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}

div#navbar ul li a:hover {
	color: #ccc;
text-decoration: underline;
	}

/********************************************** Sidebar ***********/

div#sidebar {
font-size:95%;
	}
	
div#sidebar ul {
	list-style: none;
	margin: 0px 10px;
	}
	
div#sidebar li {
	list-style: none;
	}
	
div#sidebar ul li {
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 0px;
	}

div#sidebar h2.widgettitle {
	background: #fff url(images/h2-head-bg.jpg) top center no-repeat;
	padding: 2px 5px;
text-align:left;
font-size:1.2em;
font-weight:bold;
color:#fff;
}

div#sidebar .textwidget, div#sidebar .tile_body, div#sidebar .widget li ul {
	background: #fff url(images/sidebar-box-bg.jpg) top center repeat-y;
	padding: 3px 7px;
text-align:left;
color:#333;
	border-bottom: 2px solid #881C1C;
}

ul#podcastLinks {
margin:3px auto;
text-align:center;
}

ul#podcastLinks li {
padding: 2px 0;
}
/********************************************** Content ***********/

div#content p {
	padding: 0px 0px 15px 0px;
	line-height: 20px;
	}


div#content h2, div#content h3 {
padding-bottom:1px;
width:100%;
margin: 0 0 1.2em 0;
font-weight:bold;
}

div#content h2 {
	color: #881C1C;
	font-size: 1.3em;
	border-bottom: 1px solid #881C1C;
	}

div#content h2 a {
	color: #881C1C;
	}

div#content h2 a:hover {
	color: #0000ff;
	}

div#content h3 {
	font-size: 1em;
border-bottom:1px solid #333;
color: #333;
}

blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
div#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}


	
div#content ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
div#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
div#content ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
div#content ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
p.date {
font-size:1em;
	}

div#content .pagepost {
margin-top: 2em;
}

div#content ul.postmeta {
	padding: .2em 0 .9em 0;
}
div#content ul.postmeta li {
	display: inline;
	list-style-type: none;
font-size: 95%;
}

div#content ul.postmeta li a {
border:none;
text-decoration: none;
}

div#content ul.postmeta li.date {
	padding-right: 10px;
}
div#content ul.postmeta li.comments {
	padding-right: 10px;
}

div#content ul.postmeta li.filed {
	padding-right: 10px;
}

div#content p.postmetadata {
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
font-size: small;
}



/********************************************** Footer ***********/

div#footer {
	margin: 10px 15px 5px 15px;
	text-align: left;
	border-top: 1px solid #ccc;
padding: 10px 0;
font-size:85%;
line-height:130%;
font-family: Verdana, sans-serif;
	}

.logo {
margin-left:10px;
border:0;
width:71px;
height:70px;
background:url(images/UMA_combo_seal.gif) top left no-repeat;
text-indent:-9999px;
text-decoration:none;
padding:0;
}

.logo a {
height:70px;
display:block;
}

.logo a:hover {
background:url(images/UMA_combo_seal.gif) 0 -70px no-repeat;
text-decoration:none;
}

#footer p {
margin-left:90px;
margin-top:-60px;
}


/********************************************** Search Form ***********/

div#searchdiv {
	}
	
#searchform {
	overflow: hidden;
	}
	
#s {
	width: 190px;
	background: #000 url(images/search.gif);
	color: #333333;
	font-size: 11px;
	padding: 3px;
	margin: 8px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}

/********************************************** Comments ***********/
	
#commentblock {
	width: 440px;
	background: #ccc;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	}

.commentname {
	color: #333333;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 390px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 390px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsform{
	text-align: center;
	}

#commentsform form{
	text-align: left;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.falbum-random {
margin: 0 auto;
text-align:center;
}

.falbum-thumbnail-nods {
display:inline;
padding: 3px;
margin: 0 auto;
}

#akst_form {
font-size:90%;
}
p.dateArchivelist  {
padding-bottom: .8em;
line-height: 130%;
}

ul.subjectArchivelist li {
list-style: none;
display:inline;
}
li.cosmos {
	display: inline;
	margin: 4px;
	line-height: 2em;
	}
li.keyword1 { font-size: 0.7em; }
li.keyword2 { font-size: 0.9em; }
li.keyword3 { font-size: 1.0em; }
li.keyword4 { font-size: 1.1em; }
li.keyword5 { font-size: 1.2em; }
li.keyword6 { font-size: 1.3em; }
li.keyword7 { font-size: 1.4em; }
li.keyword8 { font-size: 1.5em; }
li.keyword9 { font-size: 1.6em; }
li.keyword10 { font-size: 1.7em; }

#content p.akst_link {
margin: 1em 0 .3em 0;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
margin:0;
padding:0;
visibility:hidden;
}

.clearfix {
display:block;
}

* html .clearfix {
height:1%;
}

.dropcap {
float:left;
margin-top:0;
font:bold 34pt/24pt Georgia, Times, "Times New Roman", serif;
padding:.1em .1em .1em 0;
color: #881C1C;
}

img.right, img.left, img.center, .img-caption, .img-caption-150, .img-caption-325, .img-caption-l {
border:1px solid #ccc;
background-color:#F5F5F5;
padding:4px;
font-size: 10px;
}

.img-caption {
font-size:90%;
width:350px;
}

.img-caption-150 {
font-size:90%;
width:150px;
}

.img-caption-325 {
font-size:90%;
width:325px;
}

img.right, .img-caption {
display:inline;
float:right;
margin:0 0 1em 1.5em;
}

img.left, .img-caption-150, .img-caption-325, .img-caption-l {
display:inline;
float:left;
margin:0 1.5em 1em 0;
}

img.center {
display:block;
margin:1em auto;
}

a img.left, a img.right, a img.center,
a:active img.left, a:active img.right, a:active img.center,
a:link img.left, a:link img.right, a:link img.center,
a:visited img.left, a:visited img.right, a:visited img.center {
background:#fff;
border:1px solid #bbb;
color:#000;
}

a:hover img.left, a:hover img.right, a:hover img.center {
background:#eee;
border:1px solid #777;
color:#000;
}