/*
Theme Name: CogX theme
Theme URI: http://cogx.eu
Description: The design of CogX web-page.
Version: 1.0
Author: Luka Cehovin
Author URI: http://luka.tnode.com

CogX project theme

*/

body {
	padding: 0px 0px 0px 150px;
	margin: 0px;
	font-family:Arial,Helvetica,Sans Serif;
	font-size:12px;
	background: #cbcfff url(images/background.png) top left repeat-y;
}

a img {
	border-width: 0px;
}

a {
	color: #6e79ff;
	text-decoration:none;
	border-bottom: 1px dotted #6e79ff;
}

a:hover {
	color: #DF3E22;
	text-decoration:none;
	border-bottom: 1px dotted #DF3E22;
}

a:active, a:focus {
	outline: 0
}
li {
	margin-bottom: 3px;
}

h2 {
	font-size: 200%;
}

ul {
	list-style-image: url(images/bullet.png);
}

div#container {
	background: #FFFFFF url(images/header.png) top left no-repeat;
	width: 610px;
	padding: 140px 20px 60px 20px;
}

div#sidebar {
	position: absolute;
	top: 180px;
	left: 0px;
	right: 0px;
	width: 150px;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar>ul {
	margin-top: 20px;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li li {
	border-left: 5px solid transparent;
}

#sidebar li li.current_page_item,
#sidebar li li:hover {
	border-left: 5px solid #FFFFFF;
}

#sidebar li li a {
	width: 100%;
	border-bottom: 0px;
}

#sidebar li li a {
	border-bottom: 0px;
}

#sidebar li li li a {
	
}

#sidebar li li:hover {

}

#sidebar li li a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 0px;
}

#sidebar li li a:hover, .current_page_item>a {
	background-color: transparent;
	color: #DF3E22;
	background-color: #FFFFFF;
}

#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget_text {
	padding: 0px 5px;
	font-size: 80%;
}

#sidebar li.widget_text h2.widgettitle {
	font-size: 150%;
}

#sidebar li.widget {
	margin-bottom: 20px;
}

div#footer {

	width: 610px;
	padding-top: 30px;
	font-size: 80%;
	text-align: center;
}

div#signature {
	padding-top: 10px;
	text-align: center;
}

div#signature a {
	border-bottom: 0px;
	cursor: default;
}

.error {
	text-align: center;
}

.error h1 {
	color: #e63b25;
}

#sidebar li.widget_search,
#searchform {
	padding: 10px;
	text-align: center;
}

#sidebar li.widget_search input,
#searchform input#submit {
	margin: 10px 0px;
}

.bibtex-title {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 5px;
}

.bibtex-author {
	font-size: 105%;
	margin-bottom: 5px;
}
#sidebar li.widget_search input#s,
#searchform input#phrase {
	background-color: white;
	border: 1px solid #e63b25;
	width: 100%;
}

.bibtex .navigation {
	width: 100%;
	margin: 10px 0px;
	text-align: center;
	font-weight: bold;
}

.bibtex-embedded {
	margin: 5px;
	padding: 5px;
}

ul.bibtex,
.bibtex ul {
	list-style-type: none;
}

.bibtex li {
	padding: 5px;
	margin-bottom: 10px;
}

.footer {
  margin-top: 40px;
  text-align: center;
  font-size: 80%;
  color: #3A4196;

}

