body {
	background: #000 url('img/bg.jpg') repeat fixed top left;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #e6e4e5;
}

article, header, nav, footer, section {
	display: block;
}

input {
	outline: none;
	vertical-align: baseline;
}	

blockquote {
	background: url('img/quote.png') top left no-repeat;
	padding: 0 3.8em 0 2.5em;
	margin: 0;
	font-style: italic;
}

#container {
	width: 960px;
	background: #1a1a1a;
	margin: 3em auto;
	color: #e6e4e5;
	padding: 1em;
	border: 1px solid #292929;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	position: relative;
}

#wrapper {
	overflow: hidden;
}

#main-header .sitename {
	font-size: 4em;
}

#tweet {
	position: absolute;
	top: -18px;
	right: -18px;
	padding: 7px;
	font-family: 'Vollkorn', arial, serif;
	font-size: 1.4em;
	max-width: 400px;
	background: #1a1a1a;
	opacity: .3;
	line-height: 1.4em;
	text-align: right;
}

#tweet a {
	text-decoration: none;
	color: #bbb;
}

header, h1 {
	padding: 0;
	margin: 0;
}

header #subtitle {
	color: #bbb;
	padding: 0;
	margin: 0 0 0 10px;
}

#main-header {
	overflow: hidden;
	padding-bottom: 2em;
	font-family: 'Vollkorn', arial, serif;
	text-shadow: #292929 1px 0 2px;
}

#main-header a {
	text-decoration: none;
}

#subtitle {
	font-size: 1.9em;
}

h1 {
	font-size: 4em;
}

h1.post-title {
	font-size: 30px;
	margin-top: 1em;
}

header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav {
	float: left;
	width: 155px;
	overflow: hidden;
	display: inline;
}

nav h4 {
	margin: 1.4em 0 .8em 0;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: .84em;
	margin-bottom: 1.4em;
	color: #bbb;
}

nav ul li {
	line-height: 1.7em;
}

nav ul li a {
	text-decoration: none;
	font-weight: bold;
}

nav h3 {
	font-weight: normal;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px solid #333;
}

p, ul, ol {
	text-shadow: #292929 1px 0 2px;
	font-size: .8em;
	letter-spacing: .01em;
	line-height: 1.5em;
}

#content {
	clear: both;
	width: 780px;
	float: right;
	overflow: hidden;
	padding-left: 1.4em;
}

h1, h2, h3, h4 {
	font-family: 'Vollkorn', arial, serif;
	text-shadow: #292929 1px 0 2px;
	clear: both;
}

#content .dp-highlighter {
	text-shadow: none;
	font-size: 13px;
}

.hidden {
	display: none;
}

article {
	background: #1c1d1d;
	border: 1px solid #2d2f2e;
	margin-bottom: 1.4em;
	padding: 0 1em;
	-webkit-border-bottom-right-radius: 15px;
	position: relative;
}

article h2 {
	font-size: 1.9em;
	letter-spacing: 1px;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 690px;
	color: rgba(255, 255, 255, 0.246094);
}

article h3 {
	clear: both;
}

article img {
	background: #fff;
	border: 1px solid #2d2f2e;
}

article a {
	text-decoration: none;
}

article .date {
	font-family: 'Vollkorn', arial, serif;
	position: absolute;
	top: -5px;
	right: -10px;
	font-size: .8em;
	width: 70px;
	height: 50px;
	background: #1c1d1d;
	border: 1px solid #2d2f2e;
	-webkit-border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

article .date:hover {
	color: #fff;
	cursor: pointer;
}

article .date .day {
	font-size: 2em;
	margin-bottom: .1em;
	margin-top: .1em;
}

article .date .month{
	font-size: 1em;
}

article footer {
	font-size: .8em;
	overflow: hidden;
	margin-bottom: 1em;
}

footer {
	clear: both;
	margin: 3em 0 1em 0;
	overflow: hidden;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	margin-right: 1em;
}

footer ul li {
	float: left;
	display: inline;
	margin-right: 1em;
}


.post-data span {
	margin-right: 6px;
}

.post-data a {
	color: #666;
}

.wpwalla-item-list {
	font-size: 12px;
}	


article.casestudy {
	width: 210px;
	float: left;
	display: inline;
	border: none;
	background: transparent;
}

/* images */
img.alignright {
	float: right;
	margin-left: 8px;
}


/* comments */

.commentlist li {
	list-style: none;
}

.commentlist .comment {
	margin-bottom: 1.4em;
	padding: 0 1em;
	-webkit-border-bottom-right-radius: 15px;
	position: relative;
	border-left: 3px solid #222;
}

.commentmetadata, .reply {
	font-size: 12px;
	margin-bottom: 12px;
}

.comment-author img {
	display: none;
}

.commentmetadata a {
	text-decoration: none;
	color: #666;
	display: none;
}

cite.fn, .says {
	font-style: normal;
}

cite.fn {
	font-size: 15px;
	margin-bottom: 2px;
}

.says {
	display: none;
}



.dp-highlighter * {
	text-shadow: none;
}

.dp-highlighter ol {
	font-size: 12px;
}


#twitter_update_list, #wp_walla-3 .wpwalla-item-list, #most-comments ul {
	font-size: 11px;
}

#most-comments li {
	margin-bottom: 9px;
	line-height: 12px;
	padding-left: 28px;
	background: url('img/flame.png') no-repeat center left;
}

#twitter_update_list li {
	padding-left: 30px;
	background: url('img/tweet.png') no-repeat center left;
	margin-bottom: 9px;
	line-height: 12px;
}

.post-content p a {
	text-decoration: underline;
	color: #fff;
}

#searchform {
	width: 300px;
	float: right;
}

#searchform fieldset {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	float: right;
}

#searchform label {
	display: none;
}

#searchform input {
	padding: 6px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: none;
}

.blur {
	color: silver;
}



#respond #submit {
	padding: 6px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	display: block;
}

#respond #submit:hover {
	background: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
}

input[type=submit]:hover {
	cursor: pointer;
}

img[title=smart-web-apps-1]{
	clear: both;
}


#si_contact_form1 {
	border: 1px #333 solid;
	padding: 1em;
	font-size: 13px;
}

#si_contact_form1 label {
	width: 10em;
	float: left;
	display: inline;
	margin-bottom: 12px 0 9px 0;
}

#si_contact_form1 div {
	margin-bottom: 4px;
}

#si_contact_form1 input[type=text], #si_contact_form1 textarea{
	padding: 4px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 1px #e6e4e5 solid;
}

#si_contact_form1 textarea {
	width: 450px;
}

#si_contact_form1 input[type=submit]{
padding: 6px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow: 3px 3px 10px #000;
	display: block;
}

#si_contact_form1 input[type=submit]:hover {
	background: -moz-linear-gradient(19% 75% 90deg,#ababab, #c9c9c9, #c7c7c7 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#666));
}