/**
 * kultour.css
 *
 * Copyright (c) 2014 Oleksiy Artyshuk, Kultour.pl
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Kultour theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;

}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial', Tahoma, Helvetica;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial', Tahoma, Helvetica;
}

#main h3 {
	font-family: 'Arial', Tahoma, Helvetica;
}

#navbar {
	border: 0px;
	background-color: #AC090E;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Arial', Tahoma, Helvetica;
}

#content h4 {
	font-family: 'Arial', Tahoma, Helvetica;
}

#navbar a {
//	padding: 0px;
	color: white;	
}