/**
 * sitestyle.css
 *
 * Copyright (c) 2012 Dolnośląska Szkoła Wyższa
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Theme by Łukasz Szmigiel, based on BlueBar.
 *
 */

@font-face {
	font-family: 'Museo-300';
	src: url('webfonts/243D05_0_0.eot');
	src: url('webfonts/243D05_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/243D05_0_0.woff') format('woff'),
		 url('webfonts/243D05_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('webfonts/OpenSans-Regular-webfont.eot');
    src: url('webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #FAFAFA;
	font-family: OpenSansRegular,Arial,Verdana,Helvetica,sans-serif;
	margin: auto;
	padding: 0;
	width: 100% !important;
	font-stretch: normal;
}

#body {
	width: 1140px !important;
	margin: auto;
}

#headerTitle {
	margin: auto;
	width: 1140px;
	background: none;
}

#container {
	min-width: 0 !important;
}

a, a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

a:hover, #breadcrumb a:hover, #breadcrumb a.current:hover, #sidebarDevelopedBy a:hover, #sidebarHelp a:hover {
	background: none;
	color: rgb(100,136,187);
	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-ms-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
}

a.action {
  	padding: 2px 4px 0 4px;
	border-bottom: 2px solid #bdbdbd;
  line-height: 2em;
}

a.action:hover {
  border-bottom: 2px solid #12324f;
  color: #000;
}

#header {
	border-bottom: 1px solid #12324f;
	margin: auto;
	width: 100%;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	background: rgb(100,136,187); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(100,136,187) 0%, rgb(41,116,187) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(100,136,187)), color-stop(100%,rgb(41,116,187)));
	background: -webkit-linear-gradient(top,  rgb(100,136,187) 0%,rgb(41,116,187) 100%);
	background: -o-linear-gradient(top,  rgb(100,136,187) 0%,rgb(41,116,187) 100%);
	background: -ms-linear-gradient(top,  rgb(100,136,187) 0%,rgb(41,116,187) 100%);
	background: linear-gradient(to bottom,  rgb(100,136,187) 0%,rgb(41,116,187) 100%);
}
	#headerTitle {
		margin-top: 0;
	}
		#headerTitle h1 {
			color: #fff;
			text-shadow: 0px 0px 1px #CCC;
			font-size: 3em;
			margin: 0;
			padding: 3px 0 12px 10%;
			width: 100%;
			text-align: left;
			font-family: Arial,Verdana,Helvetica,sans-serif;
		}
			#headerTitle h1 img {
				vertical-align: middle;
				margin: 8px 0 0 0;
				padding: 0;
			}


#navbar {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: left;
	border: none;
	line-height: normal;
	margin-bottom: 5px;
}

#content {
	font-size: 0.75em;
	line-height: 1.45em;
}

#content > div {
  background-color: #F7F7F7;
  padding-bottom: 2px;
  -webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#content > div:hover {
  background-color: transparent;
  -webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

#content #separator {
	background: transparent;
}

#content #notes, 
#content #notes:hover,
#content #notifications,
#content #notifications:hover {
	background: none;
}

		#content ul.menu, #content a.action {
  	background-color: #f0f0f0;
  	-webkit-transition: all 1000ms ease-out;
		-moz-transition: all 1000ms ease-out;
		-ms-transition: all 1000ms ease-out;
		-o-transition: all 1000ms ease-out;
		transition: all 1000ms ease-out;
}

		#content ul.menu:hover, #content a.action:hover {
  	background-color: #E4E9F1;
		-webkit-transition: all 333ms ease-out;
		-moz-transition: all 333ms ease-out;
		-ms-transition: all 333ms ease-out;
		-o-transition: all 333ms ease-out;
		transition: all 333ms ease-out;
}

		#navbar .menu {
		list-style: none;
		padding: 3px 3px 0 0;

	}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			font-weight: bold;
      line-height: 1.33em;
			padding: 10px 0 0 0;
		}
		
		#navbar .menu li a {
			color: #000;
			background: #f0f0f0;
			padding: 5px 7px;
			border-bottom: 2px solid #BDBDBD;
			letter-spacing: 0.1em;
			text-transform: none;
			-webkit-transition: all 1000ms ease-out;
			-moz-transition: all 1000ms ease-out;
			-ms-transition: all 1000ms ease-out;
			-o-transition: all 1000ms ease-out;
			transition: all 1000ms ease-out;
		}
		
		#navbar .menu li a:hover, #navbar .menu li a:active {
			color: #000;
			background: #E4E9F1;
			border-bottom: 2px solid #12324f;
			-webkit-transition: all 333ms ease-out;
			-moz-transition: all 333ms ease-out;
			-ms-transition: all 333ms ease-out;
			-o-transition: all 333ms ease-out;
			transition: all 333ms ease-out;
		}

#main {
	padding: 10px 0 0 5px;
	margin-bottom: 50px;
	margin-top: 10px;
	position: relative;
}

div #sidebar {
	margin-left: 0;
}

#rightSidebar, #leftSidebar {
	padding-top: 30px;
}

.block, #custom.block {
	padding: 5px 10px 10px 10px;
	margin: 8px 0;
	background: #f0f0f0;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;	
}

.block:hover, #custom.block {
	background: #E4E9F1;
	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-ms-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
}

.block span.blockTitle {
	font-weight: bold;
	text-transform: none !important;
	font-size: 1.05em !important;
}

#main h2, #content h3, #content h4 {
	font-family: Gill Sans,Arial,Verdana,Helvetica,sans-serif;
}

#main h2 {
	margin-bottom: 2px;
	padding-left: 3px;
	font-family: "Museo-300","Gill Sans",Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	font-stretch: normal;
}

#content h3 {
  font-size: 1.65em;
  line-height: 1.25em;
  margin-top: 15px;
  padding-left: 2px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 0;
  margin-right: 0;
  color: #13294d;
  background-color: #edeff2;
  width: 100%;
}

#reviewersHeader h4 {
  padding-left: 10px;
}

#content {
	width: 100%;
	border-top: 2px solid #000;
}

input.button, input.defaultButton {
  padding: 1px;
	border: 2px solid #BDBDBD;
	border-radius: 3px;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

input.button:hover {
	border: 2px solid #000;
	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-ms-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
	cursor: pointer;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: white;
	border: 2px solid #BDBDBD;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition: all 1000ms ease-out;
	-ms-transition: all 1000ms ease-out;
	-o-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}

input.textField:hover, select.selectMenu:hover, textarea.textArea:hover, input.uploadField:hover {
	background-color: #FFF;
	border: 2px solid #000;
	-webkit-transition: all 333ms ease-out;
	-moz-transition: all 333ms ease-out;
	-ms-transition: all 333ms ease-out;
	-o-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
}

#main input.textField, #main select.selectMenu, #main textarea.textArea, #main input.uploadField {
  	margin: 2px 1px;
}


#rightSidebar {
	float: right;
	margin-right: 5%;
	width: 18%;
}

#sidebarFontSize {
	height: 50px;
}

#sidebarInformation {
	margin-top: -10px;
}

#sidebarDevelopedBy, #sidebarHelp {
	background: none;
	height: 10px;
	margin-top: -25px;
}

#sidebarDevelopedBy {
	margin-top: -10px;
}

#sidebarUser {
	background-color: #E4E9F1;
}

#sidebarUser:hover {
	background-color: #e8f1e4;
}

#rightSidebar div:last-child {
	clear: both;
}

#breadcrumb {
	margin: -5px 0 15px 7px;
	padding-top: 0;
}

#breadcrumb, #breadcrumb a, #sidebarDevelopedBy a, #sidebarHelp a {
	color: #999;
}

#breadcrumb a.current {
	color: #666;
}

#authorString {
	font-size: 1.5em;
	margin-top: 0.5em;
	background: transparent !important;
}

#content .separator {
	border-bottom: 1px dotted #000;
}

/****************************************
TOC
*****************************************/

.tocTitle,
.tocGalleys {
	border-top: 1px dotted #999;
}

.tocGalleys {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.tocGalleys .file {
	border-right: 2px dotted #000;
	padding-right: 0.5em;
}

.tocGalleys .file:last-child {
	border-right: 0;
	padding-right: 0;
}

.tocTitle {
	font-size: 1.1em;
}

.tocSectionTitle {
	text-transform: uppercase;
	font-size: 1.1em !important;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	padding-top: 1.5em;
}

.tocPages {
	color: #666;
}

/****************************************
EDITORIAL TEAM
*****************************************/

#content > #group,
#content > #displayMembership {
	background: transparent;
}

#content #group h4,
#content #displayMembership h4 {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	color: #333;
}

#content #displayMembership h4 {
	margin-bottom: 20px;
}

#group ol.editorialTeam,
#member {
	padding-left: 10px;
}

#group ol.editorialTeam li,
#member {
	color: #666;
}

#group ol.editorialTeam #member li a,
#content #displayMembership #member a {
	font-weight: bold;
}

#content #displayMembership br {
	display: none;
}

/****************************************
CUSTOM STYLES
*****************************************/

.red {
	color: #F00;
}

.green {
	color: #0F0;
}

.blue {
	color: #00F;
}

#content .biblioEmphasize {
	background: #E4E9F1;
	letter-spacing: 0.05em;
}

#content a.customGreen {
	color: #146614;
}

#content a.customGreen:hover {
	color: #006080
}

#content > div#customFooter {
	background: #f0f0f0; 
}

#custom.block {
	background: transparent;
	display: block;
	width: 100%;
	padding: 0;
}

#custom.block a img {
	border: 0;
}

#custom.block:hover {
	background: transparent;
}

#content #publisher h3 {
	display: none;
}

/****************************************
MEDIA QUERIES
*****************************************/

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

#body {
	width: 100% !important;
	margin: auto;
}

#headerTitle {
	margin: auto;
	width: 100%;
	background: none;
}

#navbar .menu li a {
	padding: 5px 1px;
}
}

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

#body {
	width: 100% !important;
	margin: auto;
}

#headerTitle {
	margin: auto;
	width: 100%;
	background: none;
}

#navbar .menu li {
	line-height: 1.66em;
}

#navbar .menu li a {
	padding: 5px 3px;
}

input#sidebar-username.textField, input#sidebar-password.textField {
	width: 75% !important;

}
}

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

#sidebar {
	width: 100%;
}

body {
	margin: auto;
	padding: 0;
	width: 100%;
}

h1, h2, h3 {
	margin-right: 0 !important;
}

#headerTitle h1 {
	width: 99%;
	margin: auto;
	padding: 5px 0 10px 5px !important;
	text-align: center;
}

#body {
	width: 100% !important;
	margin: auto;
	padding: 0;
}

#headerTitle {
	margin: auto;
	width: 100%;
	background: none;
}

#header {
	width: 100%;
	margin: auto;
}

#content {
	width: 100%;
	margin: auto;
}

#container {
	margin: auto;
}

h2 {
	width: 100%;
}

#main {
	width: 95%;
	margin: auto;
	padding: 0;
	float: none;
	clear: both;
	display: block;
}

#navbar .menu li {
	line-height: 1.66em;
}

#navbar .menu li a {
	padding: 5px 3px;
}

input#sidebar-username.textField, input#sidebar-password.textField {
	max-width: 75% !important;

}

#rightSidebar {
     width: 100%; 
      margin: auto;
	  padding-left: 0;
	  padding-right: 0;
	  float: left;
	  clear: both;
      border-bottom: 5px dotted #f0f0f0;
    }

#sidebarHelp, #sidebarDevelopedBy, #sidebarFontSize {
     display: none; 
    }
 
.block, #sidebarUser.block, #custom.block {
      width: 42.5%;
      float: left;
      margin: 5px !important;
    }

}
  
@media screen and (max-width: 480px) {

#headerTitle h1 {
	width: 99%;
	margin: auto;
	padding: 5 0 10px 5px !important;
	text-align: center;
}

h1, h2, h3 {
	margin-right: 0 !important;
}

body {
     font-size: 1.05em; 
    }
    
#body {
	width: 100% !important;
	margin: auto;
}

#main {
  width: 95%; 
  margin: auto;
  display: block;
  float: none;
  clear: both;
}

#header {
	width: 100%;
	margin: auto;
}

#headerTitle {
	width: 100%;
	margin: auto;
	background: none;
}

h2 {
	width: 100%;
}

#content {
	width: 100%;
	margin: auto;
}

#rightSidebar {
     width: 100%; 
      margin: auto;
	  float: left;
      border-bottom: 5px dotted #f0f0f0;
    }

#sidebarHelp, #sidebarDevelopedBy, #sidebarFontSize {
     display: none; 
    }
    
.block, #sidebarUser.block, #custom.block {
     width: 92%;
      float: left;
	  margin: auto;
	  clear: both;
      margin: 5px !important;
    }


 
}