/**
* CSS
* 
* @version 1.0
* @author Marius Kananaitis
*/

* {
	margin: 0;
	padding: 0px;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fbfbfb;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/** meniu aktyvus LINK'ai **/
/** neaplankytas **/
a:link { text-decoration: none; color: #000; }
/** paspaudus **/
a:active { text-decoration: none; color: #000; }
/** aplankytas **/
a:visited { text-decoration: none; color: #000; }
/** uzejus **/
a:hover { text-decoration: underline; }

a img { border: none; }

/** meniu JUOSTOS nustatymai **/
#menu {
    width: 220px;
    overflow: auto;
    top: 30px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fbfbfb;
}
/* SEKCIJOS */
#menu ul {
	/*background-color: #CC33FF; /*violetine*/
	list-style: none;
/* meniu sekcijos */
/*1-bendri tarpai; 2-?; 3-tarpai tarp meniu sekciju; 4-bendras atstumas nuo kairiojo krasto */
	margin: 40px 0 -25px 90px;
	left: 30px;
}

#menu ul li.section-title { }

/** PERZIUROS lango nustatymai **/
#content {
	/*background-color: #FFFF00;/*geltona*/
    height: 100%;
    margin: 50px 0 0 250px;
    top: 0;
}

.container {
	/*background-color: #FF0000; /*raudona*/
    padding: 0 0 0 0;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
/* "copyright 2010" */
	/*background-color: #00FF00; /*salotine*/
    margin: 0 0 0 30px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* perziuros bendras FOTO ir (prev/next) remelis */
#img-container	
{ 
	/*background-color: #00FFFF; /*zydra*/
	margin: 0;
	padding: 0; 
}
/** perziuros FOTO aprasymo ir valdymo (prev/next) remeliai **/
#img-container 
p {
	/*background-color: #663300; /*ruda*/
	width: 500px; 
/* tarpas tarpa "Prev|Next" ir perziuros lango */
	margin: 6px;
/* "Prev|Next" pozicija */
	padding: 0 0 0 23px; 
}

#once 
{
	/*background-color: #FF6600; /*oranzine*/
	clear: left;
}
