/*
Theme Name: Style.dk 2010
Theme URI: http://style.dk
Description: Style.dk Wordpress Theme
Version: 1.0
Author: Henning Horn
Author URI: http://henninghorn.dk
*/

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

body {
	background: #fff;
	font-family: 'Georgia';
	font-size: 100%;
}

#page {
	background: #fff;
	margin: 30px auto;
	width: 730px;
}

#page #header {
	background: #000;
	margin-bottom: 5px;
	overflow: auto;
}

#page #header #menu {
	float: left;
	padding: 5px 5px 0 5px;
}

#page #header #menu a {
	margin-right: 20px;
}

#page #header #menu img {
	border: none;
}

#page #header #search {
	margin-left: 535px;
	margin-top: 13px;
}

#page #header #search #searchsubmit {
	margin-left: 5px;
	vertical-align: middle;
}

#navigation {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: auto;
	margin: 5px 0 5px 0;
	overflow: auto;
	padding: 7px 0 7px 0;
}

#navigation form {
	float: left;
	margin-right: 10px;
}

#navleft {
	float: left;
}

#navright {
	float: right;
}

#navright img {
	border: none;
	margin-left: 10px;
}

.post {
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.post img {
	border: none;
}

.post h2 {
	color: #333;
	font-size: 32px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

.single .post h2 {
	color: #000;
}

.post h2 a {
	color: #000;
}

.post .info {
	background: #000;
	color: #fff;
	float: right;
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding: 2px 20px 2px 20px;
}

.post .info a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

.post .entry p {
	color: #000;
	font-family: 'Georgia';
	font-size: 14px;
	margin-bottom: 14px;
}

.post .entry p a {
	color: #000;
	font-weight: bold;
}

.post .comment_icon {
	margin-right: 5px;
}
.post .comment_link {
	font-weight: normal !important;
}

.post .comment_link,
.wp_likes a {
	font-family: 'Georgia';
	font-size: 14px !important;
}

.post h3 {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}

/* LIKES start */
.wp_likes {
	color: #000 !important;
	font-size: 14px;
	margin-top:30px;
}
.wp_likes a {
	color: #000;
}
.wp_likes span.text {
	margin-left: 5px;
}
.wp_likes img {
	margin-right: 5px;
}
.wp_likes div.unlike {
	background: url('./images/icon_unlike.png') no-repeat 0px 5px;
	display:none;
	padding-left: 23px;
}

/* LIKES end*/

h3#comments {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.commentlist {
	list-style-type: none;
}

li.comment img.avatar {
	display: none;
}

li.comment {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: auto;
	padding-bottom: 15px;
}

li.comment .comment_info {
	background: #000;
	clear: both;
	color: #fff;
	float: left;
	padding: 2px 5px 2px 5px;
}

li.comment .the_comment {
	clear: both;
	padding: 5px;
}

#respond {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#respond a {
	color: #888 !important;
}

#respond input[type="text"] {
	padding: 2px;
	margin-bottom: 5px;
	width: 320px;
}

#respond textarea {
	font-family: 'Courier';
	font-size: 14px;
}

ul#searchlist {
	border-top: 1px solid #ccc;
	list-style-type: none;
	text-transform: uppercase;
}

ul#searchlist li {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 2px 0 2px 0;
}

ul#searchlist li a {
	color: #000;
	font-size: 16px;
}

#copy {
	border-top: 3px solid #000;
	color: #888;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 15px;
}
#copy a {
	color: #888;
}

blockquote,
blockquote p {
	color: #999 !important;
	font-size: 14px;
}

.cssSortHvid {
	background: #000 !important;
	color: #fff !important;
	padding: 2px !important;
}