/***********************************************/
/* DEFAULTS AND GLOBALS */
/***********************************************/

/* For FCKEditor and general typography */
@import url(typography.css);

/* For Drupal Nice Menu module */
@import url(nicemenu.css);

html { /* forces scrollbars */
	height: 100%;
}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
}

body {
	background: #CCC;
	background: url("images/bg-repeater.gif") repeat center top;
	color: #c8c8c8;	
}

/***********************************************/
/* LOGO */
/***********************************************/

h1#logo { 
	margin: 0;
	float: left;
	display: inline;
}

h1#logo a {
	display: block;
	width: 126px;
	height: 117px;
	background: #DDD;
	border: 1px solid #999;
	margin: 3px;
}

/***********************************************/
/* LAYOUT */
/***********************************************/
#wrapper {
	width:877px;
	background: url("images/main-repeater.gif") repeat-y scroll 0px top transparent;
	margin: 0 auto;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 834px;
	text-align: left;
	overflow: hidden;
}

body div#container { background: url("images/header_content.jpg") left top no-repeat; }
/*body.front div#container { background: url("images/header_index.jpg") left top no-repeat; }*/

div#content {
	position: relative;
	padding: 116px 0 0 0;
	width: 834px;
	overflow: hidden;
}

div#column1 {
	float: left;
	width: 550px;
	color: #4c331c;
	overflow: hidden;
}

#column1 .threecol .node {
	width: 330px;
	float: left;
}

div#column2 {
	float: left;
	margin: -1px 0 0 0;
	width: 284px;
	overflow: hidden;
}

div#search {
	color: #876D39;
	font-size: 1em;
	position: absolute;
	right: 10px;
	top: 32px;
	width: 245px;
	z-index: 1;
}

div#search label { display: none; }

div#search input#edit-search-theme-form-1 {
	color: #876D39;
	font-size: 1em;
	padding: 2px 0;
	width: 190px;
}

div#footercap {
	height: 14px;
	background:url("images/footercap.gif") no-repeat 0px top;
	width: 877px;
	margin: 0 auto;
}
/*body.front div#column1 { background: none; }*/
body div#column1 { background: url("images/background_content.jpg") left top repeat-y; }

#column1 .node ul {
	padding: 0;
	margin: 0;
}

#column1 .node li {
	color:#B15F2A;
	font-size:1.2em;
	line-height:1.25em;
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	background: url('/sites/all/themes/postpolio/images/bullet.gif') no-repeat 30px 5px;
}

body.front div#column1 {
	padding: 290px 0 0 0;
	overflow: hidden;
}

div#column1 div#padding,
#three-column-padding {
	padding: 25px 25px 0 25px;
}

#three-column-padding {
	float: left;
	width: 300px;
}

#column3 {
	margin: 50px 25px 0 350px;
}

.clear {
	clear: both;
}

body div#column1 div#padding {
	padding: 50px 25px 0 25px;
	background: url("images/background_content_top.jpg") left top no-repeat;
}

body.front div#column1 div#padding { padding: 0 25px 0 25px; background: none; }

div#slideshow {
	position: absolute;
	background: url("images/slideshow_back.jpg") left top no-repeat;
	height: 300px;
	width: 550px;
	margin-top: -313px;
}

#slideshow img {
	position:absolute;
	top: 27px;
	left: 117px;
	z-index:8;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}

div#footer {
	position: relative;
	background: #492e16;
	background: #482e17;
	font-size: 1.1em;
}	

div#featured {
	position: relative;
	display: block;
	width: 284px;
	height: 177px;
	background: url("images/index_featured.gif") left top no-repeat;
	overflow: hidden;
}

/***********************************************/
/* MENUS */
/***********************************************/

/* Right Column Menu - see nicemenu.css */

ul.mainmenu {
	position: absolute;
	top: 11px;
	right: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
	width: 272px;
	text-align: center;
}

ul.mainmenu li {
	padding: 0 12px 0 0;
	margin-right: 5px;
	display: inline;
	background: url("images/mainmenu_seperator.gif") right center no-repeat;
}

ul.mainmenu li.last { background: none; }

ul.mainmenu li a {
	padding: 0;
	font-size: 1.1em;
	text-decoration: none;
	color: white;
}

ul.mainmenu li a:hover {
	color: #324615;
}

ul#submenu li ul.sections {
	display: none;
	list-style: none;
}

ul#submenu li ul.sections li {
	width: 284px;
	height: 34px;
}

ul#submenu li ul.sections li a {
	display: block;
	width: 284px;
	height: 34px;
}

ul#submenu li ul.sections li a.collections { height: 34px; background: url("images/section_collections.gif"); }
ul#submenu li ul.sections li a.artifacts { height: 34px; background: url("images/section_artifacts.gif"); }
ul#submenu li ul.sections li a.internet { height: 34px; background: url("images/section_internet.gif"); }
ul#submenu li ul.sections li a.websites { height: 34px; background: url("images/section_websites.gif"); }
ul#submenu li ul.sections li a.books { height: 34px; background: url("images/section_books.gif"); }
ul#submenu li ul.sections li a.multimedia { height: 34px; background: url("images/section_multimedia.gif"); }
ul#submenu li ul.sections li a:hover { height: 34px; background-position: 0 -34px; }
ul#submenu li:hover ul.sections { display: block; }


/* Side Menu - see nicemenu.css */

/***********************************************/
/* HEADERS */
/***********************************************/

/***********************************************/
/* TYPOGRAPHY */
/***********************************************/

/* See typography.css */

/***********************************************/
/* SEARCH */
/***********************************************/

#block-custom_pp-0,
#block-custom_pp-2 {
	padding: 0 25px;
	color: #7c543e;
}

#block-custom_pp-0 fieldset,
#block-custom_pp-2 fieldset {
	padding: 3px 15px 0;
}

#block-custom_pp-0 #edit-keywords,
#block-custom_pp-2 #edit-keywords {
	color: #876D39;
	font-size: 1em;
}

#block-custom_pp-0 .fieldset-outer,
#block-custom_pp-2 .fieldset-outer {	
	border: 0;
	background: #f2e6cd;
	padding: 10px 0;
}

#block-custom_pp-0 legend,
#block-custom_pp-2 legend { 
	color: #7c543e;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;	
}

#block-custom_pp-0 .form-checkboxes,
#block-custom_pp-2 .form-checkboxes {
	margin: 0 0 6px 0;
	float: left;
	overflow: hidden;
}

#block-custom_pp-0 #edit-refine-keywords-wrapper,
#block-custom_pp-2 #edit-refine-keywords-wrapper {
	display: inline;
}

#block-custom_pp-0 #edit-refine-keywords, 
#block-custom_pp-0 #edit-refine-submit,
#block-custom_pp-2 #edit-refine-keywords,
#block-custom_pp-2 #edit-refine-submit {
	vertical-align: middle;
}

#block-custom_pp-0 .form-checkboxes .form-item,
#block-custom_pp-2  .form-checkboxes .form-item {
	display: inline;
	width: auto;
	margin-right: 15px;
}

ul#bibliography-search-results,
ul#bibliography-search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#bibliography-search-results li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#bibliography-search-results .subtitle {
	color: #803B0E;
	font-size: 1.1em;
	font-weight: bold;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}

/***********************************************/
/* RESOURCES - PEOPLE / BOOKS / ETC */
/***********************************************/

#block-views-resources_multimedia-block_1, 
#block-views-6b4918e7349b388b0368b1addfa9c625,
#block-views-resources_web-block_1, 
#block-views-resources_books-block_1, 
#block-views-people-block_1,
#block-views-medical_articles-block_1,
#block-views-artifacts-block_2,
#block-views-collections-block_1 {
	padding: 15px 25px 0;
}

#block-views-artifacts-block_2 img {
	float: left;
	margin-bottom: 3px;
	margin-right: 10px;
}

#block-views-artifacts-block_2 .title {
	margin: 0;
}

.resource_result .important {
	padding-left: 15px;
	position: relative;
	left: -15px;
	background: url('/sites/all/themes/postpolio/images/highlightcheck.gif') no-repeat;
}

#block-block-4 {
	padding: 0 40px;
}

.resource_author,
.resource_publisher,
.creator {
	margin-top: 3px;
	margin-bottom: 3px;
	font-style: italic;
}

.resource_result {
	padding: 10px 0;
	height: 1%;
}

.artifact-teaser,
.resource_teaser {
	margin-bottom: 3px;
}

.artifact-teaser {
	clear: both;
}

.artifact-teaser p {
	margin: 1em 0 0;
}

.resource_dobd {
	font-style: italic;
	font-size: 1em;
}

#block-views-artifacts-block_2 .more a,
.resource_more a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#block-views-artifacts-block_2 .more {
	margin: 0 0 0;
	padding: 0;
}

#block-views-artifacts-block_2 .artifact {
	margin-bottom: 2em;
}	


/***********************************************/
/* ARTIFACTS SLIDESHOW */
/***********************************************/

/* NEW */


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
	padding: 0 7px;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 15px;
	width: 506px;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 76px;
	height: 76px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.jcarousel-item img {
	margin: 0 auto;
}

#artifact-carousel .jcarousel-list li,
#artifact-carousel .jcarousel-item {
	width: 264px;
	height: auto;
}

ul#page-carousel {
	padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */


#carousel .jcarousel-next {
	position: absolute;
	right: 0px;
	z-index: 3; 
	width: 6px;
	height: 11px;
	top: 85px;
	background: url("images/arrow_right.gif") left top no-repeat;    
}

#carousel .jcarousel-prev {
	position: absolute;
	left: -7px;
	z-index: 3;
	width: 6px;
	height: 11px;
	top: 85px;

	background: url("images/arrow_left.gif") left top no-repeat;
}

#page_carousel .jcarousel-next {
	position: absolute;
	right: 12px;
	z-index: 3; 
	width: 6px;
	height: 11px;
	top: 25px;
	background: url("images/arrow_right.gif") left top no-repeat;    
}


#page_carousel .jcarousel-prev {
	position: absolute;
	z-index: 3;
	width: 6px;
	height: 11px;
	top: 25px;
	left: 12px;
	background: url("images/arrow_left.gif") left top no-repeat;
}

#views-exposed-form-artifacts-block-2 .views-exposed-widgets {
	padding: 1em 0;
}

#views-exposed-form-artifacts-block-2 .views-exposed-widget label,
#views-exposed-form-artifacts-block-2 .views-exposed-widget .views-widget,
#views-exposed-form-artifacts-block-2 .views-exposed-widget #edit-field-artifacts-type-value-many-to-one-wrapper,
#views-exposed-form-artifacts-block-2 .views-exposed-widget #edit-field-artifacts-type-value-many-to-one {
	display: inline;
}
#views-exposed-form-artifacts-block-2 .views-exposed-widget label,
#views-exposed-form-artifacts-block-2 .views-exposed-widget .views-widget,
#views-exposed-form-artifacts-block-2 .views-exposed-widget #edit-field-artifacts-type-value-many-to-one-wrapper,
#views-exposed-form-artifacts-block-2 .views-exposed-widget #edit-field-artifacts-type-value-many-to-one {
	margin-right: 1em;
	/*padding-right: 1em;*/
}

div#column1 #block-multiblock-4,
div#column1 #block-views-artifacts-block_1 {
	margin: 19px 0 0 0;
	background: url("images/background_artifacts.jpg") left top repeat-y;
	position: relative;
	padding-top: 15px;
}

div#column1 #block-multiblock-4 h3,
div#column1 #block-views-artifacts-block_1 h3 {
	margin: 0 0 0 25px;
	font-size: 1.6em;
}

div#column1 #block-multiblock-4 .dropdowns ,
div#column1 #block-views-artifacts-block_1 .dropdowns {
	height: 25px;
	padding: 0 0 0 25px;
	margin-bottom: 0;
}

div#column1 #block-multiblock-4 p.viewall , margin-left: 25px; }	
div#column1 #block-views-artifacts-block_1 p.viewall { margin-left: 25px; }	

div#column1 #block-multiblock-4 .jcarousel-item img ,
div#column1 #block-views-artifacts-block_1 .jcarousel-item img {
	border: 3px solid #fff;
}	

div#column1 #block-multiblock-4 .jcarousel-skin-tango .jcarousel-item-horizontal ,	
div#column1 #block-views-artifacts-block_1 .jcarousel-skin-tango .jcarousel-item-horizontal {	
	margin: 0;
}

/******/

/*





div#column1 #block-views-artifacts-block_1 .views-exposed-form .views-exposed-widget { padding: 0 5px 0 0; }

div#column1 #block-views-artifacts-block_1 .views-exposed-form .views-exposed-widget .form-submit {
margin-top: 0;
}

div#column1 #block-views-artifacts-block_1 .jcarousel-container { background: none; border: none; }
div#column1 #block-views-artifacts-block_1 .jcarousel-container-horizontal { width: 512px; padding: 0 18px; }
div#column1 #block-views-artifacts-block_1 .jcarousel-clip-horizontal { width: 512px; }

div#column1 #block-views-artifacts-block_1 .jcarousel-prev-horizontal { 
width: 6px;
height: 11px;
top: 25px;
background: url("images/arrow_left.gif") left top no-repeat;
}

div#column1 #block-views-artifacts-block_1 .jcarousel-prev-disabled-horizontal, 
div#column1 #block-views-artifacts-block_1 .jcarousel-prev-disabled-horizontal:hover, 
div#column1 #block-views-artifacts-block_1 .jcarousel-prev-disabled-horizontal:active {
background-position: 0 -11px;
cursor: default;
}

div#column1 #block-views-artifacts-block_1 .jcarousel-next-horizontal {
width: 6px;
height: 11px;
top: 25px;
background: url("images/arrow_right.gif") left top no-repeat;
}

div#column1 #block-views-artifacts-block_1 .jcarousel-next-disabled-horizontal, 
div#column1 #block-views-artifacts-block_1 .jcarousel-next-disabled-horizontal:hover, 
div#column1 #block-views-artifacts-block_1 .jcarousel-next-disabled-horizontal:active {
background-position: 0 -11px;
cursor: default;
}

div#column1 #block-views-artifacts-block_1 .jcarousel-list li,
div#column1 #block-views-artifacts-block_1 .jcarousel-skin-tango .jcarousel-item {
height: 74px;
width: 74px;
}





/*	


/***********************************************/
/* ARTIFACTS PAGE/NODE SLIDESHOW */
/***********************************************/	

.view-display-id-block_2, 
div#artifacts {
	margin: 20px 0 0 0;
	position: relative;
}	

.view-display-id-block_2 .views-exposed-widgets {
	padding: 35px 0 0 25px;
	margin-bottom: 0;
}

.view-display-id-block_2 .views-exposed-form .views-exposed-widget { padding: 0 5px 0 0; }

.view-display-id-block_2 .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0;
}

.view-display-id-block_2 .jcarousel-container { background: none; border: none; }
.view-display-id-block_2 .jcarousel-container-horizontal { width: 275px; padding: 0; }
.view-display-id-block_2 .jcarousel-clip-horizontal { width: 275px; }	

.view-display-id-block_2 .jcarousel-prev-horizontal { 
	position: absolute;
	left: -10px;
	width: 6px;
	height: 11px;
	top: 85px;
	background: url("images/arrow_left.gif") left top no-repeat;
}

.view-display-id-block_2 .jcarousel-prev-disabled-horizontal, 
.view-display-id-block_2 .jcarousel-prev-disabled-horizontal:hover, 
.view-display-id-block_2 .jcarousel-prev-disabled-horizontal:active {
	background-position: 0 -11px;
	cursor: default;
}

.view-display-id-block_2 .jcarousel-next-horizontal {
	width: 6px;
	height: 11px;
	top: 85px;
	position: absolute;
	right: -10px;
	background: url("images/arrow_right.gif") left top no-repeat;
}

.view-display-id-block_2 .jcarousel-next-disabled-horizontal, 
.view-display-id-block_2 .jcarousel-next-disabled-horizontal:hover, 
.view-display-id-block_2 .jcarousel-next-disabled-horizontal:active {
	background-position: 0 -11px;
	cursor: default;
}

.view-display-id-block_2 .jcarousel-list li,
.view-display-id-block_2 .jcarousel-skin-tango .jcarousel-item {
	height: auto;
	width: 275px;
}

.view-display-id-block_2 .jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: auto;
}

.view-display-id-block_2 .jcarousel-skin-tango .jcarousel-item-horizontal {	
	margin: 0 10px 0 0;
}

.view-display-id-block_2 .jcarousel-item img {
	border: 3px solid #fff;
}

/***********************************************/
/* ARTIFACTS / RESOURCE NODE */
/***********************************************/

#information,
#resource {
	position: relative;
	overflow: hidden;
}

#tabs {
	position: absolute;
	right: 0;
}

div#column1 div#padding div#biography, 
div#column1 div#padding div#resource_left {
	width: 200px;
	float: left;
	display: inline; 
}

div#column1 div#padding div#sidebar {
	float: right;
	display: inline;
	width: 275px;
}

div#column1 div#padding div#articles {
	padding-top: 45px;
}

div#column1 div#padding div.sidebar_artifact {
	top: 50px;
}

div#column1 div#padding div.sidebar_bio {
	padding-top: 45px;
}

div#column1 div#padding div#sidebar img {
	clear: both;
	border: 2px solid #fff;
	margin: 0;
}

div#column1 div#padding div#sidebar a {
	font-size: 1.1em;
	text-decoration: none;
	color: #44632b;
}

div#column1 div#padding div#sidebar a:hover {
	color: #6f93c4;
}

div#column1 div#padding div#sidebar p#number {
	float: right;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	color: #45642b;
}

div#column1 div#padding div#sidebar .photo {
	margin-bottom: 15px;
}	
div#column1 div#padding div#sidebar p.credit {
	font-size: 1.1em;
	font-style: italic;
	color: #4c331b;
	margin-bottom: 3px;
}

div#column1 div#padding div#sidebar p.viewlarge {
	font-size: 1.1em;
	color: #44632B;
	margin: 0 0 3px 0;
}	

div#column1 div#padding div#information p.stats {
	color: #4c331c;
}

div#column1 div#padding div#information p.stats span {
	/*font-weight: bold;*/
}

div#column1 div#padding div#information p span.highlight {
	font-weight: bold;
	color: #4c331c;
}

/***********************************************/
/* LINKS */
/***********************************************/

div#artifacts a.arrow_left {
	position: absolute;
	top: 80px;
	left: 10px;
	float: left;
	width: 6px;
	height: 11px;
	background: url("images/arrow_left.gif") left top no-repeat;
}

div#artifacts a.arrow_right {
	position: absolute;
	top: 80px;
	right: 10px;
	float: left;
	width: 6px;
	height: 11px;
	background: url("images/arrow_right.gif") left top no-repeat;
}

div#featured p#preview a {
	text-decoration: none;
	color: #6c9d31;
}

div#featured p#preview a:hover {
	color: #6f93c4;
}

a#submit {
	float: left;
	margin: 0 0 20px 0;
	width: 284px;
	height: 96px;
	background: url("images/button_submit.gif");
	text-indent: -5000px;
	overflow: hidden;
}

a#submit:hover { background-position: 0 -96px; }

a.button_bio {
	float: left;
	margin: 0 10px 20px 10px;
	width: 76px;
	height: 35px;
	background: url("images/button_bio.gif") left top no-repeat;
}

a.button_bio.deactive { background-position: 0 -70px; }
a.button_bio:hover { background-position: 0 -35px; }

a.button_majorarticles {
	float: left;
	margin: 0 0 20px 0;
	width: 148px;
	height: 35px;
	background: url("images/button_majorarticles.gif") left top no-repeat;
}

a.button_majorarticles.deactive { background-position: 0 -70px; }
a.button_majorarticles:hover { background-position: 0 -35px; }

/***********************************************/
/* FORMS / BUTTONS */
/***********************************************/

input#search {
	position: absolute;
	top: 65px;
	right: 65px;
	padding: 2px 0;
	width: 195px;
	font-size: 1em;
	color: #876d39;
}

div#artifacts select {
	position: absolute;
	top: 32px;
	left: 25px;
	width: 145px;
}

/***********************************************/
/* ADMIN */
/***********************************************/

/**********************************/
/* Top / Main Administration Menu */ 

#admin-nav {
	padding: 0.3em 0;
	text-align: center;
	width: 100%;
	background: #DF8D00;
}

#admin-nav ul {
	margin: 0;
	text-align: center;
}	

#admin-nav li {
	display:inline;
}

#admin-nav li {
	background: transparent none repeat scroll 0 0;
	display: inline;
	line-height: 17px;
	list-style-image: none;
	padding: 0 1em;
}	

#admin-nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

#admin-nav li ul {
	display: none;
}

/**********************************/
/* Status / Errors / Messages */ 	

div.error, tr.error {
	background-color: #FFCCCC;
	color: #A30000;
	padding:2px;
}

div.error {
	border: 1px solid #DD7777;
}

.messages {
	background-color: #FFFFFF;
	border: 1px solid #B8D3E5;
}

.messages, .preview {
	margin: 0.75em 0;
	padding: 0.5em 1em;
}

.messages ul {
	margin: 0;
}	

div.status {
	border-color: #C7F2C8;
	color: #33A333;
}

/**********************************/
/* Fieldsets / Legends */ 		

.fieldset-outer { 
	padding: 3px; 
	border: 1px solid #778E4D; 
	background: #E7D7A2; 
	margin-bottom: 15px; 
}

fieldset { padding: 1em; border: 0; }
fieldset.collapsible { padding: 0; }

fieldset .fieldset-wrapper { padding: 15px 15px 0 15px; }

legend { font-weight: bold; }

legend a {
	text-decoration: none;
	font-size: 1.2em;
}

/* Admin pages */

div.admin-panel {
	background: #FFFFFF url(images/gradient-inner.png) repeat-x scroll 0 0;
	padding: 1em 1em 1.5em;
}

#user-admin-filter ul li { list-style: none; }

.container-inline .fieldset-outer { display: block; }

div.admin-panel h3 {
	font-weight: normal;
	font-size: 1.8em;
}

.description {
	line-height: 150%;
	margin-bottom: 0.75em;
	font-size: 0.9em;
}

/***********************************************/
/* SORT LATER */
/***********************************************/	

/* LIVING WITH POLO */

div#column1 div#padding div#introduction {
	display: block;
	background: url("images/introduction_seperators.png") left top no-repeat;
}

div#column1 div#padding div#introduction p {
	margin: 5px 0 10px 0;
	padding: 10px 0;
	background: url("images/introduction_seperators.png") left bottom no-repeat;
	font-family: Arial;
	font-size: 1.6em;
	line-height: 1.25em;
	color: #b15f2a;
}

div#column1 div#padding ul.sections {
	margin: 0 0 20px 0;
	list-style: none;
}

div#column1 div#padding ul.sections li {
	padding: 5px 0;
}

div#column1 div#padding ul.sections li a {
	display: inline;
	padding: 0 0 0 15px;
	background: url("images/bullet_sections_off.gif") left center no-repeat;
	font-size: 1.4em;
	text-decoration: none;
	color: #4c331b;
}

div#column1 div#padding ul.sections li a.active {
	background: url("images/bullet_sections_on.gif") left center no-repeat;
}

div#column1 div#padding ul.sections li a:hover {
	color: #3d5a14;
}

div#column1 div#padding ul.sections ul {
	list-style: none;
}

div#column1 div#padding ul.sections ul li {
	padding: 0 0 2px 0;
}

div#column1 div#padding ul.sections ul li a {
	display: inline;
	padding: 0 0 2px 15px;
	background: none;
	font-size: 1.2em;
	color: #6c9d31;
}

div#column1 div#padding ul.sections ul li a:hover {
	color: #6f93c4;
}

/* LIVING WITH POLO : CANES */

div#column1 div#padding div#column_300 {
	width: 300px;
	overflow: hidden;
}

div#column1 div#padding div#column_300 h4 {
	padding: 15px 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #4c331b;
}

div#column1 div#padding div#column_300 p {
	font-size: 1.2em;
	line-height: 1.25em;
	color: #b15f2a;
}

div#column1 div#padding div#column_300 p.subhead {
	padding: 20px 0 3px 0;
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #803b0e;
}

div#column1 div#padding div#column_300 p a.knowmore {
	display: block;
	padding: 0 0 15px 0;
	text-decoration: none;
	color: #6c9d31;
}

div#column1 div#padding div#column_300 p a.knowmore:hover {
	color: #6f93c4;
}

div#column1 div#padding ul.sub_sections {
	float: right;
	margin: 30px 0 20px 0;
	padding: 0 0 0 15px;
	width: 160px;
	background: url("images/border_subsections.gif") left top repeat-y;
	list-style: none;
}

div#column1 div#padding ul.sub_sections li.title {
	padding: 0 0 10px 0;
	font-size: 1.5em;
	color: #4c331b;
}

div#column1 div#padding ul.sub_sections li a {
	display: block;
	padding: 0 0 5px 15px;
	background: url("images/bullet_sections_off.gif") left 3px no-repeat;
	font-size: 1.1em;
	text-decoration: none;
	color: #6c9d31;
}

div#column1 div#padding ul.sub_sections li a:hover {
	color: #6f93c4;
}	

#autocomplete ul, 
#autocomplete li,
fieldset ul.clear-block li {
	list-style: none;
}	

.item-list ul li {
	margin: 0;
}

#block-custom_pp-1 {
	padding: 0 40px;
}	

#web-category-filter-results {
	font-size:1.2em;
	line-height:1.25em;
}

#web-category-filter-results,
#web-category-filter-results ul,
#web-category-filter-results li, 
#web-category-filter-results p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#web-category-filter-results li {
	margin-bottom: 3em;
}

#web-category-filter-results li li {
	margin-bottom: 0;
}

#custom-pp-web-resource-category-filter-form #edit-category-wrapper,
#custom-pp-web-resource-category-filter-form #edit-category {
	float: left;
}

#custom-pp-web-resource-category-filter-form #edit-submit {
	padding: 22px 0 0 5px;
}

#column1 #carousel li {
	padding: 0;

}

#site-credit {
	margin: 0;
}

#site-credit a {
	color: #B76C39;
	padding-left: 20px;
}

.character-count {
	float: right;
	margin-left: 10px;
	margin-right: 25px;
}

#font-size {
	width: 140px;
	margin: 0 auto;
}

#font-size a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #718f47;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#font-size a:hover {
	background: #6C9D31;
}

#small-font {
	/*	font-size: 10px;*/
	font-size: .83em;
	width: 6px;
	padding: 0 17px;
	margin-right: 10px;
}

#medium-font {
	/*	font-size: 14px;*/
	font-size: 1.16em;
	width: 8px;
	padding: 0 16px;
	margin-right: 10px;
}

#large-font {
	/*	font-size: 18px;*/
	font-size: 1.5em;
	width: 10px;
	padding: 0 15px;
}

#contrast {
	text-align: center;
}

#contrast a {
	color: #fff;
}

/***********************************************/
/* GOOGLE TRANSLATE BUTTON */
/***********************************************/

#google_translate_element{
width: 157px;
left: 200px;
margin: 2px auto 19px auto;
}

#resource-video {
	display: none;
}

#cboxLoadedContent #resource-video {
	display: block;
}

.multimedia-thumb {
	float: left;
	padding-right: 20px;
}

/*
/* New Multimedia Views
*/

p.resource_title {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 3px;
color: #803b0e;
}

div.view-id-resources_multimedia.view-display-id-block_path_1  div.view-filters {
	padding-left: 14px;
	width: 379px;
	line-height: 26px;
}

div.view-id-resources_multimedia.view-display-id-block_path_1 .bef-checkboxes .form-item {
	float: left;
	padding-right: 10px;
}

div.view-id-resources_multimedia.view-display-id-block_path_1 div.views-exposed-widget.views-submit-button {
	clear:both;
	padding: 0;
}

div.views-exposed-widget.views-widget-filter-field_subcategory_value label[for=edit-category] {
	color: #7c543e;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

div.view-id-resources_multimedia.view-display-id-block_path_1 div.views-exposed-form .views-exposed-widget .form-submit  {
	background-image: url(../../../../sites/all/modules/custom_pp/images/btn_refinedsearch_off.gif);
	height: 25px;
	width: 62px;
	border: 0;
	text-indent: -999px;
	margin-bottom: 30px;
}

div.view-id-resources_multimedia.view-display-id-block_path_1 div.views-exposed-form .views-exposed-widget .form-submit:hover {
	cursor: pointer;
}

#block-views-6b4918e7349b388b0368b1addfa9c625 {
	padding-top: 10px;
}

#mobile-header,
#block-multiblock-2,
#block-multiblock-3 {
	display: none;
}

#go-to-top {
	display: none;
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (max-width : 440px) { 
	div.view-id-resources_multimedia.view-display-id-block_path_1 div.view-filters {
		width: 240px;
		padding-left: 0px;
	}
	#block-block-4 {
		padding: 0;
		padding-left: 25px;
		background: url("images/background_content.jpg") left top repeat-y;
	}
	#block-views-6b4918e7349b388b0368b1addfa9c625 {
		padding-top: 10px;
		background: url("images/background_content.jpg") left top repeat-y;
	}
	#wrapper {
		background: none;
		width: 280px;
	}
	#footercap {
		display: none;
	}

	body div#container,
	div#container {
		background: none;
		width: 280px;
		padding-bottom: 30px;
	}
	#mobile-header {
		margin-top: -3px;
	}
	#mobile-header,
	#block-multiblock-2,
	#block-multiblock-3 {
		display: block;
	}
	h1.logo a {
		text-indent: 0;
	}

	h1.logo a,
	ul.mainmenu,
	div#search,
	#content {
		position: static;
	}

	div#content {
		width: 280px;
		padding: 0;
	}
	div#column1 {
		float: none;
		width: 100%;
		padding: 0;
	}
	body div#column1,
	body.front div#column1 {
		padding: 0;
	}

	div#column2 {
		display: none;
	}
	div#slideshow {
		position: static;
		background: url("images/mobile_slide_background.png") left top no-repeat;
		background-size: contain;
		max-width: 100%;
		margin-top: 0px;
		height: 183px;
	}
	#slideshow img {
		position: absolute;
		top: 23px;
		left: 35px;
		z-index: 8;
		max-width: 228px;
	}
	body.front div#column1 div#padding,
	body div#column1 div#padding {
		background: url("images/background_content.jpg") left top repeat-y;
	}
	body.front div#column1 div#padding {
		position: relative;
		top: -1px;
	}
	ul.nice-menu a {
		padding: 10px 0 0 13px;
		height: 24px;
		font: 15px Helvetica, Arial sans-serif;
		width: 80%;
	}
	ul.nice-menu-down li {
		float: left;
		width: 50%;
		background-image: none;
		background-color: #6F904C;
		border-bottom: 1px solid #97AF76;
	}
	ul.nice-menu-down li:last-child {
		border-bottom: none;
		width: 100%;
	}
	ul.nice-menu-down ul { 
		display: none !important;
	}
	div#column1 #block-views-artifacts-block_1 {
		margin: 0px 0 0 0;
	}
	div#featured {
		height: 140px;
	}
	div#featured p#preview {
		position: absolute;
		top: 76px;
		font-size: 11px;
	}
	div#featured h3 a {
		display: block;
		font-size: 12px !important;
		color: #7C3918 !important;
		font-weight: bold !important;
		text-decoration: none !important;
	}
	div#featured h3 {
		font-size: 12px !important;
		color: #7C3918 !important;
		font-weight: bold !important;
	}
	body div#column1 {
		background: none;
		background-color: #99AE73;
	}
	img.seperator {
		display: none;
	}
	div#column1 #block-views-artifacts-block_1 {
		margin: 15px;
		border-radius: 10px;
	}
	.search-form-submit {
		display: none;
	}
	div#search {
		width: 100px;
		float: left;
		position: absolute;
		left: 88px;
		top: 41px;
	}
	div#search input#edit-search-theme-form-1 {
		width: 80px;
		padding: 1px 2px;
	}
	ul.mainmenu {
		width: 170px;
		height: 24px;
		position: absolute;
		text-align: left;
		font-size: 8px;
		float: left;
		left: 1px;
		top: 73px;
		padding-top: 9px;
		padding-left: 7px;
	}
	#block-views-people-block_1,
	#block-custom_pp-0,
	#block-views-medical_articles-block_1,
	#block-views-collections-block_1,
	#block-views-resources_web-block_1,
	#block-custom_pp-1,
	#block-custom_pp-2,
	#block-views-resources_books-block_1,
	#block-views-artifacts-block_2	{
		background: none;
		background: url("images/background_content.jpg") left top repeat-y;
	}
	#block-custom_pp-2 {
		padding: 0;
	}
	#edit-refine-keywords {
		width: 115px;
	}
	div#column1 div#padding div#sidebar {
		float: none;
	}
	#padding .content {
		width: 230px;
		padding-bottom: 20px;
	}
	#padding h3 {
		width: 230px;
	}
	#tabs {
		position: absolute;
		top: -43px;
		left: -14px;
	}
	#information {
		overflow: visible;
	}
	body.node-type-webform input {
		width: 210px;
	}
	.jcarousel-clip {
		width: 195px;
	}
	#padding img {
		max-width: 100%;
	}
	div#footer p#sponser {
		margin: 0;
	}
	div#footer p#sponsor span {
		font-size: 11px;
	}
	div#footer p#copyright {
		padding: 0px 20px;
		font-size: 10px;
	}
	h1.logo a {
		display: block;
		max-width: 280px;
		height: 109px;
		background: url("images/mobile_header.png") left top repeat-y;
		border: none;
		margin: 0px;
		background-size: contain;
		text-indent: -9999px;
	}
	a#submit {
		background: url("images/mobile_submit.png");
		float: left;
		margin: 15px;
		width: 250px;
		height: 81px;
		text-indent: -5000px;
		overflow: hidden;
	}
	a#submit:hover {
		background-position: 0 -81px;
	}
	div#column1 h3 {
		font-size: 2em;
	}

	p {
		font-size: 1.35em;
	}

	div#featured h3 {
		font-size: 13.5px !important;
	}

	div#featured h3 {
		top: 30px;
		width: 180px;
	}
	div#featured h3 a {
		font-size: 13.5px !important;
	}

	div#featured h3 a {
		top: 30px;
		width: 180px;
	}

	div#featured p#preview {
		font-size: 12.5px;
		top: 80px;
	}

	div#featured p#preview {
		line-height: 16px;
	}

	div#column1 #block-multiblock-4 h3 ,
	div#column1 #block-views-artifacts-block_1 h3 {
		font-size: 2.1em;
		margin: 0 0 5px 25px;
	}

	div#footer p#sponsor span {
		font-size: 13px;
	}

	div#footer p#sponsor {
		line-height: 17px;
		margin-bottom: 0;
	}

	div#footer p#copyright {
		font-size: 12px;
		line-height: 1.35em;
		margin-bottom: 20px;
	}

	div#footer p#site-credit {
		font-size: 12px;
		line-height: 1.35em;
		position: relative;
		top: -10px;
	}

	body div#column1 div#padding {
		padding: 20px 20px 0;
	}

	body.node-type-person div#column1 div#padding {
		padding: 50px 20px 0;
	}

	div#featured {
		background: url("images/mobile_index_featured.gif") left top no-repeat;
	}
	div#footer {
		height: 220px;
	}
	#block-multiblock-4 {
		margin: -5px !important;
		border-radius: 10px;
	}
	#edit-field-artifacts-type-value-many-to-one {
		width: 70px;
	}
	#edit-submit-artifacts {
		margin-top: 0px;
	}
	#views-exposed-form-artifacts-block-2 .form-item, 
	#views-exposed-form-artifacts-block-2 .views-widget {
		margin-right: 0px !important;
	}
	#go-to-top {
		display: block;
		position: relative;
		left: 105px;
		font-size: 12px;
		top: 8px;
	}
	#block-views-artifacts-block_1 .viewall a {
		position: relative;
		left: 25px;
	}
	.menu-772 {
		display: none !important;
	}
	table.mobile td {
		width: 100%;
		float: left;
	}
	table.mobile td a {
		display: block;
		width: 100%;
		font-size: 15px;
		padding-bottom: 10px;
	}
	#column3 {
		margin: 0;
	}
	#column3 ul li {
		padding: 15px 0 5px 0.5em;
		font-size: 14px;
	}
}

.tag-cloud {
	background-color: #ACBD87;
	overflow: auto;
}

.tag-cloud > h4 {
	margin: 10px;
	padding: 0 0 5px 0;
	color: #384821;
	font-size: 16px;
	border-bottom: 1px solid #9caa7b;
}

.tag-cloud > ul {
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0;
}

.tag-cloud > ul > li {
	list-style: none;
	display: inline;
	display: block;
	float: left;
}

.tag-cloud > ul > li > a {
	padding: 7px 10px 5px 10px;
	font-size: 14px;
	color: #ffffff;
}

.tag-cloud > ul > li > a:active {
	
}

.tag-cloud > ul > li > a:hover {
	background-color: #839E5B;
	
}

.blog-teasers > .blog-teaser:nth-of-type(1) {
	border-top: 1px solid #e0d0b5;
	padding-top: 15px;
}

.taxonomy > .blog-teaser:nth-of-type(1) {
	border-top: 0;
	padding-top: 15px;
}

.blog-teaser {
	
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e0d0b5;
}

.blog-teaser > h4 {
	color: #4c331c;
	/* background: url("images/introduction_seperators.png") left bottom no-repeat; */
	padding: 0 0 0 0;
}

.blog-teaser > h4 > a {
	color: #4c331c;
}

.blog-teaser > h4 > a:hover {
	color: #b15f2a;
}

.blog-post {

}

.blog-post > h3 {
	color: #4c331c;
	background: url("images/introduction_seperators.png") left bottom no-repeat;
	padding: 0 0 5px 0;
}

.menu-path-node-5 {
	background: initial !important;
	background-color: #495C2E !important;
}

.menu-path-node-5 > h4 {
	background-color: #495C2E;
	margin: 10px 15px 5px 15px;
	padding: 0 0 10px 0;
	color: #ffffff;
}

.blog-tags {
	display: none;
	visibility: visible;
	overflow: auto;
	background-color: #495C2E;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #516631;
}

.blog-tags-select {
	display: none;
}

a.tags-active {
	background-position: 0px 0px;
}

a.tags-active {
	background-position: 0px -57px;
}

.show-tags {display: block;}

@media only screen and (max-width: 440px) {


	.blog-tags, .show-tags {
		display: none;
	}

	.blog-tags-select {
		display: block;
		width: 100%;
		position: relative;
	}

	.blog-tags-select select{
		margin: 5px 0 5px 10px;
		width: 93%;
	}

	li.menu-path-living-with-polio, li.menu-path-living-with-polio a {
		width: 100% !important;
	}
}



.active-trail > .blog-tags > .blog-tag {

	display: inline !important;
	float: left;
}

.blog-over {
	background-image: url("images/sub_menu.gif");
	background-position: 0px -57px;
}

.blog-tag {
	display: inline;
	margin: 0 8px;
}

.blog-tag > a {

	width: initial !important;
	height: initial !important;
	display: inline-block !important;
	font-size: 13px !important;
	padding: 5px !important;
	color: #778958 !important;
}

.blog-tag > a:hover {
	background-color: #384821;
	color: #ffffff !important;
}