/*
Theme Name:		UZH - University of Zurich
Theme URI:		http://www.phil.uzh.ch/elearning
Description:    UZH WordPress theme based on uzh.css 
Version:		1.0
Author:			This theme has been adapted by Anita Holdener, E-Learning Coordinator, Faculty of Arts, University of Zurich 
Author URI:		http://www.phil.uzh.ch/elearning
*/

/************************************************
*	CSS import from UZH							*
************************************************/

@import url(/uzh/authoring/css/uzh.css);
@import url(./uzh.css);


/************************************************
*       Fixes of bugs caused by upgrades                                        *
************************************************/

.wp-block-image img {
    height: auto; 			 /* Trd 01-09-20      s. I-200901-0581 */
}


/************************************************
*	Page elements 								*
************************************************/


#content h1 {
	color: #0028A5!important;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.85em;
	font-weight: bold;
	line-height: 1.25em;
	margin: -0.15em 0.2em 0.35em 0em;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	color: #0028A5!important;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.25em;
	margin: -0.15em 0.2em 0.35em 0em;
	padding: 0px 0px 0px 0px;
}

 h3 {
	margin: 4px 0px 12px 0px;	
}

#content h1 a, #content h2 a {
	color: #0028A5;
	text-decoration: none;
}
#content h1 a:visited, #content h2 a:visited {
	color: #777777;
	text-decoration: none;
}
#content h1 a:focus, #content h2 a:focus {
	color: #DC6027;
}

#content h1 a:hover, #content h2 a:hover {
	color: #DC6027;
	text-decoration: underline;
}

#content h4 {
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	margin-top: 1.0em;
}

p {
	line-height: 1.6em;
	margin: 0.3em 0 0.6em;
	padding: 0;
}
code, pre {
	font-family: Courier;
	font-size: 1.1em;
}
span.attention {
	color: #009933;
	font-style: italic;
}
img {
	border: 0 none;
}
hr {
	background-color: #C8CED4;
	border: 0 none;
	color: #C8CED4;
	height: 1px;
	margin-top: 3px;
}
div#primarnav {
	color: #000000;
	display: block;
	float: left;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-top: 4px;
	width: 940px;
}
/************************************************
*	Hyperlinks for content									*
************************************************/
.entry a {
	color: #DC6027;
	text-decoration: none;
	background-image: url("images/arrow_right.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-left: 13px;
	padding-right: 2px;
}
.entry a:visited {
	color: #777777;
}
.entry a:hover {
	color: #DC6027;
	text-decoration: underline;
}
/************************************************
*	Text elements								*
************************************************/

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #B3C8DB;
}
.posts h1 {
	color: #0028A5 !important;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.2em;
	margin: -0.15em 0.2em 0.75em 0;
	padding: 0;
	text-decoration:none;
}
h1.archive_head {
	font-size: 1.95em !important; /*text-transform: uppercase !important;*/
	letter-spacing: normal !important;
	margin: -0.15em 0.2em 0.75em 0 !important;
	color: #0028A5;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	text-decoration:none;
}
a.posts h1, a.pages h1 {
	color: #0028A5 !important;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.2em;
	margin: -0.15em 0.2em 0.75em 0;
	padding: 0;
	text-decoration:none;
}
a.posts:hover h1, a.pages:hover h1 {
	color: #0028A5;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.2em;
	margin: -0.15em 0.2em 0.75em 0;
	padding: 0;
	text-decoration:none;
}
a.posts:visited h1, a.pages:visited h1 {
	color: #0028A5;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.95em;
	font-weight: bold;
	line-height: 1.2em;
	margin: -0.15em 0.2em 0.75em 0;
	padding: 0;
	text-decoration:none;
}
.entry h3 {
	margin: 2.5em 0 0.5em 0;
}
.entry h3.top {
	margin: 1.5em 0 0.5em 0 !important;
}
h3.comments_headers {
	font-size: 0.9em;
}
h4 a, h4 a:visited {
	color: #DC6027;
	text-decoration: none;
}
h4 a:hover {
	color: #DC6027;
	text-decoration: none;
}

/************************************************
*	Content elements	*
************************************************/	
	
#content {
	color: #000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	margin-left:20px;
	padding: 0;
	float: left;
	width: 480px;
	float:left;
}
#sidebar {
	color: #000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	width: 220px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#l_sidebar {
	color: #000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#footer {
	width: 480px;
	clear: both;
	text-align: left;
	margin-left: 240px;
	padding: 1.2em 0 0 0;
}
/*---:[ content styles ]:---*/

.entry {
	margin: 18px 0px 0px 0px;
	color: #000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 1.0em;
}
.entry blockquote {
	font-size: 0.75em;
}
.entry blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 0.9em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;
}
.entry blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 0.9em !important;
	margin: 0.3em 15px 0.3em 0 !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: left;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
	line-height: 1.4em !important;
}
.entry p {
	margin: 0 0 0.6em 0;
}
.entry ul, .entry ol {
	margin: 0 0 0.9em 0px;
}
.entry ul {
	list-style-type: square;
}
.entry li {
	margin: 0 0 0.5em 0;
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0.5em 0 0.5em 30px;
}
.entry dl {
	margin: 0 0 0.9em 0;
}
.entry dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.entry dd {
	margin: 0 0 0.9em 20px;
}
.entry .ad {
	margin: 0 0 0.5em 15px;
	float: right;
}
.entry .ad_left {
	margin: 0 15px 0.5em 0;
	float: left;
}
.entry img {
	margin: 0 0 0 0px;
}
.entry img.left {
	padding: 3px;
	margin: 0.5em 15px 0.5em 0;
	border: 3px double #bbb;
	float: left;
	clear: left;
}
.entry img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: 3px double #bbb;
	float: right;
	clear: right;
}
.entry img.center {
	display: block;
	padding: 3px;
	margin: 0 auto 1.5em auto;
	border: 3px double #bbb;
	float: none;
	clear: both;
}
.entry img.off {
	padding: 0 !important;
	border: none !important;
}
.entry img.stack {
	clear: none !important;
}
.tagged {
	margin: 24px 0 28px 0px;
	padding: 0px 0 8px 0px;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #000;
	clear: both;
	border-bottom: 1px dotted #777777;
}
.tagged a, .tagged a:visited {
	padding: 6px 6px 0 0px;
	color: #DC6027;
	text-decoration: none;
}
.tagged a:hover {
	color: #DC6027;
	text-decoration: none;
}
.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
}
.navigation {
	width: 460px;
	font-size: 1em;
	float: left;
}

.navigation a {
	color: #DC6027;
	text-decoration: none;
}

.navigation a:visited {
	color: #777777;
	text-decoration: none;
}

.navigation a:focus {
		color: #DC6027;
}

.navigation a:hover {
	color: #DC6027;
	text-decoration: underline;
}

.previous {
	padding: 0 20px 0 0;
	float: left;
}
.next {
	float: right;
}
.clear {
	width: 460px;
	height: 1px;
	margin: 24px 0px 0px 0px;
	clear: both;
}
.rule { /*background: url('images/hr_tag_sep.gif') no-repeat; */
}
.flat {
	margin: 0 0 2.0em 0 !important;
}
.whitespace {
	margin: 0 0 1.5em 0 !important;
}

.wp-caption-text {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
        font-style: italic;
	background-color: #edeff1;
        line-height: 1.5;
        margin: 9px 0;
        padding-right: 10px;
        padding-left: 10px;
}

/************************************************
*	Sidebar elements	*
************************************************/
	
.sidebar {
	background-color:#FC3
}
.linkcat {
	background-color: #EDEFF1;
	border: 1px solid #DADEE2;
}

ul.sidebar_list {
	list-style: none;
	margin:0 0 0 -20px;
}
ul.sidebar_list li.widget, li.linkcat {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
ul.sidebar_list li.widget:last-child {
	padding: 8px 4px 6px 4px;
	background-image: none;
}
li.widget h2, li.linkcat h2 {
	color: #0028A5;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", serif;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0px 0px 0px 0px;
	letter-spacing: normal;
	padding: 5px 4px 8px 0px;
}
li.widget p {
	margin: 0 0 0.9em 6px;
	padding: 6px 4px 2px 4px;
}

li.linkcat ul {
	margin: 6px 6px 6px 6px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li.widget ul {
    border: 1px solid #DADEE2;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 2px 9px 0px;
}

li.widget ul li ul {
    border: 0px solid #DADEE2;
}

li.widget ol {
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li.linkcat ol {
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

li.widget li {
	font-size: 1em !important;
	line-height: 1.3em;
	border-bottom: 1px dotted #DADEE2;
	list-style: none;
	margin: 0px 6px 0px 6px;
	padding: 4px 0px 4px 0px;
}

li.widget li:last-child {
	border-bottom: 0px solid #DADEE2;
}

li.widget ul .children {
    font-size: 1em;
    line-height: 1.3em;
    margin: 4px 0px 0px 0px;
	border-top: 1px dotted #DADEE2;
    padding: 2px 0px 0px 7px;
	background-color: #fff;
}

li.linkcat li {
	font-size: 1em !important;
	line-height: 1.3em;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

* html li.widget li, li.linkcat li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0px 5px 0px 0px;
}
li.widget li a:hover, li.linkcat li a:hover {
	color: #DC6027;
	text-decoration: underline;
}

.recentcomments a {
        color: #7b828a !important;
        background-image: none !important;
//        text-decoration: underline !important;
        font-style:italic;
}

span.recent_date  {
	padding: 0 4px 0 4px;
}

li.widget li li.recent_date {
	padding: 0 0 0 8px;
	color: #888;
}

.tagcloud {
    border: 1px solid #DADEE2;
	background-color: #EDEFF1;
    font-size: 0.95em;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 8px 9px 8px;
    overflow: hidden;
}

.tagcloud a {
	color: #DC6027;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1em;
	background-position: left top;
	background-repeat: no-repeat;
}

.tagcloud a:visited {
	color: #777777;
}

.tagcloud a:hover {
	color: #DC6027;
	text-decoration: underline;
}


/*---< Textwidget >---*/
.textwidget {
	font-size: 0.75em;
	padding: 6px 6px 6px 8px;
}
/*---< Calendar widget styles >---*/
		
#calendar_wrap {
	font-size: 0.9em;
	padding: 8px 4px 2px 4px;
}
#tag_cloud li {
	padding: 8px 4px 20px 4px;
}
/*---:[ comment styles ]:---*/

#comments {
	width: 460px;
	float: left;
	clear: both;
	padding: 10px 10px 10px 10px;
	border: 1px solid #888;
}
ul#comment_list {
	list-style: none;
	margin: 0 0 4.0em 0;
	float: left;
}
ul#comment_list li.comment {
	width: 420px;
	padding: 1.2em 0 0 0;
	float: left;
}
ul#comment_list li.trackback {
	width: 420px;
	padding: 1.2em 0px 0 0px;
}
.comment_meta {
	margin: 0 0 0.5em 0;
}
.comment_num {
	padding: 0 15px 0 20px;
	font-weight: bold;
	font-size: 0.9em;
	float: right;
}
.trackback .comment_num {
	padding: 0 0 0 20px;
}
.comment_num a, .comment_num a:visited {
	color: #888;
	text-decoration: none;
}
.comment_num a:hover {
	color: #df0000;
	text-decoration: none;
}
.comment_meta strong {
	font-size: 0.9em;
}
.comment_time {
	font: normal 0.75em Verdana, Helvetica, Arial, sans-serif;
	color: #888;
}
.comment .entry {
	padding: 3px 4px 4px 4px;
	background-color: #F5F5F5;
	border: 1px dotted #888;
	font-style: italic;
}
.comment a {
	color: #415E6C;
}
.comment a:link {
	color: #415E6C;
}
.comment a:hover {
	color: #415E6C;
	text-decoration: underline;
}
.comment .entry p {
	margin: 0.2em 0 0 0;
}
/*---:[ comment form styles ]:---*/

#comment_form {
	width: 460px;
	padding: 1.0em 0 0 0;
	float: left;
}
#comment_form p {
	padding: 0.4em 0;
}
#comment_form label {
	padding: 0 0 0 10px;
	font-size: 0.9em;
}
#comment_form .text_input {
	width: 200px;
	padding: 3px;
	color: #000;
	font: normal 0.9em Verdana, Helvetica, Sans-Serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#comment_form .text_area {
	width: 321px !important;
}
#comment_form .text_input:focus {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comment_form .form_submit {
	padding: 0.4em 4px;
	border: 1px solid #999;
	font: bold 0.9em Verdana, Helvetica, Sans-Serif;
	cursor: pointer;
}
#comment_form p.subscribe-to-comments {
	font-size: 0.9em;
}
#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}
/*---:[ search form styles ]:---*/

#search_form {
}
#search_form .search_input {
	width: 182px;
	padding: 4px;
	color: #333333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li.widget .search_input {
	font-size: 0.75em !important;
}

#search_form .search_input:focus {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/*---:[ footer styles ]:---*/

#footer p {
	margin: 0 0 0.923em 0;
	font-size: 0.75em;
	color: #000;
	text-align: left;
}
#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
	text-decoration: underline;
}

a.www {
    background-image: url("/uzh/authoring/images/arrow_upright.png");
    background-position: left 0;
    background-repeat: no-repeat;
    margin-left: 0;
    padding-left: 13px;
    padding-right: 2px;
}

