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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* mine */
body {
	font-family:'Lucida Grande', Arial, sans-serif;
	background:url(img/body-back.jpg) no-repeat top center #000;
	text-shadow:1px 1px 0px #111;
	color:#fff;
	color:#fff;
}

a {
	color:#33cccc;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	text-shadow:-1px -1px 4px #111;
}
strong, b {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
#bottom-back {
	/* background:url(img/body-bottom.png) no-repeat bottom center; */
	padding-bottom:2em;
}

#container {
	width:940px;
	margin:auto;
	font-size:1.2em;
	padding-bottom:10px;
}

#feeds {
	float:right;
	margin-right:50px;
}
#feeds a {
	display:block;
	width:60px;
	height:70px;
	background:url(img/feeds.png) top right no-repeat;
}
#feeds a:hover {
	background-position:top left;
}
#feeds a span {
	position:absolute;
	left:-5000px
}

#header h1 {
	width:940px;
	height:220px;
	background:url(img/nate-siggard-logo.png) no-repeat bottom left;
}

#header h1 a {
	display:block;
	width:800px;
	height:220px;
}

#header h1 a span {
	position:absolute;
	left:-5000px;
}

#header h1 a span {
	position:absolute;
	left:-5000px;
}

#desc {
	position:absolute;
	left:-5000px;
}
ul.navigation {
	clear:both;
	margin:auto;
	height:3.2em;
	margin-top:26px;
	margin-bottom:10px;
}
ul.navigation li {
	float:left;
	text-align:center;
	padding:0 21px 0 21px;
	line-height:3.2em;
}

ul.navigation li a, #network-links li a {
	padding:6px;
	background:url(img/navigation-back.png);
	 -moz-border-radius-topright: 5px;  
     -moz-border-radius-topleft: 5px;  
     -moz-border-radius-bottomright: 5px;  
     -moz-border-radius-bottomleft: 5px;  
     -webkit-border-top-right-radius: 5px;  
     -webkit-border-top-left-radius: 5px;  
     -webkit-border-bottom-right-radius: 5px;  
     -webkit-border-bottom-left-radius: 5px;  
     border-top-right-radius: 6px;  
     border-top-left-radius: 5px;  
     border-bottom-right-radius: 5px;  
     border-bottom-left-radius: 5px; 
     color:#111;
     text-shadow:1px 1px 3px #ccc;
}

ul.navigation li a:hover {
	background:url(img/navigation-back-on.jpg) center center;
	color:#fff;
	text-shadow:-1px -1px 4px #111;
	border:none;
	text-decoration:none;
}

div.content {
	padding-top:40px;
	padding-bottom:40px;

}
div.content h4 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:1em;
}
#col-left {
	width:600px;
	float:left;
}
#network-links {
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	line-height:1.5em;
	height:4em;
	margin:auto;
	margin-bottom:40px;
}

#network-links li {
	float:left;
	text-align:center;
	padding:5px 15px 5px 15px;
	line-height:3em;
}

#network-links li a {
	padding-right:10px;
	padding-left:10px;
}

#network-links li a:hover {
	background-image:none;
	background-color:#333;
	color:#fff;
	border:none;
	text-shadow:-1px -1px 0px #000;
	text-decoration:none;
}

#credits {
	clear:both;
	float:right;
	width:50%;
	text-align:right;
}

#copyright {
	clear:left;
	float:left;
	width:50%;
}
#credits, #credits a  {
	display:block;
	width:111px;
	height:17px;
}
#credits a {
	background:url(img/afeintdesign.png) no-repeat top center;
}
#credits a:hover {
	background-position:0 -17px;
}
#credits a span {
	position:absolute;
	left:-5000px;
}
/* sidebar */
#sidebar {
	width:300px;
	margin-left:640px;
}
#sidebar-blog {
	width:251px;
	height:52px;
	display:block;
	background:url(img/home-blog.png) no-repeat;
}
#sidebar-blog span {
	position:absolute;
	left:-5000px;
}
#blog-posts {
	margin-bottom:2em;
}
#sidebar-twitter {
	width:213px;
	height:49px;
	display:block;
	background:url(img/home-twitter.png) no-repeat;
}
#sidebar-twitter span {
	position:absolute;
	left:-5000px;
}
#tweet ul, #blog-posts {
	
}
#tweet ul li, #blog-posts li {
	margin-bottom:.5em;
	line-height:1.3em;
	background:url(img/home-post-background.png);
	padding:.8em;
	-moz-border-radius-topright: 5px;  
     -moz-border-radius-topleft: 5px;  
     -moz-border-radius-bottomright: 5px;  
     -moz-border-radius-bottomleft: 5px;  
     -webkit-border-top-right-radius: 5px;  
     -webkit-border-top-left-radius: 5px;  
     -webkit-border-bottom-right-radius: 5px;  
     -webkit-border-bottom-left-radius: 5px;  
     border-top-right-radius: 6px;  
     border-top-left-radius: 5px;  
     border-bottom-right-radius: 5px;  
     border-bottom-left-radius: 5px;
}

#tweet ul li:hover, #blog-posts li:hover, #blog-posts li:hover a {
	background-image:none;
	background-color:#fff;
	color:#111;
	text-shadow:-1px -1px 0px #ccc;
}

#tweet ul li:hover a {
	color:#333;
}

#tweet ul li a:hover, #blog-posts li  a:hover {
	border-bottom:1px dotted #666;
}

#sidebar h2 {
	font-size:1.2em;
	margin-bottom:.5em;
}
#sidebar ul li ul {
	margin-bottom:1em;
	margin-left:1em;
	list-style-type:circle;
}
#sidebar ul li ul li{
	line-height:1.4em;
	margin-bottom:.5em;
}
#searchform {
	line-height:3em;
	margin-bottom:1em;
}

/* Pages */
div.breadcrumb  {
	margin-bottom:30px;
}

div.breadcrumb h2  {
	font-size:2.5em;
	font-style:italic;
	letter-spacing:3px;
	line-height:1.2em;
	display:inline;
	margin-left:35px;
}
div.breadcrumb h2 a {
	
}

#content  {
	margin-left:35px;
	margin-right:35px;
	width:550px;
	float:left;
}

#content p {
	margin-bottom:1em;
	line-height:1.5em;
}
#content h3 {
	font-size:1.6em;
	font-style:italic;
	margin-bottom:.5em;
	letter-spacing:1px;
}
#content h3 a:hover {
	border-bottom:1px solid #fff;
}

/* Home */
#photo-holder {
	background-color:#111;
	border:4px solid #333;
	margin-bottom:1em;
}
div.slide div {
	position:absolute;
	left:-5000px;
}
#photo-holder, #photo1, #photo2, #photo3, #photo4 {
	width:592px;
	height:350px;
}
#photo1 {
	background:url(img/hero-1.jpg) top left no-repeat;
}
#photo2 {
	background:url(img/hero-2.jpg) top left no-repeat;
}
#photo3 {
	background:url(img/hero-3.jpg) top left no-repeat;
}
#photo4 {
	background:url(img/hero-4.jpg) top left no-repeat;
}
#photo5 {
	background:url(img/hero-5.jpg) top left no-repeat;
}
#video-thumb {
	float:right;
}
#video-thumb img {
	border:1px solid #666;
}
#home-art {
	float:left;
	width:150px;
}
#home-art img {
	border:1px solid #333;
}
#social {
	margin-left:150px;
	width:130px;
	padding-top:2em;
	margin-bottom:20px;
}
#social ul {
	border-right:1px solid #999;
	border-left:1px solid #999;
	padding-left:10px;
}
#social-facebook a {
	display:block;
	background:url(img/facebook-s.gif) top left;
	width:100px;
	height:30px;
}

#social-facebook a:hover {
	background-position:0 -30px;
}

#social-myspace a {
	display:block;
	background:url(img/myspace-s.gif) top left;
	width:100px;
	height:30px;
}

#social-myspace a:hover {
	background-position:0 -30px;
}

#social-lastfm a {
	display:block;
	background:url(img/lastfm-s.gif) top left;
	width:100px;
	height:30px;
}

#social-lastfm a:hover {
	background-position:0 -30px;
}

#social-flickr a {
	display:block;
	background:url(img/flickr-s.gif) top left;
	width:100px;
	height:30px;
}

#social-flickr a:hover {
	background-position:0 -30px;
}

#social-twitter a {
	display:block;
	background:url(img/twitter-s.gif) top left;
	width:100px;
	height:30px;
}

#social-twitter a:hover {
	background-position:0 -30px;
}

#social-linkedin a {
	display:block;
	background:url(img/linkedin-s.gif) top left;
	width:100px;
	height:30px;
}

#social-linkedin a:hover {
	background-position:0 -30px;
}

#social-facebook a span, #social-myspace a span, #social-lastfm a span, #social-flickr a span, #social-twitter a span, #social-linkedin a span {
	position:absolute;
	left:-5000px;
}


/* Blog */

div.entry {
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
	/* background:url(img/blog-entry-back.png) top right no-repeat; */
}

div.entry ul, div.entry ol {
	margin:1em 0 1em 3em;
}

div.entry ul {
	list-style-type:circle;
}

div.entry ul li, div.entry ol li {
	line-height:1.5em;
}

#postinfo {
	margin-bottom:1em;
	line-height:1.2em;
	font-size:.9em;
}

div.page-content {
	margin-left:35px;
	padding-bottom:40px;
	width:550px;
	float:left;
}
div.page-content h2 {
	font-size:2em;
	font-style:italic;
	letter-spacing:.1em;
	line-height:1.2em;
	margin-bottom:30px;
}
div.page-content p {
	font-size:1.1em;
	margin-bottom:1.5em;
	line-height:1.7em;
}

div.page-content h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:1em;
}

div.page-content ul {
	margin-left:3em;
	list-style-type:circle;
}
div.page-content ul li {
	line-height:1.5em;
}
div.commentsblock form p textarea {
	width:550px;
}
a.commentslink {
display:block;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}
div.alignleft {
	display:block;
	width:50%;
	float:left;
}
div.alignright {
	display:block;
	text-align:right;
	margin-left:50%;
	width:50%;
}

/* Zen */

.imagethumb img, .image img { 
border:2px solid #fff;
}

#image img {
	border:2px solid #fff;
}