@charset "utf-8";
/* CSS Document */

body, #header {
margin:0;
padding: 0;
text-align: center;
}

body {
background-color: #fff;
background-repeat:repeat-x;
background-position: 0 130px;
font-family: verdana, arial, tahoma;
color: #515151;
}

body img, table {
border: none;
}

#header {
background-image: url(http://depts.washington.edu/trio/images/bg_top.jpg);
background-repeat:repeat-x;
height: 130px;
}

#top {
position: relative;
height: 85px;
width: 960px;
margin: 0 auto;
}

#top #logo {
position: absolute;
top: 0;
left: 0; 
padding: 0;
margin: 0;
text-align: left;
z-index: 5;
}

#top #searchimage {
position: absolute;
top: 13px;
left: 130px; 
padding: 0;
margin: 0;
}

#top span {
position: absolute;
top: 8px;
left: 176px; 
padding: 0;
margin: 0;
font-family: georgia, palatino, palatino linotype;
color: #7aa1a4;
font-size: 0.7em;
}

#top .center a {
margin: 0;
color: #7aa1a4;
text-decoration: none;
z-index: 1;
line-height: 24px;
}

#top a:hover {
color: #fffdfb;
}

#top #s {
background: none;
border: 0;
width: 120px;
height: 24px;
margin: 0 6px 0 13px;
padding: 5px 0 0 0;
font-family: georgia, palatino, palatino linotype;
font-style: italic;
font-size: 0.7em;
letter-spacing: 0.03em;
color: #7aa1a4;
}

#top .right {
position: absolute;
right: 0;
background-image: url(http://depts.washington.edu/trio/images/search_right.jpg);
width: 45px;
height: 50px;
}

#top .left {
position: absolute;
right: 310px;
background-image: url(http://depts.washington.edu/trio/images/search_left.jpg);
width: 45px;
height: 50px;
text-align: left;
}

#top .center {
position: absolute;
right: 45px;
width: 265px;
background-image: url(http://depts.washington.edu/trio/images/search_center.jpg);
height: 50px;
z-index: 999;
}

#top .search {
padding: 5px 0 0 0;
margin: 6px 0 0 -8px;
height: 37px;
text-align: left;
background-image: url(http://depts.washington.edu/trio/images/search_bg_new.jpg);
background-repeat: no-repeat; 
background-position: 2px 0;
}

#top form {
margin: 0;
padding: 0;
}

#top label {
	visibility: hidden;
	width: 0px;
	font-size: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}

.menufirst {
width: 417px;
}

.menulast {
margin-left: -60px;
}




/*
	navigation bar - horizontal dropdown
	--------------------------------------------------
*/

/* first level */
ul.menu {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
	z-index: 1;
}

ul.menu li {
	position: relative;
	float: left;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul.menu li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #29aec3;
}

ul.menu li.last a {
	background: transparent;
}

ul.menu li:hover a,
ul.menu li.hover /* protofish */ a {
	color: #000;
}

ul.menu li.active a {
	color: #f15c30;
}

/* second level */
ul.menu ul {
	font-family: verdana, arial;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 45px;
	width: 150px;
}

/* resetting first level */
ul.menu ul ul {
	
}

ul.menu li:hover li,
ul.menu li:hover li a,
ul.menu li.hover /* protofish */ li,
ul.menu li.hover /* protofish */ li a {
	background: #1d2829;
	color: #29aec3;
}

/* submenu markup */
ul.menu li li {
	width: 100%;
}

ul.menu li li a {
	padding: 7px 12px;
}

ul.menu li:hover li:hover a,
ul.menu li.hover li.hover /* protofish */ a {
	background: #f1f1f1;
	color: #000;
}

ul.menu li:hover li.active a,
ul.menu li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li li a.sub {
	padding-right: 15px;
}


/* third level */
/* resetting second level */
ul.menu ul ul{
	top: -1px;
	margin-left: 169px;
	background: #fff1d0;
}

ul.menu li:hover li:hover li,
ul.menu li:hover li:hover li a,
ul.menu li.hover li.hover /* protofish */ li,
ul.menu li.hover li.hover /* protofish */ li a {
	color: #7c7c7c;
}

/* subsubmenu markup */
ul.menu li:hover li:hover li:hover a,
ul.menu li.hover li.hover li.hover /* protofish */ a {
	background: #fff1d0;
	color: #000;
}

ul.menu li:hover li:hover li.active a,
ul.menu li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li:hover li:hover li:hover a.sub,
ul.menu li.hover li.hover li.hover /* protofish */ a.sub {
	background: #fff1d0;
}

/* fourth level */
/* resetting second level */
ul.menu li:hover li:hover li:hover li,
ul.menu li:hover li:hover li:hover li a,
ul.menu li.hover li.hover li.hover /* protofish */ li,
ul.menu li.hover li.hover li.hover /* protofish */ li a {
	color: #7c7c7c;
}

/* subsubmenu markup */
ul.menu li:hover li:hover li:hover li:hover a,
ul.menu li.hover li.hover li.hover li.hover /* protofish */ a {
	color: #000;
}

ul.menu li:hover li:hover li:hover li.active a,
ul.menu li.hover li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}

ul.menu li:hover li:hover li:hover li a.sub,
ul.menu li.hover li.hover li.hover /* protofish */ li a.sub {
	background: #fff1d0;
}

ul.menu li:hover li:hover li:hover li:hover a.sub,
ul.menu li.hover li.hover li.hover li.hover /* protofish */ a.sub {
	background: #fff1d0;
}

/* hiding fifth level */
div#nav ul ul ul ul ul {
	display: none;
}

/* show hide behaviour */
ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul ul,
ul.menu li:hover ul ul ul,
ul.menu ul ul ul,
ul.menu li:hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li li li li:hover ul {
	left: -1px;
	z-index: 999;
}

/* show hide behaviour with protofish */
ul.menu li.hover ul ul,
ul.menu li.hover ul ul ul,
ul.menu li.hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

ul.menu li.hover ul,
ul.menu li li.hover ul,
ul.menu li li li.hover ul,
ul.menu li li li li.hover ul {
	left: -1px;
	z-index: 999;
}



/* CONTAINER */

#container {
width: 960px;
margin: 0 auto;
text-align: left;
}

#content p a, #content p a:visited, #content li a, #content li a:visited {
color: #16accc;
font-weight: bold;
text-decoration: none;
}





#main {
width: 960px;
margin: 0;
padding: 0;
text-align: left;
clear: both;
}




/* SIDEBAR */

#sidebar {
float: right;
width: 270px;
margin: 0 0 40px 75px;
text-align: left;
}

.title {
font-family: arial, Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bold;
color: #535353;
margin: 5px 0 20px 0;
letter-spacing: 0.03em;
}

#sidebar p, #sidebar li {
font-size: 12px;
line-height: 20px;
text-align:left;
margin: 0;
padding: 0;
}

#sidebar ul {
padding: 0;
margin: 0 0 18px 0;
}

#sidebar li {
padding: 0 0 20px 0;
margin: 0 0 8px 0;
list-style: none;
}

#sidebar li ul li {
padding: 0 0 0 20px;
list-style: none;
background-image:url('star.jpg');
background-repeat: no-repeat;
}

#sidebar .recent li {
margin-bottom: 10px;
}

#sidebar a, #sidebar a:hover, #sidebar a:visited {
color: #16accc;
text-decoration: none;
font-weight: bold;
}

#sidebar h2 a, #sidebar h2 a:visited {
color: #535353;
border: none;
font-size: 18px;
}

#sidebar h2 .rsswidget {
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#sidebar .divider {
border: none;
margin: 40px 0;
}




/* CONTENT */

#content {
float: right;
width: 615px;
text-align: left;
}

#content p {
font-size: 13px;
line-height: 24px;
color: #696969;
margin: 0 0 20px 0;
padding: 0;
text-align: left;
}

.postcon {
font-size: 13px;
line-height: 24px;
color: #696969;
text-align: left;
}

#content ul, #content ol {
font-size: 13px;
line-height: 24px;
margin: 0 0 0 20px;
padding: 0 0 10px 0;
color: #696969;
text-align: left;
}

#content ul a, #content ol a {
color: #16accc;
font-weight: bold;
text-decoration: none;
}


#content ul li {
background-image: url('bulletred.gif');
background-repeat: no-repeat;
background-position: 0 9px;
padding-left: 15px;
list-style-type: none;
}

#content .info {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #919191;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #eaeaea;
letter-spacing: 0.03em;
}

#content .info a {
color: #333;
border-bottom: 1px solid #919191;
text-decoration: none;
}

#content .car-list {
margin: 20px 0 0 0;
padding: 0;
}

#content .catlist  {
font-size: 13px;
padding: 0;
margin: 20px 0 10px 0;
}

#sidebar .catlist li {
margin: 0 0 10px 0;
}

#content .car-list li {
font-size: 13px;
line-height: 24px;
margin: 0;
padding: 0;
list-style-type: none;
background-image: none;
}

#content .car-yearmonth {
font-size: 16px;
color: #515151;
}

#content .car-monthlisting, #content .cat-item {
padding-bottom: 20px;
}

#content .cat-item {
list-style: none;
background-image: none;
margin: 0 0 10px 0;
padding: 0;
}

#content .postdiv {
border-bottom: 1px solid #eaeaea;
margin: 20px 0 40px 0;
height: 30px;
clear: both;
}


.clear {
height: 40px;
clear: both;
}

.clear20 {
height: 20px;
clear: both;
}

.prevnext {
margin-left: 80px;
text-align: center;
}


/* IMG */

.alignright {
float: right;
margin: 0 0 20px 20px;
}

.alignleft {
float: left;
margin: 0 20px 20px 0;
}

.size-full {
border: 5px solid #f0f0f0;
}




.postcon .cal {
width: 65px;
height: 50px;
margin-right: 10px;
float: left;
background-image: url(cal.jpg);
background-repeat: no-repeat;
text-align: center;
}

.postcon .month {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
text-transform: uppercase;
padding-top: 20px;
padding-left: 2px;
line-height: 9px;
text-align: center;
}

.postcon .date {
font-size: 15px;
text-transform:uppercase;
font-weight: bold;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

.postcon .post {
float: left;
width: 540px;
}


.importedpost {
padding: 5px 15px;
margin-bottom: 20px;
font-size: 11px;
background-color: #F5F5F5;
color: #9F9F9F;
}

.importedpost a {
color: #676767;
text-decoration: none;
}

.morelink {
font-family: Georgia, "Times New Roman", Times, serif;
}

/* HEADERS */


h1 {
font-family: georgia, times new roman, palatino;
font-size: 35px;
color: #da0000;
font-weight: normal;
margin: 0 0 30px 0;
padding-bottom: 10px;
border-bottom: 1px solid #e3e3e3;
text-align: left;
}

#sidebar h1 {
font-size: 23px;
margin: 55px 0 30px 0;
}

h2 {
font-family: georgia, times new roman, palatino;
font-size: 25px;
line-height: 31px;
color: #515151;
font-weight: normal;
margin: 5px 0 15px 0;
padding: 0;
letter-spacing: 0.03em;
text-align: left;
}

#content h2 a, #content h2 a:hover {
color: #515151;
font-weight: normal;
text-decoration: none;
}

#sidebar h2 {
font-size: 20px;
}

h3 {
font-family: georgia, times new roman, palatino;
font-size: 0.75em;
line-height: 1.6em;
color: #526161;
font-weight: bold;
text-transform:uppercase;
margin: 15px 0 5px 0;
padding: 0;
letter-spacing: 0.3em;
text-align: left;
}

h3 a {
color: #16accc;
text-decoration: none;
}




#container .centered {
text-align: center;
}


.divider {
margin: 30px 0 30px 0;
padding: 0;
border-bottom: 1px solid #e1e1e1;
}




/* OL UL LI */


.arrowindent {
padding: 0;
margin: 0 0 25px 40px;
list-style-type: none;
}

.arrowindent li {
text-align: left;
background-image: url(http://depts.washington.edu/trio/images/bullet_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .25em;
padding: 0 0 0 15px;
margin: 0 0 5px 0;
}


/* IMG ALIGN */

#container .imgright {
float: right;
margin: 0 0 10px 10px;
}

#container .imgleft {
float: left;
margin: 0 10px 10px 0;
}


/* FOOTER */

#footer {
margin: 0;
padding: 8px 0;
background-color: #183030;
font-family: georgia, times;
color: #a1aeae;
font-size: 0.6em;
letter-spacing: 0.1em;
}
#footer a {
font-family: verdana, arial, tahoma;
font-size: 1.1em;
color: #1ab5d1;
letter-spacing: 0em;
}
#footer p {
padding: 5px 0;
margin: 0;
line-height: 1.5em;
}
