/*
Theme Name: DesignKode
Theme URI: http://www.designkode.com/
Description: Theme for DesignKode.com
Version: 1.0
Author: DesignKode
Author URI: http://www.designkode.com/
Tags: DesignKode
*/

/* Reset Browser Styles
------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, cite, code,
del, ins, img,
small, strong,
b, i, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
blockquote { quotes: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align: top; }
sup { line-height: 0; }
acronym { border-bottom: 1px dotted #999; }

/* Base
------------------------------- */
html, body { height: 100%; }
html {
	background: #bbb url(images/bg-body.png) repeat top left;
	overflow-y: scroll;
	font-size: 15px;
}
body {
	color: #111;
	font-family: 'Lucida Grande', Arial, sans-serif;
	line-height: 1.4em;
	text-align: center;
}

/* HTML
------------------------------- */
a {
	color: #810024;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.u { text-decoration: underline; }
p { margin: .5em 0 1em 0;}

h1, h2, h3, h4, h5, h6 {
	color: #001e28;
	text-shadow: #ccc 0 1px 0;
}
h2 { margin: 1em 0 .25em 0; }
h1 { font-size: 1.8em; line-height: 1.2em; }
h2 { font-size: 1.3em; }
h2 + img { margin-top: 1em; }
h3 {
	font-size: 1.1em;
	margin-top: 1em;
}
h4, h5, h6 { font-size: 1em; }
h1 a { color: #001e28; }
h1.blog { margin-top: 20px; }

hr {
	background-color: #fff;
	border-left: none;
	border-right: none;
	border-top: 1px solid #666;
	color: #eee;
	clear: both;
	height: 0px;
	margin: 1em 0 .5em 0;
}
ins { text-decoration: none; }

/* Layout
------------------------------- */
#header .content, #splash .content, #body .content, #footer .content {
	margin: auto;
	text-align: left;
	width: 890px;
}
#header {
	background: #282828 url(images/bg-header.jpg) repeat-x top left;
	height: 55px;
}
#splash {
	background-color: #161616;
	height: 360px;
}
#body {
	padding: 15px 15px 30px 15px;
	text-shadow: #ddd 0 1px 0;
}


/* Header
------------------------------- */
#header #logo {
	float: left;
	margin: 13px 0 0 0;
}
#header ul#navigation {
	float: right;
	list-style: none;
	padding-right: 15px;
}
#header ul#navigation li { float: left; }
#header ul#navigation li a {
	color: #fff;
	display: block;
	padding: 20px 15px 0 15px;
	text-shadow: #000 0 2px 0;
}
#header ul#navigation li a:hover {
	color: #03ccf9;
	text-decoration: none;
}
#header ul#navigation li a.disabled {
	color: #bbb;
	text-decoration: none;
}

/* Splash
------------------------------- */
#splash #text {
	background: transparent url(images/splash-text.png) no-repeat top left;
	float: left;
	height: 68px;
	width: 400px;
	position: relative;
	top: 73px;
}
#splash #text .text {
	color: #ccc;
	font-size: 1.1em;
	margin-top: 90px;
}
#splash #text .button {
	margin-top: 10px;
}
#splash #text h1 { margin-left: -9000px; }
#splash #iphone {
	background: transparent url(images/iphone-bottom.jpg) no-repeat top left;
	float: left;
	height: 360px;
	margin-left: 30px;
	width: 389px;
}

/* Body
------------------------------- */
#wrapper {
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* last negative value should match height of footer */
}
#body .column-full, #footer .column-full {
	float: left;
	width: 600px;
}
#body .column-left {
	float: left;
	width: 290px;
}
#body .column-right {
	float: left;
	margin-left: 20px;
	width: 290px;
}
#body #sidebar {
	float: left;
	font-size: .95em;
	margin-left: 30px;
	padding-bottom: 45px;
	text-align: left;
	width: 260px;
}
#body #sidebar ul { margin: 5px 0 15px 0; }
#body #sidebar ul li {
	border-bottom: 1px dotted #666;
	list-style: none;
	padding: 3px 3px 0 0;
}
#body #sidebar ul li a { padding: 0 0 0 7px; }

#body #sidebar ul.bullets { margin: 5px 0 15px 0; }
#body #sidebar ul.bullets li {
	border-bottom: none;
	list-style: disc;
	margin-left: 15px;
	padding: 0;
}
#body #sidebar ul.bullets li a { padding: 0; }

/* Footer
------------------------------- */
#footer-push {
	height: 100px; /* height of footer */
}

#footer {
	height: 100px;
	border-top: 1px solid #ddd;
	color: #bbb;
	font-size: 11px;
	background-color: #001e28;
}
#footer #splatter {
	background: transparent url(images/bg-footer-splatter.png) no-repeat top left;
	float: right;
	height: 70px;
	margin: -66px 100px 0 0;
	width: 189px;
	z-index: 7;
}


/* Store Stuff */
.small { font-size: .95em; }

.rounded {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #666;
}
.store-item {
	background-color: #eee;
	margin: 1em 0 0 0;
	padding: 12px;
}
.store-item .buy-button { margin: 0 0 -7px 10px; }
.store-item .priceline {
	font-size: 1.1em;
	font-weight: bold;
}
.store-item h2 a { color: #001e28; }
.price {
	background-color: #eee;
	margin: 47px 0 20px 0;
	padding: 12px;
}
.price h3 {
	font-size: 15px;
	margin-top: 0;
	text-shadow: #fff 0 2px 0;
}
.price .pad { margin: 15px 0 0 5px; }
.pdf {
	background: transparent url(images/icon_pdf_20.png) no-repeat top left;
	padding-left: 30px;
}
.legal {
	font-size: 11px;
	line-height: 1.3em;
	padding-bottom: 1em;
}

/* Post Calendar
------------------------------- */
.calendar-box {
	background: transparent url(images/calendar.png) no-repeat top left;
	float: left;
	margin: .5em 10px 0 0;
	height: 48px;
	width: 48px;
}
.calendar-box .month {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
	text-align: center;
}
.calendar-box .day {
	color: #333;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}
.post-excerpt {
	float: left;
	margin: 0 0 .5em 10px;
	width: 465px;
}
/* Comments
------------------------------- */
#post { margin-bottom: 2em; }
.dateline {
	color: #333;
	font-size: 12px;
}
#comments-count {
	border-top: 1px solid #333;
	line-height: 2em;
	padding-left: 10px;
}
.comment {
	border-top: 1px dotted #666;
	margin-top: -1px;
	padding: 10px;
}
.comment-avatar { float: left; }
.comment-author {
	float: left;
	margin-left: 10px;
}
.comment-meta { font-size: .9em; }
#comment-form-title {
	border-top: 1px solid #333;
	padding-top: 1em;
}
#comments .odd { background-color: #b5b8bd; }
#comments .even { background-color: #bfc2c7; }
.post-author { background-color: #ddd !important; }
textarea#comment {
	width: 500px;
	height: 160px;
}

/* Slider
------------------------------- */
.anythingSlider .wrapper {
	height: 49px;
	left: 36px;
	overflow: auto;
	position: relative;
	top: 86px;
	width: 320px;
}
.anythingSlider .wrapper ul {
	left: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	width: 99999px;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 49px;
	margin: 0;
	padding: 0;
	width: 320px;
}
#thumbNav { display: none; }
#start-stop { display: none; }

/* Forms
------------------------------- */
form#contact_form { margin-top: 2em; }
#sidebar form { margin-bottom: 1em; }
input, label, button { vertical-align: middle }
label, .label {
	font-weight: bold;
	font-size:.9em;
}
legend { font-weight: bold; font-size: 1.2em; }
input.text, input.title, textarea, select {
	background-color: #ddd;
	border: 1px solid #666;
	margin: 0.25em 0;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	background-color: #fff;
	border: 1px solid #03ccf9;
}
input.text, input.title { padding: .25em; }
select { height: 1.75em; }
input.title { font-size: 1.5em; }
input.button { margin-top: .25em; }
textarea {
	padding: .25em;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: .9em;
}
textarea#message {
	width: 460px;
}
input.break, button.break {
	display: block;
	margin-top: .5em;
}
input#sendmail { margin-top: .5em; }

/* Form Messages
------------------------------- */
.error, .warning, .success {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	margin-bottom: 1em;
	padding: 10px 10px 10px 36px;
	width: 400px;
}
.error {
	background: #f8b9b9 url(images/icon_error.png) no-repeat 10px 10px;
	border-color: #8a1f11;
	color: #8a1f11;
}
.error a { color: #8a1f11; }
.warning {
	background: #f8f6b9 url(images/icon_warning.png) no-repeat 10px 10px;
	border-color: #514721;
	color: #514721;
}
.notice a { color: #514721; }
.success {
	background: #b9f8c2 url(images/icon_success.png) no-repeat 10px 10px;
	border-color: #174d18;
	color: #174d18;
}
.success a { color: #264409; }

/* Page Navigation Bar
------------------------------- */
.wp-pagenavi {
	margin-top: 2em;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	color: #333;
	margin: 2px;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}
.wp-pagenavi a { border: 1px solid transparent; }
.wp-pagenavi a:hover {
	border: 1px solid #333;
	background-color: #ddd;
	color: #810024;
}
.wp-pagenavi span.pages {
	background-color: transparent;
	border: none;
	color: #333;
}
.wp-pagenavi span.current {
	background-color: #ddd;
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
}
.wp-pagenavi a.page { border: 1px solid #333; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
	background-color: transparent;
	border: none;
}

/* Icons
------------------------------- */
.icon-48 {
	min-height: 48px;
	margin: .5em 0 .5em 0;
	padding: .25em 0 0 58px;
}
dl.icon-48 dt.title a { font-weight: bold; }
dl.icon-48 dt.title a:hover { text-decoration: underline; }
.icon-48-download { background: transparent url(images/icon-download-48.png) no-repeat top left; }

/* Hcard
------------------------------- */
#sidebar .vcard, #sidebar .phone { margin: 5px 0 1em 10px; }
.vcard .org { font-weight: bold; }


/* Thumbnails
------------------------------- */
.thumbnail {
	float: left;
	width: 110px;
	margin-bottom: 10px;
}
.thumbnail img, img.frame {
	border: 4px solid #ddd;
	-moz-box-shadow: 0px 1px 2px #2f3c1a;
	-webkit-box-shadow: 0px 1px 2px #2f3c1a;
	box-shadow: 0px 1px 2px #2f3c1a;
}

/* Misc
------------------------------- */
.aligncenter {
	display: block;
	margin: 0 auto 1.5em auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 20px;
}
.alignleft {
	float: left;
	margin: 0 10px 15px 0p;
}
.by {
	font-family: Georgia, serif;
	font-size: .9em;
	font-style: italic;
}
.clear { clear: both; }
.hidden { display: none; }
img#wpstats { display: none; }

aside.highlight {
	background: #ddd url(images/bg-body.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #888;
	padding: 12px;
}
aside.highlight h2, aside.highlight h3 {
	margin: 0 0 .75em 0;
}
