/*
Theme Name: CSCE
Theme URI:
Description: Custom theme for the Edmonton Section of the Canadian Society for Civil Engineering (CSCE).
Version: 2 (WP2.6.2)
Author:
Author URI:
Tags: csce, custom
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Mailpress Form */
form.mp-form input {
  width: 145px;
}

/* Exec page */
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(http://www.csceedmonton.org/wp-content/uploads/2011/05/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 650px;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #ccc; }

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(http://www.csceedmonton.org/wp-content/uploads/2011/05/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1em;
	width: 500px;
	clear: both;
}

.toggle_container .execblock {

	background: url(http://www.csceedmonton.org/wp-content/uploads/2011/05/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

.execblock
{
	padding: 0 20px 45px 20px; /*--Padding of Container--*/
	height:60px;
}


.toggle_container img {
	float: left;
	margin: 0px 10px 5px 0;
	padding: 2px;
	background: #ddd;
	border: 1px solid #ccc;
}

/* History Linkboxes */
.linkbox h2 {
	font:normal 125% arial;
	color:black;
	margin:0;
	padding:0;
}
.linkbox p {
	font:normal 1em/1.2em arial;
	color:#333;
	margin:0 0 .2em 0;
	padding:0;
}
.linkbox ul {
	list-style:none;
	margin:0;
	padding:0;
}

.linkbox {
	border:1px solid #888;
	background:#f9f9f9;
	padding:10px;
	width:500px;
	margin-bottom:1em;
	}
.hovering {
	background:#ccc;
	border-color: #ccc;
	cursor:pointer;
}
