/**
  Theme Name: Garbage
  Theme URI: http://www.brija.com/garbage
  Version: 1,0
  Author: KO
  Author URI: http://www.ko.hr
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: LGPL
  
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

html {
}

body { }

ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
#posts a {
	color:#FFF !important;
}

.white a {
color:#FFF;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
 
}

.postvijesti { 
text-shadow: 0 1px 1px #164157;
}

.alignleft {

}

.vijestifull {
box-shadow: 0 0px 5px rgba(35, 31, 32, 0.4);
margin: 5px 15px 20px 5px;
}

.alignright {

}