@charset "utf-8";
/* CSS Document */

/*
	Basic tag styles
*/
body {
	background-color: #fff !important;
	min-width: 0 !important;
	padding: 0 !important;
}


/* - Link styles */
a:link, a:visited, a:hover, a:active{
	color: #a00;
	text-decoration: none;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active {
	color: #000;
	text-decoration: none;
}


/*
	CP-specific stlyes
*/
#left {
	display: none;
}
#center {
	width: auto;
	height: auto; /* set explicitly to make sure it is not overriden by JS while printing */
	max-width: none;
	float: none;
	position: static; /* is required to undo IE7 adjustments for the control bar when printing */
}
#center .padIt {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
#right {
	display: none;
}


#cpBox {
	margin: 0 0 20px;
	height: auto;
}

.logoLine, .logoLine a {
	font: 24px "Times New Roman", Times, serif;
	line-height: 1.5;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
}

#nav {
	display: none;
}

.crumbLine {
	display: none;
}

ul#toolsTop {
	display: none;
}

ul#pagerTop, ul#pagerBottom {
	display: none;
}

ol#pageList {
	display: none;
}

.footer, .footer a {
	color: #777;
}
.footer #copyright {
	float: right;
}
.footer #publisher {
	display: none;
}
.footer #shareIcons {
	display: none;
}
.footer #shareButtons {
	display: none;
}

/* - Link styles */
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	color:#000;
	text-decoration: none;
}

#pagerTitle a:link, #pagerTitle a:visited, #pagerTitle a:hover, #pagerTitle a:active {
	color: #ccc;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #777;
}


/*
 Blog pages
*/
body.it #additionalReading,
.commentsViewMode,
.commentUserAction,
.serendipity_section_commentform,
.ownerOnly {
	display: none;
}

/*
 Image pages
*/
body.images {
	min-width: 0 !important; 	/* matching #center width */
	position: static;
	padding: 0 !important;
	margin: 0 !important;
}
body.images #center {
	width: auto !important; 		/* width defined in #center .padIt, plus padding defined in #center .padIt */
	max-width: none !important;
	float: none !important;
	/*margin: 0 !important;*/
	position: static;
}
body.images #center .padIt {
	min-width: 0 !important;
	/*overflow: auto;*/
	width: 967px !important; 		/* exactly large enough to contain the image grid */
}


/*
	Special use
*/
#printTopper {
	display: none;
}


