/** * martenici-petya.com Cascading Style Sheets * * @author Hristo Drumev [www.hdrumev.com] * @version 0.01 / 04.11.2009 * *//* -------------------------------------------------------------------------- */ @import url(std.css);@import url(layout-height-100-v2.css);@import url(contents.css);/* -------------------------------------------------------------------------- */body, html {	background: #891505;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 9pt;}		#sysframe {  width: 940px;  background: #fff url(img/bg.sysframe.png) top no-repeat;	padding: 0 10px 0 10px;}#slogan {	height: 40px;	font-size: 0;	text-indent: -9999px;}#nav {	margin: 0 0 10px 0;		background: #891505;	height: 40px;	line-height: 40px;}#nav ul {	list-style: none;	margin: 0;	padding: 0 6px 0 0;	float: right;}#nav li {	float: left;	margin-left: 2px;}#nav a {	color: #fff;	display: block;	font-size: 0.8em;	font-weight: bold;	text-decoration: none;	padding: 0 10px;}#nav a:hover,#nav a.selected {	background: #d42309;	color: #ffd595;}#sysheader {	height: 170px;	/*	background: url(img/bg-header.jpg) center center no-repeat;	font-size: 0;	text-indent: -9999px;*/		margin: 0 0 10px 0;}#syscontent {  padding-bottom: 100px;}#sysfooter {  height: 75px;  margin-top: -100px;  width: 960px;  background: url(img/bg.footer.png) center center no-repeat;	color: #fff;  text-align: center;  font-size: 0.8em;  line-height: 1.5em;  padding: 25px 0 0 0;}#sysfooter a {	color: #ffd595;	text-decoration: none;}#sysfooter a:hover {	text-decoration: underline;}a.external {  padding-right: 12px;  background: url("img/external.png") no-repeat top right;}a.mail {  background: url("img/mail.png") no-repeat top right;  padding-right: 13px;}acronym {	cursor: help;}#categories {	width: 220px;	background: #fdefef;	float: left;	margin: 0 10px 0 0;	padding-top: 20px;}* html #categories {	margin-right: 8px;}#categories ul {	margin: 0;	padding: 0;	list-style: none;}#categories a {	text-decoration: none;	font-size: 1.0em;	color: #391112;	display: block;	padding-left: 29px;	line-height: 26px;	width: 190px;	font-weight: bold;}#categories a:hover,#categories a.selected {	background: #891505;	color: #fff;}#categories ul ul a {	font-size: 0.9em;	color: #9d3b3b;	background: url(img/bullet.level2.png) 30px center no-repeat;	width: 175px;	padding-left: 45px;	font-weight: normal;}#categories ul ul a:hover,#categories ul ul a.selected {	background: #891505 url(img/bullet.level2-hover.png) 30px center no-repeat;}#categories ul ul ul a {	font-size: 0.8em;	color: #742325;	background: url(img/bullet.level3.png) 40px center no-repeat;	width: 170px;	padding-left: 50px;	font-weight: bold;}#categories ul ul ul a:hover,#categories ul ul ul a.selected {	background: #891505 url(img/bullet.level3-hover.png) 40px center no-repeat;}.editpage {	text-align: right;	clear: both;	margin: 20px 0 0 0;}.editpage a {	font-size: 0.9em;}.lastmod {	font-size: 1.0em;	text-align: right;	color: #881300;	margin: 15px 0 0 0;}/* -------------------------------------------------------------------------- */.feedbackformmessage {   width: 600px;   text-align: center;   margin: 20px auto 20px auto;   background: #fdefef;   padding: 10px;   font-weight: bold;}#feedbackform {   width: 600px;   text-align: left;   margin: 20px auto 20px auto;   background: #fdefef;   padding: 10px;   border: 1px solid #f9cece;}#feedbackform input {   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   border: 1px solid #f39e9e;   font-size: 11px;   width: 250px;   float: left;   padding: 2px;   margin: 5px 150px 0 0;}#feedbackform label {   width: 150px;   display: block;   text-align: right;   padding: 2px 5px 0 0;   float: left;   line-height: 22px;   color: #881300;   font-size: 0.9em;   clear: left;}#feedbackform textarea {   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   border: 1px solid #f39e9e;   font-size: 11px;   width: 400px;   height: 80px;   float: left;   margin: 5px 0 0 0;   padding: 2px;}#feedbackform .feedbacksubmit {   width: 100px;   margin: 8px 0 0 155px;   background: #f7bdbd;   border: 1px solid #f39e9e;   padding: 2px;}#categories table a {  width: auto !important;  padding: 0 !important;  display: inline !important; }
