/*Theme Name: JRS ITTheme URI: Business Theme for JRS-ITDescription:Version: 1.0Author: Ralf HorttAuthor URI: http://www.horttcore.deText Domain: kubrick*/@import url('./css/reset.css');/*=HTML======================================*/html {	background: url('./images/bg-html.jpg') repeat-x #fff;}body {	background: transparent;	font-family: 'Verdana', 'Arial', sans-serif;	font-size: 12px;	line-height: 18px;}h1 {	float: left;}h2 {	font-size: 18px;	margin: 0 0 30px 0;}h3 {	font-size: 16px;	margin: 20px 0 20px 0;}h4 {	font-size: 16px;	margin: 20px 0 20px 0;	}p, ol, ul, dt, table {	margin: 0 0 15px 0;}ul, ol {	margin-left: 15px;}li {	list-style: square;	margin: 0 0 3px 0;}strong {	font-weight: bold;}em {	font-style: italic;}a {	color: #fff;}a img {	border: none;}form {	}label {	display: block;	}.inline-label {	display: inline;}input, textarea {	background: #222;	border: 1px solid #333;	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #fff;	padding: 5px 5px;	width: 200px;}input:focus, textarea:focus {	border: 1px solid #ccc;}.radio, .checkbox {	width: auto;}table {	width: 100%;}/*=HEADER======================================*/#page {	margin: auto;	width: 734px;}#header {	background: url('./images/bg-header.jpg') no-repeat;	height: 124px;}/*=MENU======================================*/#menu {	float: left;	margin: 0px;	padding: 55px 0 0 0;	}#menu li {	display: block;	float: left;	list-style: none;	margin: 0 0px 0 0;}#menu a {	border: 0px;	text-decoration: none;}#menu li a .menu-link {	background: url('./images/bg-menu-off.png');	color: #333;	display: block;	float: left;	height: 32px;	line-height: 32px;	text-align: center;	text-decoration: none;	width: 117px;}#menu li a:hover .menu-link, #menu li.current_page_item a .menu-link, #menu li.current_page-parent a .menu-link, #menu li.current_page_ancestor a .menu-link {	background: url('./images/bg-menu-on.png');	color: #000;}#menu span.menu-before, #menu span.menu-after {	display: block;	float: left;	height: 32px;	width: 10px;}#menu span.menu-before {	background: url('./images/bg-menu-left-off.png');}#menu li:hover span.menu-before, #menu li.current_page_item span.menu-before, #menu li.current_page_parent span.menu-before, #menu li.current_page_ancestor span.menu-before {	background: url('./images/bg-menu-left-on.png');}#menu span.menu-after {	background: url('./images/bg-menu-right-off.png');}#menu li:hover span.menu-after, #menu li.current_page_item span.menu-after, #menu li.current_page_parent span.menu-after, #menu li.current_page_ancestor span.menu-after {	background: url('./images/bg-menu-right-on.png');}/*=CONTENT======================================*/#content {	background: url('./images/bg-content.png');	clear: both;	color: #fff;	padding: 10px;	text-shadow: #000 0px 0px 3px;}#quicknav {	background: url('./images/bg-quicknav.jpg');	height: 125px;	padding: 0 0 0 10px;}.scroller {	display: block;	float: left;	height: 125px;	width: 20px;}#quicknav-wrap {	float: left;	height: 125px;	width: 652px;	overflow: hidden;}#icons {	width: 1000px;}.centered-icons {	width: 690px !important;}#prev {	background: url('./images/icon-arrow-left.png') center center no-repeat;}#next {	background: url('./images/icon-arrow-right.png') center center no-repeat;}#content-inner {	background: url('./images/bg-content-inner.jpg');	padding: 0 10px 10px 10px;}.post {	background: url('./images/bg-post.png');	padding: 10px;}.entry-wrap {	background: url('./images/bg-entry-wrap.jpg');}.entry {	background: url('./images/bg-entry.jpg') right bottom no-repeat transparent;	padding: 10px;}.post-edit-link {	color: #fff;	margin: 0px;}/*=SUBMENU======================================*/#submenu {	list-style: none;	margin: 0px 0 20px 0;}#submenu li {	background: url('./images/bg-content-inner.jpg');	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	float: left;	list-style: none;	margin: 0 10px 0px 0;	padding: 5px;}#submenu a {	color: #fff;	display: block;	padding: 0 5px 0 5px;	text-decoration: none;}#submenu a:hover, #submenu li.highlight a {	background: url('./images/bg-content.png');	border-radius: 3px;	-moz-border-radius: 3px;	-o-border-radius: 3px;	-webkit-border-radius: 3px;}/*=FOOTER======================================*/#footer {	clear: both;	padding: 10px 0 20px;	text-align: center;}#footer img {	vertical-align: middle;}/*=HELPER======================================*/.aligncenter {	text-align: center;}img.aligncenter {	margin: auto;	width: auto;}.alignleft {	float: left;	margin: 0 0 20px 20px;	}.alignright {	float: right;	margin: 0 20px 20px 0px;	}.button {	background: #222;	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	padding: 0 5px 2px;	text-decoration: none;}.button:hover {	background: #000;}.clear {	clear: both;}.error {	background: #ff0000;	color: #fff;	font-size: 12px;	font-weight: bold;	padding: 5px;}.error p {	margin: 0px;}.one-third {	width: 30%;}.tooltip {	cursor: help;}
