/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Zen doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
background-color:  #fff;
}

#page-wrapper {
border-left: 0px solid #fff; 
border-right: 0px solid #fff;
/*
border-top-left-radius: 50px;
border-top-right-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-topright: 50px;
*/

background-color:  #fff; 
/*top: 25px;
position: relative;
*/
padding: 0 0 0 0;
}

#page {
border-left: 0px dotted #000; /*svetlo modra*/
}

#header {
background-color: #fff;
/*border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius: 0 0 15px 15px;*/
}

#header .section {
}

#main-wrapper {
}

#main {
}

#content {
background-color: #fff;	
/*border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius: 0 0 15px 15px;*/
}

#footer {
}

#footer .section {
}

.feed-icons {
    display: none;
}
