/*
Theme Name: Seventy6-2
Theme URI:
Description: 
Version: 1
Author: Nick Forsberg
Author URI: http://www.seventy6.com/
Tags: 
*/

/* Changelog
*/

/* undo browser styles */

@import url("reset.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,"Helvetica Neue","Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ED2027;
	text-decoration: none;
}

p {
	padding-top: 10px;
}
sup {
	color: #666666;
}

h1 {
	margin: 20px 0 0
}

img {
	border: none;
	background-color: transparent;
}
.clearBoth {
	clear: both;
	height: 1px;
}
.fancybox a:hover,
img:hover,
img a:hover,
a:hover img {
	background-color: transparent;
	background-image: none;
}

.size-thumbnail {
	padding: 1px;
	border: 1px solid #666666;
}

input {
	vertical-align: middle
}

h2 {
	font-size: 1.6em;
	margin: 0 0 12px;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
	background-color: #e7e7e7;
	color: #000000;
	font-size: 1.3em;
	font-style: italic;
	margin: 10px 0 10px 0;
	padding: 1px 29px 8px 0;
}

blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.red_block {
	margin: 5px 0px 2px;
	padding: 1px 3px;
	background-color:#DF0B00;
	color: #fff;
	float: left;
}
.aligncenter,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin-bottom: 15px;
	position: relative;
}
h1#logo {
	text-indent: -9999px;
	display: block;
}
a#header-bg {
	background: transparent url(images/seventy6-logo.jpg) no-repeat scroll 0 0;
	height: 178px;
	position: relative;
	width: 930px;
	display: block;
}

a#header-bg h1,
#strapline h2 {
	position: absolute;
	top: 0px;
	left: -3000px;
	color: #000000;
	font-size: 6.5em;
}

#header-bg h1 a .num {
	font-size: 114%;
	color: #3a3a3a;
	padding-left: 0.1em;
}

#strapline {
	background: transparent url(images/code-design-things.jpg) no-repeat scroll 0 0;
	height: 33px;
	position: relative;
	width: 523px;
	left: 166px;
}

#navcontainer {
	bottom: 0;
	height: 64px;
	left: 0;
	position: relative;
	top: 40px;
	width: 100%;
}

ul#navlist {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navlist li {
	border-right: 1px solid #FFFFFF;
	float: left;
	font-size: 1.6em;
	margin: 0;
	text-align: left;
}

ul#navlist li a {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 50px;
	padding: 15px 24px 0 8px;
	text-decoration: none;
}
ul#navlist li a:hover {
	color: #DF0B00;
}
ul#navlist li.current_page_item a,
ul#navlist li.current_page_parent a {
	background-color: #FFFFFF;
	color: #000000;
}

#navlist li.current_page_item {
	background: #666;
	color: #FFF !important;
}

#skip {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0.5em;
	display: none;
}

#skip li {
	display: inline;
	font-size: 120%;
	line-height: 2.5;
	margin: 0 1em 0 0;
	padding: 0;
	background-color: #004763;
}

#skip a:link, #skip a:visited {
	background: transparent url(images/arrow-skip.gif) no-repeat scroll 100% 60%;
	border-color: #FFFFFF;
	color: #666666;
	font-weight: normal;
	padding-right: 10px;
}

#skip a:focus, #skip a:active, #skip a:hover {
	background-color: #FFFDD5;
	color: #000000;
	text-decoration: underline;
}

#divSearchForm {
	display: block;
	font-size: 120%;
	height: 21px;
	left: 690px;
	margin: 0;
	position: absolute;
	top: 290px;
	width: 231px;
	z-index: 10;
}

#divSearchForm label {
	display: inline;
	margin: 0;
	color: #333;
	font-family: "arial", helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}

#divSearchForm input.txt {
	color: #5E5E5E;
	display: inline;
	padding: 2px;
	vertical-align: middle;
	width: 169px;
}

#divSearchForm input.txt:focus {
	color: #000;
	background: #f6feda;
}

#divSearchForm input.btn {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #5E5E5E;
	font-weight: bold;
	height: 24px;
	margin: 0;
	vertical-align: top;
	width: 47px;
}

#container {
	margin-top: 70px;
	width: 100%;
	margin-bottom: 10px;
}

#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#content {
	width: 600px;
	float: left;
	margin-right: 40px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#content h2 {
	font: normal 2.1em "arial", helvetica, sans-serif;
	padding: 0 0 4px;
	color: #df0b00;
}

#content h2 a {
	color: #df0b00;
	display: block;
	font-weight: normal;
	margin: 35px 0 0;
	padding-right: 10px;
	text-decoration: none;
	text-transform: lowercase;
}

#content h2.delicious-banner a {
	display: inline;
}

#content h2 a:hover {
	color: #df0b00;
	text-decoration: none;
	background-color: #fff;
}

#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}

#content h3 {
	font: bold 1.7em "arial", helvetica, sans-serif !important;
	color: #000;
}

#content p, ntent li {
	font-size: 1.3em;
	line-height: 1.4em;
}

#content h3 a {
	text-decoration: underline;
}

#content .post {
	margin: 0 0 2.2em;
}

#content .post h2 {
	font-size: 3em;
	margin: 0 0 -2px;
}

#content .post h3 {
	margin-bottom: 5px !important;
}

.post ul, .post ol {
	margin: 0 0 6px 35px;
	font-size: 12px;
}

.post li {
	padding: 8px 25px 0 0;
	color: #000;
	list-style-image: url(images/bullet.gif);
}

.post ul.work {
	margin: 0 0 15px 0px;
	font-size: 12px;
	float: left;
}
.post ul.work li {
	border-bottom: 5px solid #DDDDDD;
	color:#000000;
	float:left;
	list-style-image:none;
	padding:15px 0px 5px 0;
}
.post ul.work dl {
}
.post ul.work dl dt{
	float: left;
	width: 110px;
	clear: both;
}
.post ul.work dl dd{
	float:right;
	margin-bottom:10px;
	width:450px;
}

.post .delicious-tags {
	line-height: 170%;
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post .delicious-tags a {
	font-size: 0.9em;
	font-weight: normal;
}

.delicious-tags a:hover {
	background-color: transparent;
}

.post .delicious-networkbadge span {
	padding-bottom: 4px;
}

.post .postmetadata {
	border-top: 5px solid #DDDDDD;
	color: #999999;
	display: block;
	font-size: 1.1em;
	margin-top: 10px;
	padding-top: 10px;
	clear:both;
}

a.more-link {
	margin-bottom: 5px;
}

.postmetadata span.tags a {
	font-weight: normal;
	color: #eaeaea;
	background-color: #828282;
	text-decoration: none;
	margin: 0px 2px 0px 0;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.postmetadata a:hover {
	color: #fff;
}

.entry {
	text-align: justify;
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}

.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}

.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}

.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}

.navigation {
	font-size: 1.3em;
	margin: 20px 0 5px 0;
	height: 1.3em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

h3#comments,h3#respond {
	padding: 1px 0 4px;
}

.commentlist {
	margin: 20px 0 30px 0px;
	font-size: 120%;
}

.commentlist img {
	float: none;
	padding: 0;
	border: 0;
}

.commentlist li {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #ededed;
	display: block;
	font-size: 90%;
	padding: 10px;
	margin: 10px 0px;
}

.commentlist li.alt {
	background-color: #d0d0d0;
}

.cdata {
	padding: 3px 3px 3px 7px;
}

.cdata strong {
	display: block;
	color: #000;
}

#content img.avatar {
	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}

.ctext {
	padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}

.commentmetadata {
	font-size: 0.85em;
}

.commentmetadata a {
	color: #848144;
}

#comment {
	width: 530px;
	height: 170px;
}

#commentform input {
	background: transparent url(/wp-content/plugins/cforms/images/button-bg.gif) repeat-x scroll 0 0;
	border-color: #ECECEC #ADADAD #ADADAD #ECECEC !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 0.8em;
	margin: 0px;
	padding: 2px;
	width: 100px;
}

/* sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 240px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 10px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 15px;
	font-size: 11px;
}

#sidebar ul li ul {
	margin: 0;
	padding: 0 0 0 4px;
	list-style-position: outside;
}

#sidebar ul li ul li ul {
	margin: 5px 0 -12px 0;
	padding: 0 0 0 4px;
	list-style-position: outside;
}

#sidebar ul	li {
	margin: 0px 0px -1px 0px;
	padding: 6px 0 6px 5px;
	line-height: 15px;
	list-style-position: outside;
}

#sidebar ul li a {
	padding: 0;
	text-decoration: none;
	color: #3f3f3f;
	font-weight: bold;
}

#sidebar ul li a:hover {
	color: #df0b00;
	text-decoration: none;
	background-color: #fff;
}

#sidebar #tag_cloud a {
	padding: 0 0 0 6px;
	color: #3f3f3f;
	text-decoration: none;
}

#sidebar #tag_cloud a:hover {
	color: #df0b00;
	text-decoration: none;
	background-color: transparent;
}

#sidebar h2 {
	background-color: #5E5E5E;
	color: #FFFFFF;
	font-size-adjust: none;
	font-stretch: normal;
	padding: 6px 0 6px 5px;
	font: bold 1.2em/0.6em "arial",helvetica,sans-serif;
}

#sidebar h3 {
	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}

.tags {
	display: block;
	line-height: 21px !important;
	margin-top: 10px;
	text-align: left;
}

abbr, acronym {
	border: medium none;
}

abbr[title], acronym[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
	font-style: italic;
}

code, kbd, pre {
	font-family: Monaco,"Courier New",Tahoma;
}

pre {
	padding: 10px;
	background: #F6F7F5;
	font-size: 120%;
}

code {
	background-color: #f0ffda;
	color: #990000;
	font-family: "Courier New",Courier,mono;
	font-size: 1em;
	display: block;
	padding: 8px;
}

.txtRed {
	color: #FF0000;
	font-size: 130%;
}

.txtGrey {
	color: #999;
}

#footer {
	clear: both;
	margin: 0 0 15px;
	font-size: 1.1em;
	color: #808080;
}

#footer p {
	text-align: left;
	color: #999;
}

#footer p a {
	color: #999;
}

#footer p a:hover {
	text-decoration: none;
	color: #ED2027;
	background-color: transparent;
}

#base .baseHdr {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

#base {
	display: inline;
	float: left;
	margin: 0;
	width: 100%;
	clear: left;
}

#base {
	background: #F0F0F0;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	position: relative;
}

#base ul {
	margin: 10px 10px;
	padding: 10px 0 0 4px;
	width: 252px;
	display: inline;
	float: left;
	list-style-type: none;
}

#base li {
	padding: 5px 4px;
	border-top: 1px solid #C0BDBD;
	line-height: 15px;
}

.grid12 h6 {
	margin: 10px 0 50px 0;
}