/*
Theme Name: href atomic
Theme URI: http://href.eikun.org/
Description: The bare bones href WordPress theme.
Version: 0.5
Author: Ilkka Rinne
Author URI: http://kuvitelmaa.net/

*/



/* Begin Typography & Colors */
html {
	background-color: black;
	color: white;
}
body {
	font-family: 'lucida','Courier New',courier, Fixed, monospace;
	background-color: black;
	color: white
	text-align: left;
	max-width:46em;
	}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	}

a { 
        color: #fff;;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
  /*color: #aaa;*/
}
a:hover{
  font-style: italic;
}

.tagcloud {
    text-align:justify;
}

/* Begin Form Elements */
#searchform #s {
	width: 108px;
	padding: 2px;
	background-color: rgb(50,50,50);
	font-family: 'lucida','Courier New',courier, Fixed, monospace;
	font-size: 100%; /* Resets 1em to 10px */
        color: white;
	border-style: none;
	}

#searchform {
  display: inline;
}

#searchform #submit {
  color: #fff;
  border: none;
  background-color: #000;

}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform textarea {
	width: 65%;
	padding: 2px;
        background-color: rgb(50,50,50);
	font-family: 'lucida','Courier New',courier, Fixed, monospace;
        color: white;
        border-style: none;
	}

#commentform #submit {
	margin: 0;
        background-color: rgb(150,150,150);
	font-family: 'lucida','Courier New',courier, Fixed, monospace;
        color: white;
        border-style: none;

	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

