/*
Theme Name: Viewport
Theme URI: http://labs.paulicio.us/viewport/
Description: A clean, image based layout
Version: 1.0
Author: Paul Bennett
Author URI: http://paulicio.us
Tags: pictures, images, simple, clean, viewport
*/

* {margin:0; padding:0;}

html
{
height: 100%;
}

body {
	background: #efefef;
	/*
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	*/
	
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	font-size: 62.5%;
	color: #272727;
	height: 100%;
}
.black_letters {color:#000000 !important;}
a:link, a:visited {
	color: #272727;
	text-decoration: none;
}

a:hover, a:active {
	color: #990000;
}


::selection {
	background: #990000; /* Safari */
	color: #f3f3f3;
	}
::-moz-selection {
	background: #990000; /* Firefox */
	color: #f3f3f3;
}

 ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 10px;
}

blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
   font-family:"Lucida Grande",Arial,sans-serif;
}

span.left { float: left; }
span.right { float: right; }

.clearer { clear: both; }

.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: 11px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}

#page {
	min-width: 950px;
	max-width: 1100px; 
	margin: 0px auto;
	position: relative;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 940px;
	height: 128px;
	margin: 0px auto;
  margin-bottom:3px;
}

#header h1 {
	padding: 30px 0 16px 0;
	font-size: 3.2em;

}
	 

#langg {
	width: 285px;
	margin-top: -8px;
	float: right;
}

#langg li {
list-style: none;
}

#nav {
	width: 500px;
	float: left;
	font-size: 1.2em;
	
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.1em;
font-variant: small-caps;
}

#nav li {
	display: inline;
	float: left;
	padding: 10px 6px;
	list-style: none;
	background: transparent url(images/navbar/mid.png) repeat-x 0 0;
}

#nav .subscribe {
	padding: 0 25px 2px 0;
 	float: left;
	background: transparent url(images/grid-off.gif) no-repeat 100% 50%;
}

#nav .subscribe:hover {

  background: transparent url(images/grid-on.png) no-repeat 100% 50%;
	}

#nav li.left {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/left.png) no-repeat 0 0;
}

#nav li.right {
	height: 36px;
	width: 15px;
	padding: 0;
	background: transparent url(images/navbar/right.png) no-repeat 0 0;
}

#searchbox {
	width: 280px;
	margin-top: 2px;
	float: right;
	margin-right: 6px;
}

#searchbox li {
	width: 285px;
	height: 26px;
	background: transparent url(images/search.png) no-repeat 0 0;
	list-style: none;
}

#searchbox input {
	width: 270px;
	background: none;
	border: none;
	padding: 6px 8px 6px 8px;
	color: #efefef;
	font-size: 1.2em;
}

#mid {
	width: 100%;
	padding-bottom: 20px;
}

#mid.index {
	background: transparent url(images/indexbg.png) no-repeat 50% 0;
}

#mid.single {
	background: transparent url(images/singlebg.png) no-repeat 50% 0;
}

#mid.archive {
	background: none;
}

.panel, .panel-single {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 940px;
	height: 600px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
}

.wrapper-archive {
	width: 270px;
	height: 240px;
	padding: 10px;
	margin: 0 10px 10px 10px;
	background: transparent url(images/archivebg.png) no-repeat 0 0;
	display: block;
	position: relative;
	float: left;
}

.wrapper-archive .post-title {
	max-width: 220px;
	font-size: 1.2em;
}

.post-title, .post-title-single {
	max-width: 870px;
	padding: 10px;
	position: absolute;
	top: 10px;
 	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 2.7em;
	font-weight: normal;

 	letter-spacing:0.2em;
	font-variant: small-caps;
 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 font-weight: 100;
 line-height: 1em;
}

.post-title:hover, .post-title-single:hover, .post-title.white, .post-title-single.white {background:#ffffff !important; color:#000000 !important;}
.post-title:hover a, .post-title-single:hover a, .post-title.white a, .post-title-single.white a {color:#000000 !important;}
/*
#mid .stripViewer .wrapper .entry:hover {background:#ffffff; color:#000000;}
#mid .stripViewer .wrapper .entry:hover p, #mid .stripViewer .wrapper .entry:hover a {color:#000000;}
*/

.post-title a, .post-title-single a, .entry a, .entry-left a{
	color: #efefef;
	text-decoration: none;

}

.post-title-single {
	top: 10px;
}

.entry {
	max-width: 440px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 220px;
}
.entry-clean {
	max-width: 440px;
	padding: 15px;

}
.entry-left {
	max-width: 540px;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(images/titlebg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 320px;
}

.entry ul {
	margin: 5px 0 10px 0;
}

.entry li, .entry-left li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
}

.entry a:hover, .entry-left a:hover {
	color: #c6c6c6;
}

.entry .big, .entry-left .big {
	font-size: 2em;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 	letter-spacing:0.05em;
	font-variant: small-caps;
	font-weight: normal;
}

.entry .rss-big {
	padding-right: 40px;
	background: transparent url(images/rss.png) no-repeat 100% 60%;
}

.content-top {
	height: 15px;
	width: 600px;
	background: transparent url(images/content/top.png) no-repeat 0 0;
}

.content-mid {
color:#424242;

font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;

	width: 560px;
	padding: 0 20px;
	background: transparent url(images/content/mid.png) repeat-y 0 0;
}


.content-About {
	width: 560px;
	padding: 0px 20px;
	background: transparent url(images/content/mid.png) repeat-y 0 0;
	
}

.text-Faq h1 {
margin:0 4px 30px;
			color: #990000;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-variant: small-caps;
font-weight: normal;
letter-spacing:0.05em !important;
font-size: 14px;
}

.text-Faq h2 {
margin:20px 4px 10px;
color: #697E87;
		
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-variant: small-caps;
font-weight: normal;
letter-spacing:0.1em !important;
border-bottom: #bfcfd5 1px solid;
}

.text-Faq p {
padding: 7px;
color:#424242;
-x-system-font:none;
font-family:Georgia,"Times New Roman",Times,serif;

font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:155%;
}
.text-Faq li {
	list-style: none;	
}

.text-Faq li:hover {
	background-color: #f4f4f4 !important;
}

.text-Links {
	height: 915px;		
}


.text-Links h2 {
margin:40px 0 10px;
color: #697E87;
		
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.1em;
font-variant: small-caps;
font-weight: normal;
}	


.text-Links li {
	list-style-type:none;
	display:inline;

font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:140%;
}

.text-Links p {
padding: 4px;
color: #424242;
-x-system-font:none;
font-family:Georgia,"Times New Roman",Times,serif;

font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:155%;

-- border-bottom: 1px solid #c7d9e0;
}

.text-Links li a {
	color:#777777;
}

.text-Links li a:hover {
/*	border-bottom: 1px dashed ! important; */
}

/* Draugai: */
#linkcat-70 a, #linkcat-72 a, #linkcat-76 a{	
  	padding-right: 18px;

}

#linkcat-70 li, #linkcat-72 li, #linkcat-76 li {
  	margin-right: 10px;
  	line-height:200%;
  	
	padding: 4px 0 4px;
 	background:transparent url(images/arrow_right.png) no-repeat scroll right center;
}

#linkcat-70 li:hover, #linkcat-72 li:hover, #linkcat-76 li:hover {	
   background-color: #f3f3f3 ! important;

}

#linkcat-70 a:hover, #linkcat-72 a:hover, #linkcat-76 a:hover{
	text-decoration: none;
	color: #990000 ! important;
	border-bottom: 1px dashed ! important;
}

/* BENDRUOMENE: */
#linkcat-73 {
	float:right;
	clear: both;
	width: 225px;
}


#linkcat-73 li, #linkcat-71 li, #linkcat-74 li {
   display: block;
	border-bottom: dashed 1px #c7d9e0;
	background:transparent url(images/bullet.gif) no-repeat scroll left center;
	padding: 4px 0 4px 15px;
}

#linkcat-73 a, #linkcat-71 a, #linkcat-74 a {
   display: block;
}

#linkcat-73 ul :hover, #linkcat-71 ul :hover, #linkcat-74 ul :hover {
	text-decoration: none;
	color: #990000 ! important;
   background-color: #f3f3f3 ! important;
/*   background:transparent url(images/arrow_right2.png) no-repeat scroll right center;*/
}

/* TECH sponsors: */
#linkcat-71 li {
width: 235px;
display: block;
}

/* Studios: */
#linkcat-74 li {
width: 235px;
display: block;
}

.text-About p{

/*
		-x-system-font:none;
	font-family:Georgia,"Times New Roman",Times,serif; !important
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:155%;
*/
  color: #424242;
	-x-system-font:none;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
line-height:2;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:155%;
padding:4px;
}

.text-About ul li strong {
color:#990000;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.05em;
text-transform:lowercase;
}

.text-About ul strong {
color:#990000;
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.05em;
text-transform:lowercase;
}


.text-About ul li {
	 color: #555555;
background:transparent url(images/checkmark.png) no-repeat scroll left center;
margin-left:5px;
padding:0 0 0 17px;
list-style-type:none;
 line-height: 145%; 
}

.text-About ul.events {
    list-style-type: none;
    margin: 0;
    padding: 0 12px 0 0;
}

.text-About ul.events li {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #eee;
    border: 1px solid #ddd;
    color: #707070;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 3px 0;
    position: relative;
    text-align: center;
    line-height: 100%;

}

.text-About ul.events li em {
    color: #aaa;
    font-weight: normal;
    font-size: 0.9em;
}

.text-About ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
.text-About ul.intervals li {
    background: #fff url(/images/1x1_eee.gif) repeat-x left 10%;
    border-right: 1px solid #ccc;
    color: #999;
    float: left;
    font-size: 1.2em;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    width: 14%;
}

.text-About ul.intervals li.first {
    border-left: 1px solid #ccc;
}

.text-List p {
color:#424242;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:155%;
padding:4px;
}

.text-List pre{
  color: #424242;
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 10px auto;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 12pt;
	font-variant: small-caps;
}

.text-List pre:first-letter{
               text-transform: uppercase;
}


.content-bottom {
	height: 15px;
	width: 600px;
	background: transparent url(images/content/bottom.png) no-repeat 0 0;
}

.postmetadata {

	margin-bottom: 5px;
	line-height: 1.5em;
}

.postmetadata-archive {
	width: 100%;
	height: 58px;
	padding-top: 10px;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS";
	color: #272727;
	line-height: 1.5em;
}

#thepost {
	margin-bottom: 15px;
}

#thepost strong {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
 	letter-spacing:0.1em !important;
	font-variant: small-caps;
	font-weight: normal;
color: #697E87;
	font-size: 14px;
	line-height: 2em;
}

#thepost p a:hover {
    text-decoration: none;
    border-bottom:1px dashed;
    color: #990000 !important;
    background-color:#f3f3f3;
}

#post-tag {
  margin-bottom: 40px;
}


#post-tag p {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	letter-spacing:0.1em;
	font-variant: small-caps;
	font-size:14px;

   padding-left: 22px;
   float: right;
	background: transparent url(images/Tag16x16.png) no-repeat 0% 50%;
}

#post-tag a {
	font-family:"Lucida Grande",Tahoma,"Trebuchet MS";
	font-size:12px;
	letter-spacing: normal;

	font-variant: normal;
	font-style:normal;
	font-weight:normal !important;
}


.archive-tag a {
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.05em;
text-transform:lowercase;
	font-variant: normal;
	font-size:12px;
}
.archive-tag a:hover {
    text-decoration: none;
    border-bottom:1px dashed;
    color: #990000 !important;
    background-color:#f3f3f3;
}

.archive-tag p {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	letter-spacing:0.1em;
	font-variant: small-caps;
	font-size:14px;

    	padding-left: 22px;
        float:right;
	background: transparent url(images/tag.png) no-repeat scroll left top;
}
   
.addshare {
	clear: both;
   color:#697E87 !important;
}

#content {
	width: 953px;
	margin: 0px auto;
	font-size: 1.2em;
}

#narrow-column {
	width: 600px;
	float: left;
}

#crumbs {
height:2.3em;
border:1px solid #f3f3f3;

font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
}

#crumbs li {
float:left;
line-height:2.3em;
color: #3b3b3b !important;
list-style-type:none;
}

#crumbs ul {
	list-style-type:none;
	margin: 0 0 0 0 !important;
}

#crumbs li p {
 padding:0 15px 0 15px;
 font-weight: bold;
 
 	letter-spacing:0.1em;
	font-variant: small-caps;
}

#crumbs li a, #crumbs li ul li a, #crumbs a {
display:block;
padding:0 15px 0 15px;
background:url(images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
text-decoration:none;
color:#777;
}

#crumbs li a:hover, #crumbs li a:focus {
color:#990000;
}

#narrow-column p, #narrow-column h3 {
	padding-bottom: 10px;
}

#narrow-column p a {
/*
	color: #990000;
	font-weight: bold;
*/
	color: #990000;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.05em;
text-transform: lowercase;
}

#narrow-column ul {
	margin: 0 0 10px 20px;
}

/*#narrow-column input, #narrow-column textarea, #narrow-column submit {
	padding: 6px;
	border: 1px solid #c6c6c6;
}

#narrow-column #submit:hover {
	background-color: #333;
	color: #efefef;
}

#narrow-column textarea {
	width: 545px;
}
*/

#submit {
background-color:#EEEEEE;

-moz-border-radius-bottomleft:18px;
-moz-border-radius-bottomright:18px;
-moz-border-radius-topleft:18px;
-moz-border-radius-topright:18px;
background-position:0 0;
padding:6px 17px 8px;

border:1px solid rgba(0, 0, 0, 0.25);

border-color:rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
border-style:solid;
border-width:1px;
padding:4px 14px 6px;
font-size:11px;

cursor:pointer;
width:auto;
font-family:Arial,Helvetica,"Helvetica Neue",Verdana,sans-serif;
color:#555555;
}

#submit:hover {
background-color:#111111;
color:#FFFFFF;	
}


.commentlist {
	list-style: none;
	margin-bottom: 10px;
}

.commentlist span.left a {
	font-weight: bold;
}

.commentlist span.right a {
	font-size: 0.8em;
	color: #9e9e9e;
}

.comment-top {
	width: 540px;
	height: 25px;
	padding: 10px;
	padding-bottom: 0;
	background: #fff url(images/comments/head.png) no-repeat 0 0;

}

.comment-mid {
	width: 540px;
	padding: 15px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}

#respond {
padding:10px 0 5px;
		
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
letter-spacing:0.1em;
font-variant: small-caps;
font-weight: normal;
color: #697E87;
font-size:1.4em;
}

.comment-bottom {
	width: 590px;
	height: 10px;
	background: #fff url(images/comments/bottom.png) no-repeat 0 0;
}

.commentmetadata {
	font-size: 0.8em;
}

#categories li {
 list-style: square;
}

#sidebar {
	width: 300px;
	line-height: 1.5em;
	float: right;
}

#sidebar li li a:hover {
    text-decoration: none;
    border-bottom:1px dashed;
    color: #990000 !important;
    background-color:#f3f3f3;
}

.sidebar-bottom {
	height: 15px;
	width: 300px;
	background: transparent url(images/sidebar/bottom.png) no-repeat 0 0;
}

#sidebar li {
	list-style: none;
}

#sidebar li a {
	color: #777777;
}

#sidebar h2 {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;	
}

#sidebar h3 {
	margin: 5px 0;
	padding-top: 10px;
	border-top: 1px solid #c6c6c6;
	color:#697E87;
		
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
 	letter-spacing:0.1em;
	font-variant: small-caps;
	font-weight: normal;
}

.sidebar-top {
	height: 15px;
	width: 300px;
	background: transparent url(images/sidebar/top.png) no-repeat 0 0;
}

.sidebar-mid {
	width: 260px;
	padding: 0 20px;
	background: transparent url(images/sidebar/mid.png) repeat-y 0 0;
}

/* postnav */
.postnav {
	clear: both;
	padding: 10px 5px;
		overflow: hidden;
}
.postnav a {
/*	font: bold 140%/100% Georgia, "Times New Roman", Times, serif; */
font-family:Georgia,"Times New Roman",Times,serif;
	text-transform: lowercase;

	font-size: 12pt;
	font-variant: small-caps; 
	width: 220px;
	color: #697E87 !important;
}
.postnav a:hover {
	color: #272727 !important;
	text-decoration: none;
}
.postnav .previous a {
	background: url(images/postnav-prev.gif) no-repeat 0 0;
	padding: 8px 0 10px 26px;
	float: left;
}
.postnav .previous a:hover {
	background-position: 0 -95px;
}
.postnav .next a {
	background: url(images/postnav-next.gif) no-repeat right 0;
	padding: 8px 26px 10px 0;
	text-align: right;
	float: right;
}
.postnav .next a:hover {
	background-position: right -95px;
}


.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}


html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

.wrapper{ 
width:100%;
position:relative;
display:table;
}

#footerwrap {
position: relative;
border:none;
}

#footer {
  clear: both;  
  overflow: hidden;
	padding:5px 0 5px 0;
	margin-top:40px;
	background:#171615 url(images/footer-stroke.gif) repeat-x top center;
	border-top:1px solid #171615; border-bottom:1px solid #1e1d1d;
	display: block;
	float: left;
	width: 100%;
/* footer */
/*
	float: left;
	width: 100%;
	text-align: center;
	background: url(images/footer-bg.png) repeat-x;
	*/
}

#footer-outer {
	clear: both;
	width: 940px;		
	margin: 0 auto;
	
	text-align: left	
}

#footer-wrap {
	float: left;
	width: 920px;
	margin-left: 10px;	
	padding-top: 20px;	
	display: inline;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
 	letter-spacing:0.1em !important;
	font-variant: small-caps;
	font-weight: normal;
	color: #777777;

}

#footer-wrap h3 {
	margin-bottom: 15px;
	font-size: 1.6em;		
	font-weight: bold;	
	color: #777777;
	
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
font-size:14px;
font-variant:small-caps;
font-weight:normal;
letter-spacing:0.1em !important;
}

#footer-wrap .col-a1 {
	width: 170px;
	float: left;
	display: inline;
}

#footer-wrap .col-a {
	width: 200px;
	float: left;
	display: inline;

}
#footer-wrap .col-b {
    	margin-left: 20px;
	width: 225px;
	float: left;
	display: inline;

}

#footer-wrap .col-c {
	width: 225px;
	float: right;
	display: inline;
}


/* footer-list */

#footer-outer .footer-list ul {
	list-style: none;
	margin-left: 10px;
	padding: 0;	
	border-top: 1px solid #1e1d1d;
	
}

#footer-outer .footer-list ul li {
border-bottom: 1px solid #1e1d1d;
 }

#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
margin-left: 10px;
	padding: 5px 0;
	border: none;
	line-height: 2em; 	
	color: gray;
}

#footer-outer .footer-list ul li:hover {
	background-color: #111111 !important;		
}

#footer-outer .footer-list ul li p {
	display: block;
	width: 98%;
margin-left: 10px;
	padding: 5px 0;
	border: none;
	line-height: 2em; 	
	color:#404040;		
}

#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
	font-size: .95em;	
}

#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #fff;	
}

/* footer-bottom */

#footer-bottom {
	float: left;	
	width: 100%;
	margin: 50px auto 7px auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;		
}

#footer-bottom .bottom-left {	float: left; }		

#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;	
}

#footer-bottom a.back-to-top {
	background: url(images/arrow-up.gif) no-repeat right center;
	padding-right: 20px;
}

img.float-left { margin: 5px 10px 10px 0px; }


#footer a {
	color: #999999;
}

#footer a:hover {
color: #efefef !important;
}
	
								
.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:940px; 
}
 
	.footer-divider {
		background:url(images/footer-divider.gif) repeat-y top left;
	}
	
#footer .meta {
		margin:0; 
		padding:0;
		width:580px; height:auto;
		float: right;
		color: #555555;
}
	
p.about-text {
color: #999999;
line-height:17px;
padding-right: 30px;
}

p.about-text a {
color: #c6c6c6 !important;
line-height:17px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
 	letter-spacing:0.05em !important;
	font-variant: small-caps;
	padding: 0 2px 0 2px;
	
}

p.stats {
margin:5px 0 0 0;
color:#404040;
}

.social-links {
   display: block;
   float: left;
		margin:0; 
		padding-top: 7px;
	font-size: 24px;
  	width:360px;
	list-style:none;
	line-height: 16px;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif !important;
 	letter-spacing:0.1em !important;
	font-variant: small-caps;
	font-weight: normal;
	color: #697E87;
	font-size: 14px; 
}
#footer .social-links ul, .social-links li {
     display: inline;
     list-style-type: none;
     list-style-image:none;
     	margin:0; padding:10px;
}

#footer .linked {
  	padding-left: 35px;
	background: transparent url(images/social/linkedin_32_grey3.png) no-repeat 0% 50%; 
}
#footer .linked:hover {
  background: transparent url(images/social/linkedin_32.png) no-repeat 0% 50%;   
}

#footer .vimeo {
 	padding-left: 35px;
 	background: transparent url(images/social/vimeo_32_grey3.png) no-repeat 0% 50%; 
}
#footer .vimeo:hover {
  background: transparent url(images/social/vimeo_32.png) no-repeat 0% 50%;   
}

#footer .flickr {
	padding-left: 35px;
  background: transparent url(images/social/flickr_32_grey3.png) no-repeat 0% 50%;   
}
#footer .flickr:hover {
  background: transparent url(images/social/flickr_32.png) no-repeat 0% 50%;   
}

#footer .feedburner {
	padding-left: 35px;
  background: transparent url(images/social/RSS_32x32_grey3.png) no-repeat 0% 50%;   
}
#footer .feedburner:hover {
  background: transparent url(images/social/RSS_32x32.png) no-repeat 0% 50%;   
}

#footer .right-logo {
	padding-left: 37px;
  background: transparent url(images/logoicon.jpg) no-repeat 0% 50%;   
}
	

/* Coda Slider
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 600px; overflow: hidden}
.csw .loading {
margin: 0; 
text-align: center;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 600px;
	margin: 0px auto;
	padding-top: 5px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 600px; 
	position: relative;
	width: 940px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR {
	position: relative;
	top: -360px;
	z-index: 200;
}

.stripNavL { 
float: left; 
/* padding-left: 70px; */
}

.stripNavR { float: right;
/* padding-right: 70px; */
 }

.qtrans_language_chooser { list-style-type:none; }

.qtrans_language_chooser li { 
float:right; 
margin-right:3px; 
}

.menu {
	overflow: hidden;
     margin-left: 7px ;
}

.menu li {
	padding: 0px ;
	float: left ;
	position: relative ;
	display: inline;
	margin-right: 7px ;

	margin-bottom: 7px ;
	border: 1px solid #3E4953 ;
	width: 75px ;
	height: 50px ;
}

.menu img {
	border:1px solid #A9A9A9;
	margin:0pt 1px 1px 0px;
	padding:0px;
}

.menu li:hover {
	border:1px solid #990000;
	}

#centercol {
padding: 50px 50px 1px 150px;
text-shadow: #ffffff 0px 1px 0px;
}

.statPlays {
	padding-left: 15px;
	background: transparent url(images/Play-16x16.png) no-repeat 0% 50%;
}

.statPlays:hover {
    text-decoration: none !important;
    border-bottom: hidden !important;
    background-color: transparent !important;
	background: transparent url(images/Play-16x16_a.png) no-repeat 0% 50%;
}

.statComments {
	padding-left: 17px;
	background: transparent url(images/Chat-active-16x16.png) no-repeat 0% 50%;
}

.statComments:hover{
    text-decoration: none !important;
    border-bottom: hidden !important;
    background-color: transparent !important;
     background: transparent url(images/Chat-active-16x16_a.png) no-repeat 0% 50%;
}

.rss-bottom {
	padding-left: 18px;
	background: transparent url(images/rss_a.png) no-repeat 0% 50%;
}

.rss-bottom:hover {
	background: transparent url(images/rss_a_red.png) no-repeat 0% 50%;
}

.st-tag-cloud {
	color: #000000;
}

.st-tag-cloud a:hover {
	text-decoration: none;
	border-bottom:1px dashed;
	color: #990000 ! important;
  background-color:#f3f3f3;
}

#categories-3 {	
color:#424242 ! important;
}
/* sidebar sidepane */

li.flexipages_widget li.current_page_item > a { 
	color: #272727! important;
	background-color: #f3f3f3;
}
#flexipages-3 {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
letter-spacing:0.05em;
font-variant: small-caps;
font-size: 16px;
clear:both;

  margin-bottom: -10px ! important;
  text-shadow:0 1px 1px #FFFFFF; 
color:#666666;
  
}
#flexipages-3 ul, #flexipages-3 li {
	margin: 0;
	padding: 0;
}
#flexipages-3 a {
	display: block;
	height: 30px;
	overflow: hidden;
	padding: 7px 5px 7px 15px;
	text-decoration: none;
	border-top: solid 1px #c7d9e0;
	color: #999;
	font-size: 90%;
	line-height: 200%;
}
#flexipages-3 a strong {
	font-weight: normal;
	font-size: 140%;
	padding-bottom: 1px;
	display: block;
	color: #444;
}

#flexipages-3 a:hover, #flexipages-3 .current a {
	border-bottom:hidden !important;

}
#flexipages-3 a:hover strong {
	color: #000 !important;
}
#flexipages-3 .first a {
	background: url(images/sidepane-top.gif) no-repeat;
	border: none;
	padding-top: 10px;
}
#flexipages-3 .first a:hover, #flexipages-3 .firstcurrent a {
	background: url(images/sidepane-top.gif) no-repeat left -112px;
	border: none;
	padding-top: 10px;
}
#flexipages-3 .last a {
	background: url(images/sidepane-bottom.gif) no-repeat left -56px;
	padding-bottom: 10px;
}
#flexipages-3 .last a:hover, .sidepane .lastcurrent a  {
	background: url(images/sidepane-bottom.gif) no-repeat left bottom;
	padding-bottom: 10px;
	
}

.contact-box {
		color: #313131 ! important;
		margin-left: 10px;
		text-shadow:0 1px 1px #FFFFFF; 
}

.contact-box .first {
margin-top: 10px !important;
}

.contact-box li{
		font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
 	letter-spacing:0.05em;

	font-weight: normal;
	font-size: 12px;
	
	border-top: dashed 1px #c7d9e0;	
	padding:6px 5px 6px 15px;

}

.contact-box li:hover {
	background: #f3f3f3 !important;
	color: black !important;
	background-color: #f3f3f3 !important;
}

.contact-box a {
	color: #313131 !important;
}

.contact-box p{
	color: #777777 ! important;
}

.contact-box em {
	color: #777777 ! important;
	font-variant: normal;
	font-style: normal;
	letter-spacing:0.27em;
	font-variant: small-caps;
}

.contact-box .deko {
font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
letter-spacing:0.05em;
font-variant: small-caps;
font-size: 16px;
text-transform: lowercase;
border-bottom: #bfcfd5 1px solid;
color: #697E87;
}

.contact-box .linked a {
font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
letter-spacing:0.05em;
font-variant: small-caps;
font-size: 16px;
text-transform: lowercase;
color: #697E87 ! important;
}

#loading {  
    position:absolute;  
    width:300px;  
    top:0px;  
    left:50%; 
    float: right; 
    margin-left:-150px;  
    text-align:center;  
    padding:7px 0 0 0;  
    font:bold 11px Arial, Helvetica, sans-serif;  
}  
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}

#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_wrapper tr td img:hover {
border:1px solid gray !important;
}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#flickrImagesHolder {
overflow:hidden;
margin-left: auto;
margin-right: auto;
width: 860px;
}
#flickrImages {
margin-left:-9000px;
}
.flickrPaveikslelis {
    height: 75px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}




