/* Screen styles for Joe McNally Blog V. 2 - Coded with love by Eric Murrell at Volacious */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Tahoma, Geneva, sans-serif;
/*background-image: url('http://matyasfoto.cz/images/bgi.jpg');
	background-color: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6, h7, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}


#container {
	width: 862px;
	margin: 0 auto;
}

#header {
	width: 862px;
	height: 188px;
	background: url(../images/header_links.jpg) no-repeat;
        margin: 0 0 -10px 0;
}



#page-content {
	width: 838px;
	margin: 0 auto 0px auto;
	border-left: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	border-bottom: 1px solid #c7c8ca;
        padding: 5px;
    font-size: 1.2em; color: #000; text-decoration: none;
    text-align:center; 

}

#page-content p2{
	font-size: 1.2em; text-transform: uppercase; color: #000; text-decoration: none; 

}

#page-content a{
	font-size: 1.2em; color: #800b0b; text-decoration: none; 

}



/* Header */

#header h1 a {display: block; width: 112px; height: 64px; text-indent: -9000px;}

#header ul#nav {
        text-align: right;        
        float: right;	
        position: absolute;
	top: 60px;
	margin: 0 0 0 490px;
}

#header ul#nav li {
	list-style-type: none;
	float: right;
	margin: 0 0 0 14px;
}

#header ul#nav li a {font-size: 1.4em; text-transform: uppercase; color: #000; text-decoration: none; }
#header ul#nav li.odd a {font-size: 1.4em; text-transform: uppercase; color: #868686; text-decoration: none; }

#header ul#nav2 {
        text-align: right;        
        float: right;	
        position: absolute;
	top: 110px;
	margin: 0 0 0 390px;
}

#header ul#nav2 li {
	list-style-type: none;
	float: right;
	margin: 0 0 0 14px;
}

#header ul#nav2 li a {font-size: 1.4em; text-transform: uppercase; color: #000; text-decoration: none; }
#header ul#nav2 li.odd a {font-size: 1.4em; text-transform: uppercase; color: #800b0b; text-decoration: none; }





/* ----------- Footer ----------- */

#footer {
	margin: 0 0 50px 0;
}

#footer p {
	font-size: 1em;
	color: #c7c8ca;
	text-align: center;
}

#footer p a {color: #c7c8ca;}






.navigation {
	text-align: center;
	font-size: 1.3em;
	margin: 30px 0 30px 0;
}

#header ul#nav {
	position: relative;
	margin: -95px 0 0 0;
	left: -22px;
}



