/* @override http://dev.newint.org/ui/css/cleanstart/index.css */

/* 
FILE: /ui/css/cleanstart/index.css
DESC: Clean Start site layout and overrides
AUTH: Phillip Smith
DATE: November 12, 2008

CHANGELOG (last 30 days):
- 11/15/08: Getting underway...
- 11/20/08: Finishing up for 1st publish

*/

/* @group Cleanstart pages */

body {
	background: #DBEDF7 url(/ui/img/cleanstart/bg_cleanstart.jpg) repeat-x center top;
	font-family: "Lucida Grande", FreeSans, Lucida, Verdana, sans-serif;
}

p + p {
	text-indent: 0;
}

div#wrap {
	background: url(/ui/img/cleanstart/bg_footer_cleanstart.jpg) repeat-x center bottom;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}

.container {
	background: url(/ui/img/cleanstart/bg_container_cleanstart.png) repeat;
	border: 4px solid #fff;
	margin-top: 40px;
	margin-bottom: 60px;
}

#permalink {
	display: none;
}

#header {
	background: url(/ui/img/cleanstart/bg_header_cleanstart_fade_trans.png) repeat-x;
	color: black;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
}

#header h1 {
	background: url(/ui/img/cleanstart/header_cleanstart.png) no-repeat center top;
	height: 200px;
	text-indent: -5000px;
}

#header div {
	
}

#header form {
	margin-top: 8px;
}

#header form fieldset {
	margin: 0;
	padding: 5px;
	margin-right: 8px;
	border: none;
}

#header form fieldset p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: .9em;
}

#header form input[type=text] {
	width: 220px;
	height: 16px;
	padding: 2px;
}

#header ul {
	margin: 2px 0 0 4px;
	padding: 0;
	list-style: none;
}

#header ul li a {
	color: #666;
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header p.share {
	margin: 10px 0 10px 4px;
}

#content {
	
}

#content span {
	margin-left: 12px;
}

#content h2 {
	background: black url(/ui/img/cleanstart/section-bg.gif);
	color: white;
	margin-left: 12px;
	padding-left: 10px;
}

#content dl {
	margin-left: 12px;
}

#content dl dt {
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 10px;
}

#content dl dd {
	background: url(/ui/img/cleanstart/bg_cleanstart_item.gif) repeat-x left bottom;
	margin: 0 0 10px 0;
	border-bottom: 1px solid white;
	padding-bottom: 12px;
	padding-left: 10px;
	min-height: 50px;
}

#slidecontainer {
	background: #fff;
	height: 310px;
	width: 530px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#slideshow .slide {
	display: none;
}

div.slide span {
	display: block;
	text-align: right;
	font-size: .9em;
}

#sidebar {
	
}

#sidebar p.share {
	padding: 0px 10px 2px 10px;
	margin-right: 10px;
}

#sidebar p {
	margin-bottom: 2em;
}

#sidebar .block {
	background: #fff;
	padding: 10px 10px 2px 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

#sidebar .block h3 {
	background: #e0edf6;
	color: black;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar div#event {
	background: #176bb4;
	color: white;
/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

#sidebar div#event h3 {
	background: black;
	color: white;
}

#sidebar div#event a {
	color: white;
	font-weight: bold;
}

#sidebar .block ul li {
	list-style-type: circle;
}

#footer {
	background: url(/ui/img/cleanstart/bg_header_cleanstart_fade_trans.png) repeat-x 0 bottom;
	padding: 60px 0 0 0;
}

#footer ul, #footer li {
	margin: 0;
	padding: 4px;
	display: inline;
}

#footer p {
	color: #999;
	padding: 0 12px 0 8px;
	margin: 20px 0 20px 0;
}

#header em {
	background-color: #fefce9;
	padding: 2px;
}

#content, #sidebar { overflow: hidden; }


/* @end */

/* @group Static pages */

ul.breadcrumbs, ul.breadcrumbs li a {
	list-style: none;
	color: #666;
	text-decoration: none;
	margin: -18px 0 8px 6px;
	padding: 0;
}

ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

#page-content {
	margin-left: 12px;
	padding: 20px;
	background: #fff;
}

#page-content span {
	margin: 0;
}

#page-content p {
	margin-bottom: 30px;
}

/* @end */


