/* Zero Out Defaults */
html, body, h1, h2, h3, h4, form, blockquote, div, p {
        margin:0;
        padding:0;
}
h1, h2, h3, h4, h5, pre, code {
        font-size:1em;
       	font-weight:normal;
}


pre, code {
    width: 99%;
    overflow: auto;
    padding-bottom: 1.5em;
    word-wrap: normal;
    overflow-y: hidden;
}

a img {
        border:none;
}

td {
	vertical-align: top;
}

p b, p strong {
	color: #880000;
}

/* Global */
body {
	font-family: verdana, tahoma,"lucinda grande", helvetica, sans-serif;
	font-size:.8em;
        text-align:center;
	color:#333;
	padding-bottom:100px;
}
p {
	line-height: 1.4;
	margin-bottom: 15px;
	margin-right: 10px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:20px;
	margin-top:25px;
}
h2 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top:10px;
}
h3 {
	font-size: .9em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top:10px;
}
h4 {
	font-size: .9em;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	margin-top:10px;
}

h5 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top:10px;
}
h6 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
	margin-top:10px;
}
a {
	# color:#620C13;
	color: #880000;
	text-decoration: underline;
}

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

blockquote {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

ul {
margin-top: 0px;
}

#container {
	margin:0 auto;
	text-align:left;
	width:840px;
	background-image: url('/images/TP-Logo.gif');
	background-position: 30px 50px;
	background-repeat:no-repeat; 
	border: solid #d8d8d8 1px;
	margin-top:10px;
}

/* Header */

#sitename {
font-size: 1.6em;
	margin-bottom:20px;
	margin-top:25px;
	margin-left:5px;
}


#header {
	margin-top:200px;
	float:left;
	text-align:left;
	position: relative;
	width: 250px;
}

#header a {
	color:#800000;
	font-weight:bold;
}

#header_link, header_link a {
	margin: 0;
	padding: 0;

}


#nav .nav_1 {
  	padding:      10px 20px 10px 14px;
	background:url("/images/border.gif");
	background-repeat: no-repeat;
	background-position:15px 0px;
}
#nav .nav_2 {
  	padding:      10px 20px 10px 30px;
}
#nav .nav_3 {
  	padding:      10px 20px 10px 46px;
}
#nav .nav_4 {
  	padding:      10px 20px 10px 40px;
}
#nav .nav_5 {
  	padding:      10px 20px 10px 50px;
}
#nav a {
  text-decoration: none;
}

#header #logo_transparent
{
	position: absolute;
	right: 25px;
	top: 85px;
	z-index: -1;
}


/* Styles for the homepage image admin pages */

#photo_header {
	height: 190px;
}

#photo_wrapper {
margin: 0;
padding: 0;
height: 196px;
}

img.dept_photo {
	float: left;
}
.dept_photo_wrap, .dept_photo_wrap a {
	float: left;
}

.dept_photo_wrap a.photo_edit_link {
	clear: left;
}

#banner {
	width:588px;	
	margin-right: 0x;
	
}

/* Search Results */
.search_results a.previous_search_page {
	margin-right: 50px;
}

.search_results a {
	color:#cc6600;
	font-weight: bold;
}

.search_results p {
	top: 5px;
}

.unlinked_url {
	color:#666666;
}

.search_level_1 {
	margin-left: 0;
}

.search_level_2 {
	margin-left: 25px;
}

/* Content */
#content {
	width:588px;
	padding-top:0;
	margin-bottom:20px;
	float: right;
	background:url("/images/VVV-Logo-Shadow.gif");
	background-repeat: no-repeat;
	background-position:85px 280px;
	min-height:850px;
  	height:auto !important;
  	height:850px;
	/* border-left: 1px solid #d8d8d8; */
}

/* Prop Clear Hack */
.prop {
        height:300px;
       width:1px;
       float: right;
}

.clear {

	height:1px;
    clear:both;
    overflow:hidden;

}


#pagehead {
	/* color: #104070; */
	color: #880000;
	font-size: 1.2em;
	padding-top:30px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top:10px;
}


/*Footer */
#footer {
	width: 840px;
	background-color:#fff;
	margin-top:30px;
	padding-top:15px;
	padding-bottom:8px;
	clear:both;
} 
#footer #logo_small {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 3px;
}
#footer p { 
	line-height: 1.1;
	padding-left: 10px;
}
br.clear
{
	clear:both;
}

/* Misc. admin *******************************************************************/

.in_place_editor_field { 
  background-color: #FFD6BA;
}

.hp-photo-choice { 
  margin: 20px 0 20px 0;
}

.thumbnail-gallery { 
  margin: 10px 20px 10px 0;
}

.thumbnail { 
  display: block;
  float: left;
  margin: 0 0 10px 0;
}

.thumbnail img { 
  margin: 5px 5px 0 0;
}

/* news releases *******************************************************************/

.release_body {
  line-height: 1.7;
  margin: 1em 0 1em 0;
}

.release_date {
  font-style: italic;
  font-weight: bold;
}

/* events *********************************************/ 

/* div that encloses the entire event listing  */ 
.event {
  padding-bottom: 0.7em; 
}

.event_location { 
  font-style: normal;
}

.event_start { 
  font-style: italic;
  font-weight: bold;
}

.speaker {
  font-weight: bold;
}

.event_title {
  font-weight: bold;
}

.event_body {
  margin: 1em 0 1em 0;
}


/* Rails stuff *******************************************************************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* for admin site map */
#draggable_link_tree ul {  
  padding-top: 4px; 
  padding-bottom: 2px; 
  border: 1px solid #ccf;
}

#draggable_link_tree li { 
  border: 1px solid #fcc;
}

.login_only {
	font-size: .9em;
	font-weight: bold;
	color: #f00;
}
