/*
    Theme Name: Dennis Hegstad
    Author: Michael Lorig
    Author URI: http://08121988.com/
    Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
	background: #ffffff;
}

h1 a {
	display: block;
	float: left;
	width: 692px;
	height: 97px;
	background: transparent
				url(images/header_h1.png) no-repeat;
	text-indent: -99999px;
}

a#revert {
	position: absolute;
	margin: 0 0 0 214px;
	width: 102px;
	height: 139px;
	background: transparent
				url(images/header_revert.png) no-repeat;
	text-indent: -99999px;
}

a#revert:hover {
	background: transparent
				url(images/header_revert.png) bottom no-repeat;
}

h2 {
	margin: 0 0 5px 0;
	border-bottom: 3px solid #000000;
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #000000;
}

h2 a.blog-title:link, h2 a.blog-title:visited, h2 a.blog-title:active {
	color: #a05ecc;
}

h2 a:hover, h2 a.blog-title:hover {
	color: #772aaa;
}

p {
	font-family: Arial;
	font-size: 13px;
}

a {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #a05ecc;
}

a:hover {
	color: #772aaa;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 20px;
}

/* content */

#container {
	margin: 0 auto;
	width: 1000px;
}

#container .visits {
	padding: 5px;
	background: #dddddd;
	font-family: Arial;
	font-size: 13px;
	color: #f5f5f5;
	font-weight: bold;
	text-transform: uppercase;
}

#container a.network {
	padding: 5px;
	background: #efefef;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

#container a.network:hover {
	color: #772aaa;
}

#left {
	float: left;
	width: 680px;
}

#left img.gallery-img {
	width: 161px;
	height: 130px;
	border: 3px solid #efefef;
}

#left img.gallery-img:hover {
	border-color: #772aaa;
}

#left img.gallery-img.first {
	margin: 0;
}

#left a.more {
	padding: 5px;
	background: #000000;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

#left a.more:hover {
	color: #a05ecc;
}

#right {
	float: right;
	width: 300px;
}

#right .twitter-h {
	width: 300px;
	height: 9px;
	background: transparent
				url(images/sidebar_twitter-fh.png) no-repeat;
}

#right .twitter {
	padding: 0 5px;
	width: 290px;
	background: transparent
				url(images/sidebar_twitter.png) repeat-y;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

#right .twitter a {
	color: #bbbbbb;
}

#right .twitter a:hover {
	color: #772aaa;
}

#right .twitter-f {
	width: 300px;
	height: 25px;
	background: transparent
				url(images/sidebar_twitter-fh.png) bottom no-repeat;
}

/* footer */

#footer {
	padding: 20px 0;
	width: 100%;
	border-top: 1px solid #ededed;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

/* comments */

ol {
	list-style-type: none;
}

ol li {
	margin: 0 0 20px 0;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

ol li p {
	padding: 0 5px;
	width: 670px;
	background: transparent
				url(images/content_comments.png) repeat-y;
}

div .comment-meta {
	padding: 9px 5px 10px 5px;
	width: 670px;
	background: transparent
				url(images/content_comments-fh.png) no-repeat;
}

div .reply {
	width: 680px;
	height: 25px;
	background: transparent
				url(images/content_comments-fh.png) bottom no-repeat;
}

/* forms */

form {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

form label {
	font-family: Arial;
	font-size: 13px;
	color: #772aaa;
	text-transform: uppercase;
}

form input {
	margin: 0 0 10px 0;
	padding: 5px 0;
	width: 200px;
	border: 5px solid #efefef;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}

form textarea {
	margin: 0 0 10px 0;
	width: 400px;
	height: 124px;
	border: 5px solid #efefef;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}

form input#submit {
	padding: 5px;
	width: auto;
	border: 0;
	background: #000000;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

form input#submit:hover {
	color: #a05ecc;
}