/* DOKUMENTO STRUKTURA  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

body
	#layout
		#header
			h1 a
			ul#navigation
				li a
		#content
			// tituliniam
			#welcome-message
			#columns
				.column
					div
			
			// vidiniuose
			#sidebar
				div
			#main
				[.breadcrumbs]
				...
	#footer
		p
		p#author

*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px/18px Arial;
	color: #4c4c4c;
	background: url('img/bg-body.jpg') repeat-x top #fff;
}

a
{
	color: #333;
	text-decoration: underline;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

a.more
{
	display: block;
	width: 78px;
	height: 34px;
	font: normal 12px/30px Arial;
	text-indent: 16px;
	text-decoration: none;
	color: #808080;
	background: url('img/more.png') no-repeat left top;
}

a.more:hover
{
	text-decoration: underline;
}

p
{
	padding-bottom: 18px;
}

h2
{
	font: bold 18px Arial;
	color: #000;
}

h3
{
	font: bold 14px Arial;
	color: #000;
}

h2 a, h3 a
{
	color: #000;
	text-decoration: none;
}

h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	visibility: hidden;
}

img.top-left
{
	float: left;
	clear: left;
	margin: 0 10px 4px 0;
}

/* LAYOUTAS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#layout
{
	position: relative;
	width: 894px;
	margin: 0 auto;
}

/* HEADERIS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#header
{
	position: relative;
	height: 220px;
	background: url('img/bg-header.jpg') no-repeat top;
}

#header h1
{
	position: absolute;
	top: 17px;
	right: 53px;
	width: 169px;
	height: 62px;
}

#header h1 a
{
	display: block;
	height: 62px;
	text-indent: -9999px;
	background: url('img/logo.png') no-repeat;
}

#header #navigation
{
	list-style: none;
	padding-top: 118px;
	padding-left: 100px;
	overflow: hidden;
}

#header #navigation li
{
	float: left;
	display: block;
	margin-right: 20px;
	padding-left: 11px;
}

#header #navigation li a
{
	display: block;
	padding-right: 11px;
	height: 34px;
	font: bold 16px/32px Arial;
	text-decoration: none;
	color: #666;
}

/* Home mygtukas */
#header #navigation li a img
{
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

#header #navigation a:hover
{
	color: #0059b3;
}

#header #navigation li.active
{
	background: url('img/navigation-active.gif') no-repeat left;
}

#header #navigation li.active a
{
	color: #da251d;
	background: url('img/navigation-active.gif') no-repeat right;
}

/* TURINYS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#content
{
	position: relative;
	overflow: hidden;
}

#content strong
{
	color: #000;
}

#content p
{
	padding-bottom: 14px;
}

/* TITULINIO WELCOME MESSAGE  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#welcome-message
{
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	height: 270px;
	background: url('img/welcome-message.png') no-repeat top left;
}

#welcome-message a.more
{
	margin-top: 174px;
	margin-left: 44px;
}

/* TITULINIO STULPELIAI # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#columns
{
	padding: 226px 0 40px 24px;
	overflow: hidden;
	background: url('img/bg-columns.gif') no-repeat center 226px;
}

#columns .column
{
	float: left;
	width: 288px;
}

#columns .column div
{
	padding-left: 24px;
	padding-right: 43px;
}

#columns .column div h2
{
	padding-bottom: 6px;
}

#columns .column div p
{
	color: #666;
}

/* Placiau mygtukai siek tiek i kaire pastumti turi but */
#columns .column div a.more
{
	margin-left: -8px;
}

/* Zemelapis irgi pastumtas kiek i kaire */
#columns .column div img
{
	margin-left: -6px;
}

/* SIDEBARAS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#sidebar
{
	float: left;
	width: 348px;
	height: 391px;
	background: url('img/bg-sidebar.png') no-repeat right top;
}

#sidebar div
{
	padding-top: 214px;
	padding-left: 64px;
}

#sidebar div h2
{
	padding-bottom: 6px;
}

/* Zemelapis pastumtas i kaire */
#sidebar div img
{
	margin-left: -6px;
}

/* PAGRINDINIS TEKSTAS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

#main
{
	float: left;
	margin-left: 20px;
	width: 466px;
}

#main h2
{
	padding-bottom: 24px;
}

#main h3
{
	padding-bottom: 6px;
}

#main ul
{
	padding-bottom: 20px;
	list-style: disc inside;
}

#main ul li
{
	margin-left: 16px;
}

/* BREADCRUMBS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

.breadcrumbs
{
	position: relative;
	padding-bottom: 18px;
	font-size: 11px;
}

.breadcrumbs a.back
{
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.breadcrumbs a.back em
{
	font-style: normal;
	text-decoration: underline;
}

.breadcrumbs a.back:hover
{
	text-decoration: none;
}

.breadcrumbs a.back:hover em
{
	text-decoration: underline;
}

/* GALERIJA # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

.gallery
{
	overflow: hidden;
	padding-top: 8px;
}

.gallery .container
{
	width: 486px;
	overflow: hidden;
}

.gallery .thumb
{
	width: 144px;
	height: 190px;
	float: left;
	margin-right: 18px;
}

.gallery .thumb a
{
	display: block;
	padding: 5px 4px;
	background: url('img/bg-thumbnail.png') no-repeat left top;
}

.gallery .thumb a img
{
	display: block;
}

.gallery .thumb h3
{
	text-align: center;
}

.gallery .thumb h3 a
{
	background: none;
	padding: 4px 0 0 0;
}

/* STICKY FOOTERIS  # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */

html, body
{
	height: 100%;
}
#productionTitle{
	font-weight:bold;
	font-size:20px;
	color:black;
	padding-bottom:10px;
	padding-top:10px;	
}

#layout
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px;
}

#footer, #footer-push
{
	height: 48px;
}

#footer
{
	font: 11px Arial;
	color: #777878;
}

#footer div
{
	width: 894px;
	margin: 0 auto;
	padding-top: 16px;
	overflow: hidden;
	background: url('img/footer.gif') no-repeat center top;
}

#footer p
{
	float: left;
	padding-left: 40px;
	position:relative;
}

#footer p#author
{
	float: right;
	padding-right: 30px;
}

#footer p#author img
{
	margin: 0 4px;
}

#footer p#author a
{
	color: #333;
}
