/*
Theme Name: QuantumCinema
Theme URI: http://quantumcinema.uni-ak.ac.at/
Description: based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: --
Author: Stefan Nussbaumer
Author URI: http://5tefan.us/
Tags: --

	QuantumCinema
	 http://quantumcinema.uni-ak.ac.at/

	This theme was designed and built by Stefan Nussbaumer

*/

/* @group Typography & Site-Structure */

body {
	font-family: Verdana, "Lucida Grande", Arial, Sans-Serif;
	color: #252831;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #fff;
}

#page {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 940px;
	border-style: none;
	border-width: 0;
}

#page td {
	padding: 0;
	margin: 0;
}

#header {
	height: 100px;
	width: 100%;
	margin-bottom: 3em;
}

#rightheader, #fontsize {
	list-style-image: none;
	list-style-type: none;
}

#logocontainer {
	float: left;
}

#logohead {
	background: url(images/qc.png) no-repeat;
	width: 180px;
	height: 66px;
	display: block;
	border-bottom-style: none;
}

#fontsize, #datetime, #searchform {
	float: right;
	text-align: right;
	margin-left: 50px !important;
}

#rightheader li {
	/*border: 1px solid red;*/
}

#fontsize[id], #datetime[id] {
	margin-top: 24px;
}

#fontsize[id] {
	width: 100px;
}

#bigger, #smaller {
	width: 15px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-left: 7px;
	border-bottom-style: none;
}

#bigger[id], #smaller[id] {
	display: block;
	float: right;
}

#smaller:link,
#smaller:visited,
#bigger:link,
#bigger:visited {
	color: black;
	background-color: #ccc;
}

#smaller:hover,
#smaller:active,
#bigger:hover,
#bigger:active {
	color: #fff;
	background-color: #f10000;
}

#mainnav {
	width: 940px;
	height: 50px;
	clear: both;
	margin-bottom: 3em;
}

#mainnav ul {
	margin-left: -40px;
	list-style-type: none;
	margin-bottom: -1em;
}

#mainnav ul li {
	float: left;
	min-width: 120px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;	
}

#mainnav ul li a {
	display: block;
	padding-bottom: 0.3em;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	margin-right: 2px;
}

#mainnav ul li a:link,
#mainnav ul li a:visited {
	color: #252831;
	border-bottom: 8px solid #767874;
	background-color: #fff;
}

#mainnav ul li a:hover,
#mainnav ul li a:active {
	color: #fff;
	border-bottom: 8px solid #fff;
	background-color: #f10000;
}

#mainnav ul li.current_page_item a,
#mainnav ul li.current_page_ancestor a,
#mainnav ul li.current_page_parent a {
	border-bottom: 8px solid #f10000;
}

#mainnav[id] ul ul {
	margin-left: 0;
}

#mainnav li li {
	float: none;
	width: 160px;
	font-size: 0.75em;
}

#mainnav li li a {
	margin-bottom: 1px;
	border-bottom-style: none !important;
	padding: 10px 6px;
}

#mainnav li li a:link,
#mainnav li li a:visited {
	background-color: #eee;
	color: #252831;
}

#mainnav li li a:hover,
#mainnav li li a:active,
#mainnav li li.current_page_item a  {
	background-color: #f10000;
	color: #fff;
}

#mainnav li ul {
	display: none;
}

#mainnav li:hover ul,
#mainnav li.sfHover ul {
	z-index: 1;
	position: absolute;
	display: block;
	width: auto;
}

#mainnav li:hover ul ul,
#mainnav li.sfHover ul ul {
	display: none;
}

#mainnav li li:hover ul,
#mainnav li li.sfHover ul {
	top: auto;
	display: block;
	left: 100%;
	margin-top: -3.5em;
}

#clearer {
	clear: both;
}

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #fff;
}

.thread-even {
	background-color: #fff;
}

.even, .alt {
	font-style: italic;
}

.even {
	display:none;
	/*background-color: #fff;
border-bottom: 1px solid #fff;*/
}

.alt {
	/*background-color: #252831;*/
	background-color: #fff;
	/*border-bottom: 1px solid #fff;*/
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: bold;
	line-height: 120%;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
}

h2.pagetitle {
	font-size: 1em;
	font-weight: normal !important;
	font-style: normal !important;
	color: #f10000 !important;
}

h3 {
	font-size: 1.3em;
}

h2 a, h3 a {
	border-bottom-style: none !important;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #767874;
}

h2, 
h2 a:link, 
h2 a:visited, 
h2 a:hover,
h2 a:active,
h3, 
h3 a:link, 
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #767874;
	background-color: transparent;
}

/*.entry p a:visited {
	color: #b85b5a;
}*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, 'Lucida Grande', Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

/*#sidebar {
	font: 1em Verdana, 'Lucida Grande', Arial, Sans-Serif;
}*/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #f10000;
	text-decoration: none;
	background-color: transparent;
}

a:link, 
a:visited {
	border-bottom-style: none;
}

a:hover, 
a:active {
	border-bottom: 2px solid #f10000;
}

.entry h1,
.entry h2,
.entry h3 {
	margin-top: 2em;
}

.entry h2 a:link,
.entry h2 a:visited,
.entry h3 a:link,
.entry h3 a:visited {
	border-bottom-style: none !important;
}

.entry h2 a:hover,
.entry h2 a:active,
.entry h3 a:hover,
.entry h3 a:active {
	color: #f10000;
	border-bottom: 2px solid #f10000 !important;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Verdana, 'Lucida Grande', Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* @end */

/* @group structure */

.narrowcolumn {
	float: left;
	margin: 0px 40px 0 0;
	width: 560px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

.widecolumn {
	float: left;
	padding: 0 40px 20px 0;
	width: 560px;
	margin: 5px 0 0;
}

.usercvs {
	border-bottom: 1px dotted #252831;
}

.usercvs td,
.usercvs th {
	vertical-align: top;
}

.usercvs .articles {
	margin-top: 1em;
	border-top: 1px dotted #252831;
}

.usercvs h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.usercvs p {
	margin-top: 0;
	margin-bottom: 0;
}

.usercvs ul {
	margin-left: -40px;
	/*border-top: 1px dotted #252831;*/
}

.usercvs li {
	list-style-type: none;
}

.usercvs img {
	margin-bottom: 1em;
}

.userdesc {
	clear: both;
}

.userdesc .sbportrait {
	float: left;
}

.userdesc .usertext {
	border-bottom: 1px dotted #252831;
}

/*.usercvs td {
	padding-bottom: 30em;
}*/
.userrss,
.rsslist {
	margin-bottom: 2em !important;
}

.rsslist li {
	list-style-type: none !important;
	list-style-image: none !important;
}

.userrss a,
.rsslist a {
	font-weight: bold;
	font-size: 80%;
	border-bottom-style: none;
	padding-right: 3px;
	padding-left: 3px;
	margin-right: 0.3em;
}

.userrss a:link,
.userrss a:visited,
.rsslist a:link,
.rsslist a:visited {
	background-color: #06f;
	color: #fff;
}

.userrss a:hover,
.userrss a:active,
.rsslist a:hover,
.rsslist a:active {
	background-color: #fff;
	color: #009;
}

.post {
	margin: 0 0 40px;
}

.post hr {
	/*display: block;*/
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 100%;
	clear: both;
	padding: 4em 0;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer li {
	list-style-type: none;
}

#footerleft {
	margin-left: -40px;
}

#footerleft li {
	margin-right: 2em;
}

#fwflink {
	border-style: none;
}

#fwflink img {
	margin-bottom: 40px;
}

/* @end */

/* @group headers */

h1 {
/*	padding-top: 70px; */
	margin: 0;
}

h2 {
	margin-top: 0;
	margin-right: 0;
}

h2.pagetitle {
	margin-top: 0;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* @end */

/* @group images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* @end */

/* @group lists */

.entry li {
	margin-right: 0;
	margin-top: 7px;
	margin-bottom: 8px;
	list-style-image: url(images/bullet.png);
}

/*.entry ul li:before, 
#sidebar1 ul ul li:before,
#sidebar2 ul ul li:before {
	content: "\00BB \0020";
}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.ec3_list {
	margin-top: 1em !important;
	margin-bottom: 0 !important;
}

.ec3_list ul {
	margin-left: 0 !important;
}

.ec3_list ul a {
	padding-top: 0 !important;
}

/* @end */

/* @group forms */

#searchform[id] {
	margin-top: 20px;
}

#searchform,
#searchform * {
	height: 20px;
	padding: 0;
}

#searchform #s {
	float: left;
	width: 150px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right-style: none;
	border-left: 1px solid #000;
	padding-top: 2px;
	padding-left: 2px;
}

#searchform[id] #s {
	height: 16px;
}

#searchform #searchsubmit {
	float: left;
	width: 20px;
	margin-left: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left-style: none;
	background: url(images/searchbutton.png) no-repeat center center;
}

/* This is mainly for password protected posts, makes them look better. */
.entry form {
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond {
	display:none;
/*	
margin-top: 160px;
	clear: both;*/
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* @end */

/* @group comments */

.alt {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.commentlist {
	padding: 0;
	/*text-align: justify;*/
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* @end */

/* @group sidebar */

#sidebar {
	float: left;
	/*margin-left: 20px;*/
	width: 340px;
}

#sidebar form {
	margin: 0;
}

#sidebar1 h2, 
#sidebar2 h2,
#sidebar-tagcloud h2 {
	font-family: Verdana, 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

h2, 
h2 a, 
h3, 
#sidebar1 h2, 
#sidebar2 h2, 
#sidebar-tagcloud h2, 
#wp-calendar caption, 
cite {
	text-decoration: none;
}

#sidebar1, #sidebar2 {
	float: left;
	width: 150px;
}

#sidebar1 {
	margin-right: 40px;
}

#sidebar-tagcloud,
#sidebar-private {
	float: left;
	width: 340px;
}

small, 
#sidebar1 ul ul li, 
#sidebar1 ul ol li, 
#sidebar2 ul ul li, 
#sidebar2 ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
	color: #767874;
}

#lsidebar {
	width: 137px;
	margin-right: 40px;
}

.sbitem {
	float: left;
	text-align: right;
	color: #767874;
	font-size: .9em;
	line-height: 1.3em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .5em;
}

#sidebar1 h2,
#sidebar2 h2,
#sidebar-tagcloud h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebar1 ul, 
#sidebar1 ul ol,
#sidebar2 ul, 
#sidebar2 ul ol,
#sidebar-tagcloud ul,
#sidebar-tagcloud ul ol {
	margin: 0;
	padding: 0;
}

#sidebar1 ul li,
#sidebar2 ul li,
#sidebar-tagcloud ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

#sidebar1 ul p, 
#sidebar1 ul select,
#sidebar2 ul p, 
#sidebar2 ul select, 
#sidebar-tagcloud ul p, 
#sidebar-tagcloud ul select {
	margin: 5px 0 8px;
}

#sidebar1 ul ul, 
#sidebar1 ul ol,
#sidebar2 ul ul, 
#sidebar2 ul ol,
#sidebar-tagcloud ul ul, 
#sidebar-tagcloud ul ol {
	margin: 5px 0 0;
}

#sidebar1 ul ul ul, 
#sidebar1 ul ol,
#sidebar1 ul ul ul, 
#sidebar2 ul ol,
#sidebar-tagcloud ul ul ul, 
#sidebar-tagcloud ul ol {
	margin: 0 0 0 10px;
}

ol li, 
#sidebar1 ul ol li,
#sidebar2 ul ol li,
#sidebar-tagcloud ul ol li {
	list-style: decimal outside;
}

#sidebar1 ul ul li, 
#sidebar1 ul ol li,
#sidebar2 ul ul li, 
#sidebar2 ul ol li,
#sidebar-tagcloud ul ul li, 
#sidebar-tagcloud ul ol li {
	margin: 0;
	padding: 0;
}

#sidebar1 li,
#sidebar2 li,
#sidebar-tagcloud li {
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar1 li a,
#sidebar2 li a {
	display: block;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: 1px dotted #252831;
}

#sidebar1 li a:link,
#sidebar2 li a:link,
#sidebar1 li a:visited,
#sidebar2 li a:visited {
	color: #252831;
	background-color: transparent;
}

#sidebar1 li a:hover,
#sidebar2 li a:hover,
#sidebar1 li a:active,
#sidebar2 li a:active {
	padding-left: .5em;
	color: #fff;
	background-color: #f10000;
}

.widget_tag_cloud a {
	color: #252831;
	border-bottom-color: #252831;
}

/* @end */

/* @group calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar .nav a {
	border-bottom-style: none !important;
	padding: 0 !important;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 0 !impportant;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad a {
	display: none;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* @end */

/* @group various tags & classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

pre {
	font-size: 1.2em;
	background-color: #dff2f2;
	overflow: auto;
	color: navy;
	padding: 0.4em 0.7em;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border-style: none !important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

/* @end */

/* @group captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */

/* @group plugins */

.wpa_text {
	color: #f10000;
	font: bold 1.2em Verdana, "Trebuchet MS", "Lucida Grande", Arial, Sans-Serif !important;
	letter-spacing: 0.05em !important;
}

.wpa_bar_position {
	background-color: #666 !important;
}

.wpa_time {
	color: #333 !important;
}

.ec3_schedule {
	border-top-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
	border-bottom: 8px solid #f10000 !important;
	margin-right: 1em !important;
}

.ec3_schedule td {
	font-weight: bold;
	color: #252831 !important;
	font-size: 1.2em;
	padding-bottom: 0.4em !important;
}

#event-calendar td {
	/*height: 4em !important;*/	
} 

.eventday {
	height: inherit !important;
	border-style: none !important;
	font-weight: bold;
	padding: inherit !important;
}

.eventday:link,
.eventday:visited {
	color: #f10000 !important;
}

.eventday:hover,
.eventday:active {
	color: #fff !important;
}

.ec3_to {
	padding-left: 0.4em !important;
	padding-right: 0.4em !important;
}

.cboxModal {
	border-style: none !important;
}

/* @end */
