/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
.text-header {
	border:solid 7px #ffffff;
	margin:0 30px 10px 0;
}
tr.subline1 td {
	background-color:#333;
}
tr.subline2 td {
	background-color:#555;
}
.psl {
	background-repeat: no-repeat;
	background-image: url("/img/psl_bckg.jpg");
	background-color:#526A11;
	padding:150px 20px 150px 40px;
}
#registerForm table tr td {
	vertical-align:top;	
}
#allcomments {
	margin:10px 0 10px 0;
}
.onecomment {
	margin:15px 0 0 0;
}
.info {
	font-size:11px; color: #ff0000;
}
.created-date {
	font-size:10px;
}
.teledyskThumb {
	display:block;width:145px;height:100px;
	margin:0 0 4px 35px;border:solid 1px #333;background-color:#363636;
	text-align:center;padding:3px 2px 2px 2px;font-size:11px;overflow:hidden;	
}
.teledyskThumb2 {
	display:block;width:133px;height:130px;float:left;
	margin:0 4px 4px 0;border:solid 1px #555;background-color:#363636;
	text-align:center;padding:3px 0px 2px 0px;font-size:11px;overflow:hidden;
}
.teledyskThumb:hover {
	background-color:#262626;
}
.teledyskThumb2:hover {
	background-color:#262626;
}
.block1 {
	display:block;
	border:solid 1px #555;
	background-color:#262626;
	padding:5px;
	margin-bottom:4px;
}

/* http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/ */
.boxgrid{
	width: 325px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 1px #666;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
 .captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 .caption .boxcaption {
 	top: 220;
 	left: 0;
 }