/*
Theme Name: Cirqe Corporate
Theme URI: http://cirqe.com/
Description: Corporate site for Cirqe
Version: 1.0
Author: Derek Punsalan
Author URI: http://5thirtyone.com/
Tags: cirqe,dark,gray,hero

No redistribution or copying allowed

*/

/* @group master */
html, body {
	background: #111 url(images/bg-main.png) no-repeat top center;
	color: #eee;
	font-size: 12px;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: center;
}
a {
	color: #F15B29;
}
a:hover {
	color: #b6502e;
	text-decoration: none;
}
/* @end */

/* @group structure */
.corp-wrapper {
	padding: 0 15px;
}

.corp-inner {
	width: 828px;
	margin: 0 auto;
}

.bliggity {
	float: left;
	width: 450px;
	text-align: left;
	margin: 15px 25px 15px 40px;
}

.bliggity.outside {
	float: none;
	width: 780px;
	margin: 15px 15px 0;
}

.sidebar-wrapper {
	margin: 10px 0 0;
	float: left;
	width: 250px;
	text-align: left;
}
/* @end */

/* @group shared header + footer */
.endnote {
	padding-top: 30px;
}

.footer.endnote {
	margin-bottom: 25px;
}

h3.anchor {
	float: left;
	margin: -16px 0 0 40px;
}

.footer h3.anchor {
	float: right;
	margin: -16px 40px 0 0;
}

h3.anchor a {
	background: url(images/logo-original.png) no-repeat 0 0;
	display: block;
	width: 100px;
	height: 60px;
	text-indent: -9999em;
}

ul.main-nav {
	float: right;
	margin: 0 40px 0 0;
}

.footer ul.main-nav {
	float: left;
	margin: 0 0 0 40px;
}

.main-nav li {
	float: left;
	margin: 0 0 0 7px;
	width: 110px;
}

.footer .main-nav li {
	margin: 0 7px 0 0;
}

.main-nav li a, .main-nav li a span {
	display: block;
	height: 36px;
	line-height: 38px;
	text-decoration: none;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
}

.main-nav li a {
	background: url(images/bg-main-nav-right.png) no-repeat top right;
}

.footer .main-nav li a {
	background: url(images/bg-bottom-nav-right.png) no-repeat top right;
}

.main-nav li a span {
	background: url(images/bg-main-nav-left.png) no-repeat top left;
	padding: 0 0 0 28px;
}

.footer .main-nav li a span {
	background: url(images/bg-bottom-nav-left.png) no-repeat top left;
}

.main-nav li a:hover {
	background-position: right -36px;
}

.main-nav li.active a {
	background-position: right -72px;
}

.main-nav li a:hover span {
	background-position: left -36px;
}

.main-nav li.active a span {
	background-position: left -72px;
}
/* @end */

/* @group hero wrapper */
.hero-wrapper {
	margin-top: 20px;
}

.hero-wrapper, .hero-top, .hero-middle, .hero-bottom {
	display: block;
	width: 828px;
	overflow: hidden;
}

.hero-top, .hero-middle, .hero-bottom {
	background: url(images/bg-hero-narrow-sprite.png) no-repeat 0 0;
}

.hero-top {
	height: 13px;
	background-position: 0 0;
}

.hero-middle {
	background-position: -828px 0;
	background-repeat: repeat-y;
	min-height: 200px;
}

.hero-bottom {
	height: 13px;
	background-position: -1656px 0;
}
/* @end */

/* @group inside hero container */
.hero-content {
	background: #eee;
	color: #333;
	padding: 15px 0;
	margin: 0 15px;
}
/* @end */

/* @group special for home page video */
.hero-content .hvlog.main {
	margin: 3px auto 0;
	width: 640px;
}

.hero-content .embedded.main a {
	font-weight: bold;
	color: #f05a29;
	text-decoration: none;
	font-size: 14px;
}
/* @end */

/* @group mini bricks linking to latest content */
.glimpse-wrapper {
	height: 265px;
	position: relative;
	background: url(images/bg-horizontal-divide-dark.png) repeat-x bottom left;
}

ul.glimpse-inner {
	position: absolute;
	top: 24px;
	left: 39px;
	z-index: 1;
	white-space: nowrap;
}

ul.glimpse-inner.indexed {
	position: static;
	margin-left: 10px;
	width: 745px;
}

.glimpse-inner li {
	float: left;
	display: block;
	background: #eee;
	border: 1px solid #000;
	height: 165px;
	width: 165px;
	margin-right: 28px;
}

.glimpse-inner li.placeholder {
	background: none;
	border-color: #111;
}

.glimpse-inner.indexed li {
	border-color: #bbb;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 4px;
	background: #fff;
}

.glimpse-inner li a {
	height: 155px;
	width: 155px;
	margin: 5px;
	display: block;
	background: #aaa;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #f15b29;
}

.glimpse-inner .link-rollover {
	background: url(images/icn-go-btn.png) no-repeat 0 0;
	display: none;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
}

.glimpse-inner li a .short-desc {
	font-weight: normal;
	color: #555;
	white-space: normal;
	text-align: left;
	position: absolute;
	top: 155px;
	padding-top: 12px;
	left: 5px;
	right: 5px;
	font-size: 11px;
	line-height: 14px;
}

.glimpse-inner li a:hover .short-desc {
	color: #aaa;
}

.glimpse-inner a .glimpse-title {
	display: block;
	white-space: normal;
	text-align: left;
	background: url(images/bg-transparent-mask.png) repeat 0 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	line-height: 15px;
}

.glimpse-title span {
	display: block;
	padding: 7px;
}
/* @end */

/* @group index pages style support */
.glimpse-inner li.list-display {
	float: none;
	width: 450px;
	background: #eee;
	border-color: #eee;
	border: 0;
	height: auto;
	margin-bottom: 25;
}

.glimpse-inner li.list-display h3 {
	font-size: 16px;
	margin: 0 0 3px 0;
}

.glimpse-inner li.list-display .list-date {
	margin: 0 0 7px 0;
	color: #777;
}

.glimpse-inner li.list-display p {
	font-size: 12px;
	line-height: 18px;
	white-space: normal;
}

.glimpse-inner li.list-display a {
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	background: #eee;
	display: inline;
}

.glimpse-inner li.list-display a:hover {
	color: #b6502e;
}
/* @end */

/* @group pagination controls */
.bliggity .navigation {
	border-top: 1px solid #ccc !important;
	padding-top: 20px;
}

.glimpse-inner li.navigation, .bliggity .navigation {
	float: none;
	width: 100%;
	background: none;
	border: 0;
	height: 32px;
	clear: both;
	margin-bottom: 0;
	margin-left: -4px;
}

.glimpse-inner li.navigation .alignleft, .bliggity .navigation .alignleft {
	float: left;
}

.glimpse-inner li.navigation .alignright, .bliggity .navigation .alignright {
	float: right;
}

.bliggity .navigation .alignright {
	margin-right: 0;
}

.glimpse-inner li.navigation a, .bliggity .navigation a {
	display: block;
	height: 32px;
	width: 80px;
	text-align: center;
	line-height: 32px;
	background: url(images/bg-navigation-sprite.png) no-repeat 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #888;
}

.glimpse-inner li.navigation a:hover, .bliggity .navigation a:hover {
	background-position: 0 -32px;
	color: #555;
}
/* @end */

/* @group summary snippets on the homepage */
.summary-wrapper {}

.summary-inner {
	margin: 25px 0 0 0;
	padding-left: 44px;
	background: url(images/bg-features-divider.png) repeat-y top center;
}

.summary-box {
	float: left;
	width: 230px;
	margin-right: 25px;
	text-align: left;
	color: #bbb;
}

h4.summary-title {
	background: url(images/icn-features-sprite.png) no-repeat 0 0;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	padding: 0 0 0 38px;
	color: #F15B29;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 7px 0;
}

h4.summary-title.first {
	background-position: 0 0;
}

h4.summary-title.second {
	background-position: 0 -32px;
}

h4.summary-title.third {
	background-position: 0 -64px;
}

.summary-box p {
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 3px 0 2px;
}

.summary-list {
	margin: 0 0 15px 15px;
}

.summary-list li {
	background: url(images/li-icn.png) no-repeat 0 1px;
	padding: 0 0 0 14px;
	margin: 0 0 7px 0;
}
/* @end */

/* @group main blog or page posts support */
.bliggity h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	margin: 5px 0 25px 0;
}

.bliggity h1 a {
	text-decoration: none;
}

.entry {
	padding-bottom: 15px;
	line-height: 18px;
}

.entry h3 {
	font-weight: bold;
	font-size: 15px;
	clear: both;
}

.entry p, .entry ul, .entry ol, .entry blockquote {
	margin: 15px 0;
}

.entry em {
	font-style: italic;
}

.entry strong {
	font-weight: bold;
}

.entry ul li {
	background: url(images/li-icn.png) no-repeat 0 3px;
	padding: 0 0 0 14px;
	margin: 0 0 7px 0;
}

.entry ol li {
	list-style: disc;
	margin-left: 15px;
}

.entry ul, .entry ol, .entry blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

.entry blockquote {
	border-left: 1px solid #aaa;
	padding-left: 15px;
	font-style: italic;
}

.entry .alignright {
	float: right;
	margin: 0 0 4px 10px;
}

.entry .alignleft {
	float: left;
	margin: 0 10px 4px 0;
}

.aligncenter {
	width: auto;
	margin: 0 auto;
}

.wp-caption {
	background: #ddd;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	text-align: center;
	padding: 4px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption p {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #777;
	margin: 0 0 2px 0;
}
/* @end */

/* @group meta info for a post */
.single-meta {}

.small-bits {
	border-top: 1px solid #ccc;
}

.small-bits li {
	overflow: hidden;
	padding: 4px 2px;
	border-bottom: 1px solid #ccc;
}

.lead-title {
	display: block;
	float: left;
	line-height: 22px;
}

.lead-what {
	display: block;
	line-height: 22px;
	font-size: 11px;
}

.lead-title {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	width: 50px;
}

.lead-what {
	padding-left: 55px;
}

.lead-what span, .lead-what a {
	line-height: 16px;
	background: #ddd;
	padding: 2px 6px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.lead-what a {
	text-decoration: none;
	color: #777;
	font-size: 11px;
}

.lead-what a:hover {
	background: #fcebe5;
	color: #F15B29;
	border-color: #F15B29;
}

.lead-what .plain {
	background: #eee;
	border-color: #eee;
}

.tag-cloud {
	padding-left: 60px;
}
/* @end */

/* @group toolbar on main indexes */
.control-bar {
	height: 45px;
	line-height: 32px;
	margin: 15px 30px 0 25px;
}

.toggle-wrapper {
	float: left;
}

.toggle-wrapper li {
	float: left;
}

.toggle-wrapper li a {
	background: url(images/bg-toggle-displays.png) no-repeat 0 0;
	display: block;
	width: 40px;
	height: 32px;
	line-height: 32px;
	text-indent: -9999em;
	overflow: hidden;
}

a.toggle-grid {
	background-position: left 0;
}

a:hover.toggle-grid, a.toggle-grid.active {
	background-position: left -32px;
}

a.toggle-list {
	background-position: right 0 !important;
}

a:hover.toggle-list, a.toggle-list.active {
	background-position: right -32px !important;
}
/* @end */

/* @group style support for search */
.site-search {
	background: #F15B29;
	margin: 0 0 25px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b44814;
}

.control-bar .site-search {
	background: #ddd;
	border-color: #aaa;
	float: right;
	margin: -3px 0 0;
	padding: 0;
}

#searchform div {
	float: left;
	border: 1px solid #ec7a42;
	margin: 10px;
	padding: 0;
}

.control-bar #searchform div {
	border-color: #ddd;
	margin: 1px 4px;
	padding: 0;
	float: right;
}

#searchform input {
	background: #fff url(images/bg-search.png) repeat-x 0 0;
	border: 1px solid #b44814;
	margin: 0;
	padding: 4px 2px;
	width: 220px;
	font-size: 12px;
}

.control-bar #searchform input {
	border-color: #aaa;
}
/* @end */

/* @group footer */
.closing-footer {
	background: url(images/bg-horizontal-divide-dark.png) repeat-x top left;
	color: #bbb; 
	text-align: center;
	padding: 35px 0 50px;
}

.closing-footer a {
	text-decoration: none;
	font-weight: bold;
}
/* @end */

/* @group main documentation support */
.docs-special.corp-inner,
.page-template-docs-intro-php .corp-inner,
.page-template-docs-top-level-php .corp-inner,
.page-template-docs-children-php .corp-inner {
	width: 1024px;
}

.docs-special.hero-wrapper,
.docs-special .hero-top,
.docs-special .hero-middle,
.docs-special .hero-bottom {
	width: 1024px;
}

.docs-special .hero-top,
.docs-special .hero-middle,
.docs-special .hero-bottom {
	background: url(images/bg-hero-wide-sprite.png) no-repeat 0 0;
}

.docs-special .hero-middle {
	background-position: -1024px 0;
	background-repeat: repeat-y;
}

.docs-special .hero-bottom {
	background-position: -2048px 0;
}

.docs-special .hero-content {
	margin: 0 7px;
}

a.launch-components {
	border: 1px solid #ccc;
	display: block;
	text-align: center;
	margin: 0 18px 15px 0;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 26px;
	background: #fff;
}

.docs-navigation {
	float: left;
	width: 195px;
	margin: 1px 0 0 15px;
	text-align: left;
	border-right: 1px solid #ccc;
}

.docs-navigation .widgetTitle {
	display: none;
}

.docs-navigation .collapsPageList {
	margin: 0 18px 0 0;
}

.docs-navigation a.self {
	background-color: #B6451F !important;
	color: #fff !important;
}

.collapsPage.expand,
.collapsPage.collapse {
	margin: 0 4px 0 0;
	position: absolute;
	top: 5px;
	left: 3px;
	color: #eee;
}

.collapsPageList li {
	border-top: 1px solid #ccc;
	position: relative;
}

.collapsPageList a {
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 3px 0 3px 16px;
}

.collapsPageList a:hover {
	background-color: #fff;
}

.docs-navigation ul a {
	background-color: #ddd;
}

.docs-navigation ul ul ul a {
	background-color: #eee;
}

.docs-special .bliggity {
	margin: 0 0 0 -1px;
	border-left: 1px solid #ccc;
	width: 760px;
	padding-left: 20px;
}

.docs-special .bliggity h3 {
	border-bottom: 1px solid #ddd;
	padding: 10px 2px 5px;
}

.docs-special .bliggity h1 {
	margin-bottom: 15px;
}
/* @end */

/* @group basic post table style support */
.entry table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 15px 0;
	width: 100%;
}
.entry table th {
	padding: 3px 5px;
	background: #ddd;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
}
.entry table td {
	border-top: 1px solid #ccc;
	padding: 4px 5px;
}
/* @end */

/* @group override for selected tabs */
li.current-page > a {
	background: #B6451F !important;
	color: #fff !important;
	border-color: #A9401D;
}
/* @end */

/* @group summary review cards */
.expanded-summary {
	padding-left: 10px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	border-left-color: #aaa;
	border-bottom-color: #aaa;
	overflow: hidden;
	margin-top: 25px;
}
.summary-card {
	float: left;
	width: 240px;
	height: 100px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 7px 7px 0;
}
.summary-card h4 {
	margin: 10px 10px 4px;
	line-height: 16px;
	font-weight: bold;
}
.summary-card h4 a {
	text-decoration: none;
}
.summary-card p {
	margin: 0 10px 10px;
	line-height: 14px;
	font-size: 11px;
	color: #555;
}
/* @end */

/* @group breadcrumbs navigation */
.breadcrumb {
	background: #fff;
	height: 28px;
	margin: 0 -4px 20px;
	line-height: 28px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	font-size: 11px;
	position: relative;
}
.breadcrumb a {
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/bg-ease-right.png) no-repeat right 5px;
	padding: 0 10px 0 3px;
	margin: 0 5px 0 0;
	overflow: hidden;
	white-space: nowrap;
}
a.breadcrumbs-home {
	height: 16px;
	width: 16px;
	overflow: hidden;
	background: url(images/icn-home-sprite.gif) no-repeat 0 0;
	text-indent: -9999em;
	margin: 6px 4px 0 5px;
	padding: 0;
}
a:hover.breadcrumbs-home {
	background-position: 0 -16px;
}
.admin-edit-option {
	position: absolute;
	top: 0px;
	right: 7px;
}
.admin-edit-option a {
	background-image: none;
	margin: 0;
	padding: 0;
}
/* @end */

/* @group tabbed video browser */
.asset-options {
	text-align: center;
}
.change-asset-display {
	background: #fff;
	width: 680px;
	min-height: 360px;
	margin: 0 auto;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.embed-container {
	margin: 18px 0 7px;
}
.yak-picture {
	margin: 18px 0 15px;
}
.embed-container a {
	background: none;
}
.embed-container a img {
	border: 0 !important;
}
ul.video-choices {
	list-style: none;
	margin: -1px 0 0 65px;
}
.video-choices li {
	float: left;
	width: 195px;
	margin: 0 3px 0 0;
}
.video-choices li a {
	outline: none;
	text-decoration: none;
	border: 0;
	background: #eee;
	display: block;
	text-align: left;
	padding: 10px 10px 7px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.video-choices li a:hover {
	padding-top: 8px;
	border-color: #aaa;
	border-top-color: #ccc;
}
.video-choices li a.selected {
	padding-top: 10px !important;
	color: #F15B29;
	background: #fff;
	border-color: #ccc;
	border-top-color: #fff;
}
.video-choices li a span {
	font-size: 10px;
	color: #555;
}
.video-special .hvlog {
	padding-top: 15px;
	padding-bottom: 20px;
}
/* @end */

/* @group wp-syntax highlighting */
.wp_syntax {}
.wp_syntax div {
	padding: 7px !important;
}
/* @end */

/* @group inline text expand collapse */
.inline-post-expand {
	color: #333;
	background: url(images/information.png) no-repeat 2px 0;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 0 3px 4px 20px;
}
a:hover.inline-post-expand {
	color: #b6502e;
}
/* @end */

/* @group definition list support */
.entry dl {
	margin: 15px 0;
	overflow: hidden;
}
.entry dt {
	background: #fff;
	float: left;
	width: 25%;
	font-family: courier, monospace;
	font-size: small;
	margin: 0 7px 4px 2px;
	border: 1px solid #fff;
	padding: 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.entry dd {
	background: #ddd;
	margin: 0 0 4px 27%;
	padding: 3px 4px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* @end */

/* @group temporary until corporate site is complete */
.glimpse-wrapper {
	height: 220px;
}

.glimpse-wrapper .short-desc {
	display: none;
}
/* @end */