/*
 * Global styles
 */
html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #f90;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #c96;
}

a:hover, a:active {
  text-decoration: underline;
  font-weight: bold;
  color: #f40;
}

h2 {
	color: #369;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #369;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}


/*
 * Frame styles
 */
#logo_area {
	margin: 0;
	background-color: #bcd2ea;
	height: 63px;
	border-bottom: 3px solid #69c;
}

#logo {
	width: 268px;
	position: absolute;
	top: 0;
	left: 0;
}

#pushbutton {
	background: url("http://www.copynight.org/files/theme_editor/pushbutton_copynight/header-b.jpg") no-repeat top right;
	height: 63px;
	width: 573px;
	position: absolute;
	top: 0;
	right: 0;
}

#links_top, #links_bottom {
	margin: 0;
	background-color: #369;
	text-align: center;
	color: #e4e9eb;
	font-weight: bold;
}

#links_top {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 25%;
	border-bottom: 3px solid #69c;
}

#links_bottom {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 25%;
	clear: left;
	border-top: 3px solid #69c;
	border-bottom: 3px solid #69c;
}

#links_top A:link, #links_top A:visited, 
#links_bottom A:link, #links_bottom A:visited { 
	color: #e4e9eb;
}

#content {
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
	width: 100%;
}

#content td {
	vertical-align: top;
}

#sidebar_left {
	margin: 0 1em 0 0;
	padding: 25px 10px 75px 10px;
	width: 175px;
	background: #fffaf0;
	border-right: 3px solid #f5f5f5;
}

#main {
	padding: 1em;
	padding-left: 2em;
	/* fix background overlapping text in IE (aka Peekaboo Bug) */
	position: relative;
}


/*
 * Block styles
 */
.block h3 {
	border-bottom: 2px solid #6699cc;
	margin-top: 0;
}

.block .content {
	padding: 5px 5px 5px 5px;
}

.block {
	margin-bottom: 2em;
}

.signup_form_input {
	width: 120px;
}

#news {
	padding-left: 0;
	margin-left: 1em;
	font-size: 80%;
}

li.news {
	padding-bottom: 0.5em;
}

li.news a {
	font-weight: normal;
}


/*
 * Chapter styles
 */
.chapter_head {
	color: #369;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

ul.chapter {
	margin-top: 0;
	margin-bottom: 1.5em;
}


/*
 * Other styles
 */
#mission {
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px;
  margin: 20px 35px 35px 0px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 120%;
} 

