/* $Id: */

/**
* ALL MEDIA STYLESHEET
*
* This file is meant for CSS rules that need to work in all media. 
* Consider making changes to the in a more specific stylesheets instead:
* 
* 	- screen.css for screen and projection media type
* 	- print.css for print media type
* 
* This stylesheet is ideal if you would like to make a small override
* to the default.css.
* 
* Please note that this stylesheet is DISABLED BY DEFAULT. You can
* enable it in your theme's info file.
*/


/* Samizdat body styles */

a, a:visited {
	color: #2d2d2d;
}

a:hover {
	color: #D81F00;
}

a:focus, li a:focus {
	text-decoration: underline;
}

#block-menu-menu-uoft-header-menu a:focus {
	text-decoration: underline;
}


a:focus img {
	border: 1px black solid;
}


table {
	width: 100%;
}

table th{
	border-top: 1px solid #d81f00;
	background-color: #222;
	color: #fff;
}

table th a, table th a:visited {
	color: #ffffff;
}

td {
	background-color: #ffffff;
}

td.active {
	background-color: #eee;
}


#td_icons {
	
}


/*********************** Regions **********************/
#postscript {
	padding: 20px;
}

/*********************** HEADER ***********************/

#logo {
	text-decoration:none;
}
#header {
	/**background-image:url(http://samizdat.library.utoronto.ca/sites/all/themes/samizdat/css/images/header/samizdat_logo2.png);**/
	background-position:top right;
	background-repeat:no-repeat;
}


/******************* HEADER NAVIGATION *******************/
/* UTL menu that sites under logo */

#block-menu-menu-uoft-header-menu {
    font-size: 90%;
    letter-spacing: .5px;
    list-style-image: none;
    list-style-type: none;
    margin: -5px 0 0px 65px;
    z-index:10;
    
    
   
    
    /*text-transform: uppercase;*/
}



#block-menu-menu-uoft-header-menu ul li {
    border-right: 1px solid #CCC;
    float: left;
    height: 10px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
}

#block-menu-menu-uoft-header-menu li a {
    color: #0366A5;
    display: block;
    margin-top: -5px;
    padding: 0 1em;
    text-decoration:none;

}


/* Samizdat header menu */

#block-menu-menu-uoft-header-menu li a:hover {
	text-decoration:underline;
}

.sf-menu.sf-style-default li {
	background: #222;
}

.sf-menu.sf-style-default li:hover {
	background: #D81F00;
}

.sf-menu.sf-style-default a {
	border-left: none;
	border-top: none;
}

.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active {
	background: #D81F00;
	border-left: 0px solid #D81F00;
	border-top: 0px solid #D81F00;
}

.sf-menu.sf-style-default li li {
	background: #222;
}

#block-superfish-1 {
	color:#444;
	width:100%;
	padding-top:15px;
}

#block-superfish-1 div.content ul.sf-menu {
	width:100%;
	border-top:3px solid #d81f00;
	background-color:#222;
}

#block-superfish-1 div.content ul.sf-menu li{
	display: table;
	border-right: 1px solid #666;
	font-size:100%;
	margin: 0 !important;
	background: #222 !important;
}

#block-superfish-1 div.content ul.sf-menu li:hover {
	background-color:#d81f00;
	color:white;
}

#block-superfish-1 div.content ul.sf-menu li a{
	display: table-cell;
	vertical-align: middle;
	color: white;
	margin-top: -7px;
	text-decoration:none;
	border:none !important;
	height: 40px;
	width: 100%;
	text-align: center;
}

#block-superfish-1 div.content ul.sf-menu > li{
	width: 8%;
}

#block-superfish-1 div.content ul.sf-menu > li.last {
	width: 51%;
	border-right: none;
}

#block-superfish-1 div.content ul.sf-menu > li.last img {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

#block-superfish-1 div.content ul.sf-menu li a:hover {
	background-color:#d81f00;
	color:white;
}

.sf-depth-1 ul { margin-top: 27px; }

/******************** SECONDARY ******************/
.region-secondary-last {
	padding-top:60px;
}




/******************** BROWSE INDEX *****************************/
#block-block-1 {
	display: block;
	width: 100%;
}


#frontpage-icontable {
	width: 100%;
	color:#666;
	padding-right:50px;
}
#frontpage-icontable, #frontpage-icontable tbody, #frontpage-icontable  td  {
	border: none;
}

#frontpage-icontable  td {
	vertical-align:top;
	color:#666 !important;
	text-align:center;
	height:55px;
	width:80px !important;
}




/******************** MAP BLOCK *********************/

#block-block-4 {
	float: left;
}

#block-block-11 {
	clear: both;
}

/******************** BODY ELEMENTS **********************/

a { 
	text-decoration:none 
}

a img { 
	text-decoration:none
}

a img:hover {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	color:#666;
	font-size:100%;
	text-align:justify;
	padding-bottom:15px;
}

#container {	
}


#breadcrumb {
	color:#0366a5;
	margin-left: 20px;
}

#breadcrumb a {
	text-decoration:none;
}

#breadcrumb a:hover {
	text-decoration:underline;
}


.field-item {
	color:#222;
	font-size:105%;
	
}

.field-label {
	color:#999;
	font-size:100%;
}

.field-item img {
	padding:4px;
	border:1px solid #ccc;
	float:left;
	margin:0 15px 15px 0;
	
}

#wrapper {
	
}

#page {
	background-image:url(images/header/samizdat_watermark.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	min-height:100%;
	line-height:175%;

}

#primary {
	padding-top: 60px;
	line-height: 25px;
	font-size: 100%;
	padding-right:50px;
	padding-left:50px;
}


/* page titles */

#page-title {
	color:#d81f00;
	/*margin:0px 0 75px 70px;
	float:left;
	position:absolute;*/
	font-size:180%;
	
	
}

/**#about_title {
	background-image: url(/samizdat/files/default/images/titles/about-samizdat.png);
}

#page-title img {
	float:left; 
	margin-right:10px;
	border:none;
	}
***/

#body_text { 
	color:#666;
	font-family:Arial, Helvetica;
	text-align:justify;
	
	
}

#body_bold_text {
	font-weight: bold;  
	color:#666;
	
}



#block-facetapi-apachesolr-im-88-field-journal-subject,
#block-facetapi-apachesolr-im-87-field-journal-language,
#block-facetapi-apachesolr-im-85-field-journal-country,
#block-facetapi-apachesolr-bundle{
	display: inlne;
	width: 200px;
	/*float: left;*/
}

table#institution-copies-holdings,
table#institution-copies-holdings tbody,
table#institution-copies-holdings td {
	border: none;
	font-size: 16px;
}

table#institution-copies-holdings td {
	border-bottom: 1px solid #ccc;
}

/**************************** FONT STYLE *****************************/

.bold_italic_red {
	font-style:italic;
	font-weight:bold;
	color:#d81f00;
	
}


/* ************************** FORM ELEMENTS ************************* */

/* custom submit button */


.form-submit {
	border:0;
	color:white;
	background-color: #4d90fe;
	padding-left: 15px;
	padding-right: 15px;
	height:25px;	
	margin-left:1px;
}

#search-form .form-submit, #search-block-form .form-submit {	
	background-image:url(images/form_elements/search.png);
	padding-left: 30px;	
}

#edit-search-block-form--2 {
	height: 21px;
	width: 150px;
	margin-top:25px;
}

#block-search-form {
	float: right;
	padding-right: 30px;
}


.views-row {
	margin-bottom: 5px;
	margin-top: 5px;
}

.views-row-even {
	background-color: #eee;
}


/********************* IMAGES  *****************************************/

.caption {

}


#icons_main_page {
	
}

.title_image {
	border:none !important;
	margin-top:-15px;
}

/****************************** FRONT PAGE MAP **************************/

/******************************* FOOTER ELEMENTS **************************/
#footer {
	width: 1024px;
	margin: 0px auto;
}


#region region-page-bottom {
	/**
	background-color:#222;
	width:1024;
	bottom:0;
	position:absolute;
	**/
}


#block-menu-menu-footer-menu {
	color:#444;
	
}

#block-menu-menu-footer-menu ul {
	float:left;
	margin-left: 0px;
	width:100%;
	height:60px;
	border-top:3px solid #d81f00;
	background-color:#222;
	margin-top: 50px;
}


#block-menu-menu-footer-menu li{
    border-right: 1px solid #666;
    float: left;
    height: 50px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
    padding-top:8px !important;
    letter-spacing: .5px;
    font-size:95%;
    
}

#block-menu-menu-footer-menu li:hover {
	background-color:#d81f00;
	color:white;	
}

#block-menu-menu-footer-menu li a {
    color: white;
    display: block;
    height:60px;
    background-repeat:no-repeat;
    margin-top: -4px;
    padding: 0 1em;
    text-decoration:none;
    padding-top:35px;
    background-position:top center;
    width:45px;
    text-align:center;
}

#block-menu-menu-footer-menu li a:focus {
	text-decoration: underline;
}

#footermenu {
	background-position: center;
}

#footermenu-about {
	background-image:url(images/footer/about.png);
}

#footermenu-titles {
	background-image:url(images/footer/titles.png);
}

#footermenu-search {
	background-image:url(images/footer/search.png);
}

#footermenu-archive {
	background-image:url(images/footer/archive.png);
}

#footermenu-location {
	background-image:url(images/footer/location.png);
}

#footermenu-people {
        background-image:url(images/footer/people.png);
}

#footermenu-language {
        background-image:url(images/footer/languages.png);
}

#footermenu-subject {
        background-image:url(images/footer/subject.png);
}

#footermenu-forum {
        background-image:url(images/footer/forum.png);
}

#footermenu-blog {
        background-image:url(images/footer/blog.png);
}

#footermenu-contact {
        background-image:url(images/footer/contact.png);
}


.accessibility-footer {
	margin-left: 1em;
	color: #666;
}

.accessibility-footer a {
	color: #36c;
}

.accessibility-footer a:hover {
        color: #D81F00;
}

.accessibility-footer a:visited {
	color: #2d2d2d;
}

/********************* JOURNALS **********************/

.field-name-field-journal-images {
	float: left;
}
