/*	
	Author Name	: Janko Raseta
	Author Site	: www.jankoraseta.com
	Style Name	: Janko 4.0 White
	Style URI	: http://www.jankoraseta.com/contact/website/
	Version		: 1.0
	Comments	: (c) Janko Raseta. NOT FOR PUBLIC USE.
*/

/* MAIN ELEMENTS */

html {
	overflow-y: scroll;
	font-size: 100%;
	}

body {
	background: white;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 75%;
	}

#page {
	width: 800px !important;
	background: transparent;
	border: none;
	margin: 0 auto !important;
	padding: 25px 0;
	}

.content {
	padding: 0;
	position: relative;
	}

#primary {
	width: 800px;		/* Usable content width */
	margin: 10px 0 !important;
	padding: 0;
	float: none;
	display: block;
	position: static;
	}

a {
	text-decoration: none;
	color: #27d;
	-webkit-transition: color .40s ease-out;
	}

a:hover {
	color: #333;
	text-decoration: none !important;
	}

.entry-content {
	font-size: 13px;
	color: #333;
	line-height: 18px;
/*	margin-top: -15px; */
	}

.entry-content p a {
	}

.entry-content p a:visited {
	color: #d05;
	}

.entry-content p a:hover {
	color: #333;
	text-decoration: none !important;
	}

/* HEADERS */

#header {
	height: 50px;
	background: none;
	}

h1.blog-title {
	margin: 0;
	padding: 0;
	}

h1.blog-title a {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #888 !important;
	}

h1.blog-title a:hover { text-decoration: none; }

#header .description { /* Description in header */
	position: absolute;
	top: 0;
	left: 250px;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc !important;
	}

h2, h3, h4 {
	clear: both;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	}

h2, h2 a, h2 a:visited {
	font-weight: bold !important;
	text-transform: uppercase;
	color: #888;
	}

h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	font-weight: bold !important;
	text-transform: uppercase;
	color: #777;
	}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #27d;
	}

h2 {
/*	display: none; */
	font-weight: normal;
	}

body.search h2 {
	display: block !important;
	}

h3,
.entry-content h3 {
	font-size: 20px !important;
}

h3.entry-title {
	font-size: 15px !important;
	}

body.blog h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
	}

h4,
.entry-content h4 {
	font-size: 16px !important;
	}

h5 {
	margin:0;
	padding:0;
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: normal;
	}	

#primary .small {
	font-size: 0.85em;
	line-height: 1.2em;
	}

#primary .clipping {
	font-size: 15px;
	color: #444;
}

#primary .clipping a:hover {
	color: black !important;
	}

.clean {
	color: inherit !important;
	}

a.clean,
a:visited.clean,
a:hover.clean {
	color: inherit;
	text-decoration: inherit;
	}

img.clean {
	border: none !important;
	margin: 2px !important;
	}

.blue {
	color: #27d !important;
	}

.magenta, .magenta a {
	background: #d05;
	color: white !important;
	-webkit-transition: background-color .40s ease-out;
	}

.magenta a:hover {
	background: white;
	color: #d05 !important;
}

.grey {
	color: #ccc !important;
	}

.black {
	color: #000 !important;
	}

/* MENU */

ul.menu {
	position: absolute;
	width: 800px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	left: auto;
	}

ul.menu li {
	border: none;
	}

ul.menu li a {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
	margin: 0 1em 0 0;
	padding: 0 0 0 0;
	background: none !important;
	}

ul.menu li.language a {
	color: #ccc !important;
	}

ul.menu li a:hover,
ul.menu li.language a:hover {
	color: #27d !important;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #888;
	}

ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover {
	color: #888;
	text-decoration: underline;
	}

ul.menu li.admintab {
	display: none;
	}

/* SIDEBAR - it performs a function of original Footer */

#sidebar-1.secondary {
	width: 800px;
	height: 30px;
	position: static;
	clear: both;
	margin: 0;
	padding: 5px 0;
	}

.secondary div {
	margin: 0;
	padding: 0;
	position: relative;
	}

/* FOOTER */

#footer {
	display: none;
	}

.entry-edit.module-edit {
	display: none;
	}

#copyrights {
	width: 500px;
	height: 35px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: #bbb;
	text-align: right;
	}

#copyrights a {
	color: #888;
	}

#copyrights a:hover {
	text-decoration: none;
	color: #111;
	}
	
#search {
	position: absolute;
	width: 250px; /* 254 for centered, 275 for livesearch */
	height: 25px;
	margin:0;
/*	padding-left: 9px; */
	}

#searchform {
	height: 20px;
	padding-top: 6px;
	}

input[type=text], textarea {
	background: #fff;
	font-weight: bold;
	color: #333;
	border: 1px solid #bbb;
	}

#s {
	width:250px;
	}

/*	#s.livesearch {
	width: 250px;
	font-size: 1.1em;
	} */

#searchsubmit {
	display: none;
	}

/* INDEX - FRONT PAGE */

body.page-slug-home #header,
body.page-slug-home #sidebar-main {
	display: none;
	}

body.page-slug-home #page {
	position: absolute;
	height: 530px;
	top: 50%;
	left: 50%;
	margin: -265px -400px !important;
	padding: 0;
	background: #eee url('images/index-bg.jpg') no-repeat;
	}

body.page-slug-home #primary {
	height: 530px;
	margin-top: -5px !important;
	padding: 0;
	}

body.page-slug-home .entry-content {
	height: 530px;
	}

body.page-slug-home .title { /* Title */
	position: absolute;
	top: 65px;
	left: 500px;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 30px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	color: white !important;
	}

body.page-slug-home .description { /* Description */
	position: absolute;
	top: 90px;
	left: 500px;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 30px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	line-height: 30px;
	}

body.page-slug-home .description a,
body.page-slug-home .description a:visited {
	color: #ccc;
	}

body.page-slug-home .description a:hover {
	color: white;
	text-decoration: none !important;
	}

body.page-slug-home .language {
	font-size: 15px;
	}

body.page-slug-home .stripe {
	position: absolute;
	display: block;
	width: 800px;
	height: 70px;
	top: 460px;
	left: 0;
	margin: 0;
	background: url('images/semitransparent.png') repeat;
	}

body.page-slug-home h4 {	/* for language selectors */
	margin: 10px 65px;
	padding: 0;
	text-align: right;
	color: #888;
	}

body.page-slug-home h4 a,
body.page-slug-home h4 a:visited {
	color: #eee;
	}
	
body.page-slug-home h4 a:hover {
	color: #000;
	text-decoration: none !important;
	}

/* NEWS - MAIN PAGE */

body.blog #page {
	position: absolute;
	height: 410px;
	top: 50%;
	left: 50%;
	margin: -205px -400px !important;
	padding: 0;
	background: url('images/side-news.jpg') 0 60px no-repeat;
	}

body.blog #primary {
	width: 470px;
	height: 271px;
	margin-bottom: 15px;
	padding: 0 10px;
	float: right;
	overflow: hidden;
	border: 7px solid #ddd;
	}

body.blog #nav-above {
	display: none;
	}

body.blog #nav-below {
	position: absolute;
	width: 285px;
	left: 0;
	bottom: 10px;
	font-size: .9em;
	}

body.blog .page-head {margin: 0; padding: 0;}

.category-feature .entry-head {
	display: none;
	}

/* EVENTS */

body.page-slug-events #page {
	position: absolute;
	height: 410px;
	top: 50%;
	left: 50%;
	margin: -200px -400px !important;
	padding: 0;
	}

body.page-slug-events #primary {
	height: 285px;
	}

body.page-slug-events h2 {
	display: none;
	}

li.event {
	width: 100%;
	line-height: 1.4em;
	margin: 0;
	padding: 3px 0;
	font-size: 1.3em;
	vertical-align: baseline;
	list-style: none;
	border-bottom: 1px solid #ccc;
	}

li.event a {
	color: #333;
	}

li.event a:visited {
	color: #555;
	}

li.event a:hover {
	color: #ca0;
	text-decoration: none !important;
	}

.event .date {
	position: absolute;
	display: block;
	width: 175px;
	font-size: 1.2em;
	color: #888;
	text-align: right;
	}

.event .title {
	display: inline;
	margin-left: 200px;
	font-size: 1.5em;
	}

.event .tags a {
	position: absolute;
	display: inline;
	right: 10px;
	text-align: right;
	font-size: 1.2em;
	color: #888 !important;
	}

/* CONTACT */

body.page-slug-contact #page {
	position: absolute;
	height: 410px;
	top: 50%;
	left: 50%;
	margin: -205px -400px !important;
	padding: 0;
	}

body.page-slug-contact #primary {
	height: 275px;
	}

/* LINKS */

body.page-slug-links #page {
	position: absolute;
	height: 410px;
	top: 50%;
	left: 50%;
	margin: -205px -400px !important;
	padding: 0;
	}

body.page-slug-links #primary {
	height: 275px;
	}

/* ENTRY SETTINGS */

.entry-head h3 a {
	font-size: 15px;
	color: #444;
	}

.entry-meta * {
	background: none;
	padding-left: 0;
	}

.entry-meta .meta-start,
.entry-meta .entry-author,
.entry-meta .meta-prep,
.entry-meta .entry-categories,
.entry-meta .meta-end,
.entry-meta .entry-edit,
.entry-meta .commentslink {
	display: none;
	}

.entry-meta .entry-date,
.entry-meta .published {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	text-align: right;
	font-size: 15px;
	text-transform: uppercase;
	}

.entry-content img {
	margin: 5px 7px;
	padding: 0;
	border: 7px solid #ccc;
	}

.box {
	display: block;
	padding: 3px;
	border: 7px solid black;
	}

ol li {
	border-bottom: 1px solid #ccc;
	list-style: decimal inside;
	}

ul {
	list-style: none;
	display: inline;
	}

li {
	margin: 0 0 0.45em 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}

ol#commentlist li {
	background: none;
	border: 7px solid #ccc;
	}

ol#commentlist li.bypostauthor {
	border: 7px solid #d05;
	}

form#commentform {
	width: 790px;
	}

textarea#comment {
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	}

strong {
	color: #000;
	}
