@charset "UTF-8";
@import url(../adobe/screen/layout.css);
@import url(../adobe/screen/gfooter.css);
@import url(screen/gfooter_override.css);
@import url(../adobe/Carousel/noscript.css);

/*-------------------------------------------------------------------

	Shell Overrides

-------------------------------------------------------------------*/

html {
	border-top-style: none;
}

body { 
	background: #222;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*-------------------------------------------------------------------

	layout wrappers

-------------------------------------------------------------------*/

/*--- 
When the shade for xnav enables overflow hidden, content gets clipped. 
Since cs4 doesn't have a drop shadow, i'm moving the padding down to the next element to fix it.
---*/
#content-layout {
	padding-top: 0;
}

#content-wrapper {
	padding-top: 17px;
}


/*-------------------------------------------------------------------

	Headers

-------------------------------------------------------------------*/

/*-------------------------------------------------------------------

	Content Header

-------------------------------------------------------------------*/

#content-header,
#content-header h1 {
	position: relative;
}

#content-header {
	background-position: top left;
	margin: 0;
	width: 100%; /* important for IE...loser */
}

#content-header h1 {
	width: auto;
	padding-right: 16px; /* this is overriden by some layouts like pocket */
}

#content-header h1 {
	text-transform: uppercase;
}

#content-header h1 {
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 24px;
	font-size: 30px;
	height: 36px;
}

#content-header h1 
{
	font-size: 26px;
	height: auto;
}
#content-subheader {
	background-color: #EEE;
	padding: 12px 16px 12px 16px;
	color: #000;
	font-size: 22px;
	margin-right: -16px;
}


/*-------------------------------------------------------------------

	H3

-------------------------------------------------------------------*/

h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
	border-bottom-style: none;
	padding-bottom: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}


/*-------------------------------------------------------------------

	H4

-------------------------------------------------------------------*/

h4 {
	font-weight: bold;
	margin-bottom: 1ex;
	line-height: 1.2;
	margin-top: 1ex;
}


/*-------------------------------------------------------------------

	Content

-------------------------------------------------------------------*/

.clip-sides {
	_height: 1em;
	*zoom: 1;
}

.intro {
	font-size: 16px;
}
.intro h2 {
	font-size: 140%;
	margin-bottom: .5ex;
}

.tag-title::after {
	text-transform: uppercase;
	padding: 0 3px;
	background-color: #999;
	color: #FFF;
	margin-left: 2ex;
	font-size: 80%;
}

dl.menu dt, 
dl.menu dd {
	margin-top: .5em;
	margin-bottom: .5em;
	vertical-align: bottom;
}

#content-pocket .here {
	background-color: #047; 
	color: #E2E2E2;
	padding: 2px 0;
}

.button {
	background-image: none;
	background-color: #B9B9B9;
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 3px 22px;
	font-size: 95%;
	font-weight: normal;
	color: #000;
}
	
#content-body .button:link,
#content-body .button:visited {
	color: #000;
}

#content-body .button:hover,
#content-body .button:visited:hover {
	color: #000;
	outline: none;
	-moz-outline: none;
	/*background-color: #555555;*/
	text-decoration: none;
}


/*-------------------------------------------------------------------

	Modal paging

-------------------------------------------------------------------*/

.story-menu {
	top: 12px;
	text-align: center;
	position: relative;
	height: 100px;
}

.story-page {
	position: relative;
	margin: 0 5px;
}

.story-menu .story-selection-sprite {
	width: 70px;
	height: 51px;
	border: 2px solid red;
	position: absolute;
	z-index: 100;
}



#content-body {
	background-color: #FFF;
	color: #444;
}

#content-footer {
	border-top-color: #CCC;
}

.unlink,
.unlink:link,
.unlink:visited,
.unlink:hover,
.unlink:visited:hover {
	color: #000;
	text-decoration: none;
}



.feature-price {
	font-size: 17px;
	line-height: 1.2;
}

.data tr.headerBlock th {
	background-color: #7D7D7D;
}

.data tbody tr {
	background-color: #E5E5E5;
}

caption {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

#depthpath {
	margin-bottom: -12px;
}

.feature-story {
	width: 200px;
}

.on a:link,
.on a:visited {
	color: #000;
}

/* pocket button */
.pocket-button {
	width: 189px;
	height: auto;
	position:relative;
	top:-17px;
	margin: 0 -12px 0 -11px;
	display: block;
	overflow: hidden;
	background: #515151; 
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}

.pocket-button:hover { background: #707070; text-decoration: none; }

.pocket-button,
.pocket-button:visited,
.pocket-button:hover,
.pocket-button:hover:visited { color: #fff; } 


#content-pocket .dyn-treelist dt {
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #E2E2E2;
	cursor: pointer;
}

.pocket-tree-title,
.pocket-tree-desc {
	display: block;
}

.pocket-tree-title {
	text-transform: uppercase;
	font-weight: bold;
}

.pocket-tree-desc {
	color: #444444;
	font-weight: normal;
	line-height: 1.25;
	font-size: .916em;
}

#content-pocket .dyn-treelist dd {
	margin: 0;
	padding: 0;
}
