/*
Theme Name: Fresh2010
Theme URI: http://adjustafresh.com/
Description: WP theme for adjustafresh.com
Version: 1.0
Author: Scott Kiekbusch
Author URI: http://adjustafresh.com/
Tags: html5, css3, dark, contrast, grid, custom
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
header, footer, nav, section, article,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* The fonts included are copyrighted by the vendor listed below.
 * @vendor:     Typodermic
 * @vendorurl:  http://www.typodermic.com
 * @licenseurl: http://www.fontsquirrel.com/license/Negotiate
 */

@font-face {
	font-family: 'Negotiate Free';
	src: url('http://adjustafresh.com/wp-content/type/Negotiate/negotiate_free.eot');
	src: local('Negotiate Free'), local('NegotiateFree'), url('http://adjustafresh.com/wp-content/type/Negotiate/negotiate_free.woff') format('woff'), url('http://adjustafresh.com/wp-content/type/Negotiate/negotiate_free.ttf') format('truetype'), url('http://adjustafresh.com/wp-content/type/Negotiate/negotiate_free.svg#NegotiateFree') format('svg');
}

/*
 * HTML5 Declarations
*/

header, footer, nav, section, article, aside {
 display:block;
}

body {
	background: url(images/body-v-bg.png) repeat-y #000;
	font: normal 1em/1 Helvetica, Arial, Sans-Serif;
	color: #FBFBFB;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote p:before, blockquote p:after,
q:before, q:after {
	content: '"';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #5B76FD;
}

a:visited {
	color: #FBFBFB;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #E80101;
}

a.more-link {
	font-family: Calibri, Helvetica, Arial, Sans-Serif;
	text-shadow: #000 1px 1px 1px;
	font-weight: bold;
	color: #FBFBFB;
	background-color: #E80101;
	display: block;
	padding: .4em;
	margin: 1em 0;
	text-decoration: none;
	border: solid 1px #000;
}

header {
	background: url(images/header-bg.png) repeat-x;
	position: fixed;
	width: 100%;
	height: 30px;
}

header h1 a {
	background: url(images/h1-adjustafresh-bg.png) no-repeat;
	position: fixed;
	display: block;
	width: 70px;
	height: 321px;
	text-indent: -1000em;
}

#primary {
	width: 590px;
	display: table-cell;
	vertical-align: top;
	padding: 40px 10px 0 80px;
}

	#primary article {
		background: url(images/article-corner-bg.png) no-repeat #161616;
		background-color: rgba(22,22,22,0.8);
		padding: 10px;
		margin-bottom: 10px;
		position: relative;
	}

	#primary article h2 {
		font: normal 1.5em/1 'Negotiate Free', Helvetica, Arial, Sans-Serif;
		text-shadow: #000 2px 2px 1px;
		padding-right: 90px;
		margin-bottom: 10px;
	}

			#primary article h2 a {
				text-decoration: none;
			}

	#primary article h3 {
		font: normal 1.2em/1 Helvetica, Arial, Sans-Serif;
		color: #FFF;
		margin: .5em 0;
		padding-bottom: .2em;
		border-bottom: solid 1px #4A4A4A;
	}

	#primary article h4 {
		background: #E80101;
		color: #FFF;
		font-size: .9em;
		line-height: 1;
		padding: 5px;
		margin: 3em 0 .5em;
		border-bottom: solid 1px #000;
	}

	#primary article blockquote p {
		background: #000;
		font: italic normal 1em/1 Cambria, Georgia, "Lucida Bright", "Times New Roman", serif;
		margin: 0 3em 1em;
		padding: 1em;
		border: solid 1px #4A4A4A;
	}

	#primary article blockquote.pull p {
		background: #FBFBFB;
		font: italic normal 1.4em/1.2 Cambria, Georgia, "Lucida Bright", "Times New Roman", serif;
		color: #161616;
		width: 30%;
		float: right;
		margin: 0 -15px 10px 10px;
		padding: 1em;
		border: solid 1px #4A4A4A;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

	#primary article p,
	#primary article ul,
	#primary article ol,
	#primary article table {
		font-size: .85em;
		line-height: 1.4;
		margin-bottom: 1em;
	}

	#primary article ul,
	#primary article ol {
		margin-left: 3em;
	}

	#primary article ul {
		list-style: square;
	}

	#primary article ol {
		list-style: decimal;
	}

		#primary article p.date {
			background: url(images/date-bg.png) no-repeat;
			font-family: Calibri, Helvetica, Arial, Sans-Serif;
			text-shadow: #000 1px 1px 1px;
			width: 100px;
			height: 36px;
			text-transform:uppercase;
			font-size: 14px;
			font-weight: bold;
			padding-top: 7px;
			text-align: center;
			position: absolute;
			top: 5px;
			right: -5px;
		}

		#primary article p.postmetadata {
			background: #000;
			padding: 5px;
			font-size: .6em;
			text-transform: uppercase;
		}

	#primary article object,
	#primary article embed {
		display: block;
		margin: 0 auto 1em;
		border: solid 2px #000;
	}

	#primary article img {
		background: url(images/img-frame-bg.png) repeat-x #000;
		display: block;
		margin: 0 auto;
		padding: 5px;
		border: solid 1px #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	#primary article textarea,
	#primary article input {
		font: normal 1em/1 Helvetica, Arial, Sans-Serif;
		color: #161616;
		padding: 5px;
		border: solid 2px #000;
	}

	#primary article input {
		width: 300px;
	}

	#primary article textarea {
		width: 555px;
	}

	#primary article textarea:focus,
	#primary article input:focus {
		border: solid 2px #5B76FD;
	}

	#primary article button {
		cursor: pointer;
		background:#4A4A4A;
		font: 1em/1 Helvetica, Arial, Sans-Serif;
		font-weight: bold;
		color: #161616;
		text-transform: uppercase;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px 5px;
	}

	#primary article button:hover {
		color: #FBFBFB;
		border: solid 2px #5B76FD;
	}

	#primary article p label {
		font-size: .7em;
		text-transform: uppercase;
		font-weight: bold;
	}

	#primary article ol.commentlist {
		margin: 0;
	}

	#primary article ol.commentlist li {
		background: #000;
		margin: 0;
		padding: 10px;
		list-style: none;
		border-top: solid 1px #4A4A4A;
	}

	#primary article ol.commentlist li.odd {
		margin-top: 10px
	}

	#primary article ol.commentlist img.avatar {
		background: #FBFBFB;
		display: inline;
		float: right;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		padding: 2px;
		border: solid 2px #161616;
	}

		#primary article ol.commentlist .bypostauthor img.avatar {
			border: solid 2px #5B76FD;
		}

	#primary article ol.commentlist cite {
		font-style: normal;
		font-weight: bold;
	}

	#primary article ol.commentlist p {
		font: italic normal 1em/1.4 Cambria, Georgia, "Lucida Bright", "Times New Roman", serif;
	}

	#primary article ol.commentlist .commentmetadata {
		font-size: .7em;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

#secondary {
	width: 300px;
	display: table-cell;
	vertical-align: top;
	padding-top: 40px;
	position: relative;
	z-index: 10;
}

	#secondary #twitter {
		background: url(images/twitter-bg-top.png) no-repeat;
		width: 300px;
		padding: 8px 0 100px;
		position: relative;
		margin-bottom: 10px;
	}

	#secondary #twitter div {
		background-color: #FFF;
		font: italic normal 1em/1 Cambria, Georgia, "Lucida Bright", "Times New Roman", serif;
		padding: 5px 15px;
		color: #161616;
	}

	#secondary #twitter div a.twitter-link:link,
	#secondary #twitter div a.twitter-link:visited {
		color: #161616;
		text-decoration: none;
	}

	#secondary #twitter div a.twitter-user:link,
	#secondary #twitter div a.twitter-user:hover,
	#secondary #twitter div a.twitter-user:visited {
		color: #5B76FD;
		text-decoration: none;
	}

	#secondary #twitter div a.twitter-link:hover {
		color: #4A4A4A;
		text-decoration: none;
	}

	#secondary #twitter span.twitter-timestamp {
		font-size: .75em;
		color: #4A4A4A;
		margin-top: .5em;
		display: block;
		text-align: right;
	}

	#secondary #twitter h3 a {
		background: url(images/h3-twitter-bg.png) no-repeat 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-indent: -1000em;
		display: block;
		width: 300px;
		height: 100px;
	}

	#secondary #twitter h3 a:hover {
		background: url(images/h3-twitter-bg.png) no-repeat 0 -100px;
	}

	#secondary nav li a {
		background: url(images/nav-grad-bg.png) repeat-x #161616;
		font: normal 1.6em/1 'Negotiate Free', Helvetica, Arial, Sans-Serif;
		text-shadow: #000 2px 2px 1px;
		text-decoration: none;
		width: 280px;
		height: 21px;
		padding: 7px 10px 13px;
		display: block;
		margin-bottom: 10px;
	}

	#secondary nav li a:visited  {
		color: #5B76FD;
	}

	#secondary nav li a:hover {
		background-image: none;
		color: #FFF;
	}

		.page-id-2 #secondary nav li a#nav-about {
			color: #FFF;
		}

		.page-id-123 #secondary nav li a#nav-contact {
			color: #FFF;
		}

	#secondary #recent {
		background-color: rgba(22,22,22,0.8);
		width: 280px;
		margin-bottom: 10px;
		padding: 45px 10px 10px;
		position: relative;
	}

	#secondary #recent h3 {
		background: url(images/h3-recent.png) no-repeat;
		font: normal .9em/1 'Negotiate Free', Helvetica, Arial, Sans-Serif;
		text-shadow: #000 1px 1px 1px;
		text-transform: uppercase;
		color: #FFF;
		width: 290px;
		height: 31px;
		padding: 7px 5px 0;
		position: absolute;
		top: 5px;
		right: -8px;
	}

	#secondary #recent li a {
		font: normal 1em/1 'Negotiate Free', Helvetica, Arial, Sans-Serif;
		text-shadow: #000 1px 1px 1px;
		text-decoration: none;
		display: block;
		margin-bottom: 1em;
	}

	#secondary #recent li a:visited {
		color: #5B76FD;
	}

	#secondary #recent li a:hover {
		color: #FFF;
	}

	#secondary #ads {
		opacity: 0.8;
		margin-bottom: 10px;
	}

footer {
	clear: both;
	margin-left: 80px;
	position: relative;
	z-index: 10;
}

	footer section {
		background-color: rgba(22,22,22,0.8);
		width: 270px;
		min-height: 300px;
		margin: 0 10px 10px 0;
		padding: 10px;
		float: left;
		position: relative;
	}

		footer section h3 a {
			display: block;
			width: 291px;
			height: 35px;
			text-indent: -1000em;
			position: absolute;
			top: 5px;
			right: -5px;
		}

		footer #delicious h3 a {
			background: url(images/h3-delicious.png) no-repeat;
		}

		footer #lastfm h3 a {
			background: url(images/h3-lastfm.png) no-repeat;
		}

		footer #flickr h3 a {
			background: url(images/h3-flickr.png) no-repeat;
		}

	footer .footer-box  {
		margin: 35px auto 0;
	}

	footer #delicious li {
		background: #000;
		padding: 5px;
		margin-bottom: 10px;
		border-top: solid 1px #4A4A4A;
	}

	footer #delicious li.delicious-even {
		background: #161616;
		border: solid 1px #000;
		border-top: solid 1px #4A4A4A;
	}

	footer #delicious li p {
		line-height: 1.2;
	}

	footer #delicious li a {
		color: #5B76FD;
		font-size: .9em;
		text-decoration: none;
		display: block;
		margin-bottom: .2em;
		line-height: 1.2;
	}

	footer #delicious li a:hover {
		color: #FFF;
	}

	footer #lastfm #lastfm_recent_userbadge {
		display: none;
	}

	footer #lastfm .lastfm_recent_recent {
		background: #000! important;
                border: none! important; 
                border-top: solid 1px #4A4A4A! important;
	}

	footer #lastfm #lastfm_recent li {
		margin-bottom: 10px! important;
	}

	footer #flickr img {
		background: #FBFBFB;
		display: block;
		float: left;
		padding: 2px;
		margin: 0 5px 7px 5px;
		border-bottom: solid 1px #000;
	}
