*
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;	
	font-size: 10pt;
}

body
{
	background-color: #f4f4f4;
	text-align: center;
}

a
{
	color: #666666;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding-bottom: 10px;
}

.doNotDisplay
{
	display: none;
}

.emptySpace
{
	height: 300px;
}


/* ----- PAGE CONTAINER ----- */

#container
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	position: relative;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	background: url(images/background.gif) repeat-y 50% 0;
}

/* ----- PAGE HEADER ----- */
#pageHeader
{
	padding-top: 14px;
	height: 53px;
	background: #ffffff url(images/page_logo.gif) no-repeat 20px 14px;
}

/* ----- NAVIGATION BAR - butterfly image and main navigation ----- */
#navigationBar
{
	height: 243px;
	background: #ffffff url(images/butterfly.jpg) no-repeat;
	border-top: 2px solid #7a7a7a;
	border-bottom: 2px solid #7a7a7a;
}

#navigationBar ul
{
	margin-left: 540px; 
	margin-top: 5px;	
}

#navigationBar li
{	
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #dbdbdb;
}

#navigationBar a
{
	background: url('images/menu_bullet.gif') no-repeat 0px 16px;
	display: block;
	padding-top: 7px;	
	padding-left: 20px;
	font-size: 14pt;
	text-decoration: none;	
	color: #8abb50;
}

#navigationBar a:hover
{
	text-decoration: underline;
}

/* ----- TEXT (LEFT) COLUMN ----- */
#textPane
{
	float: left;
	width: 516px;			
}

#textPane h2, #textPane h3
{
	margin-bottom: 10px;	
	color: #8abb50;
	font-size: 125%;
	font-weight: normal;
}

#textPane h2
{
	padding-top: 5px;
	height: 30px;			
	font-size: 150%;
}

#textPane .text
{
	padding: 20px 20px 0px 20px;
}

/* ----- INFO (RIGHT) COLUMN ----- */

#infoPane
{	
	float: right;	
	width: 244px;
}

#infoPane h2
{
	background-color: #f8fae3;
	height: 25px;
	padding-top: 6px;
	padding-left: 10px;
	letter-spacing: 3px;
	font-family: Arial;
	color: #666666;
	font-size: 12pt;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;	
}

#infoPane .text
{	
	padding: 15px 15px 15px 15px;
}

#infoPane li
{
	list-style: none;
}

#infoPane #iprojects h2
{
	border-top: 0;
}

#infoPane #iblog
{
	display: none;
}

/* PAGE FOOTER */
#footer
{
	margin-top: 20px;
	background: url(images/line.gif) no-repeat 50% 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 516px;
	clear: both;
}

#footer a img
{
	opacity:0.6;
	border:0;
}

#footer a:hover img
{
	opacity:1;
}

.copyright
{
	font-size: 7pt;
	font-family: Arial;
	color: #666666;
}

/* -----  CONTENT - DEPENDANT STYLES -------- */

/* Projects page */
#pphalanger, #pzapisnik, #pdonov, #pclp, #pcr, #psvp, #pcds, #pcyklistika, #prazskecyklostezky
{	
}

#pdonov, #pclp, #pcr, #psvp, #pzapisnik, #psvpnew
{
	background: url(images/line.gif) no-repeat 50% 0;
	margin-top: 5px;
	padding-top: 10px;
}

/* Contact logo - ICQ */
#icontact img
{
	vertical-align: bottom;
}

/* MCP logo */
#imcp .text
{
	text-align: center;
	padding-left: 0;
}

#imcp .text img
{	
	background-color: #ffffff;	
	padding: 1px 1px 1px 1px;
}

/* Anti-santa movement */
#antisanta
{
	
}


