@charset "UTF-8";

/* ************
Layout Styles
**************/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1.25em;
}

#page {
	width: 960px;
	margin: 10px auto;
	background: transparent url(images/dash_vert.gif) left top repeat-y;
	font-size: .9em;
}

#page-inner {
	width: 960px;
	background: transparent url(images/dash_vert.gif) right top repeat-y;
}

.two-col {
	width: 960px;
	background: transparent url(images/dash_vert.gif) center top repeat-y;	
}

.two-col .col-1 {
	float: left;
	width: 460px;
	padding: 20px 0 0 0;
}

.two-col .col-1 .content {
	padding: 0 0 10px 20px;
}

.two-col .col-1 .left {
	width: 165px;
	float: left;
	overflow: hidden;
}

.two-col .col-1 .right {
	width: 270px;
	float: right;
}


.two-col .col-2 {
	float: right;
	width: 460px;
	padding: 20px 0 0 0;
}

.two-col .col-2 .content {
	padding: 0 20px 10px 0;
}

.two-col .col-2 .left {
	text-align: center;
	float: left;
	width: 264px;
	margin: 0 20px 15px 0;
}

.two-col .col-2 .left .available {
	margin: 10px 0 0 0;
	height: 21px;
}

.two-col .col-2 .left .available img {
	padding: 0;
	margin: 0 5px;
}


.three-col {
	width: 960px;
	background: transparent url(images/three_col_bg.gif) center top repeat-y;	
}

.three-col .col-1 {
	float: left;
	width: 300px;
	padding: 20px 0 0 0;
}

.three-col .col-1 .content {
	padding: 0 0 10px 20px;
}

.three-col .right-cols {
	float: right;
	width: 620px;
}

.three-col .col-2 {
	float: left;
	width: 280px;
	padding: 20px 0 0 0;
}

.three-col .col-2 .content {
	padding: 0 0 10px 0;
}

.three-col .col-3 {
	float: right;
	width: 300px;
	padding: 20px 0 0 0;
}

.three-col .col-2 .content {
	padding: 0 20px 10px 0;
}


.clear {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}



/* ************
Header Styles
**************/

#header {
	width: 960px;
	text-align: center;	
	background: transparent url(images/dash_hor.gif) left top repeat-x;	
}

#header .title {
	padding: 20px 0 23px 0;
}



/* ************
Box Styles
**************/

.box-left {
	background: transparent url(images/dash_vert.gif) left top repeat-y;
}

.box-right {
	background: transparent url(images/dash_vert.gif) right top repeat-y;	
}

.box-top {
	background: transparent url(images/dash_hor.gif) left top repeat-x;	
}

.box-bot {
	background: transparent url(images/dash_hor.gif) left bottom repeat-x;	
}



/* ************
Image Styles
**************/


img {
	border: 0;	
	margin: 0;
	padding: 0;
}

img.inline {
	padding: 0px 0 0 0;
    margin-top: 2px;
}



/* ************
Text Styles
**************/

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #ee0000;
	text-decoration: underline;	
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.35em;
}

h3 {
	font-size: 1.2em;	
}

h4 {
	font-size: 1em;	
}

p {
	margin: 5px 0 15px 0;
	padding: 0;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

li.label {
	font-weight: bold;
	margin: 0;
}

ul.bio-links {
	font-size: 11px;
	margin: 20px 0 15px 0;
}

ul.bio-links li {
	margin: 0 0 5px 0;	
}

ul.bio-links .label {
	width: 40px;
	display: block;
	float: left;
	text-align: right;
}

ul.bio-links .info {
	display: block;
	width: 112px;
	float: right;
	text-align: left;
}

.important {
	color: #cc0000;	
}


/* specific changes */
.twitterbook {
  border: 1px solid #000;
}
.citation {
  text-align: right;
  margin-right: 5px;
  margin-top: -10px;
}
p.quote {
  margin-left: 15px;
}
