

/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	 a, a:link,  a:visited,  a:active {
		text-decoration: none;
		color: #470;
		}
		
	 a:hover {
		cursor: pointer;
		color:#D21D3B;
		text-decoration: none;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: 65%; /* Sets the page font to 10px */
		font-family: georgia, Times, serif;
		text-align: center;
		color: #444;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {
		width: 900px;
		margin: 0 auto;
	/*	padding: 0px 0; */
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
		  margin:0 0 20px 0;
		  padding:30px 0 0 0;
		}

	#main {
		padding: 20px 0 0;
		}

	#content {
		float:left;
		width: 655px;
		padding: 1px 0 30px;
		}
	#contact {
		float:right;
		width: 600px;
		padding: 1px 0 30px;
		}

		
	#sidebar {
		float: right;
		width: 200px;
		padding: 1px 0 30px;
		}
		
	#footer {
		padding: 20px 0;
		*padding: 10px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 1px solid #E0BC98;
		border-bottom: 0;
		font-family: georgia, Times, serif;
		}





	/* Header
	----------------------------------------------------------------------------- */

		#header h1 {
	     		     padding:2px 0 2px 0;
	     		     border-bottom:2px solid #470;
				display: block;
	    		}


		#header h1 a.title, h1 a.title:link, h1 a.title:visited {
				display: block;
			       font-size:1.6em;
			       font-family: georgia, Times, serif;
			}

	
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto; 
			height: 1%;
			padding: 0px 0px 1px 0px;
			}
		
		.mainmenu li {
			float: left;
/*			position: relative; */
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			height: 40px;
			display: block;
			padding: 5px 10px 0 10px;
		       font-size:1.75em;

			}


		
		.mainmenu li a.active {
			color:#D21D3B;
			}
	

	#logo {float:left; margin:2px 0 0 0; }	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a, h2 a:link {
			color: #D21D3B;
			text-decoration:underline;
			}

		#content h2 {
			color: #D21D3B;
			}


	
		#content p a, #content p a:link, #content .metadata a {
			color: #470;
			padding-bottom: 2px;
			text-decoration:underline;
			}
	
		#content p a:hover, #content h2 a:hover, #content .metadata a:hover, #content .entry a:hover {
			color: #D21D3B;
			text-decoration:underline;
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #470;
			}
	
		#content p {
			font: 1.35em georgia, Times, serif;
			padding: 13px 0;
			color: #444;
			text-align: justify;
			}

		 #content li {
			font: 1.1em georgia, Times, serif;
			padding: 3px 0;
			color: #444;
			text-align: justify;
			}


		#content p.remarka {
			font: 1.35em georgia, Times, serif;
			margin: 20px 0 5px 0;
			padding: 5px 15px 5px 15px;
			border-bottom:1px solid #BECAAD;
			border-top:1px solid #BECAAD;
			color: #462505;
            		background: #F8F4F0;
			text-align: justify;
			}
	
 
		#content .post h3 {
			font: 1.6em georgia, Times, serif;
			padding-top: 20px;
			color: #D21D3B;
			}
			
		#content .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			height: 1%; 
			}
	
		#content .metadata {
			display: block;
			padding: 0px 0 40px 0px;
			}

		#content .date {
			font: 1em georgia, Times, serif;
			color: #c63;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			font: 0.85em georgia, Times, serif;
			}


		.cmtinfo {
			color: #c63;
			}	


		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x; 
			font-size: 0.85em;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0 20px 0;
			padding: 15px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}

			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.6em;
			}
			
		h3#respond {
			display: block;
			padding: 15px;
			color:#c63;
			}


		h3#comments {
			display: block;
			padding: 15px 0 5px 0;
			border-bottom:1px solid #E0BC98; 
			color:#c63;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			color:#c63;
			padding:0 0 3px 0;
		       margin:0 0 10px 0;
			font-size:1.2em;
		       text-decoration:none;
			letter-spacing:normal;
		       border-bottom:1px solid #E0BC98;
		       text-align:left;
			}
		
		#sidebar ul li a {
			line-height: 1.6em;
		       text-decoration:none;
			font-size:1em;
			padding:0px 0px 0px 0px;
			}
		
		#sidebar ul li a.meniu {
			line-height: 1.6em;
		       text-decoration:underline;
			font-size:1.1em;
			padding:0 0 20px 0px;
			}

			
		#sidebar ul li ul li {
			padding:0px 0px 0px 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding:0 0 20px 15px;
			}
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}




/* Headings
----------------------------------------------------------------------------- */
/* h1 a, h1 a:hover, h1 a:visited, */

	h1,  h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #444;
		font-weight: normal;
		font-family: georgia, Times, serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 2px;
		border: 1px solid #BECAAD;
		max-width: 100%;
		display: block; 
		margin: 7px 7px 5px 7px;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
/*		margin: 0; */
/*		padding: 0 0 0 25px; */
		background: url(images/quote.gif) top left no-repeat;
			margin: 5px 0 20px 0;
			padding: 5px 15px 5px 15px;
			border-bottom:1px solid #97A585;
			border-top:1px solid #97A585;
			color: #030;
   /*         		background: #F5F8F1; */
			text-align: justify;

		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}