/*
  * k4y@ihack.lv
  * www.k4y.lv
*/

body {
  background: #3c3e34 url(http://k4y.lv/img/bg.gif) repeat-x;
  font-size: 12px;
  font-family: Georgia;
  margin-top: 25px;
  color: #444;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #cc0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

:focus {
  outline: none;
}

h2 {
  font-size: 24px;
  font-family: Georgia;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-family: Georgia;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}

br {
  line-height: 10px;
}

.line {
  margin: 15px 0px;
  border-bottom: 3px solid #d7dbc8;
}

#wrapper {
  margin: 0px auto;
  background: #fff url(http://k4y.lv/img/wrapper_bg.gif) repeat-y;
  width: 800px;
  overflow: hidden;
}

#header {
  background: #0e0e0c;
  height: 55px;
  line-height: 55px;
  color: #fff;
  padding: 0px 20px;
  text-transform: lowercase;
  font-family: arial;
  border-top: 3px solid #fff;
  overflow: hidden;
}

#header a {
  color: #bdbda5;
  font-weight: bold;
  font-size: 30px;
}

#header a:hover {
  text-decoration: none;
  color: #e2e2c7;
}

#header .left {
  float: left;
}

#header .right {
  float: right;
}

#header input {
  border: none;
}

#header .submit {
  background: #98a718;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  padding: 4px;
}

#nav {
  background: #98a718;
  border-top: 3px solid #7e8b0f;
  overflow: hidden;
  height: 35px;
}

#nav a {
  display: block;
  float: left;
  background: #98a718;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
  text-transform: uppercase;
  padding: 0px 20px;
  border-right: 0px solid #7e8b0f;
}

#nav a:hover {
  text-decoration: underline;
}

#nav .current {
  background: #7e8b0f;
}

#nav .current:hover {
  background: #7e8b0f;
}

#left {
  float: left;
  width: 550px;
  line-height: 20px;
  font-size: 13px;
}

#left h2 a, #left h3 a {
  color: #444;
}

#left .img {
  border: 1px solid #d7dbc8;
  padding: 3px;
  background: #fff;
}

#left .video {
  width: 425px;
  margin: 10px auto;
  border: 1px solid #d7dbc8;
  padding: 3px;
  background: #fff;
}

#left p {
  margin: 10px 0px;
  word-spacing: 2px;
}

#left .spacer {
  margin: 10px 0px;
}

#left ul {
  padding-left: 25px;
}

#left .copy {
  font-size: 10px;
  color: #444;
}

#left .gallery {
  overflow: hidden;
}

#left .gallery img {
  float: left;
  border: 1px solid #ddd;
  padding: 3px;
  background: #fff;
  margin: 8px 9px;
}

#left .gallery img:hover {
  border: 1px solid #999;
}

#right {
  float: left;
  width: 250px;
  line-height: 20px;
  font-size: 13px;
}

#right h2 {
  font-size: 20px;
}

#right p {
  margin: 10px 0px;
}

#right .link {
  background: url(http://k4y.lv/img/round.gif) no-repeat;
  padding-left: 15px;
}

.content {
  padding: 20px;
}

#footer {
  width: 800px;
  margin: 0px auto;
  background: #0e0e0c;
  color: #fff;
  border-bottom: 3px solid #fff;
}

#footer .content {
  padding: 10px 20px;
}

#footer a {
  color: #fff;
  border-bottom: 1px dotted #777;
}

#footer a:hover {
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#wrapperShadow {
  width: 800px;
  margin: 0px auto;
  height: 35px;
  background: url(http://k4y.lv/img/wrapper_shadow.gif) no-repeat;
}

.quote {
  background: #f1f5e2;
  border-left: 5px solid #d7dbc8;
  padding: 5px 10px;
}

.code {
  background: #333;
  border-left: 5px solid #222;
  padding: 5px 10px;
  color: #fff;
  overflow: auto;
  width: 485px;
  font-size: 12px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-family: arial;
  line-height: 15px;
}

.table th {
  background: #98a718;
  border-top: 3px solid #7e8b0f;
  font-weight: bold;
  padding: 5px;
  color: #fff;
  border-bottom: 1px solid #7e8b0f;
}

.table td {
  padding: 5px;
  border: 1px solid #ccc;
}

.comment {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment .left {
  float: left;
  width: 435px;
  background: #f1f5e2;
  padding: 10px;
}

.comment .right {
  float: left;
  width: 55px;
}

.comment .right img {
  border: 5px solid #f1f5e2;
  padding: 0px;
}

.commentAlt {
  margin-bottom: 10px;
  overflow: hidden;
}

.commentAlt .left {
  float: left;
  width: 435px;
  background: #e1e5d3;
  padding: 10px;
}

.commentAlt .right {
  float: left;
  width: 55px;
}

.commentAlt .right img {
  border: 5px solid #e1e5d3;
  padding: 0px;
}

.comment .top, .commentAlt .top {
  font-size: 16px;
}

input {
  padding: 5px;
  width: 220px;
  margin: 3px 0px;
  font-family: Georgia;
}

textarea {
  padding: 5px;
  width: 400px;
  height: 160px;
  margin: 3px 0px;
}

.submit {
  width: 100px;
  padding: 3px;
}

#pg {
  overflow: hidden;
}

#pg .left {
  float: left;
  text-align: left;
}

#pg .right {
  float: right;
  text-align: right;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://k4y.lv/img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://k4y.lv/img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }