@charset "utf-8";
/*

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#313029;
	font-size:13px; 
	line-height:20px;
}

/*--formatting--*/
a:link {
	color: #1C4E7E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C4E7E;
}
a:hover {
	text-decoration: underline;
	color: #1C4E7E;
}
a:active {
	text-decoration: none;
	color: #990000;
}

blockquote {
	margin: 20px; 
	padding:0 0 0 14px;
	color: #666666; 
	border-left: 2px solid #999999;
}
strong{
	text-decoration:none; 
	padding-bottom:2px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	}

p {
	padding: 0 0 1.8em;
	text-indent: 10px;
}	

h1 {font-size:32px; font-family:Georgia, "Times New Roman", Times, serif; line-height:36px; padding-bottom:20px; padding-top: 20px; font-weight: normal; }

h2 {font-size:22px; padding-top:10px; padding-bottom:14px; font-weight:bold; line-height:30px; font-family:Georgia, "Times New Roman", Times, serif;}
	h2 a:link, h2 a:visited{color:#313029; text-decoration:none; padding-bottom:2px;}
	h2 a:hover{background:#f7f6e8; border-bottom:dotted 1px #9d9c94;}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

.entry ul, .entry ol, .post ul, .post ol {
	padding:0 18px 18px;
	border: none;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
	display: list-item;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #A6A371;
}
.pagetitle {
	color: #CC0000;
	margin-top:30px;
	font-weight: bold;
	}

/*--container--*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 100px;
	float: left;
}

#content {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
	margin-bottom:30px;

}

#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: left;
	position: relative;
	margin-bottom:30px;

}

#content #right-col #sidebar {
	width: 330px;
	float: left;
	position: relative;
}

/*--featured-post--*/

#featured-post {
	width: 600px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 578px;
	border: 1px solid #dfddd2;
	float: left;
	padding: 0 10px;
	background: #fff url(images/featured-bg.png) no-repeat top left;
}

#featured-post .featured h2 a {
	display: block;
	padding: 5px 0 0 0;
	border-bottom:dotted 1px #9d9c94; 
}
#featured-post .featured h2 a:hover {
	background: none;
}

#featured-post .featured span#f-date {
	padding: 3px 4px;
	background-color:#e0ded1;
	color: #5D5B35;
	font-size: 10px;
	padding: 2px 4px;
}

#featured-post .featured span#f-date a {
	color: #5D5B35;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	padding: 5px;
	border: 1px solid #e0ded1;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	border-top: 1px solid #e0ded1;
	width: 558px;
	background: url(/img/icons/blog_icons_05.png) no-repeat center left;
	padding: 4px 0 4px 30px;
}

#featured-post a#readmore {
	background:#e0ded1;
	color:#55544e;
	display:inline;
	float:right;
	height:22px;
	margin:-11px 10px 0 0;
	padding:0 8px;
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#featured-post a:hover#readmore {
	background:#55544e;
	color:#e0ded1;
	text-decoration: none;
}

/*--post--*/

.post {
	width: 600px;
	float: left;
	margin-top: 50px;
}

.post li {
	float: none;
	border: none;
	list-style: circle;
	}
.post-author {
	font-weight: bold;
	font-size: 120%;
	}

.post .post-info {
	float: left;
	padding-right: 10px;
	padding-bottom:10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
}

ul.links {
	list-style: none;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	font-size: 40px;
	padding: 3px 0;
	text-decoration: none;
}

.post .post-info span.post-tag a {
	font-weight: 900;
}

.entry {
	float: left;
	width: 600px;	
}

.entry a, .entry a:visited{
	background:#E2F0F6;
	padding:1px 2px;
	}
.entry a:hover{
	background:#e0ded1;
	text-decoration: none;
	}
.sociable a, .sociable a:visited, .sociable a:hover{
	background:none;
	padding:0px;
	}

p.metadata {
	padding: 2px;
	border-bottom: 1px dotted #9d9c94;
	clear: left;
	text-align: right;
	margin-top: -0px;
}
p.metadata a, p.metadata a:visited{
	background:#E2F0F6;
	padding:4px 10px;
	margin-right: -3px;
	}
p.metadata a:hover{
	background:#e0ded1;
	text-decoration: none;
	}
p.metadata2 {
	padding: 2px;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	background-color: #e2e0b6;
	clear: left;
	text-align: right;
	width: 600px;
}

.cat {
	float: left;
	width: 100%;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: -5px;
	color: #666;
}
.cat-single {
	color:#666666;
	float:left;
	font-size:11px;
	left:105px;
	position:absolute;
	top:45px;
}
.cat-single li{
            float: none !important;
            list-style: none;
}
.cat-single ul{
            border-bottom: none !important;
}
.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*--right-col--*/

/*--feed--*/
#feed {
margin-bottom:10px;
text-align:left;
float: left;
width:320px;
}
#feed a.rss { 
background:transparent url(images/rss.png) no-repeat scroll left bottom;
float:left;
height:23px;
text-align:left;
width:330px;
padding-left: 30px;
}

/*--feed--*/
#searchform {
	width: 330px;
	float: left;
	height: 45px;
	margin-bottom: 20px;
}

#searchform form {
	float: left;
	width: 310px;
	margin-top: 10px;
	display: inline;
}

#searchform form input#s {
	width: 270px;
	background: url(images/form.png) no-repeat top left;
	height: 20px;
	border: 0;
	/*border: 1px solid #aacfe4;*/
	float: left;
	margin-right: 5px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 24px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--sidebar1--*/


#sidebar h3 {
	display: block;

}

#sidebar1 {
	width: 320px;
	display: block;
	margin: 0px;
	padding: 0px;
	}

#sidebar2 {
	width: 320px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
  	list-style: none;
	border-bottom: none !important;
	width:320px;
	margin: 0px;
	padding: 0px;
	height: auto;

}
 
 }

#sidebar ul li {
	width:320px;
	padding: 0pt;
	margin: 0pt;
	
}

#sidebar ul li h2 {
	width: 320px;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 6px;
	text-align: left;
	line-height: auto;
	padding: 20px 0 0 6px;
}

#sidebar ul li ul {
	width:320px;
	padding: 0px;
	margin: 0px;
	border-bottom: none;

}

#sidebar ul li ul li {
	width: 320px;
	display: block;
}

#sidebar ul li ul li a {
	width: 320px;
	text-decoration: none;
	padding: 2px 8px;
	display: block;
}

#sidebar ul li ul li a:hover {
	background-color: #f4f4e9;
	color: #313029;
} 

/*--comments--*/

.comment_a {
	float:right;
	padding-right: 13px;
	margin-top:-10px;
}
.comment_count{
	/*margin-top:20px;*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: left;
	margin-bottom: 30px;
	padding-left:-12px;
	border:none;

}
.comment_count a:link{
	background:none;
	border:none;
	font-weight:normal;	

}

.comment_count a:visited{
	background:none;
	border:none;
	font-weight:normal;	
}
.comment_count a:hover{
	text-decoration: underline;
}

#comments {
	margin-top: 15px;
	float: left;
	width: 600px;
}
.comment-img{
	padding: 2px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	width: 40px;
	}

h3#comment-title {
	width: 600px;
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
}

#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 478px;
	margin-right: 10px;
	padding: 5px 10px;
	min-height: 120px;
	overflow: auto;
	border-top: 1px dotted #9d9c94;
}

#comments ol li.alt .comment-data {
	float: left;
	border-top: 1px dotted #9d9c94;
	width: 478px;
	margin-right: 10px;
	padding: 5px 10px;
	min-height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 12px;

}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
	height:20px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*--respond--*/
#respond {
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}

#respond p {
	padding: 2px 0;
}

.respond {
	padding: 2px;
	border: 1px solid #dddddd;
}

/*.respond-b, .respond-b:visited {
	background: #2daebf url(http://www.2trip.lt/images/alert-overlay.png) repeat-x scroll 0 0;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size:14px;
	padding:8px 14px 9px;


}


	.respond-b:hover					{ background-color: #007d9a; }
	*/



 .respond-b {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	display:block;
	clear:both;
	width:160px;
	height:36px;
	line-height:36px;
	background:url(http://www.2trip.lt/img/button_long.png) no-repeat;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: none;
	padding:0 0;
} 

/*--footer--*/
/*#footer .footer-text {
	width: 960px;
	margin: 0 auto;
}

#footer .footer-text a {
	color: #fff;
}

#footer .footer-text span {
	float: left;
	width: 600px;
}

#footer .footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}*/

/*--widget-formatting*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;

}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px dotted #999999;
}

#tag_cloud {
	text-align: center;
	padding: 10px;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*--navigation--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}


.navigation .alignleft a {
	float: left;
}

.navigation .alignright a {
	float: right;
}

/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

.gallery-caption {
	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size:12px;
  line-height:17px;
  margin:0;
  padding:4px 4px 5px;
}

/* Button Green**************/
.button-green, .button-green a, .button-green a:visited {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	display:block;
	clear:both;
	width:190px;
	height:40px;
	line-height:40px;
	background:url(http://www.2trip.lt/img/layout/button_green.png) no-repeat;
	cursor: pointer;
	border: none;
	text-decoration: none;
}
/* Button Header Current**************/
.tab-current{
background:url(http://www.2trip.lt/img/tab-round.png) right 0px;
display:block;
color:#e0ded0;
cursor: pointer;

}

.tag, .tag img {
	margin-bottom: -6px;
	background-color:none;
	border:0px none;
	padding:0px;
}
