/* global */

    body{ 
		background:#fff;
        font:12pt Arial, Helvetica, Sans-Serif;
		color:#000;
		line-height:160%;
		margin:0;
		padding:0;
        }
        
      #article {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
        
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#article a:link:after, #article a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#article a[href^="/"]:after {
  content: " (http://www.nacional.hr" attr(href) ") ";
   }
   #article a[href^="http://static.nacional"]:after {
  content: "";
   }
   
	.left{float:left;margin-right:5pt;}	
	.right{float:right;margin-left:5pt;}
	
	#article .image {
	background:#E7E7E7 none repeat scroll 0 0;
	float:left;
	margin:0.25em 10px 0.5em 0;
	padding:5px;
	}


    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:1em 0;
			}	
        h2{font-size:160%;}	
        h3{font-size:140%;}
        h4{font-size:120%;}				
		#main h2, #main h3, #main h4{
			font-family: Georgia, "Times New Roman", Times, serif;
			}
    /* // headings */
	
	/* HTML Tags */
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}
		fieldset{
			margin:0;
			padding:0;
			border:none;
			}			
		legend{
			display:none;
			}							
	
	/* // HTML Tags */	
	
/* // global */

#nav, #header form, #lang{
	display:none;
	}

