/********************************************************
	APIVISION.COM WEBSITE STYLE SHEET
********************************************************/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/**
* BASIC STUFF
*/

body	{
	background: #FFFFCC;
	color: #000;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

a:link{
	color: #7D5500;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: none;
	background-color : #FFFFCC;
}

.bold {
	font-weight: bold;
}

/**
* HEADERS
*/

h1 {
	border-bottom: 1px solid #996600;
	color: #636363;
	font-size: 14pt;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 2px;
	width: 90%;
}

h1 a {
	text-decoration: none;
	color: #636363 !important;
}


li {
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
	color: #9B2775;
	font-style: italic;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #9B2775;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #9B2775;
	text-align: center;
}


/**
* PAGE components
*/

#html {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}


#highlight {
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #996600;
	padding: 6px;
	background: #FFFFCC;
	font-size: 16px;
}

#main{
	width: 750px;
	clear: both;
	background: url(underline.png) no-repeat;
	padding: 6px;
	line-height: 16px;
}


#bottom{
	width: 750px;
	font-size: 11px;
	line-height: 14px;
	clear: both;
	text-align: center;
	background: url(underline.png) no-repeat;
	padding-top: 6px;
	margin-bottom: 10px;
}

#body{
	width: 510px;
	float: left;
	padding: 4px 12px 16px 0px;
	border-right: 1px dotted #9B2775;
}

#margin {
	width: 200px;
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}


#menu_main {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#menu_main .current {
	font-weight: bold;
}

#menu_main a {
	text-decoration: none;
	font-size: 16px;
}

#menu_main li {
	padding: 0px 10px 0px 10px;
	line-height: 24px;
	list-style: none;
	margin-bottom: 2px;
	display: inline;
}





.body_table {
	margin-top: 4px;
	border: 1px solid #996600;
	background-color: #fff;
}

.body_head {
	height: 250px;
	background: #fff url(krzywydomek-logo.jpg) no-repeat;
}

.body_head_margin {
	margin-top: 60px;
	font-size: 11px;
	font-style: italic;
}

.body_text_margin {
	margin-left: 10px;
	font-size: 12px;
	font-style: italic;
}

.body_text_main {
	width: 94%;
	padding: 3%;
}

.body_bottom {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;
}

.menu_sub {
	font-size: 11px;
}






/**
* ADMIN
*/

.msg {
	float: right;
	background-color: #009900;
	color:#fff;
	font-weight: bold;
	padding: 2px;
	margin-right: 10px;
}

.label, .label_div {
	padding: 4px;
	vertical-align: text-bottom;
	display: block;
	float: left;
	margin-bottom: 4px;
}

.label {
	width: 150px;
	text-align: right;
}

.red {
	color: #008000;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.admin_listing {
	border-bottom: #000 dotted 1px;
	padding: 4px;
}

.admin_btn {
	font-size: 14px;
	font-weight: bold;
}

#admin_menu {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 5px solid #c0c0c0;
	list-style-type: none;
}

#admin_menu li {
	margin: 0px 0px 0px 10px;
	padding: 5px;
	display: inline;
	text-align: center;
	background: #e9e9e9;
}

#admin_menu .current {
	background: #c0c0c0;
	color: #333;
}


/********************************************************
	RSS Style Sheets
********************************************************/

.rss_title {
	padding: 2px;
	background-color: #ff6300;
	font-size: 12px;
	font-weight: bold;
}

.rss_title a {
	text-decoration: none;
	color: #fff;
}

.rss_description {
	margin-left: 4px;
	padding: 2px;
	font-size: 11px;
}

.rss_item_date {
	margin-left: 8px;
	font-size: 11px;
	color: #A9A9A9;
}

.rss_item_title {
	margin-top: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.rss_item_title a {
	text-decoration: none;
}

.rss_item_description {
	margin-left: 8px;
	padding: 2px;
	font-size: 11px;
}

.rss_foot {
	padding: 4px;
	font-size: 11px;
}
