/*  

Theme Name: Dark Touch

Theme URI: http://wp-themes.erikgyepes.com/?wptheme=Dark+Touch

Description: A WordPress theme for the people who like it dark.

Author: Free Wordpress Themes

Author URI: http://wp-themes.erikgyepes.com

*/



body {

	font: 62.5%/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: #870101 url('images/bg.png') repeat;

	color: #efefef;

	margin: 0;

	padding: 0;

	border: 0;

	text-align: center;

}



/* Start Basic Structure */

#wrapwrap {

 margin: 0 auto;

 width: 750px;

 text-align: left;

 background: transparent url('images/bgcontain.gif') repeat-y;

}

#wrapper {

 padding: 0 40px 0 50px;

}



#shead {

 float: left;

 margin: 10px 0;

 background: transparent url('images/topsearch.png') top left no-repeat;

 height: 30px;

 width: 100%;

}

#header {

  float: left;

	background: transparent url('images/header.png') top left no-repeat;

	height: 150px;

	width: 100%;

}

#content {

 float: left;

 width: 100%;

 font-size: 1.2em;

 background: transparent;

 margin-top: 20px;

}

#sidebar {

	float: right;

	padding: 0;

	margin: 10px 0 0 0;

	width: 200px;

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	list-style: none;

	background: #000;

	color: #333;

	height: 100%;

}

#footer {

	padding: 0;

	margin: auto;

	width: 100%;

	clear: both;

	color: #666;

	background: url(images/foot.png) bottom left;

	margin-left: 50px;

}

/* End Basic Structure */



/* Header */

#header h2 {

 float: left;

 font-size: 1.5em;

 padding: 0px 5px 0;

 margin: 0;

 font-weight: bold;

 font-family: "Trebuchet MS", Helvetica, sans-serif;

 background: transparent;

 display: none;

}

#shead .find {

 float: left;

 font-size: 1.4em;

 font-weight: bold;

 padding: 4px 25px 4px 10px;

 background: url(images/mg.gif) center right no-repeat;

}

#shead ul li {

 float: left;

 list-style: none;

 color: #fff;

 margin-left: 2px;

 display: inline;

}

#shead a {

 color: #fff;

 font-size: 1.1em;

 padding: 2px;

 margin: 2px;

 display: block;

 background: #000;

 text-decoration: none;

 border-bottom: #fff dashed 1px;

 color: #d5d5d5;

}

#shead a:hover {

 background: #000;

 border-bottom: #fff solid 1px;

}

#shead .description {

 color: #888;

 padding: 0 4em;

 margin-top: 8em;

}

#shead .rss {

 margin: 0 1em;

 padding-left: 1.2em;

 background: transparent url(images/feed-icon.png) center left no-repeat;

}



/* Searchform */

#shead #searchform {

 float: right;

	margin: 0;

	padding: 2px 0; 

	text-align: center;

	background: transparent;

	width: 200px;

	height: 100%;

}

#searchform #s {

	width: 115px;

	padding: 0;

	border: 1px dashed #000;

}

#searchsubmit {

	padding: 2px;

	margin: 2px 0 0;

	height: 20px;

	border: 1px solid #000;

	background: #000;

	color: #fff;

	font-size: 1em;

}



/* Narrowcolumn */

.narrowcolumn .entry {

	line-height: 1.6em;

	margin: 0;

	padding: 0;

	clear: left;

}

.narrowcolumn {

 float: left;

	padding: 15px 20px 8px 15px;

	width: 400px;

	background: transparent;

}

.narrowcolumn .postmetadata {

	text-align: left;

	font-size: 0.9em;

	padding: 5px 0 0;

	margin: 0;

}

.narrowcolumn .date {

  float: left;

  background: url(images/date.png) top left no-repeat;

  width: 44px;

  height: 44px;

  padding: 6px 0px;

  margin: 0 10px 0 0;

  text-align: center;

  font-size: 1.2em;

}

.narrowcolumn h1, .narrowcolumn h2 {

  float: left;

  width: 330px;

}

.narrowcolumn p {

  clear: left;

}



/* Sidebar */

#sidebar h2 {

  text-align: center;

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	display: block;

	font-size: 1.2em;

	margin: 0 0 5px;

	padding: 5px 7px;

	text-decoration: none;

	list-style: none;

	color: #fff;

	background: transparent url(images/sidebarh2.png) center center no-repeat;

	font-weight: normal;

}

#sidebar a {

 font-size: 0.9em;

 padding: 2px 0;

 margin: 0 10px 4px 0;

 display: block;

 width: 100%;

 clear: both;

 border-bottom: 1px #333 solid;

 color: #AC4B30;

}

#sidebar a:hover {

 background: #AC4B30;

 color: #000;

}

#sidebar ul, #sidebar ul ol {

 margin: 0;

 padding: 0;

 list-style: none;

}

#sidebar ul.links {

 padding-left: 8px;

}

#sidebar ul li {

	list-style: none;

	margin: 0;

	padding: 0;

}

#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

}

#sidebar ul ul, #sidebar ul ol {

	margin: 2px 0 0 10px;

	list-style: none;

}

#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 8px;

	list-style: none;

}

#sidebar ul ul li, #sidebar ul ol li {

	margin: 0;

	padding: 0;

  list-style: none;

  border: 0;

}



/* Footer */

#footer a {

 color: #7B102A;

}

#footer .clear {

 clear: both;

	margin: 0;

	padding: 20px 0;

	text-align: center;

}



/* General styles */

ol li {

	list-style: decimal outside;

	}

em {

}

ul {

	margin: 0;

	padding-left: 5px;

}

h1, h2, h3 {

 font-weight: bold;

 color: #AC4B30;

}

h1, h2 {

	font-size: 1.4em;

  margin: 0 0 5px;

	text-align: left;

}

h3 {

	font-size: 1.3em;

	padding: 0;

	margin: 30px 0 10px;

}

h1 a, h2 a, h3 a {

 color: #AC4B30;

 border-bottom: #474747 dashed 1px;

 width: 100%;

 display: block;

 padding-bottom: 4px;

}

a, h2 a:hover, h3 a:hover {

	color: #700;

	text-decoration: none;

	border-bottom: #474747 dashed 1px;

}

a:hover {

	color: #7B102A;

	border-bottom: #C00 solid 1px;

}

p.meta {

 color: #aaa;

 font-size: 0.9em;

}

small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

}

.entry p a:visited {

	color: #b85b5a;

}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	list-style: none;

}

code {

	font: 1.1em 'Courier New', Courier, Fixed;

}

acronym, abbr, span.caps {

	font-size: 0.9em;

	letter-spacing: .07em;

}

.post {

	margin: 0 0 40px;

}

.alignright {

	float: right;

	}

.alignleft {

	float: left

}

.entry ol,ul {

	padding: 0 0 0 35px;

	margin: 0;

}

.entry ol li {

	margin: 0;

	padding: 0;

}

.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align: left;

}

select {

	width: 130px;

}

acronym, abbr, span.caps {

	cursor: help;

	}

acronym, abbr {

	border-bottom: 1px dashed #999;

	}

blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #333;

	background: #ccc;

	color: #000;

	}

blockquote cite {

	margin: 5px 0 0;

	display: block;

}

.center {

	text-align: center;

}

hr {

 height: 1px;

 border: 0;

	border-bottom: 1px #ccc dashed;

}

.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	padding-bottom: 40px;

}



/* Comments */

.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

.commentlist li {

	font-weight: bold;

}

.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

}

.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

}

#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

.commentmetadata {

	font-weight: normal;

}

#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

}

#commentform textarea {

	width: 90%;

	padding: 2px;

}

#commentform #submit {

	margin: 0;

	float: right;

}

.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;

}



/* Images */

a img {

	border: none;

}

p img {

	padding: 0;

	max-width: 100%;

}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

}



/* Begin The Stupid Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

#wp-calendar #prev a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Calendar */