/*
Theme Name: hexed
Theme URI: http://www.hexul.com
Version: 1.0b
Description:  A modified contaminated theme with a scent of Matt`s Sharpfolio theme.
Author: hex
Author URI: http://www.hexul.com
*/


/*#############################################################
Name: hexed
Date: 2007-09-30
Description: a modified contaminated theme with a scent of Matt`s Sharpfolio theme.
Author: hex
URL: http://www.hexul.com

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {

	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	outline: 0;

}
a:hover {

	border-bottom: 1px solid #333;
	color: #ccc;
}

body {
	background: #222;
	color: #aaa;
  font-size: 12px;
	font-family:  Arial, sans-serif;
  border-top: 10px solid #4096EE;
	text-align:center;
  line-height:1.32em;
  background-image: url(img/backy.jpg);
	background-repeat: repeat;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 48px;
	color: #555;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;;
	outline: 0;
	cursor: default;
}

h2 {
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
font-size: 28px;
	color: #333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	line-height:0.8em;
	outline: 0;
	cursor: default;
}

.post h2 a, post h2 a:visited
{
color: #555;
text-decoration: none;
border:0;
cursor: default;
}

.post h2 a:hover
{
color: #666;
text-decoration: none;
border:0;

}


blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	margin: auto;
	text-align: left;;
	margin: 0 auto;
	width: 820px;
}
.container {
}

/* title */
.title {
	font: normal 3em Georgia;
	text-decoration: none;
}
.olive {color: #ffffff;}

/* sub navigation */
.sidenav {
	padding-top: 126px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #4096EE;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {color: #4096EE;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 600px;
  color: #aaa;
}
.content .descr {
	color: #4096EE;
	margin-bottom: 6px;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
	
}
.footer a {
	color: #B7D8F9;
	text-decoration: none;
}

.post{margin:0 0 25px 0;}

.post .info{
	background-color:#000000;
	font-size:0.9em;
	color:#4096EE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #111;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 11px;
}

.post .info a, .post .info a:hover , .post .info a:visited
{
	text-decoration:none;
	color:#4096EE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
padding:10px;
background: #000;
width: 580px;
}

#commentform textarea {
background: #f8f7f6;
border: 2px solid #e4e4e4;
width: 570px;
padding: 4px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 2px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 2px solid #4096EE;
}

#commentform #email, #commentform #author, #commentform #url {
background: #f8f7f6;
border: 2px solid #e4e4e4;
width: 570px;
padding: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
background: #ffffff;
border: 2px solid #d6d3d3;
width: 570px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
background: #FFFFFF;
border: 2px solid #4096EE;
width: 570px;
}
#commentform input{
margin-bottom: 3px;
}
img {
	padding: 3px;
	background: #333;
	border: 1px solid #444;
}
a img {
	border: 1px solid #444;
}
a:hover img {
	background: #444;
	border: 1px solid #555;
}

div#header {
	display: block;
	clear: both;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Helvetica, "Helvetica Neue", Arial, "Arial Black";

}
div#header h1 {
	font-size: 48px;
	color: #555;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#header h1 a, a:focus {
	color: #555;
	text-decoration: none;
	border:0;
	cursor: default;
	outline: 0;
}
div#header h1 a:hover {
	color: #666;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #222222;
	border: 1px solid #333333;
	padding: 4px;
}
.buttony {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000000;
	padding: 4px;
	font-weight: bold;
	border: 0;
}
.formy {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4096EE;
	padding: 4px;
	font-weight: bold;
	border: 0;
}
.graybox {
	padding:5px;
	background-color: #000000;
}
.gray{
padding:5px;
}

