/* v. 0.3
ignored / http://ignored.blogiem.lv */

/* Tagi */
body {
    background: black;
    color: white;
    font-family: Lucida sans Unicode;
    font-size: 10px;
}
p {
    text-align: justify;
}
td, th {
    font-size: 10px;
    padding: 0.2em;
}
th { background: black; }
td { background: black; }
a { color: grey; text-decoration: none; }
a:visited { color: rgb(100,100,100); }
a:hover { color: orange; }

/* Pamatklases */
.failure { color: #f00; }
.required { font-weight: bold; }
.required:after { content: " *"; }
.white_table th, .white_table td { background: black; }
.cut { display: none; }

/* Izkartojuma DIVi */
#container {
}
#pageHeader {
    clear: both;
    text-align: center;
	background: rgb(100,100,100);
	color: white;
	margin: 0.1em;
	padding: 0.2em;
}
#pageHeader h1 a { color: rgb(255,128,0); text-decoration: none; }
#pageBody {
}
#pageToolbar {
    border-left: none;
}
#pageFooter {
    clear: both;
    text-align: center;
    font-size: 0.8em;
}
#pageHeader p, #pageFooter p {
    text-align: center;
}
#pageFooter p {
   margin: 0.1em;
}

/* Rikjosla */
.pageToolbarBlock {
    padding-left: 0.2em;
    padding-right: 0.2em;
}
.pageToolbarBlock h3 {
    border-bottom: 0.05em solid #000;
}
.pageToolbarBlock ul li {
    list-style-type: none;
}
.pageToolbarBlock a:link, .pageToolbarBlock a:visited {
    color: grey;
    text-decoration: none;
}
.pageToolbarBlock a:hover {
    color: orange;
}

/* Ieraksti */
.blogpost {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	margin-right: 1em;
	background: black;
}
.blogpost h3 {
	margin-left: 0.2em;
}
.blogpost h3 a:link, .blogpost h3 a:visited {
	color: orange;
	text-decoration: none;
}
.blogpost_body {
	margin: 0.3em;
}
.blogpost_info {
	border-top: 0.05em dotted white;
	font-size: 0.9em;
          clear: both;
}
.blogpost_info p {
	margin: 0.1em;
}

/* Ierakstu komentari */
.blogpostcomment {
	margin-right: 1em;
	margin-bottom: 0.2em;
	background: black;
      clear: both;
       border-bottom: 1px dotted white;
      border-left: 1px dotted white;
}
.blogpostcomment_intro {
        color: grey;
	background: black;
	font-size: 0.9em;
}
.blogpostcomment p {
	margin: 0.1em;
        padding-top: 5px;
}
.commentPermaLink:link, .commentPermaLink:visited, .commentPermaLink:hover {
	text-decoration: none;
	color: #00f;
	font-weight: bold;
}
.userPicLeft {
  float: left;
  text-align: center; 
  padding: 0.15em;
  margin-right: 10px;
}

.tagCloud a { text-decoration: none; }

@media screen {
body, td {
    font-size: 14px;
}
.blogpostcomment p { min-height: 66px; }
.userPicLeft { width: 60px; }
#pageBody {
    float: right;
    width: 70%;
}
#pageToolbar {
    float: left;
    min-width: 200px;
    width: 28%;
}
.biginput { font-size: 20px; font-weight: bold; font-family: Verdana, Arial, sans-serif; border: 1px solid white; }
}

#commentForm { clear: both; }

input[type=submit] {
  color: white;
  background: rgb(100,100,100);
  border: 1px dashed white;
}

textarea {
    border: 1px dotted white;
    color: white;
    background: rgb(100,100,100);
}

input[type=text] {
  border: 1px dotted white;
  color: white;
  background: rgb(100,100,100);
}

input[type=password] {
  border: 1px dotted white;
  color: white;
  background: rgb(100,100,100);
}