/* styles.css has the base font,
	as well as some article-specific stuff for the wysiwyg */
@import url("/styles/styles.css");

/* print.css -- copied from ym/styles/print.css by mjz
   probably needs fair bit of tweaking to match main.css
*/

/* Fixed width site center aligned
	Total width = 758px
		sidebars = 140 x 2
		center col = 468
		center col padding = 5 x 2
*/

body {
	margin: 20px 50px;
}

#page {
	text-align: left;
}

#template {
	background-image: none;
	width: 6in;
}

#middle {
	width: 6in;
}

h1 {
	font-size: 140%;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 120%;
}

h2.icon {
}

h3 {
	font-size: 110%;
}

p {
	margin: 0 0 15px 0;
}

a, a:hover, a:link, a:visited {
}

#header {
	display: none;
}

#headermenu {
}

#headersearch {
}

.printlogo {
	display: block;
}

#searchgo {
}

#left {
	display: none;
}


#right {
	display:none;
}

#leftedge {
	display: none;
}

.breadcrumbs {
	color: #000000;
	display: none;
}

#content {
	background-image: none;
	color: #000000;
}

#contentmargins {
	margin: 0;
	padding: 0;
}

.content2 {
}

#col-left {
	display: none;
}

#col-right {
	display: none;
}

#footer {
	display: none;
}	

#cms-header {
	display: none;
}

/* provides bottom margin on cells */
.cell-bottom { height: 5px; }

/* handles 2-cols in the center */
.cell-center-left, .cell-center-left-blue,
.cell-center-left-yellow, .cell-center-left-purple,
.cell-center-left-darkpurple, .cell-center-left-green,
.cell-center-left-tan, .cell-center-left-grey { width: 231px; }
.cell-center-right, .cell-center-right-blue,
.cell-center-right-yellow, .cell-center-right-purple,
.cell-center-right-darkpurple, .cell-center-right-green,
.cell-center-right-tan, .cell-center-right-grey { width: 232px; }
.cell-split-left, .cell-split-left-blue,
.cell-split-left-yellow, .cell-split-left-purple,
.cell-split-left-darkpurple, .cell-split-left-green,
.cell-split-left-tan, .cell-split-left-grey { width: 304px; }
.cell-split-right, .cell-split-right-blue,
.cell-split-right-yellow, .cell-split-right-purple,
.cell-split-right-darkpurple, .cell-split-right-green,
.cell-split-right-tan, .cell-split-right-grey { width: 304px; }
.cell-center-margin { width: 5px; }

.blue, .cell-center-left-blue, .cell-center-right-blue, .cell-split-left-blue, .cell-split-right-blue {
	background-color: #fff;
}

.yellow, .cell-center-left-yellow, .cell-center-right-yellow, .cell-split-left-yellow, .cell-split-right-yellow {
	background-color: #fff;
}
.purple, .cell-center-left-purple, .cell-center-right-purple, .cell-split-left-purple, .cell-split-right-purple {
	background-color: #fff;
}

.darkpurple, .cell-center-left-darkpurple, .cell-center-right-darkpurple, .cell-split-left-darkpurple, .cell-split-right-darkpurple {
	background-color: #fff;
}
.green, .cell-center-left-green, .cell-center-right-green, .cell-split-left-green, .cell-split-right-green {
	background-color: #fff;
}

.tan, .cell-center-left-tan, .cell-center-right-tan, .cell-split-left-tan, .cell-split-right-tan  {
	background-color: #fff;
}

.grey, .cell-center-left-grey, .cell-center-right-grey, .cell-split-left-grey, .cell-split-right-grey  {
	background-color: #fff;
}

.currently-selected {
	background-color: #fff;
}

/* LIBRARY ITEM STUFF */

.cms-edit {
	display: none;
}

#Channelslist {
	display: none;
}

.padded {
	padding: 6px;
}

.articleview {
	margin: 0;
}

.articlelist {
	display: none;
}

.libraryitemlist {
	display: none;
}

.libraryitemlist-sponsored {
	display: none;
}

.featured-article {
	display: none;
}

.topcenter-menu {
	display: none;
}

#related-articles {
	display: none;
}

.quickpoll {
	display: none;
}

/* ads */

.ad {
	display: none;
}

.bannerad {
	display: none;
}

.ad-centered {
	display: none;
}

.article .ad-inline-right-120x60,
.article .ad-inline-left-120x60,
.article .ad-inline-right-120x90,
.article .ad-inline-left-120x90,
.article .ad-inline-468x60,
.article .ad-inline-right-234x60,
.article .ad-inline-left-234x60,
.article .ad-inline-right-125x125,
.article .ad-inline-left-125x125 {
	display: none;
}

.article-mail-print {
	display:none;
}
