/*  
Theme Name:HPJ
Theme URI:http://hpjansson.org/
Description:A dark theme for HPJ
Version:1.0
Author:HPJ
Author URI:http://hpjansson.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout  */
*{
	margin:0;
	padding:0
}

body {
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	background-color: #333333;
}

.page {
	margin:0 8%;
	text-align:left;
	}

#content {
	float:left;
	margin:10px 0 20px 0;
	width:65%
	}
	
#sidebar {
	float:left;
	margin:10px 0 20px 10%;
	width:25%
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 4.5em;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#fff
	}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	font-family: Tahoma;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#nav li { display: inline; }
#nav a {
	padding: 5px 36px 5px 11px;
	color: #999999;
	text-decoration: none;
}
#nav a:hover{
	color:#999999;
	text-decoration:none;
	background-color: #3C3C3C;
	
}
	

#nav #current a {

    color: #999999;
}

#searching{
	margin: 0px;
	float: right;
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#FFFF99;
	margin:20px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: normal;

	}

h2,h3{
	border-bottom:1px solid #666
	
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#FFFF99;
	text-decoration:none

}

.postmetadata {
	color:#FFFFFF;
	font-size:0.9em;
	margin-top: 2px;
	margin-bottom: 30px;
	background-color: #333333;
	padding: 4px;
	font-family: Tahoma;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#FFFFFF;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry p, .entrytext p, .entry ul, .entrytext ul {
	line-height:130%;
	margin:2px 0 15px 0;
	font-size: 1.25em;
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited,a:active,a:hover{
	color:#FFFFCC;
	text-decoration: underline;	
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
	
	}
	
.commentlist li {
	font-weight:bold;
	text-decoration:none;
	}

.commentlist cite, .commentlist cite a {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
	background-color: #464646;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size:1.2em
	}


.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}


#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin: 5px 0 1em 2em;

	}

#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
	
	}

#sidebar ul li ul li{
	padding:2px 0
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#fff;
	text-decoration:none;
	display: block;
font-size: 1.3em;
}

#sidebar ul li ul li a:hover{
	color:#DFDFDF;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding: 4px;
	max-width: 100%;
	height: auto;
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	border: 2px solid #fff;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	border: 2px solid #666666;
	}

input.textfield{
	width: 16em;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 1em;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #333333;
}



.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:270px;
	padding:2px;
	margin:5px 5px 1px 0;
	border: 3px solid #666;
	background-color: #333333;
	font-size: 1em;
	color: #FFFFCC;
	}

#commentform textarea {
	width:270px;
	padding:2px;
	border: 3px solid #666;
	background-color: #333333;
	font-size: 1em;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	margin:0;
	float:left;
	width:280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	border: 3px solid #666;
	background-color: #484848;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:4px solid #fff;
	line-height:120%;
	color: #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/


