/*

	960 Grid System ~ Text CSS.

	Learn more ~ http://960.gs/



	Licensed under GPL and MIT.

*/



/* =Basic HTML

--------------------------------------------------------------------------------*/

/* headings

----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.4em;}

h5 {font-size:1.2em;}

h6 {font-size:1em; text-transform:uppercase;}





h1 a {

	font-weight:normal;

}





hr

{

	border-color: #ccc;

	border-style: solid;

	border-width: 1px 0 0;

	clear: both;

	height: 0;

}



/* =Headings

--------------------------------------------------------------------------------*/



h1

{

	font-size: 26px;

    color: #888c8d;

    font-family: 'ExoBold', arial, sans-serif;

    border-bottom: 1px dotted #ccc;

    padding-bottom: 5px;

    

}



.blog_novinky h2

{

	font-size: 26px;

    color: #888c8d;

    font-family: 'ExoBold', arial, sans-serif;

    border-bottom: 1px dotted #ccc;

    padding-bottom: 5px;

    width: 100%;        

}



h2, h2 a

{

 color: #fa9310;

	font-size: 21px;

   font-family: 'ExoBold', arial, sans-serif;

}



h3

{

	font-size: 18px;

  color: #818181;

   font-family: 'ExoMedium', arial, sans-serif;

}



h4

{

	font-size: 16px;

  font-family: 'ExoMedium', arial, sans-serif;

}



h5

{

	font-size: 15px;

}



h6

{

	font-size: 15px;

}



/* =Spacing

--------------------------------------------------------------------------------*/



ol

{

	list-style: decimal;

}



ul

{

	list-style: square;

}



#main li, #main2 li

{

	margin-left: 30px;

}



