
/* -------------------------- BASIC HTML TAGS ----------------------- */


body
{
	padding: 0;
	margin: 0;
	font-family: Courier New, monospace;
	font-size: 1em;
	color: white;
	background: #4b4336 url(../images/img_bg2Repeat.jpg) repeat-x top left;
}

body.homePage
{
	background: #562e03 url(../images/img_bg1Repeat.jpg) repeat-x top left;
}

body.popover
{
	background: white;
	color: black;
	padding: 1em;
}


.pager { display: none; }
.popover .pager { display: block; }

td {
	font-size: 1em;
}

h1, h2, h3, h4, p {
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0px;
}

h1 {
	font-size: 1.25em;
	line-height: 1em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	color:black;
	font-size: .85em;
	font-weight: normal;
	line-height: 1em;
}


h3 {
	font-size: .95em;
	color: #ffffcc;
	line-height: 1em;
}

.popover h3
{
	color: black;
}

img {
	border: 0px;
}

a, a:visited, a:active {
	color: #000;
	text-decoration: none;
 	outline: none;
}

.popover a, .popover a:visited, .popover a:active {
	color: #666;
}

/*a.bodyLink {
	border-bottom: 1px dotted #000;
}

a.bodyLink:hover {
	color: #660000;
	text-decoration: none;
}*/

a:hover {
	color: #ff3300;
	text-decoration: none;
}

input, textarea, select {

}


/* -------------------------------- TEMPLATE STRUCTURE TAGS--------------------------- */




#container {
	width: 980px;
	margin: 0 auto;
	background: transparent url(../images/img_contentBg2.jpg) no-repeat left 1px;
}



.homePage #container {
	background: transparent url(../images/img_contentBg1.jpg) no-repeat left 1px;
}

.homePage #leftColumn0
{
	line-height: 1.35em;
}

.homePage #leftColumn0:first-line
{
	font-size: 1.2em;
	font-weight: bold;
}



#header0
{
	height: 22px;
	line-height: 18px;
	text-align: right;
	color: #fff;
}

#header1
{
	height: 580px;
}

#leftColumnOuterWrap
{
	float: left;
	width: 360px;
	padding: 1em 20px;
}

#rightColumnOuterWrap
{
	width: 200px;
	padding: 1em 50px 1em 20px;
	float: right;
}

#middleColumnOuterWrap
{
	width: 250px;
	padding: 1em 20px;
	float: left;
}

.twoColumnRight #middleColumnOuterWrap
{
	width: 650px;
}

html .cast #middleColumnOuterWrap, html .cast #rightColumnOuterWrap
{
	padding-left:75px;
    width:350px;
}

.popover #middleColumnOuterWrap
{
	width: auto;
	float: none;
	padding: 1em 20px;
}

#footer0
{
}


#footerOuterWrap {
	clear: both;
}

#footer0 ul, #header0 ul
{
	display: block;
	padding: 0; margin: 0;
}

#footer0 a, #header0 a
{
	color: white;
	text-decoration: none;
	font-size: .75em;
}

#footer0 a:hover, #header0 a:hover
{
	text-decoration: underline;
}

#footer0 ul li, #header0 ul li
{
	display: inline;
	padding: 0; 
	margin: 0;
	padding-right: 1em;
	
}

#footer0 ul.subnav a
{
	color: #cccc99;
	
}


.popover #container
{
	width: auto;
}
.popover #container {
	background: transparent;
}


/* -------------------------------- TOOL TAGS--------------------------- */

.swt_resourceNews_container .itemBody
{
	
}


/* -------------------------------- NATIVE TAGS--------------------------- */

.date 
{
  color: white;
  font-size: .75em;

}

.popover .date
{
	color: black;
	margin-top: 0.7em;
}

.button , .button:visited, .button:active
{
  color: white;
  font-size: .75em;
  padding: 3px 5px;
  border: 1px solid #dcdcdc;
  

}


.button:hover
{
  color: red;
  font-size: .85em;
  text-decoration: none;
  border: 1px dotted red;

}


.cast .button , .button:visited, .button:active
{
  color: black;
  font-size: .75em;
  padding: 3px 5px;
  border: 1px solid #dcdcdc;
  

}


.cast .button:hover
{
  color: red;
  font-size: .85em;
  text-decoration: none;
  border: 1px dotted red;

}


/* -------------------------------- CUSTOM TAGS--------------------------- */

.quote 
{
color: white;
font-size: 1.75em;
font-style: italic;
 

}


.bodyYellow
{
color: white;
font-size: 1.75em;
font-style: italic;
 

}

#header0 a{
color:#333;
font-size: .65em;

}

.endRow {
display: none;

}

.popover .row { width: 100% !important; }
.popover .item {
	padding-bottom: 1em;
	border-bottom: 1px dashed black;
	margin-bottom: 1em;
	width: 100% !important;
}

.press .press-images a img {

border: 1px solid #333;

}

.press .press-images a:hover img  {

border: 1px solid red;

}

.cast #header1
{
	height: 650px;
}

/* -------------------------------- THICKBOX -------------------------- */
html #TB_overlay.TB_overlayBG
{
	background-color: black;
}

html #TB_overlay.TB_overlayMacFFBGHack /*MAC FIREFOX ONLY*/
{
	background-image: url(../images/thinkBoxMacFirefox.png);
}

html #TB_closeWindowButton
{
	color: white !important;
	background-image: none;
	padding-right: 0;
}

.gallery #header1 { height: 190px; }
.gallery #header2 { min-height: 350px; color: black; }
.gallery #header2 h3 { color: black; }
