/*
Theme Name: Progressio Default
Theme URI: http://www.itb.ac.id/
Description: Official theme for <a href="http://www.itb.ac.id/">ITB</a> Bandung, Indonesia. Photography: <a href="http://www.flickr.com/donjirori">Djembar Lembasono</a>. <a href="http://www.processing.org">Processing</a> pieces for header artwork: "Dynamic Composition" by <a href="http://studio.xploitdesign.com">Widianto Nugroho</a>.
Version: 1.0
Author: Widianto Nugroho
Author URI: http://studio.xploitdesign.com
Tags: progress, harmony, progress in harmony, in harmonia progressio, institut teknologi bandung, itb, bandung, default

	Progressio v1.0
	http://www.itb.ac.id

	This theme was designed and built by Widianto Nugroho
	http://studio.xploitdesign.com

	The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial 3.0 Unported License:
	http://creativecommons.org/licenses/by-nc/3.0/

- TOC -------------------------
ROOT
  Layout
  Fonts
  Forms
  Tables
  Boxes
REGIONS
  Top
  Header
  Main
  Footer
SECTIONS
  Home
  Page
  News
  Agenda
  Focus
  Misc
  Wide
SPLASH
*/

/* - ROOT ------------------------- */

/* -- Layout */

body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	text-align: center;
}
.wrap {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
	background-image: url(./img/bg-page.png);
	background-repeat: repeat-y;
}
.content, .sidebarleft, .sidebarright, .wide {
	padding-top: 0;
	padding-bottom: 32px;
}
.contentsidebarleft {
	width: 700px;
	padding-bottom: 16px;
}

.wrap .spacer {	margin: 0 10px; }
#wrap-splash .spacer {	padding: 0; }
#wrap-top .spacer, #wrap-header .spacer, #wrap-main .spacer, #wrap-footer .spacer {	padding: 0 24px; }
.clearboth, .navigation, .content h2, .content h3, .entry, .postmetadata {	clear: both; }
hr {	display: none; }
.floatleft {	float: left; }
.floatright {	float: right; }
#topleft, #headerimg, #footertopleft {	width: 488px; }
#topright, #headersearch {	width: 400px; }
#topright, .more, .footerright {	text-align: right; }
.contentsidebarright {	width: 724px; }
.content {	width: 512px; }
.content, #wide .main {	min-height: 420px; }
.sidebarright, #footertopcenter, .footerright {	width: 188px; }
.sidebarleft {	width: 164px; }
.footercenterleft {	width: 700px; }


/* -- Fonts */

html, body, #headersearch form input, textarea {
	font-family: "Lucida Grande", Geneva, "Luxi Sans", Tahoma, Verdana, Arial, sans-serif;
}
#header h1 {
	font-weight: normal;
	font-size: 18px;
}

html, body {	font-size: 11px; }
#header form input, textarea {	font-size: 14px; }
h1, h2, h3, h4 {	font-family: "Trebuchet MS", Geneva, Tahoma, Verdana, Arial, sans-serif; }
h2 {	font-size: 18px; }
h3 {	font-size: 16px; }
h4 {	font-size: 14px; }
.widget h2, .widget h3 { font-weight: normal; }
#description, .node, .post, .entry, input, textarea {	font-size: 12px; }
blockquote {	font-size: 14px; }
.widget {	font-size: 11px; }
#footer {	font-size: 10px; }
#topleft a {	font-weight: bold; }


/* -- Colors */

body {
	color: #333;
	background: #eee;
}
#wrap-top .spacer {
	color: #bbb;
	background: #ddd;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#wrap-header .spacer {
	background: #fff;
	border-top: 1px solid #aaa;
}

.wrap {	background-color: #eee; }
img { border: none; }
#footer {	color: #555; }


/* -- Navigation */

a {
	color: #339;
	text-decoration: none;
}
#header h1 a:hover {
	color: #339;
	text-decoration: none;
}
.icon {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
}

.itunes {	background-image: url(../img/icons/icon-itunes.png); }
.rss {	background-image: url(../img/icons/icon-rss.png); }
.dir {	background-image: url(../img/icons/icon-dir.png); }
.cal {	background-image: url(../img/icons/icon-cal.png); }
.pdf {	background-image: url(../img/icons/icon-pdf.png); }
.wthr {	background-image: url(../img/icons/icon-wthr.png); }
.link {	background-image: url(../img/icons/icon-link.png); }
a:hover {	text-decoration: underline; }
#top a {	color: #777; }
#header a {	color: #66c; }
#footer a {	color: #222; }
a#currentsection {	color: #000; }
a#currentlang {	color: #aaa; }

/* -- Forms */

input#s:hover, input#author:hover, input#email:hover, input#url:hover, textarea#comment:hover {
	color: #000;
	background: #eef;
	border: 2px solid #66c;
}
#header form input#searchsubmit, input#submit {
	color: #fff;
	background: #66c;
}

input#s {	width: 224px; }
input#s, input#author, input#email, input#url, textarea#comment, select {	border: 2px solid #ccc; }
#header form input#searchsubmit:hover, input#submit:hover {	background: #339; }


/* -- Tables */

.node table {
	margin: 0 0 16px;
	padding: 0;
}
tr {		vertical-align: top; }
.node table th {
	margin: 0;
	padding: 4px 8px;
	background: #ddd;
	border-top: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #bbb;
}
.node table td {
	margin: 0;
	padding: 4px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.node table td:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}
#tblhead {
	width: 175px;
}
#calendar td {
	color: #666;
	margin: 0;
	padding: 2px 3px;
	text-align: right;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
}
#calendar td:hover, #calendar td#today:hover {
	color: #000;
	border-top: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#calendar td a {
	text-decoration: underline;
}
#calendar td#today {
	background: #ff0;
	border: 1px solid #000;
}
	

/* -- Boxes */

.node h2, .node h3, .node h4, .widget h2, .widget h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #aaa;
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.widget ul {
	clear: both;
	border-bottom: 1px solid #fff;
}
li.widget ul li {
	margin: 0;
	padding: 4px 8px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
li.widget ul li:hover {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;

}

ul.level2, ul.level3 {
	margin-top: 48px;
}



.block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	border-bottom: 1px solid #fff;
}
.block ul li {
	margin: 0;
	padding: 4px 8px;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.block ul li:hover {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;

}
.more p {
	margin: 4px 0;
	padding: 4px 8px;
	font-size: 11px;
	color: #aaa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
.more p:hover {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #fff;
}
.widget img, .entry img {
	padding: 4px;
	background: #fff;
}

.widget {	margin: 0 0 10px; }
li.widget ul li:active {	background: #fff; }
.node h2, .node h3, .widget h2, .wide h2 {	padding: 14px 0 2px; }
.node h3, .widget h3 {	padding: 12px 0 2px; }
.node h4 {	padding: 10px 0 2px; }


/* - REGIONS ------------------------- */

/* -- Top */

#topleft, #topright {
	margin: 8px 0;
	padding: 0;
}


/* -- Header */

#header {
	margin: 0;
	padding: 0;
	height: 100px;
}
#headerimg {
	height: 100px;
	background-image: url(./img/itb-seal.jpg);
	background-repeat: no-repeat;
	background-position: 16px 11px;
}
#headerimg h1 {
	margin: 28px 0 4px 118px;
	padding: 0;
}
#headersearch form {
	text-align: right;
	margin: 36px 0 0;
}

#description {	margin: 0 0 0 118px; }


/* -- Main */

#spotlight ul, #usm ul {	font-size: 13px; }
#spotlight ul {	background: #9ff; }
#usm ul {	background: #ee9; }

.post {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #aaa;
}
.entry {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}
.postmetadata {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.hrzbar {
	margin: 2px 0;
	padding: 8px;
	background: #ccc;
}
h4.quest, p.quest {
	margin: 0;
	padding: 8px 0 2px 0;
	border-bottom: 1px solid #ccc;
}
p.answ, ul.answ, ul.answfile, ol.answ {
	margin: 0;
	padding: 2px 8px 8px 48px;
	color: #333;
	background: #eee;
	border-top: 2px solid #ddd;
}
ol.answ li {
	margin: 0;
	padding: 0 0 6px 0;
	text-indent : 0;
}
ul.answ li {
	margin: 0;
	padding: 4px 0 6px;
	text-indent : 0;
}

.entry img {	margin: 4px 8px; }
.entry img:hover {	background: #333; }


/* -- Footer */

#footer {
	margin: 4px 0;
	padding: 4px 0;
}
#footertop p {
	margin: 2px 0;
	padding: 2px 0;
}
#footerbottom p {
	margin: 2px 0 12px;
	padding: 2px 0;
}


/* - SECTIONS ------------------------- */

#wrap-main .spacer, #wrap-footer .spacer {	border-bottom: 1px solid #888; }


/* -- Home */

#home #wrap-main .spacer {
/*	border-top: 1px solid #bcf;
	background: #bcf; */
	border-top: 1px solid #cdf;
	background: #cdf;
}
#home #wrap-footer .spacer {
	border-top: 2px solid #88c;
	background: #99c;
}
#home #splashbg, #home #splash {	background-color: #99c; }


/* -- Page */

#page #wrap-main .spacer {
	border-top: 1px solid #cce;
	background: #cce;
}
#page #wrap-footer .spacer {
	border-top: 2px solid #88b;
	background: #99b;
}
#page #splashbg, #page #splash {	background-color: #99b; }


/* -- News */

#news #wrap-main .spacer {
	border-top: 1px solid #de9;
	background: #de9;
}
#news #wrap-footer .spacer {
	border-top: 2px solid #aa3;
	background: #bb3;
}


/* -- Agenda */

#agenda #wrap-main .spacer {
	border-top: 1px solid #cfa;
	background: #cfa;
}
#agenda #wrap-footer .spacer {
	border-top: 2px solid #8b2;
	background: #9c3;
}


/* -- Focus */
/* -- Post */

#focus #wrap-main .spacer, #post #wrap-main .spacer {
	border-top: 1px solid #dce;
	background: #dce;
}
#focus #wrap-footer .spacer, #post #wrap-footer .spacer {
	border-top: 2px solid #b5f;
	background: #c6f;
}


/* -- Misc */
/* -- Wide */

#misc #wrap-main .spacer, #wide #wrap-main .spacer {
	border-top: 1px solid #fff;
	background: #fff;
}
#misc #wrap-footer .spacer, #wide #wrap-footer .spacer {
	border-top: 2px solid #aae;
	background: #ccf;
}

/* -- Aggregator */

.aggregatedsite {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.aggregatedsitelist {
	margin: 0 0 16px;
}
.aggregatedsitelist .node {
	margin: 16px 0 0;
	width: 512px;
	height: 256px;
	overflow: auto;
	border: 1px solid #ccc;
}
.aggregatedsitelist h3 {
	margin-top: 4px;
}
.aggregatedsitelistspacer {
	margin: 0;
	padding: 0 16px;
}


/* - SPLASH */

#splashbg, #splash {
	margin: 0;
	padding: 0;
	background-color: #66c;
}
#splashmeta {
	margin: 0;
	padding: 0;
	height: 36px;
	text-align: right;
	color: #999;
}
#splashmeta p {
	margin: 0;
	padding: 10px 24px 0;
}
#sectiontitle {
	padding: 0;
	height: 60px;
	color: #fff;
}
#sectiontitle h2 {
	margin: 0;
	font-weight: normal;
}
#home #sectiontitle {
	margin: 96px 0 0;
	text-align: right;
}

#home #sectiontitle h2 {	font-size: 36px; }
#page #sectiontitle h2, #post #sectiontitle h2 {	font-size: 28px; }
#splash {	background-position: left center; }
#page #sectiontitle, #news #sectiontitle, #agenda #sectiontitle, #focus #sectiontitle, #post #sectiontitle {	margin: 0; }
#splashmeta:hover {	background-color: #333; }
#home #sectiontitle,
#page #sectiontitle,
#news #sectiontitle,
#agenda #sectiontitle,
#focus #sectiontitle,
#post #sectiontitle {	background-image: url(./img/bg-trnsp-24-black.png); }
#splashmeta a {	color: #fff; }
#home #splash {	height: 192px; }
#home #splashbg {	height: 200px; }
#page #splash, #news #splash, #agenda #splash, #focus #splash, #post #splash {	height: 96px; }
#page #splashbg, #news #splashbg, #agenda #splashbg, #focus #splashbg, #post #splashbg {	height: 104px; }
#misc #splashbg, #wide #splashbg {	height: 8px; }
#home #sectiontitle h2 {	padding: 0 64px 0; }
#page #sectiontitle h2, #news #sectiontitle h2, #agenda #sectiontitle h2, #focus #sectiontitle h2, #post #sectiontitle h2 {	padding: 0 212px 0; }

