@charset "utf-8"; 
/* $Id: style.css 


/**
 * 0.RESET 
 */
.clr {
	clear: both;
}

/**
 * GLOBAL
 */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(https://www.umass.edu/anthro/images/backgrd.gif);
	background-repeat: repeat;
	background-position: center top;
}
/* Headings
----------------------------------------------- */
h1 {
	color: #706932;
	font-size: 275%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	color: #990000;
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 120%;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #706932;
	margin: 0px;
	line-height: 120%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	color: #62707E;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #62707F;
}
h5 {
	color: #990000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

/* Links
----------------------------------------------- */
a:link {
	color: #730000;
	text-decoration: underline;
}
a:visited {
	color: #730000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}


/**
 * LAYOUT
 */
 /* Construct
----------------------------------------------- */
#wrapper {
	/*max-width:1200px;
	min-width:800px;
	width:50em;*/
	width:899px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0px;
}

#innerwrapper {
	background-image: url(https://www.umass.edu/anthro/images/sideShadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#wrapper #bottomBar {
	background-image: url(https://www.umass.edu/anthro/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EEEEEE;
	height: 24px;
}
#wrapper #bottomBar #bottomBar-l {
	background-image: url(https://www.umass.edu/anthro/images/corner_bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #bottomBar #bottomBar-l #bottomBar-r {
	background-image: url(https://www.umass.edu/anthro/images/corner_br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #bottomBar div {
	background-image: url(https://www.umass.edu/anthro/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 24px;
}

/*  content bottom
---------------------------------------------------- */
#hpb-center {
	background-image: url(https://www.umass.edu/anthro/images/hpbottom-fade2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#hpb-center-left {
	background-image: url(https://www.umass.edu/anthro/images/hpbottom-corner-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 117px;
}
#hpb-center-right {
	background-image: url(https://www.umass.edu/anthro/images/hpbottom-corner-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 117px;
	padding-right: 25px;
	padding-left: 10px;
}


/* add this class to div.container in page.tpl to show grid */
.showgrid {
  background: url(images/grid.png) repeat;
}


/**
 * HEADER
 */
#header {
	background-color: #000000;
	/*height: 38px;*/
	background-image: url(https://www.umass.edu/anthro/images/top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body div#header_l {
	background-image: url(https://www.umass.edu/anthro/images/corner_tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	height: 38px;
}

body div#header_r {
	background-image: url(https://www.umass.edu/anthro/images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	padding-right: 25px;
	height: 30px;
	padding-top: 8px;
	float: right;
}
body div#header_r div {
	/*height: 38px;*/
	text-align: right;
	margin: 0px;
	padding: 0px;
}
body div#header_r div p {
	font-size: 12px;
	color: #000054;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #logo {
  float: left;
  padding: .5em 10px 0 0;
}

#header #sitename {
  float: left;
  margin-bottom: 1.5em;
}

#header h1 {
  font-weight: bold;
  margin: 0;
}

#header h1 a {
  text-decoration: none;
}

#header #siteslogan {
  display: block;
  font-size: 1.5em;
  line-height: 1em;
}

#search-theme-form {
  margin: 0;
}

#search-theme-form input {
  margin: 0;
  font-size: 9pt;
}


/* Masthead
----------------------------------------------- */
#masthead , #masthead-homepage{
	margin: 0px;
	padding: 0px;
	background-color: #d5d9de;
	background-image: url(https://www.umass.edu/anthro/images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	height: 101px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#masthead div {
	padding-top: 23px;
	padding-left: 16px;
}
/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label,
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * NAVIGATION
 */


#block-menu-primary-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	background-color: #990000;
	text-transform: uppercase;
	font-weight: bold;
}

#block-menu-primary-links ul {
	margin: 0;
	list-style: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#block-menu-primary-links li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	background-image: url(https://www.umass.edu/anthro/images/mainnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 10px;
}
#block-menu-primary-links a {
	padding: 0px;
	color: #D8DFC7;
	margin: 0px;
	text-decoration: none;
}

#block-menu-primary-links  a:hover {
  color: #FFFFFF;
	text-decoration: none;
}

#nav div#secondary-links,
#nav ul.dynamic-persistent-menu-sub-menu {
  padding: 0;
  position: absolute;
  width: 100%;
}

#nav ul.secondary-links li a:link,
#nav ul.secondary-links li a:visited,
#nav ul.dynamic-persistent-menu-sub-menu li a:link,
#nav ul.dynamic-persistent-menu-sub-menu li a:visited {
  display: inline-block;
  line-height: 3em;
  margin: 0;
  padding: 0 .5em;
}

#nav ul.secondary-links li a:hover,
#nav ul.secondary-links li a:active,
#nav ul.dynamic-persistent-menu-sub-menu li a:hover,
#nav ul.dynamic-persistent-menu-sub-menu li a:active {
  text-decoration: underline;
}

#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

.breadcrumb {
  color: #ccc;
  padding: 0;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 3.MAIN
 */


/* Content
----------------------------------------------- */
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #D8DFC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B99B;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	line-height: 140%;
	color: #666666;
}



/* Content - Left Column
----------------------------------------------- */

#leftcol-home {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B799;
}

#leftcol,
#leftcol-home {
	width: 228px;
	margin: 0px;
	padding: 20px;
}
#leftcol h3,
#leftcol-home h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #798148;
	padding-top: 15px;
}
#leftcol p,
#leftcol-home p {
	margin: 0px;
	padding: 0px;
}
#leftcol a,
#leftcol-home a {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#leftcol #sectionTitle
#leftcol-home #sectionTitle {
	height: 68px;
	padding-top: 15px;
	text-align: center;
}



/* Content - Center Column
----------------------------------------------- */
#centercol-home {
	margin: 0px;
	padding: 0px;
}
#centercol {
	background-color: #F3F5EE;
	background-image: url(https://www.umass.edu/anthro/images/contentCenter-rightrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#centercol #center_l {
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1B694;
	padding-left: 20px;
}
#centercol #center_r {
	width: 160px;
	padding-left: 15px;
	background-image: url(https://www.umass.edu/anthro/images/colSeperator.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
	line-height: 130%;
	padding-top: 45px;
}
#center_r div {
	padding-right: 12px;
}

/* Leftside Navigation
----------------------------------------------- */

#leftcol ul {
	margin: 0px;
	padding: 0px;
}

#leftcol ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 175%;
	display: block;
	background-image: url(https://www.umass.edu/anthro/images/secondnav_rule.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftcol ul li a{
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 8px;
	text-decoration: none;
	background-image: url(https://www.umass.edu/anthro/images/secondnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	line-height: 16px;
}

#leftcol ul li a:hover {
	color: #730000;
	border:none;
}

#leftcol ul li a:active {
	color: #730000;
	border:none;
}

#leftcol ul li ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D9E5;
}

#leftcol ul li ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#leftcol ul li ul li a{
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	border:none;
}

#leftcol ul li ul li a:hover {
	background-image:none;
	color: #FFFFFF;
}
#contentTop {
	background-color: #D8DFC7;
	height: 23px;
	background-image: url(https://www.umass.edu/anthro/images/contenttop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contentTop-left {
	height: 23px;
	background-image: url(https://www.umass.edu/anthro/images/contenttop-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentTop-right {
	height: 23px;
	background-image: url(https://www.umass.edu/anthro/images/contenttop-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-width:0;
}
.block block-path_image .content img {
	border-width: 1px;
	border-color: white;
}

/**
 * 7.NODES
 */
span.submitted {
  color: #898989;
  font-size: .8333em;
  line-height: 1.5em;
}

.node .picture {
  float: left;
  margin: .5em .5em .5em 0;
}

.meta {
  margin: 0 0 3em;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 1em 0 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 0 0 0 1em;
}

.node_read_more {
  font-weight: bold;
}

/* pagination */
.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, 
.item-list ul.pager li a:visited, 
.item-list ul.pager li.pager-current {
  margin: 0;
  padding: 0 .2em;
  text-decoration: none;
}

.item-list ul.pager li a:hover, 
.item-list ul.pager li a:active {
  text-decoration: underline;
}

.item-list ul.pager li.pager-current {
  border-bottom: 2px solid;
  color: #069;
  font-weight: bold;
}

/**
 * 8.COMMENTS
 */
.comment {
  margin: 0;
  padding: 0;
}

.comment-bar {
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.comment span.submitted {
  color: #898989;
}

.comment span.new {
  color: red;
}

.comment-title {
  display: none;
}

.comment .picture {
  float: right;
  margin: 0 0 .5em .5em;
}

.comment ul.links {
  margin: 0 0 1.5em;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 2em;
  padding-left: 1em;
}

/**
 * 9.BLOCKS
 */
.block {
  margin: 0em;
  position: relative;
}

/* login block */
#user-login-form {
  padding: 0em;
  text-align: left;
}

#user-login-form .form-item {
  margin: 0;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

/* block configuration links */
div.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display:block;
}

div.block div.edit a {
  color: #999;
  margin-right:0px;
}

div.block div.edit:hover a {
  color: #000;
}

/* views configuration links */
div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */
#footer {
}

#footer #footer_symbols,
#footer #footer_address {
	background-color: #FFFFFF;
}

#footer_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

#footer_address div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D939B;
	margin-right: 40px;
	margin-left: 40px;
	padding-bottom: 20px;
	padding-top: 0px;

}

#footer_symbols {
	padding-top: 15px;
}

#footer #footer_symbols .symbol_l {
	padding-right: 15px;
}
#footer #footer_symbols .symbol_r {
	padding-left: 0px;
}


/* support drupal */
/*#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.5em;
}*/

/**
 * 11.CSS SUPPORT
 */
span.clear       { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear           { clear: both; }
.clear-block     { display: block; }

.clearfix:after,
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix,
.container       { display: block; }

.float-left      { float: left; }
.float-right     { float: right; }
.img-left        { float: left; margin: 1.5em 1.5em 1.5em 0; }
.img-right       { float: right; margin: 1.5em 0 1.5em 1.5em; }

.first           { margin-left: 0; padding-left: 0; }
.last            { margin-right: 0; padding-right: 0; }
.top             { margin-top: 0; padding-top: 0; }
.bottom          { margin-bottom: 0; padding-bottom: 0; }

.text-left       { text-align: left; }
.text-right      { text-align: right; }
.text-center     { text-align: center; }
.text-justify    { text-align: justify; }

.bold            { font-weight: bold; }
.italic          { font-style: italic; }
.underline       { border-bottom: 1px solid; }
.highlight       { background: #ffc; }
.quiet           { color: #666; }
.loud            { color: #000; }
.added           { background: #060; color: #fff; }
.removed         { background: #900; color: #fff; }
.small           { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large           { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }

.nopadding       { padding: 0; }
.noindent        { margin-left: 0; padding-left: 0; }
.nobullet        { background: none; list-style: none; list-style-image: none; }

.wrap            { width: 950px; margin: 0 auto; }

.hide            { display: none; }

/**
 * 12.ADVANCED
 */

.whiteOutline {
	border: 1px solid #FFFFFF;
}

.darkblue{
	color: #091b35;
	font-size: 105%;
}

.shadowcol {
	width: 7px;
}

.breadcrumbs {
	padding-bottom: 5px;
}

.fancyTableRows {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}
.creditLines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

.homeQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	color: #B1BB8A;
	text-align: left;
	font-style: italic;
}

.bioHeads {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	margin-top: 15px;
}

.copyright {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 65%;
	line-height: 10pt;
	color: #999999;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

.logos {
	padding-top: 10px;
}
.mastBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.hp_newslisting {
	margin: 0px;
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 25px;
	line-height: 14px;
}
.hpbottom-arrow {
	padding-top: 5px;
	width: 10px;
}
#seal {
	padding-right: 16px;
	float: left;

}

 
/* lists */
ol{margin:0 0 1.5em;padding:0;}
ol li{margin:0 0 0 1.5em;}
/*ul{margin:0 0 1.5em;padding:0;}
ul li{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu,.item-list ul{margin:0 0 1.5em;padding:0;}
ul.menu ul,.item-list ul ul{margin:0;}
ul.menu li,.item-list ul li,li.leaf{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
ul li.expanded{background:transparent url(images/menu-expanded.gif) no-repeat 1px .35em;}
ul li.collapsed{background:transparent url(images/menu-collapsed.gif) no-repeat 0 .35em;}
ul li.leaf a,ul li.expanded a,ul li.collapsed a{display:block;}
ul li.fake-leaf{font-size:1em;font-weight:bold;}
ul.inline li{background:none;margin:0;padding:0 1em 0 0;}*/
dl{margin:0 0 1.5em;}
dl dt{font-weight:bold;}
dl dd{margin-left:1.5em;}

/* forms & fieldsets */
input{color:#494949;font:1em Verdana, sans-serif;}
textarea,select{color:#494949;font:1em Verdana, sans-serif;}
fieldset ul.clear-block li{background-image:none;margin:0;padding:0;}
fieldset{background:#fff;border:1px solid #ccc;margin:1em 0;padding:1em;}
fieldset legend{padding:0 0.5em;}
.field-label{padding-top: 10px;}
html.js fieldset.collapsed{background:transparent;padding-bottom:.6em;padding-top:0;}
html.js fieldset.collapsible legend a{background:url(images/menu-expanded.gif) no-repeat 0 50%;}
html.js fieldset.collapsed legend a{background:url(images/menu-collapsed.gif) no-repeat 0 50%;}
.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item{margin:.25em 0;}
.form-button,.form-submit{margin:0;}
.confirmation .form-submit,.search-form .form-submit,.poll .form-submit,fieldset .form-button,fieldset .form-submit,.sidebar .form-button,.sidebar .form-submit,table .form-button,table .form-submit{margin:0em;}
#autocomplete li{cursor:pointer;margin:0;padding:2px;}
#autocomplete li.selected{background:#027ac6;color:#fff;}

/* admin tab links */
#tabs-wrapper{border-bottom:1px solid #999933;margin:0 0 .75em;padding:0;}
ul.primary{border-bottom:2px solid #999933; margin:0;padding: 0;}
ul.primary li{background:none;border-top:1px solid #999933;border-right: 1px solid
	#999933;border-left: 1px solid
	#999933; margin:0 .5em 0 0;padding:.25em 0;}
ul.primary li.active{background:#fff;}
ul.primary li:hover {background:#f5f5f5;}
ul.secondary{background:#eee;border:none;margin:0;padding:.5em 1em;}
ul.secondary li{background:none;border:none;display:inline;line-height:2em;margin:0;padding:0 1em 0 0;}
ul.primary li a,ul.primary li.active a,ul.primary li a:hover,ul.primary li a:visited{background:none;border:0;margin:0;padding:0 1em;text-decoration:none;}
ul.secondary li a,ul.secondary li a:visited{background:none;border:0;margin:0;padding:0;text-decoration:none;}
ul.secondary li.active a,ul.secondary li a:hover{text-decoration:underline;}
ul.primary li.active a,ul.secondary li.active a{font-weight:bold;text-decoration:none;}

/* admin styling */
div.admin,div.admin .left,div.admin .right,div.admin-panel,div.admin-panel .body,div.admin .expert-link{margin:0;padding:0;}
div.admin .left{float:left;width:48%;}
div.admin .right{float:right;width:48%;}
div.admin-panel .description,.form-item .description{color:#666;font-size:0.9167em;line-height:1.636364em;margin:0 0 1.63636em;padding:0;}
div.admin-panel { }
body.admin dt{font-weight:normal;}
body.admin dd{color:#898989;font-size:.9167em;line-height:1.636364em;}
.more-help-link {font-size:.8333em;padding:0.2em 0 0.1em;}
.block-region {font-size:0.8333em;line-height:1.5em;margin:0;padding:0.15em 0.5em;}

/* tables */
tbody {border-width: 0px;}
#forum thead th {border-bottom:3px solid #ccc;}
#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager{text-align:left;}
#forum tr td.forum{background-position:4px 9px;}
.forum-topic-navigation{background:#eee;border:none;border-bottom:1px solid #ccc;margin-bottom:1em;padding:5px;}
body.admin table{margin:0 0 1.4em;width:100%;}
body.admin thead th{border-bottom:2px solid #ccc;font-weight:bold;padding:0 1em 0 0;}
body.admin tbody{border-top:none;}
body.admin td,body.admin th{padding:.3em .5em;vertical-align:top;}
body.admin tr.even,body.admin tr.odd,body.admin tbody th{border:solid #ccc;border-width:1px 0;}
body.admin tr.odd td.active{background-color:#e9e9e9;}
body.admin tr.even td.active{background-color:#eee;}
body.admin tr.odd,body.admin tr.info{background-color:#eee;}
body.admin tr.even{background-color:#f5f5f5;}
body.admin tr.drag{background-color:#fffff0;}
body.admin tr.drag-previous{background-color:#ffd;}
body.admin td.region,body.admin td.module,body.admin td.container,body.admin td.category{background-color:#ddd;border-bottom:1px solid #ccc;border-top:1em solid #fff;color:#666;font-weight:bold;}
body.admin tr:first-child td.region,body.admin tr:first-child td.module,body.admin tr:first-child td.container,body.admin tr:first-child td.category{border-top-width:0;}
body.admin table.sticky-header{margin:0 0 0 1px;z-index:1;}
body.admin table.sticky-header th{padding-top:.5em;}
span.form-required{color:#ffae00;}
.views-table th, td{padding: 0px 10px;};

/* messages */
.messages{background-color:#fff;border:1px solid #b8d3e5;}
.messages,.preview,div.warning,div.error{margin:0 0 1.5em;padding:8px 1em;}
.messages ul{margin:0;}
.preview{background-color:#fcfce8;border:1px solid #e5e58f;}
.preview .node{background-color:#fcfce8;}
div.status{border-color:#c7f2c8;color:#33a333;}
div.error,tr.error{background-color:#fcc;color:#a30000;}
.form-item input.error,.form-item textarea.error{border:1px solid #c52020;color:#363636;}

/* status report */
table.system-status-report tr.error,table.system-status-report tr.error th{background-color:#fcc;border-color:#ebb;color:#200;}
table.system-status-report tr.warning,table.system-status-report tr.warning th{background-color:#ffd;border-color:#eeb;}
table.system-status-report tr.ok,table.system-status-report tr.ok th{background-color:#dfd;border-color:#beb;}
table.system-status-report th{padding-bottom:6px;padding-top:6px;}
table.system-status-report th,table.system-status-report tr.merge-up td{padding-left:30px;}

/* specific views */
.view-field-blog .views-field-title {
font-size: 1.5em;
}
.view-field-blog img {
padding: 5px;
		}
