/*
		Social Capital Partners Common Styles
		January 2009
*/


/* =defaults *******************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}
a img {
	border: 0;
}

html {
	background: #fff url(../images/body-bg.gif) repeat-y top center;
	color: #1a1a1a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	min-width: 950px;
}

body {
}
body.jquery {
}

.wrap {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

/* =notice **********************/

#notice {
	padding: 20px 10px;
	font-size: 1.2em;
	background: #FFC;
	text-align: center;
	font-weight: bold;
}

/* =branding *******************/

#branding {
	background: #4dcbdb url(../images/branding-bg.gif) repeat-x top center;
	min-height: 175px;
	min-width: 950px;
}

#branding h1 {
	left: 20px;
	position: absolute;
	top: 13px;
}

#branding ul {
	background: #00b5cb;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 50px 274px;
	padding: 3em 0 0 0;
	overflow: hidden;
}
#branding a:link, #branding a:visited, #branding a:hover, #branding a:active, #branding a:focus {
	color: #fff;
	text-decoration: none;
}
#branding ul li {
	float: left;
	font-size: 1.4em;
	margin-right: 15px;
}
#branding ul li a {
	display: block;
	overflow: hidden;
	padding: 3px 6px;
	position: relative;
}
#branding ul li a:hover {
	background: #009fb6;
}
#branding ul li.current a {
	background: #004964;
}

#branding h2 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 4em;
	line-height: 1;
	margin-left: 280px;
	padding: 0 0 .5em 0;
	text-transform: uppercase;
	font-weight: 200;
}
#branding h2 em {
	display: block;
	font-style: normal;
}


/* =sidebar *******************/

.sidebar {
	background: #f5f5f5;
	clear: left;
	color: #999;
	float: left;
	font-size: 1.2em;
	margin: 30px 0 2em 20px;
	padding: 3px 6px;
	width: 195px;
}

.sidebar a:link, .sidebar a:visited {
	color: #666;
}
.sidebar a:hover, .sidebar a:active, .sidebar a:focus {
	color: #00b5cb;
}

.sidebar ul.headlines li {
	list-style: none;
	padding: 2px 0;
}
.sidebar ul.headlines em {
	display: block;
}
.sidebar h4 {
	margin: 1em 0 .25em 0;
}

/* =submenu *******************/

#submenu {
	background: #f5f5f5;
	float: left;
	font-size: 1.4em;
	list-style: none;
	margin: 30px 0 3em 20px;
	width: 195px;
}
#submenu a:link, #submenu a:visited {
	color: #004964;
	text-decoration: none;
}
#submenu a:hover, #submenu a:active, #submenu a:focus {
	color: #00b5cb;
	text-decoration: none;
}
#submenu li a {
	display: block;
	margin: 0 0 .5em 0;
	overflow: hidden;
	padding: 3px 6px;
	position: relative;
}
#submenu li.current {
	background: #d4d4d4;
	margin-bottom: 1em;
}
#submenu li.current a {
	color: #555;
	margin-bottom: 0;
}

#submenu ul {
	background: #e1e1e1;
	list-style: none;
}
#submenu ul li {
	border-top: 1px solid #d4d4d4;
	font-size: .9em;
}
#submenu ul li a {
	padding-left: 12px;
}
#submenu li.current ul li a {
	color: #004964;
}
#submenu li.current ul li a:hover, #submenu li.current ul li a:active, #submenu li.current ul li a:focus {
	color: #00b5cb;
}

/* =content *******************/

#content {
	float: right;
	margin: 30px 20px 1em 0;
	width: 650px;
}

#content h3 {
	background: #aaa;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 1em 0;
	padding: 3px 6px;
	text-transform: uppercase;
}

#content h3.step1 { background: #e9a60c; }
#content h3.step2 { background: #4dcbdb; }
#content h3.step3 { background: #b6c81a; }
#content h3.step4 { background: #ef7e14; }

#content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 6px;
}
#content h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 6px;
}
#content h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 6px;
}

.wrap #content blockquote {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.8em;
}

#content img.steps {
	clear: both;
	float: left;
	margin: 0 20px 10px 10px;
}

#content a:link, #content a:visited {
	color: #004964;
}
#content a:hover, #content a:active, #content a:focus {
	color: #00b5cb;
}

#content p, #content ul, #content ol, #content dl, #content blockquote {
	font-size: 1.2em;
	margin: 1em 6px;
}
#content p+h3 {
	margin-top: 2em;
}
#content li {
	margin: 0 0 0 24px;
}
#content li.pages {
list-style: none;
margin-top: 2em;
font-weight: bold;
}

#content a.more {
	display: block;
	padding: 0 0 0 28px;
	background: url(../images/bullet-more-blue-arrow.gif) no-repeat 0 50%;
}


/* =Corners *******************************************************************/

.corner {
	position: absolute;
	width: 40px;
	height: 40px;
}
.corner-tl {
	top: 0;
	left: 0;
	margin: -30px 0 0 -30px;
}
.corner-tr {
	top: 0;
	right: 0;
	margin: -30px -30px 0 0;
}
.corner-br {
	bottom: 0;
	right: 0;
	margin: 0 -30px -30px 0;
}
.corner-bl {
	bottom: 0;
	left: 0;
	margin: 0 0 -30px -30px;
}
* html .corner {
	display: none;
}


/* =siteinfo *******************/

#siteinfo {
	clear: both;
	color: #999;
	margin: 1em 0 1em 20px;
	padding: 3px 6px;
	width: 195px;
}
#siteinfo .actions {
	margin: 1em 0;
	font-size: 1.2em;
}
#siteinfo span {
	margin: 0 5px;
}
#siteinfo a:link, #siteinfo a:visited {
	color: #004964;
}
#siteinfo a:hover, #siteinfo a:active, #siteinfo a:focus {
	color: #00b5cb;
}


/* =comments *******************/

.comment-display dl dt {
	font-weight: bold;
}
.comment-display dl.even {
}

form {
	clear: both;
	background: #f5f5f5;
	font-size: 1.2em;
	margin: 2em 0 1em 0;
	padding: 0 15px 15px 15px;
}
form div {
	padding: 3px 6px;
}
form label {
	display: block;
	font-weight: bold;
}


/* =press *******************/

#content dl.press dt {
	font-size: 1.2em;
	font-weight: bold;
}
#content dl.press dd {
	color: #666;
	font-size: .8em;
	margin-left: 24px;
}
#content dl.press dd.source {
	color: #333;
	font-size: 1em;
	margin-left: 0;
}