body {
	background:#ccc;
	margin: 0;
	color: #666;
	text-align:center;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}





/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#147abc;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#0f477d;
	text-decoration:none;
}
a:hover {
	color:#147abc;
	text-decoration:underline;
}





/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:10px;
	margin-bottom:2px;
	float:left;
	border: none;
}
.PixRight {
	margin-left:10px;
	margin-bottom:2px;
	float:right;
	border: none;
}





/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	width:952px;
	margin:0 auto;
	background: #fff;
	clear:both;
}
#siteHeader {
	margin:0;
	text-align:left;
	clear:both;
}
#mainArea {
	clear:both;
	margin:10px auto 0 auto;
	width:932px;
	text-align:left;
}
#mainArea div.contentCol {
	width:290px;
	text-align:left;
	margin:0 0 10px 0;
	float:left;
}
#mainArea div#lftCol {
	
}
body.SingleColumn #mainArea div#lftCol {
	width:611px;
}

#mainArea div#midCol {
	margin-left:31px;
}
#mainArea div#rgtCol {
	float:right;
}





/* main section headings */
#mainArea div.contentCol h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#443402;
	font-size:1.8em;
	letter-spacing:-0.02em;
	line-height:100%;
}
#mainArea div#lftCol h2, #mainArea div#midCol h2 {
	background-position:top right;
/*	background-color:#fff; */
	background-repeat:no-repeat;
	height:40px;
	margin:0;
	padding:16px 50px 0 0; 
}
#mainArea div#lftCol div#quotes_home, #mainArea div#midCol div#quotes_home {
  margin-top: 30px;
  text-align: center;
}

#mainArea div#lftCol div#quotes_home p.credit, #mainArea div#midCol div#quotes_home p.credit {
	color:#999;
	font-size:1.1em;
  margin:0;
}
#mainArea div#lftCol div#quotes_home p.quote, #mainArea div#midCol div#quotes_home p.quote {
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	/*color:#000; */
	color: #443402;
	font-size:2.0em;
	margin:0;
}



/* which icon to use..... */
#mainArea div.contentCol h2.home {
	background-image: url(../images/titles/hdr_home.gif);
}
#mainArea div.contentCol h2.blog {
	background-image: url(../images/titles/hdr_blog.gif);
}
#mainArea div.contentCol h2.video {
	background-image: url(../images/titles/hdr_tv.gif);
}
#mainArea div.contentCol h2.photo {
	background-image: url(../images/titles/hdr_photo.gif);
}
#mainArea div.contentCol h2.show {
	background-image: url(../images/titles/hdr_show.gif);
}
#mainArea div.contentCol h2.cast {
	background-image: url(../images/titles/hdr_cast.gif);
}
#mainArea div.contentCol h2.forum {
	background-image: url(../images/titles/hdr_forum.gif);
}
#mainArea div.contentCol h2.tickets {
	background-image: url(../images/titles/hdr_tickets.gif);
}
#mainArea div.contentCol h2.store {
	background-image: url(../images/titles/hdr_store.gif);
}
#mainArea div.contentCol h2.reviews {
	background-image: url(../images/titles/hdr_reviews.gif);
}

#mainArea div.contentCol h2.widget {
	background-image: url(../images/titles/hdr_widget.gif);
}

#mainArea div.contentCol h2.twitter {
	background-image: url(../images/titles/hdr_twitter.gif);
}

#mainArea div.contentCol h2.info {
	background-image: url(../images/titles/hdr_info.gif);
}
#mainArea div.contentCol h2.faqs {
	background-image: url(../images/titles/hdr_faqs.gif);
}

#mainArea div.contentCol h2.list {
	background-image: url(../images/titles/hdr_list.gif);
}


/* type */
#mainArea div.contentCol p {
	font-size:1.3em;
	margin-top:0;
	line-height:120%;
}






/*/////////////////////////////////// HEADER ///////////////////////////////////*/
#siteHeader h1 {
	margin:0;
/*	background:url(../images/logos/site_logo.jpg) no-repeat; */
}
#siteHeader h1 a {
	width:952px;
	height:222px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	font-size:.1em;
}

#flashHeader {
	width:952px;
	height:222px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	font-size:.1em;
}


/*/////////////////////////////////// TOP BAR ///////////////////////////////////*/
#topBar {
	clear:both;
	margin:0;
	width:932px;
	padding: 10px;
	background:#147abc;
	color:#fff;
	text-align:left;
	font-size:1.1em;
}
#topBar div.Box {
	width: 300px; 
}
#topBar div.Box a {
	color:#fff;
	text-decoration:underline;
}
#topBar div.Box a:hover {
	color:#fff;
	text-decoration:none;
}
#topBar div.Box ul {
	list-style:none;
	margin:-2px;
	float:right;
	padding:0;
}
#topBar div.Box li {
	margin:0;
	padding:0;
	float:left;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fff;
}
#topBar div.Box li.Last {
	margin:0;
	padding:0;
	border:none;
}

#topBar div.Box ul li a {
  font-size: 0.95em;
}

#topBar div#resize {
	text-align:right; 
	float:right;	
}

#topBar div#search {
	text-align:center; 
	float:left;	
	padding:0;
	margin:0;
	margin-top:-12px;
}

#topBar div#login {
	float:left;	
}
#topBar span#resizeCaption {
	margin: 3px 6px 0 0;
	padding: 2px 22px 2px 0;
	height: 22px;
	background: url(../images/icons/text_size.gif) 100% 10% no-repeat;
}





/*/////////////////////////////////// COMMENTS ///////////////////////////////////*/
ul.comment {
	background: url(../images/backgrounds/dotted_line.gif) top left repeat-x;
	margin: 10px 0 0 0;
	width:100%;
	clear:both;
	height:40px;
	list-style:none;
	padding:10px 0 0 0;
}
ul.comment li {
	background-image:url(../images/icons/link_arrow.gif);
	background-repeat:no-repeat;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:100%;
	color:#666;
}
ul.comment li a {
	color:#147abc;
	padding:0px 0 3px 0;
	display:block;
	white-space:nowrap;
}
ul.comment li.lftLink {
	padding-left:22px;
	background-position:top left;
	float:left;
}
ul.comment li.rgtLink {
	padding-right:22px;
	background-position:top right;
	float:right;
	text-align:right;
}
ul.comment li.noLink {
	padding-right:0;
	background:none;
	padding:1px 0 0 0;
}
div.module ul.comment {
	height:23px;
	margin:10px 5px 0 5px;
	width:270px;
}
div.module ul.comment li a {
	width:100px;
}
div#forum-widget ul.comment {
	margin:0 5px;
}
div#get-share-widget ul.comment {
	margin: 0;
	width:130px;
	clear:none;
	float:left;
}
div#merchandise-widget ul.comment {
	margin: 0 0 0 5px;
	width:175px;
	clear:none;
	float:left;
}

ul.toplinks {
	margin: 10px 0 0 0;
	width:100%;
	clear:both;
	height:40px;
	list-style:none;
	padding:10px 0 0 0;
}
ul.toplinks li {
	background-image:url(../images/icons/link_arrow.gif);
	background-repeat:no-repeat;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:100%;
	color:#666;
}
ul.toplinks li a {
	color:#147abc;
	padding:0px 0 3px 0;
	display:block;
	white-space:nowrap;
}
ul.toplinks li.lftLink {
	padding-left:22px;
	background-position:top left;
	float:left;
}




/*///////////////////////////////////  FORUM AND BUTTONS ///////////////////////////////////*/
h3.commentHeader {
	background: url(../images/backgrounds/dotted_line.gif) top left repeat-x;
	margin: 10px 0 12px 0;
	width:100%;
	line-height:120%;
	clear:both;
	height:16px;
	font-size:1.3em;
	color:#147abc;
	padding:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
span.SubscribeRSS {
	float:right;
/*	font-size:.7em; */
	font-style:italic;
}
span.SubscribeRSS a {
	padding:1px 20px 1px 0;
	background:url(../images/icons/rss.gif) top right no-repeat;
}

span.RegisterRGT {
	float:right;
	font-size:.7em;
	font-style:italic;
}
span.RegisterRGT a {
	padding:1px 20px 1px 0;
	color:#147abc;
	background:url(../images/icons/link_arrow.gif) top right no-repeat;
}

div#commentArea {
	background: url(../images/backgrounds/dotted_line.gif) top left repeat-x;
	clear:both;
	padding-top:30px;
}
div.Row {
	padding:10px;
}
div.Alt {
	background:#f0f0f0;
}
ul.forum {
	background:none;
	border-top:1px solid #000;
	height:16px;
}
ul.forum li {
	padding-left:22px;
	width:130px;
	background-position:top left;
	float:left;
}
ul.forum li.Share {
	padding-left:0;
	width:152px;
	background:none;
	float:left;
}

ul.forum li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#147abc;
	padding:1px 0 3px 0;
	display:block;
}




/*/////////////////////////////////// CONTENT IMAGE AND CAPTION AREA  ///////////////////////////////////*/
div.ImageSpace {
	float:right;
	padding:0;
	width:189px;
	margin:0 0 5px 15px;
	background:#9c9378;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1em;
	color:#443402;
}
div.ImageSpace img {
	border:1px solid #443402;
}	
div.ImageSpace span {
	padding:5px;
	display:block;
	margin:0;
}	






/*///////////////////////////////////  CONTENT PANES ///////////////////////////////////*/
#mainArea div.contentCol .Pane {}
#mainArea div.contentCol .textPane {}
#mainArea div.contentCol .videoPane {}
#mainArea div.contentCol .photoPane {}





#mainArea div.contentCol .videoPane .holder {
	border:5px solid #ccc;
	background:#ccc;
	margin-bottom:25px;
}
#mainArea div.contentCol .videoPane .comment {
	height:20px;
}







#mainArea div.contentCol h4 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.5em;
	color:#147abc;
	margin:0 0 10px 0;
}
#mainArea div.contentCol h5 {
	font-size:1.4em;
	font-weight:bold;
	margin-top:0;
	line-height:120%;
	color:#000;
}
#mainArea div.contentCol h6 {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	color:#333;
	line-height:120%;
}






#mainArea div.contentCol div#youtube {
	width:280px;
	height:232px;
	text-align:center;
	background:#ccc;
	font-size:85%;
	color:#999;
}

#mainArea div.contentCol div#photoflow {
	width:285px;
	height:200px;
	text-align:center;
	font-size:85%;
	color:#999;
}

#mainArea div.contentCol div#videobox {
  padding-top:5px;
	width:435px;
	height:349px;	
	text-align:center;
	background:#ccc;
	font-size:85%;
	color:#999;
	margin-bottom:15px;
}

#mainArea div.contentCol div#centerit {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}

#mainArea div.contentCol h3.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.8em;
	color:#000;
	margin:0 0 10px 0;
}
#mainArea div.contentCol h3.title a {
	color:#ec008c;
}
#mainArea div.contentCol p.contributor {
	color:#999;
	font-size:1.1em;
	margin:0;
}
#mainArea div.contentCol p.date {
/* 	font-family:Georgia, "Times New Roman", Times, serif; */
	font-style:normal;
	color:#999;
	font-size:1.1em;
}

#mainArea div.contentCol p.date a {
	font-style:normal;
	color:#999;
}





/*/////////////////////////////////// RIGHT COLUMN ///////////////////////////////////*/
#mainArea div#rgtCol div.module {
	border:5px solid #f2e8da;
	background-image:url(../images/backgrounds/rgt_module.png);
	background-position:0 3px;
	background-repeat: repeat-x;
	width:280px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}
#mainArea div#rgtCol div.module .end {
	width:100%;
	margin:0;
	padding:0;
	height:3px;
	font-size:0;
	line-height:0;
	clear:both;
}




/* module background colours */
#mainArea div#rgtCol #twitter-widget, #mainArea div#rgtCol #twitter-widget .end {
	background-color:#ffbb04;
}
#mainArea div#rgtCol div#twitter-widget div#twitter_div ul, li {
  list-style-type: none;
  margin: 0px;
  padding: 4px;
  font-size:1.1em;
	line-height:120%;
}

#mainArea div#rgtCol #music-widget, #mainArea div#rgtCol #music-widget .end {
	background-color:#ec008c;
}
#mainArea div#rgtCol #wigadoo-widget, #mainArea div#rgtCol #wigadoo-widget .end {
	background-color:#ed6c21;
}
#mainArea div#rgtCol #get-share-widget, #mainArea div#rgtCol #get-share-widget .end {
	background-color:#5b9b10;
}
#mainArea div#rgtCol #forum-widget, #mainArea div#rgtCol #forum-widget .end {
	background-color:#147abc;
}
#mainArea div#rgtCol #merchandise-widget, #mainArea div#rgtCol #merchandise-widget .end {
	background-color:#c00;
}
#mainArea div#rgtCol #enhanced-links, #mainArea div#rgtCol #enhanced-links .end {
	background-color:#5b9b10;
}
#mainArea div#rgtCol #subscribe2, #mainArea div#rgtCol #subscribe2 .end {
	background-color:#ed6c21;
}

#mainArea div#rgtCol #alw, #mainArea div#rgtCol #alw .end {
	background-color:#ed6c21;
}

#mainArea div#rgtCol h2 {
	background-position: right 3px;
	background-color:transparent;
	background-repeat:no-repeat;
	margin:0 0 5px 0;
	padding:10px 5px 5px 5px; 
}
#mainArea div#rgtCol p {
	padding:0 5px; 
}





#mainArea div#rgtCol #twitter-widget h2, {
	background-image:url(../images/icons/twitter.gif);
}
#mainArea div#rgtCol #music-widget h2 {
	background-image:url(../images/icons/music.gif);
}
#mainArea div#rgtCol #wigadoo-widget h2 {
	background-image:url(../images/icons/groups.gif);
}
#mainArea div#rgtCol #get-share-widget h2 {
	background-image:url(../images/icons/widget.gif);
}
#mainArea div#rgtCol #forum-widget h2 {
	background-image:url(../images/icons/forum.gif);
}
#mainArea div#rgtCol #merchandise-widget h2 {
	background-image:url(../images/icons/shop.gif);
}
#mainArea div#rgtCol #enhanced-links h2 {
	background-image:url(../images/icons/fun.gif);
}
#mainArea div#rgtCol #subscribe2 h2, #mainArea div#rgtCol #alw h2 {
	background-image:url(../images/icons/icon_list.gif);
}



/*/////////////////////////////////// RIGHT COLUMN CONTROL PANEL ///////////////////////////////////*/
#mainArea div#rgtCol #controlBox {
	width:290px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}
#mainArea div#rgtCol #controlBox ul {
	list-style:none;
	margin:0;
	padding:0;
	height:23px;
	width:290px;
}
#mainArea div#rgtCol #controlBox ul li {
	margin:0 1px 0 0;
	padding:0;
	text-align:center;
	float:left;
}
#mainArea div#rgtCol #controlBox ul li a {
	color:#f9c;
	display:block;
	width:96px;
	padding:5px 0;
	font-size:1.4em;
	background-color:#b3006b;
}
#mainArea div#rgtCol #controlBox ul li a:hover {
	text-decoration:none;
	background:#cc007a;
	color:#ffb5da;
}
#mainArea div#rgtCol #controlBox ul li a.activeMenuItem {
	color:#fff;
	cursor:default;
	background:#ec008c;
}

#mainArea div#rgtCol #controlBox #subtab {
	background:#ec008c;
	padding:10px 5px;
	width:280px;
	height:130px;
	clear:both;
	color:#fff;
	overflow: hidden;
}
#mainArea div#rgtCol #controlBox h3 {
	margin: 0 5px;
	font-size:2em;
	font-weight:normal;
	color:#fff;
}
#mainArea div#rgtCol #controlBox p {
	margin: 0;
}
#mainArea div#rgtCol div.module p.lastUpdate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	font-size:1.1em;
}


#mainArea div#rgtCol #Bakerwidget {
	width:290px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}

#mainArea div#rgtCol #PNYWidget {
	width:290px;
	clear:both;
	margin:0 0 10px 0;
	padding:0;
}

/*/////////////////////////////////// RIGHT COLUMN FORMS ///////////////////////////////////*/
#mainArea div#rgtCol div form {
	width:100%;
	margin:0;
	padding:0;
}
#mainArea div#rgtCol div form label {
	display:none;
}
#mainArea div#rgtCol div form p {
	margin-bottom:0;
}
#mainArea div#rgtCol div form input {
	border:none;
	margin:0;
	padding:2px;
}
#mainArea div#rgtCol div form input {
	border:none;
	margin:0;
	padding:2px;
}
#mainArea div#rgtCol div form input#searchString {
	width:120px;
}
#mainArea div#rgtCol div form select {
	width:100px;
}
#mainArea div#rgtCol div form select.Qty {
	width:35px;
}
#mainArea div#rgtCol div form input.goButton {
	background:#147abc;
	color:#ffd006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-weight:bold;
	outline:none;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
	padding:2px 1px;
}
#mainArea div#rgtCol div form input.goButton:hover {
	background:#2989cc;
	color:#ffde00;
}

#mainArea div#rgtCol div#alw div form input.submitBtn {
	background:#147abc;
	color:#ffd006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-weight:bold;
	outline:none;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
	padding:2px 1px;
}
#mainArea div#rgtCol div#alw div form input.submitBtn:hover {
	background:#2989cc;
	color:#ffde00;
}

#mainArea div#rgtCol div hr {
	margin: 10px 5px;
	background:#fff;
	height:1px;
	border:none;
}






/*/////////////////////////////////// NETWORKS MODULE ///////////////////////////////////*/
#mainArea div#rgtCol #networks-widget {
	width:278px;
	background: #13407d url(../images/backgrounds/networks.gif) bottom left no-repeat;
	padding:5px;
	border:1px solid #000;
	clear:both;
}
#mainArea div#rgtCol #networks-widget h2 {
	color:#fff;
	float:left;
	padding:11px 0 0 5px;
}
#mainArea div#rgtCol #networks-widget ul {
	float:right;
	margin:6px 0 ;
	padding:0;
	height:26px;
	list-style:none;
}
#mainArea div#rgtCol #networks-widget ul li {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	list-style:none;
	background-repeat:no-repeat;
	background-position:top center;
}
#mainArea div#rgtCol #networks-widget ul li#facebook {
	background-image:url(../images/logos/facebook.gif);
}
#mainArea div#rgtCol #networks-widget ul li#myspace {
	background-image:url(../images/logos/myspace.gif);
}
#mainArea div#rgtCol #networks-widget ul li#bebo {
	background-image:url(../images/logos/bebo.gif);
}
#mainArea div#rgtCol #networks-widget ul li#ning {
	background-image:url(../images/logos/ning.gif);
}
#mainArea div#rgtCol #networks-widget ul li a {
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
}






/*/////////////////////////////////// FORUMS ///////////////////////////////////*/

.forumUser, .forumUser a {
	color: #147abc;
	font-weight: bold;
}

#rollup_forum_highlight_list {
	margin:0 5px 8px 5px;
	padding: 0 0 3px 22px;
}
.rollup_forum {
	background-image: url(../images/icons/more_arrow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
}
ul#forum_highlight_list {
	display:none;
}
ul.forum_list{
	list-style: none;
	margin:0 5px;
	padding:0;
	width:270px
}
.forum_list li {
	padding: 5px 0;
	list-style:none;
	margin:0;
	font-size:1.1em;
	background:url(../images/backgrounds/dotted_line.gif) top left repeat-x;
}
.forum_list li a.readAll {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#147abc;
}


#mainArea div#rgtCol #enhanced-links ul {
	list-style: none;
	margin:0 5px;
	padding:0;
	width:270px
}
#mainArea div#rgtCol #enhanced-links ul li.linkcat {
  font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#147abc;
	padding: 5px 0;
	list-style:none;
	margin:0;
	font-size:1.2em;
	background:url(../images/backgrounds/dotted_line.gif) top left repeat-x;
}
#mainArea div#rgtCol #enhanced-links ul li ul.xoxo {
	list-style: none;
	margin:0 5px;
	padding:0;
	width:270px
}
#mainArea div#rgtCol #enhanced-links ul li ul.xoxo li {
	padding: 5px 0;
	list-style:none;
	margin:0;
	font-size:1.0em;
}

/*/////////////////////////////////// CAST and CREATIVE LISTS ///////////////////////////////////*/
#mainArea div.contentCol ul.TwoColList {
	background:url(../images/backgrounds/dotted_line.gif) top left repeat-x;
	margin:0;
	padding:1px 0 0 0;
	list-style-type:none;
	width:100%;
}

#mainArea div.contentCol ul.TwoColList li {
	background:url(../images/backgrounds/dotted_line.gif) bottom left repeat-x;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	width:100%;
}
#mainArea div.contentCol ul.TwoColList li a {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	text-decoration:none;
	color:#000;
	color:#147abc;
	margin-bottom:1px;
}
#mainArea div.contentCol ul.TwoColList li a:visited {
	color:#522806;
}
#mainArea div.contentCol ul.TwoColList li.noLink {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	color:#003;
	background:url(../images/backgrounds/dotted_line.gif) bottom left repeat-x;
	text-decoration:none;
}
#mainArea div.contentCol ul.TwoColList li a:hover {
	text-decoration:none;
	background:#147abc;
	color:#fff;
}
#mainArea div.contentCol ul.TwoColList li span.ListRight {
	text-align:left;
	float:right;
	width:45%;
	font-style:italic;
	font-weight:normal;
}





/*/////////////////////////////////// music player popup ///////////////////////////////////*/
body#musicPop {
	background: #000;
	margin:0;
	text-align:center;
	color:#fff;
}



/*/////////////////////////////////// GENERAL STYLES ///////////////////////////////////*/
#mainArea .indent {
	text-align:left;
	float:right;
	width:45%
}
#mainArea .Center {
	text-align:center;
}
#mainArea .Credit {
	font-size:.8em;
	line-height:.8em;
}
#mainArea .Right {
	text-align:right;
	float:right;
	font-weight:normal;
}
#mainArea .Last {
	border:none;
	margin:0 !important;
	padding:0;
}
#mainArea .Note {
	font-size:0.8em;
	font-style:italic;
	margin:0;
	color:#999;
}
#mainArea .BlackNote {
	font-size:0.8em;
	font-style:italic;
	margin:0;
	color:#000;
}
#mainArea .small {
	font-size:0.65em;
	margin:0;
	line-height:120%;
}
#mainArea .Big {
	font-size:1.6em;
	margin:0;
	line-height:100%;
}
#mainArea .space {
	height:25px;
}






/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
#Footer {
	text-align:center;
	color:#666;
	margin:0 auto;
	width:932px;
	font-size:1.1em;
	padding:10px;
	clear:both;
}
#Footer a {
	color:#666;
	text-decoration:underline;
}
#Footer a:hover {
	color:#333;
	text-decoration:none;
}
#Footer #Copyright {
	margin:0;
	text-align:left;
	float:left;
	line-height:120%;
	padding:0;
}
#Footer #SearchDiv {
	margin:0;
	margin-top: 8px;
	text-align:right;
	float:right;
	padding:0;
}
#topBar div form, #Footer div form {
	width:100%;
	margin:0;
	padding:0;
}
#topBar div label, #Footer div label {
	display:none;
}
#topBar div form p, #Footer div form p {
	margin-bottom:0;
}
#topBar div form input, #Footer div form input {
	border:none;
	margin:0;
	padding:2px;
	font-size:.85em;
}

#topBar div form input#searchString, #Footer div form input#searchString {
	width:120px;
	height: 10px;
}

#topBar div form input.goButton, #Footer div form input.goButton {
	background:#147abc;
	color:#ffd006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-weight:bold;
	outline:none;
	cursor:pointer;
	text-transform:uppercase;
	text-align:center;
	padding:2px 1px;
}
#topBar div form input.goButton:hover, #Footer div form input.goButton:hover {
	background:#2989cc;
	color:#ffde00;
}
#Footer #FootLinks {
	float:right;
	padding:0;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #666;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	line-height:120%;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}

/* Misc */

.highlight {
  color: #ED008B;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin-right: 10px;
  }
.alignright {
  float: right;
  margin-left: 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 0;
  }
img.alignright {
  float: right;
  margin: 0;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
/*  border: 1px solid #443402; */
  text-align: center;
  background:#9c9378;
  font-weight:normal;
  padding: 5px 0 0 0;
  margin-bottom: 5px;
  margin-top: 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

#mainArea .contentCol .wp-caption p.wp-caption-text {
  text-align: center;
  font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:1.1em;
  padding: 5px;
  color: #443402;
  }

