/***
 url(../images/body_bg.png) top left repeat-x
***/
html {
	margin: 0;
	padding: 0;
	background: #62a2bc url(../images/body_bg.png) top left repeat-x;
}

body {
	background: url(../images/clouds_bg.jpg) top center no-repeat;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	}


#main {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 100;
}

/************************************
	HEADER
************************************/

#header {
	display: block;
	width: 100%;
	height: 140px;
	margin: 0;
	padding:0;
	overflow: hidden;
}

#header #logo {
	display: block;
	width: 350px;
	height: 120px;
	float: left;
	margin: 38px 0 0 10px;
}

#header #logo a {
	display: block;
	width: 297px;
	height: 63px;
	background: url(../images/ignas.gramba.logo.png) top left no-repeat;
	margin: 0px;
	padding: 0px;
}

#header #nav {
	display: block;
	width: 600px;
	height: 120px;
	float: right;
	color: #fff;
}

#header #nav #menu {
	display: inline;
	margin-top: 60px;
	float: right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav a, #nav a:link, #nav a:visited {
	color: #FFFFFF;
	display: block;
    font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Trebuchet MS;
    margin: 0px 20px 0px 0px;
	padding: 0 2px 3px 2px;
	text-decoration: none;
	}	
#nav a:hover, #nav a.active {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	border-bottom: 2px solid #b0d746;
}


	
/************************************
	GALLERY LAYOUT (HOME)
************************************/

#top_blynas {
	display: block;
	width: 959px;
	background: #f4f7f8 url(../images/top_content_bg.jpg) top right no-repeat;
	padding: 20px 0 0 0;
	border: 1px solid #EEEEEE;	
	margin:0;
}
#tarpas_top_blynas_three_boxs  {
	display: block;
	width: 100%;
	height: 50px;
}

/************************************
	GALLERY TABS
************************************/

#galerija-home-tabs {
	display: block;
	position: relative;
	top: 2px;
	left: -1px;
	width: 970px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#galerija-home-tabs a.vestuves, #galerija-home-tabs a.renginiai,
#galerija-home-tabs a.portretai, #galerija-home-tabs a.ivairus,
#galerija-home-tabs a.vestuves_aktyvus, #galerija-home-tabs a.renginiai_aktyvus,
#galerija-home-tabs a.portretai_aktyvus, #galerija-home-tabs a.ivairus_aktyvus {
	display: block;
	width: 239px;
	height: 61px;
	float: left;
	margin: 0 2px 0 0;
}

#galerija-home-tabs a.vestuves  {
	background: url(../images/visi_tabs_4.png) 0px -135px no-repeat;
}
#galerija-home-tabs a.renginiai  {
	background: url(../images/visi_tabs_4.png) -240px -135px no-repeat;
}
#galerija-home-tabs a.portretai  {
	background: url(../images/visi_tabs_4.png) -480px -135px no-repeat;
}
#galerija-home-tabs a.ivairus {
	background: url(../images/visi_tabs_4.png) -720px -135px no-repeat;
}

#galerija-home-tabs a.vestuves:hover  {
	background: url(../images/visi_tabs_4.png) 0px 0px no-repeat;
    cursor: hand;
	cursor: pointer;
	height: 61px;
}
#galerija-home-tabs a.renginiai:hover  {
	background: url(../images/visi_tabs_4.png) -240px 0px no-repeat;
    cursor: hand;
	cursor: pointer;
	height: 61px;
}
#galerija-home-tabs a.portretai:hover  {
	background: url(../images/visi_tabs_4.png) -480px 0px no-repeat;
    cursor: hand;
	cursor: pointer;
	height: 61px;
}
#galerija-home-tabs a.ivairus:hover   {
	background: url(../images/visi_tabs_4.png) -720px 0px no-repeat;
    cursor: hand;
	cursor: pointer;
	height: 61px;
}

/*** aktyvus TAB  ***/
#galerija-home-tabs a.vestuves_aktyvus {
	background: url(../images/visi_tabs_4.png) -0px -63px no-repeat;
	height: 70px;
}
#galerija-home-tabs a.renginiai_aktyvus {
	background: url(../images/visi_tabs_4.png) -240px -63px no-repeat;
	height: 70px;
}
#galerija-home-tabs a.portretai_aktyvus {
	background: url(../images/visi_tabs_4.png) -480px -63px no-repeat;
	height: 70px;
}
#galerija-home-tabs a.ivairus_aktyvus {
	background: url(../images/visi_tabs_4.png) -720px -63px no-repeat;
	height: 70px;
}

/************************************
	3 COLUMN BOXS
************************************/

#three_column_boxs {
	display: block;
	width: 960px;
	margin: 20px 0px 40px;
	height: 450px;
	background: #ebebeb;
	padding: 0px;
	overflow: hidden;
}
#three_column_boxs #box_area {
	display: block;
	margin: 25px 20px;
	padding: 0;
}

#three_column_boxs div.first_column_box, #three_column_boxs div.middle_column_box,
#three_column_boxs div.last_column_box {
	height: 450px;
	margin: 0;
	padding: 0;
	position: relative;
}
#three_column_boxs div.first_column_box {
	display: block;
	width: 275px;
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
}
#three_column_boxs div.last_column_box {
	display: block;
	width: 275px;
	margin-right: 10px;
	_margin-right: 5px;
	float: right;
}
#three_column_boxs div.middle_column_box {
	margin: 0 322px 0 322px;
}
#three_column_boxs div.box_pavadinimas {
	padding-bottom: 30px;
}
#three_column_boxs h2 {
	font-size: 22px;
	font-family: Tahoma;
	font-weight: normal;
	color: #5e5e5e;
	margin: 0;
	padding: 0;
}
#three_column_boxs h3 {
	font-size: 10px;
	font-family: Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	color: #779427;
	margin: 0;
	padding: 0 0 0 2px;
}
#three_column_boxs p {
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #343434;
	margin: 0;
	padding: 0;
}

#three_column_boxs ul {
	font-size: 12px;
	font-family: Trebuchet MS;
	list-style: none;
	margin:0;
	padding-left: 0;
	margin-left: 0px;
} 
#three_column_boxs ul li{
	display: block;	
	width: 235px;
	background: url(../images/ordering_img.png) top left no-repeat;
	padding: 0;
	margin: 0;
	text-indent: 17px;

} 
#three_column_boxs ul span.description {
	display: block;
	width: 235px;
	margin: 0 0 10px 22px;
	padding: 0;
	text-indent: 0px;

}

div.buttonai_br {
	position: absolute;
	display: block;
	width: 100px;
	height: 30px;
	bottom: 10px;
	right: 0;	
}

#three_column_boxs p a, #three_column_boxs ul a {
	color: #5E5E5E;
	text-decoration: none;
}
#three_column_boxs p a:hover, #three_column_boxs ul a:hover {
	color: #779427;
	text-decoration: underline;
}


/************************************************
*	Footer 					                	*
************************************************/

#footer_box {
	display: block;
	width: 960px;
	height: 80px;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	line-height: 20px;
	}
	
#footer_box #footerleft {
	display: block;
	float: left;
	width: 400px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 10px;
}
#footer_box #footerleft a, #footer_box #footerleft a:link, #footer_box #footerleft a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_box #footerright {
	display: block;
	float: right;
	width: 500px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#footer_box #footerright #menu {
	display: inline;
	height: 25px;
	float: right;
}
#footer_box  #footerright ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer_box #footerright li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
}
#footer_box #footerright  #menu a, #footer_box #footerright #menu a:link, #footer_box #footerright #menu a:visited {
	display: inline;
	float: left;
    font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: tahoma;
	color: #FFFFFF;
    margin: 0px 20px 0px 0px;
	padding: 0 2px 0px 2px;
	text-decoration: none;
	}	
#footer_box #footerright  #menu a:hover, #footer_box #footerright  #menu a.active {
	display: inline;
	float: left;
    font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	font-family: tahoma;
	color: #FFFFFF;
    margin: 0px 20px 0px 0px;
	padding: 0 2px 0px 2px;
	text-decoration: none;
	border-bottom: 2px solid #b0d746;
	text-decoration: none;
}

/************************************************
*	PAGE TEMPLATE								*
************************************************/

div#page_template {
	display: block;
	padding: 0 20px 20px;
	font-size: 19px;
	font-family: Trebuchet MS;
	color: #333333;
}
div#page_template p {
	margin: 10px 0;
	padding: 0;
}
div#page_template h1, div#big_title h1, div#main_title h1, div#main_title_blog h1 {
	font-size: 34px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #5e5e5e;
	margin-top: 0;
	padding-top: 0;
}
div#page_template h2, div#page_template h2 a, div#main_title_blog h2 {
	font-size: 24px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #5e5e5e;
	margin: 0 0 5px 0;
	padding-top: 0;
	text-decoration: none;
}
div#main_title_blog h1 {
	margin: 0;
	padding: 0;
}
div#main_title_blog h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#page_template h2 a:hover{
	color: #8FAF36;
}
div#page_template .border {
	padding-top: 20px;	
	_padding: 0;
	_margin-top: -19px;
	border-bottom: 1px solid #b9c2c5;
	width: 100%;
	height: 2px;
	filter:alpha (opacity=30);-moz-opacity:.30;opacity:.30;
}
div#page_template ul {
	list-style-type: none;
	margin: 15px 0 0 15px;
	padding: 0;
} 
div#page_template ul li{
	width: 800px;
	background: url(../images/ordering_img.png) 0px 7px no-repeat;
	padding-left: 20px;
}
div#page_template ul p {
	margin: 0;
	padding: 0;
}
div#page_template ul span.description {
	display: block;
	margin: 0 0 30px 35px;
	padding: 0;
	text-decoration: none;
	color: #343434;
}

#page_template ul span.description a:hover {
	color: #779427;
	text-decoration: none;
}

div#page_template ul span.description  a:link, #page_template ul span.description  a:visited {
	color: #343434;
	text-decoration: none;
}

div#page_template .page_template_text {
	padding: 0 35px 30px;
}

div#main_title, div#main_title_blog {
	margin-left: 40px;
}

div#kontaktai {
	display: block;
	float: left;
	width: 400px;
	margin-top: 20px;
	font-size: 26px;
	line-height: 50px;
}
div#kontaktai span {
	display: block;
	float: left;
	clear: both;
	color: #6f6f6f;
	width: 140px;
}
div#kontaktai a {
	color: #5e5e5e;
	text-decoration: none;
}
div#kontaktai a:hover {
	color: #8FAF36;
}

div#forma {
	display: block;
	float: right;
	width: 400px;
	margin-top: 20px;
	position: relative;
}

div#forma div.wpcf7 input,div#forma div.wpcf7 textarea{
	background: #eaeff1;
}
div#forma div.wpcf7 textarea {
	margin-bottom: 30px;
}
div#forma div.wpcf7 .buttonai_br {
	bottom: 0;
}

/************************************************
*	BLOG TEMPLATE								*
************************************************/

div#content h2.pagetitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-family: Arial, Tahoma;
	font-weight: normal;
}
div#content div.ngg-navigation {
	padding-bottom: 5px;
}

/************************************************
*	ELEMENTAI 									*
************************************************/

a.zalias_button, a.zalias_button:link, a.zalias_button:visited, input.zalias_button, div#forma div.wpcf7 input.zalias_button {
	display: block;
	width: 92px;
	height: 27px;
	color: #4a5920;
	line-height: 26px;
	text-align: center;
	background: url(../images/zalias_button.png) top left no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	border: 0;
    cursor: hand;
	cursor: pointer;
}
a.zalias_button:hover {color: #ffffff;}

.zalias_buttonas, div.wpcf7 .zalias_buttonas, div#forma div.wpcf7 .zalias_buttonas {
	display: block;
	width: 92px;
	height: 27px;
	color: #4a5920;
	text-align: center;
	background: transparent url(../images/zalias_button.png) 0px 0px no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	border: 0;
	cursor: pointer;
}

.zalias_buttonas_hover, div.wpcf7 .zalias_buttonas_hover, div#forma div.wpcf7 .zalias_buttonas_hover{
	display: block;
	width: 92px;
	height: 27px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(../images/zalias_button.png) 0px 0px no-repeat;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	border: 0;
	cursor: pointer;
}

div.tab_blogas h2 a, div.tab_blogas h2 a:link, div.tab_blogas h2 a:visited {
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	color: #5e5e5e;
	margin: 0;
	padding: 0;
}

div.tab_blogas h2 a:hover {
	color: #779427;
}

div.tab_blogas div {
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #343434;
	padding: 0;
	margin: 0 0 20px 0;
}

div#big_title h1{
	display: block;
	width: 100px;
	height: 30px;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
div.clear {
	clear: both;
}

/************************************************
*	PAVEIKSLU APRASAI							*
************************************************/

#TB_closeWindow img {
	border: 0;
}
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/************************************************
*	TABO FORMA									*
************************************************/
div.wpcf7 p { font-size: 13px; }
div.wpcf7 input, div.wpcf7 textarea{
	width: 95%;
	background: #DBDBDB;
	border: 1px solid #ffffff;
	padding: 3px;
	margin-bottom: 9px;
}

div.wpcf7 input.zalias_button {
	width: 90px;
	height: 28px;
	color: #4a5920;
	text-align: center;
	background: url(../images/zalias_button.png) top left no-repeat;
	margin-top: 10px;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: verdana;
}

div.wpcf7 div.wpcf7-response-output {
	margin: 3px 0 0;
	padding: 3px;
	font-size:10px;
	font-family: tahoma;
}
div.wpcf7 span.wpcf7-not-valid-tip {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #FF0000;
	font-size:10px;
	font-family: tahoma;
	left:20%;
	padding:2px;
	position:absolute;
	top:20%;
	width:160px;
	z-index:100;
}
div.wpcf7 div.wpcf7-validation-errors {
	border:1px solid #FF0000;
}


#gamintojas {
	display: block;
	width: 150px;
	text-align: right;
	float: right;
	color: #DFDFDF;
	font-size: 10px;
	margin: 10px 25px 0 0;
	_margin: 10px 12px 0 0;
	clear: both;
}
#gamintojas a, #gamintojas a:link, #gamintojas a:visited {
	color: #DFDFDF;
	text-decoration: none;
} 
#gamintojas a:hover {
	text-decoration: underline;
} 



