/*
Theme Name: iFoundry Theme
Theme URI: http://ifoundry.illinois.edu
Description: iFoundry wordpress theme. 
Version: 1.0
Author: Ho-Mui Wong
Author URI: http://ooo-buttons.info
Tags: iFoundry, uiuc, orange and blue, engineering

*/


/**************** POSITIONING ELEMENTS ****************/


* {
	margin: 0;
	padding: 0;	
}

body {
	background: #978d84 url(images/bg.jpg) repeat-x;
	text-align: center;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
	padding: 0;
	text-align: left;
}

#nav {
	background: #6e7376 url(images/bg_nav.jpg) repeat-x;
	width: 100%;
	margin: 0;
	border-bottom: 2px solid #323232;
}

#content {
	background: #fff url(images/bg_content.jpg) repeat-x;
	margin: 0;
	padding: 30px;
	float: left;
	width: 530px;
	min-height: 350px;
}

#sidebar {
	background: #fff url(images/bg_sidebar.jpg) repeat-x;
	padding: 30px;
	float: right;
	width: 300px;
	min-height: 350px;
}

#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	border-top: 2px solid #eee;
}
/* featured section styling */
#featured {
	border-bottom: 5px #777 solid;
	float: left;
	margin: -30px;
	margin-bottom: 30px;
	padding: 15px 25px 15px 30px;
}

#featured p.featured a {
	color: #777;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

#featured p.featured a:hover {
	color: #333;
}

#featured p sup {
	margin: 0;
	padding: 0;
}

/********************* HEADER & LOGO *********************/

#header {
	height: 130px;
	border-bottom: 2px solid #f86400;
	position: relative;
}

#header img {
	border: none;
}

#logo {
	background-image: url(images/i-mark.gif);
	width: 24px;
	height: 34px;
	display: block;
	position: absolute;
	top: 80px;
	right: 30px;
}

a#logo:hover {
	background-position: -24px;
}


/************************* NAVIGATION *************************/

#nav ul { 
	width: 100%;
	list-style: none;
	font: 11px/11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border: none;
	border-width: 0;
	float: left;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav ul li a {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#nav ul li a.dropdownarrow {

}


#nav li {
	color: #ffffff;
	float: left;
	padding: 16px 16px 11px 16px;
	border-right: 1px solid #CCCCCC;
}


#nav li img {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	vertical-align: middle; 
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #828282;
	left: -111em;
	height: auto;
	font-weight: normal;
	border-width: 0.25em;
	margin: 2px 0px 0px 0px;
}

#nav li ul
{
	display: none;
	left: auto;
	margin-top: 11px;
	margin-left: -16px;
	width: auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li {
	float: none;
	clear: both;
	border-top: 1px solid #fff;
	width: auto;
	display: block;
	list-style-type: circle;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#nav ul li:hover {
	color: #f86400;
	background-image: none;
	background-color: #555;
	border-right: 1px solid #CCCCCC;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image: none;
	border-right: 1px solid #CCCCCC;
	display: block;
	background-color: #828282;

}

#nav a:hover {
	color: #ccc;
	background-image: none;
}

.current_page_item {
	background-color: #555;
}

#nav ul li.current_page_item a {
	color: #f86400;
}

#nav ul li.current_page_item  ul li {
	border-right: 1px solid #CCCCCC;
	color: #000000;
}

#nav ul li.current_page_item  ul li a {
	color: #ffffff;
}

#nav ul li.current_page_item  ul li a:hover,
#nav ul li.current_page_item  ul li a:active {
	color: #333333;
	background-image: none;
}


/********************* CONTENT & SIDEBAR *********************/

/***added by Hani for quotes 7/24/09**/
blockquote {
        background-color: #faebbc;
        border-top: 1px solid #e1cc89;
        border-bottom: 1px solid #e1cc89;
        margin: 5px;
        text-indent: 23px;
        padding: 8px;
}


#content a.posttitle,
#content a:visited.posttitle,
#content h1.pagetitle,
h1.sidebar {
	font: 18px/21px Helvetica, Arial, sans-serif;
	color: #e55100;
	text-decoration: none;
	margin-bottom: 2px;
}

#content a,
#content a:visited,
#sidebar a,
#sidebar a:visited {
	color: #e68646;
	text-decoration: none;
}

#content a:hover,
#content a:active,
#sidebar a:hover,
#sidebar a:active {
	color: #d15101;
	text-decoration:underline;
}

div.postdivider {
	border-bottom: 3px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* content styling */
#content h2 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	margin: 25px 0 10px 0;
	clear: both;
}

#content h2:first-child {
	margin-top: 0;
}

#content h3 {
	font: 11px/13px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #787e83;
	margin: 14px 0 0 0;
}


#content p.date {
	font: 11px/17px Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	margin: 2px 0 10px 0;
}

#content p,
#content ol li.slidebody, /* used on the Students - FAQs section */ 
#content ol,
#content ul {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #4d3b2a;
	margin-bottom: 7px;
	margin-top: 2px;
}

#content ul li:before {
	content: "- ";
}

#content ul {
	list-style: none;
	margin: 0 0 8px 10px;
	padding-left: 9px;
	text-indent: -9px;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 5px;
}

/* tags, category, etc. styling */
.metafeedback,
.metafeedback a {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 25px;
}

.metafeedback {
	border-top: 1px dotted #eee;
	padding-top: 3px;
}

label.hidden {
	position: absolute;
	top: -500px;
	left: -500px;
}

/* search box / search styling */
input {
	background: #eee;
	color: #777;
	border: 1px solid #bbb;
	padding: 4px;
}

input.box {
	width: 70%;
}

input.submit {
	width: 25%;
}

input:hover.submit {
	background: #ddd;
	cursor: pointer;
	color: #555;
}

/*sidebar styling */
#sidebar p {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #4d3b2a;
	margin-bottom: 4px;
}

#sidebar ul li {
	list-style: none;
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #4d3b2a;
	margin-left: 0;
	padding-left: 8px;
	text-indent: -8px;
}

#sidebar ul li li:before {
	content: "- ";
}

#sidebar ul li li {
	line-height: 12px;
	margin-bottom: 3px;
}

#sidebar .widget {
	margin-bottom: 15px;
}

/* people section styling */

div.person {
	clear: both;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0;
}

#content div.person h3 {
	font: 11px/13px Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #787e83;
	margin: 0 0 2px 0;
	padding: 0;
}

img.imgperson {
	width: 80px;
	border: none;
	float: left;
	clear: left;
	margin: 0 15px 8px 0;
}

/* FAQ under students styling */
#content ol li.slideheader {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	clear: both;
	margin: 0 0 10px 0;
}

#content ol li.slideheader:hover {
	cursor: pointer;
}

#content ol li.slidebody {
	margin-bottom: 25px;
}

/* meta key / category page styling */
#content p.metadate {
	font: 11px/12px Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

#content h2.nomargin {
	margin: 0;
}

#content p.metakeys {
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #7e8e98;
	margin: 3px 0 15px 0;
}

#content span.metapub {
	font-style: italic;
	margin-right: 5px;
}

#content span.metaauthor,
#content span.metalink {
	margin-right: 5px;
}

/********************* FOOTER *********************/

#footer {
	clear: both;
}

#footer p {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
}


