/*  
Theme Name: EWB
Theme URI: http://www.ewb-chicago.org/
Description: Engineers Without Borders - Chicago Professional Chapter
Version: 1.1
Author: Evan Jacover
Author URI: http://evanjacover.com/

*/



/* CSS Document */

body {
	background-color: #42663b;
	background-image:url(images/mainbg.png);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	text-align:center;
}
body, h1, h2, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
 hr {
	border: 0;
	width: 100%;
	color: #896F53;
	background-color: #896F53;
	height: 1px;  
	margin-top:15px;
	margin-bottom:15px;
}

body, td, th {
	font-size:12px;
}

/* Main Page Column */

#centered {
	text-align:center;
}
#page {
	width:800px;
	margin-left:73px;
	text-align:left;
}
#header {
	height:82px;
	background-color:#DF7B18;
}
#menu {
	height:38px;
	background-image:url(images/menubg2.gif);
	background-repeat:no-repeat;
}

#menutext {
	padding-top:14px;
	padding-bottom:10px;
	padding-left:20px;	
}
#title {
	height:44px;
	background-image:url(images/titlebg.gif);
	background-repeat:no-repeat;
}
#titletext {
	padding-top:11px;
	padding-bottom:10px;
	padding-left:20px;	
}
#main {
	background-color:#B49C82;
	padding:0px;
	font-size:12px;
}
#footer {
	padding-top:15px;
	height:100px;
	background-image:url(images/footerline.gif);
	background-repeat:no-repeat;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
}

/* Default Links */
a {font-weight:bold;color:#BB4A12;}
a:hover {color:#FFB400;}


#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menutext li { 
	float: left;
	margin: 0;
	margin-right:2em;
	font-size:11px;
	letter-spacing:2px;
	font-weight:normal;
}
#menutext a {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#menutext a:hover {
	color:#fff;
}

#titletext h1, #titletext h2 {font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px; display:inline;color:#fff;font-weight:normal;}
#titletext h1 {font-size:14px;text-transform:uppercase; letter-spacing:3px;font-weight:bold;}
#titletext h2 {
	font-size:14px;
	background-image:url(images/titlebullet.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	text-transform:none;
	letter-spacing:1px;
}
#titletext a {color:#fff;text-decoration:none;}
#titletext a:hover {color:#FFB400;}


/* Main Area Layouts */
#mainsidebar { width:100%; border:none; margin:0px; padding:0px; font-size:10px;}
#mainsidebar td.main {padding:20px;}
#mainsidebar th.sidebar {width:240px; background-color:#947B60;font-weight:normal;}
/*#mainsidebar td table td {padding:0px;padding-top:2px;padding-bottom:2px;}*/*/
#mainsidebar h3 {padding:0px; margin:0px; padding-left:4px; padding-right:4px; margin-bottom:2px; margin-top:6px;}

#mainsidebar th.sidebar h3 {padding-left:3px;padding-right:3px; margin-top:10px;margin-bottom:6px;}
#mainsidebar th.sidebar a {color:#fff;}
#mainsidebar th.sidebar a:hover {color:#000;}

/* Special Layouts */
table.eventlist {width:100%;}
table.eventlist td {padding:0px;padding-top:2px;padding-bottom:2px; font-size:10px; padding-right:10px; border-top:1px solid #C4B6A8; }
table.eventlist th {font-size:10px; background-color:none; border-top:1px solid #C4B6A8;}
table.eventlist th a {font-size:12px;}

table.sidelist {width:100%;}
table.sidelist td, table.sidelist th {font-size:10px; font-weight:normal; color:#000; padding:5px; padding-top:2px; padding-bottom:2px;}
table.sidelist td a, table.sidelist th a {font-size:10px; font-weight:normal; color:#FFF;}

ul.list {margin:0; padding:0; list-style:none; border:none;}
ul.list li {padding:4px; font-weight:normal; font-size:10px; font-weight:normal;}
ul.list li.alt {background-color:#A4896B;}
ul.list a {font-weight:normal; font-size:10px; color:#fff; text-decoration:none;}
ul.list a:hover {color:#000;}

div.boxit {background-color:#BDAA96; padding:10px; border:1px solid #A08669;}
div.newspost {margin-bottom:10px;padding-bottom:10px;}
div.newspost small {
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	padding:0px;
	margin-top:0px;
	margin-bottom:5px;	
}

h1, div.newspost h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold; 
	padding:0px;
	margin-top:5px;
	margin-bottom:2px;
}
div.newspost h2 a {
	color:inherit;
	text-decoration:none;
}

div.newspost {
line-height:20px;
}
h3 {
	margin-bottom:5px;
}
.smallentry {
	font-size:10px;
	line-height:15px;
}
/* Form */
table.form {width:100%;}
table.form th {text-align:left;}
table.form th, table.form td.field, table.form td.instructions {
	border-bottom:1px solid #947B60; 
	padding:3px;
	font-size:10px;
}
table.form td.instructions {color:#746042;}
table.form input.standard, table.form textarea.standard {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.form tr.section td {
	font-size:14px;
	text-transform:uppercase; 
	letter-spacing:3px;
	font-weight:bold;
	padding:3px;
	padding-top:30px;
	color:#fff;
}
table.form table.subtable td {
	font-size:10px;
}

span.project-summary {font-size:10px;}