/*

style guide specific styles

*/

body {
	background-image: none;
	background-color: #FFFFFF;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 18px;
}

#sgToc {
	background-color: #0B78B8;
	padding: 9px 0 9px 9px;
	width: 250px;
	position: fixed; 
	top: 40px; 
	left: 50%; 
	margin-left: -536px;
	z-index: 999;
	height: 370px;
	display: none;
	border-radius: 3px;
}

#sgToc ul {
	margin-bottom: 0;
	padding-left: 18px;
	list-style: none;
}

#sgToc li {
	line-height: 22px;
}

#sgTocControl {
	position: fixed; 
	top: 0; 
	left: 50%; 
	margin-left: -572px;
	width: 288px;
	cursor: pointer;
}

#sgTocControl div {
	background: #FFC000;
	display: inline-block;
	border: solid 1px transparent;
	padding: 9px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	height: 38px;
}

#sgTocControl div:last-child {
	font-weight: 400;
	width: 250px;
}

#sgToc a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

#sgToc a:hover {
	border: none;
}

/* 

typography 

*/

h1.sg {
	font-size: 36px;
	color: #6D6D6D;
	margin: 72px 0 0 0;
	font-weight: 300;
	display: inline-block;
}

h1.sg img {
	vertical-align: bottom;
	margin-right: 9px;
}

h2.sg {
	font-size: 26px;
	color: #6D6D6D;
	font-weight: 300;
	margin: 63px 0 18px 0;
	border-top: solid 4px #F2F2F2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top: 9px;
}

h3.sg {
	font-size: 22px;
	color: #6D6D6D;
	font-weight: 300;
	margin: 27px 0 18px 0;
}

.outsell-basics {
	font-size: 27px;
	color: #000000;
}

blockquote {
	color: #6d6d6d;
	border-left: none;
	background: #f2f2f2;
	border-radius: 3px;
}

cite {
	display: block;
	text-align: right;
	margin-top: 18px;
	color: #6D6D6D;
}

/* 

tables 

*/

table.sg {
	margin: 18px 0 18px 0;
}

table.sg th {
	color: #808080 !important;
	font-weight: 700 !important;
	background: #FFFFFF !important;
}

table.sg tr th {
	border-bottom: solid 1px #F2F2F2 !important;
}

table.sg tr td {
	border-top: none;
}

table.sg tr td:first-child {
	white-space: nowrap;
}

table.cp td {
	width: 72px;
}

.cp-block {
	border-radius: 3px;
}

.cp ul {
	margin-left: 9px;	
}

/* 

color palette 

*/

.cp-process-blue {
	background-color: #00AEEF;
}

.cp-dark-grey {
	background-color: #6d6d6d;
}

.cp-light-grey {
	background-color: #BEBEBE;
}

.cp-pms-7409 {
	background-color: #FFC000;
}

.cp-pms-1585 {
	background-color: #F26522;
}

.cp-pms-300 {
	background-color: #0B78B8;
}


/*

example/source links

*/

ul.example-source li {
	display: inline;
	font-size: 13px;
}

ul.example-source li:after {
	content: "  |  ";
}

ul.example-source li:last-child:after {
	content: none;
}

/*

source viewer

*/

#source-view {
	display: none;
	width: 900px;
	height: 600px;
	position: fixed; 
	top: 0; 
	left: 50%; 
	margin-left: -450px; 
	background-color: #ccc;
	z-index: 999;
	background-color: #f2f2f2;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 700px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
	display: none;
	padding: 18px;
	overflow: auto;
}

#source-view-ol {
	display: none;
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%;
	background: #000;
	opacity: 0.33;
}

#source-view-code {
	background-color: transparent;
	border: none;
	font-size: 13px;
}

/*

misc

*/

.byline {
	font-size: 13px;
	margin-top: 9px;
	font-weight: 400;
	text-align: right;
}
