/*
Theme Name:Portfolio of David Turner
Theme URI:http://david.turner.name
Description:Redesign for Portfolio of David Turner, shifting things to a Wordpress Backend
Version:1.0
Author:David Turner
Author URI:http://david.turner.name
Tags:minimal, dark, elegant
*/

/******** GLOBAL RESET ********/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
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;
}
body {
	line-height:1;
}
header, section, footer, aside, nav, article, figure {
	display:block;
	margin:0;
	padding:0;
} 
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/******** 960 GRID ********/

.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px;overflow:hidden}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px;width:auto}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:block}* html .clearfix{height:1%}

/* new clearfix */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:".";
	clear:both;
	height:0;
}
* html .clearfix             { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1; } /* IE7 */

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

/******** SITE CSS ********/
html{
	/* -webkit-font-smoothing:antialiased; */
}

body{
	background:#222 url(_img/site-bg.jpg) top left;
	color:#f9f9f9;
	font:14px/20px Georgia, serif;
	text-shadow:0 1px 0 rgba(0,0,0,.9);
}

input{
	font-family:Georgia, serif;
}

p, ul, ol, figure, pre, article{
	margin-bottom:20px;
}

h1, h2, h3, h4, h5, h6{
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom:10px;
}

h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:12px;}

a, .checkmark{
	color:#D8A418;
	font-weight:700;
	text-decoration:none;
	word-wrap:break-word;
}

a:active{
	color:#edce00;
	position:relative;
	top:1px;
}

a:hover{color:#edce00;}

p img{margin:0;}

figure, figure.img:hover{
	line-height:0;
	
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.8);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.8);
    box-shadow:0px 2px 5px rgba(0,0,0,.8);
}

figure p{
	display:none;
}

figure figcaption{
	background:#222;
	background:rgba(0,0,0,.6);
	color:#f9f9f9;
	display:block;
	font-size:12px;
	line-height:20px;
	margin-top:-30px;
	padding:5px;
	position:relative;
	text-shadow:1px 1px 0 rgba(0,0,0,.9);
	z-index:2;
}

aside li{
	list-style-type:none;
}

aside ul{
	padding:0 10px;
}

aside ul li{
	margin-bottom:10px;
}

aside ul li ul{
	margin-top:10px;
	padding:0;
}

/******** SITE ELEMENT CSS ********/

header{
	padding:20px 0;
	width:100%;
}

#nolatest #head{margin-bottom:60px;}

#logo a, #nav li a{
	text-decoration:none;
	font:700 18px/20px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#nav li a:hover{
	background:#444;
	background:rgba(102,102,102,.2);
}

#logo a span, #nav li a span{
	color:#f9f9f9;
	font:italic normal normal 14px/20px Georgia, serif;
}

#logo{
	float:left;
	height:40px;
	width:auto;
	height:auto;
}

#logo a{
	background:no-repeat;
	color:#f9f9f9;
	display:block;
	padding:20px 20px 20px 80px;
}

#logo a:hover{
	background:#444 no-repeat;
	background:rgba(102,102,102,.2) no-repeat;
}

#logo a, #logo a:hover{
	background-image:url(_img/site-sprite.png);
	background-position:0px -540px;
}

#nav{
	float:right;
	margin:10px;
	margin-right:0;
}

#nav li{
	display:inline;
	float:left;
	height:40px;
}

#nav li a{
	display:block;
	padding:10px;
}

#greeting{
	font:italic normal normal 36px/40px Georgia, serif;
	letter-spacing:1px;
	margin:60px 480px -120px 0;
}

#intro p{
	font:italic 16px/20px;
	letter-spacing:1px;
}

#intro .grid_3{margin-top:10px;}

#nolatest #container{
	padding-top:60px;
}

footer{
	background:url(_img/divider-trans.png) top left no-repeat;
	margin-top:40px;
	padding-top:40px;
}

#social{
	overflow:hidden;
}

#social li{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}

#social li.top{z-index:1;}

#social li a{
	display:block;
	height:40px;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:40px;
}

#social li:hover{z-index:2;}

#twitterlink, #tumblrlink, #vimeolink, #youtubelink, #deviantartlink, #lastfmlink, #flickrlink, #linkedinlink, #forrstlink{
	background-image:url(_img/site-sprite.png);
	display:block;
	height:40px;
	width:40px;
}

#twitterlink{background-position:-40px -240px;}
#tumblrlink{background-position:-40px -200px;}
#vimeolink{background-position:-40px -280px;}
#youtubelink{background-position:-40px -320px;}
#deviantartlink{background-position:-40px 0px;}
#lastfmlink{background-position:-40px -80px;}
#flickrlink{background-position:-40px -40px;}
#posterouslink{background-position:-40px -160px;}
#linkedinlink{background-position:-40px -120px;}
#forrstlink{background-position:-40px -360px;}

/*Not supported by FF/Opera
#twitterlink:hover, #tumblrlink:hover, #vimeolink:hover, #youtubelink:hover, #deviantartlink:hover, #lastfmlink:hover, #flickrlink:hover, #posterouslink:hover, #linkedinlink:hover{background-position-x:0px;}
*/

#twitterlink:hover{background-position:0px -240px;}
#tumblrlink:hover{background-position:0px -200px;}
#vimeolink:hover{background-position:0px -280px;}
#youtubelink:hover{background-position:0px -320px;}
#deviantartlink:hover{background-position:0px 0px;}
#lastfmlink:hover{background-position:0px -80px;}
#flickrlink:hover{background-position:0px -40px;}
#posterouslink:hover{background-position:0px -160px;}
#linkedinlink:hover{background-position:0px -120px;}
#forrstlink:hover{background-position:0px -360px;}

.post li{
	margin-left:20px;
	list-style-type:square;
}

.post ol li{
	margin-left:20px;
	list-style-type:decimal;
}

.singlecomment{
	float:right;
	padding:10px;
	position:relative;
}

.even{
	background:#222;
	background:rgba(102,102,102,.2);
}

.odd{
	background:#666;
	background:rgba(102,102,102,.6);
}

.admin{
	background:#f9f9f9;
	background:rgba(255,255,255,.8);
	color:#444;
	text-shadow:1px 1px 0 rgba(255,255,255,.9);
}

.newcomment{
	background:#D8A418;
	color:#f9f9f9;
	text-shadow:1px 1px 0 rgba(0,0,0,.9);
}

.marker{
	border: 16px solid transparent;
	border-right:16px solid #3D3D3D;
	height:0;
	left:-132px;
	line-height:0;
	position:absolute;
	top:20px;
	width:100px;
}

.even .marker{
	border-right:16px solid #222;
	border-right:16px solid rgba(102,102,102,.2);
}

.odd .marker{
	border-right:16px solid #666;
	border-right:16px solid rgba(102,102,102,.6);
}

.admin .marker{
	border-right:16px solid #f9f9f9;
	border-right:16px solid rgba(255,255,255,.8);
}

.newcomment .marker{border-right:16px solid #D8A418;}

.wp-smiley{margin-bottom:0;}

.left{float:left;}

/******** COMMENT FORM CSS ********/

#thecomments li{padding:10px;}

.alt{
	background:#222;
	background:rgba(102,102,102,.2);
}

.eg-image img{margin:0;}

.eg-image a, .eg-image{
	font:0/0;
	height:auto!important;
}

label, input, textarea{margin-bottom:10px;}
label{
	clear:left;
	display:block;
	float:left;
	line-height:30px;
	margin-right:10px;
	text-align:right;
	width:80px;
}
textarea{
	height:140px;
	width:400px;
}

input{
	height:20px;
	width:200px;
}

input, textarea{
	background:#222;
	background:rgba(102,102,102,.2);
	border:0;
	color:#f9f9f9;
	float:left;
	padding:5px;
	text-shadow:1px 1px 0 rgba(0,0,0,.9);
}

input:focus, textarea:focus{
	outline:2px solid rgba(255,255,255,.8)
}

label.error{
	background:#900;
	margin-left:90px;
	padding:0 10px;
	text-align:left;
	width:190px;
}

input#submit, .cta, .cta:hover, button{
	background:#444 url(_img/overlay.png) repeat-x;
	border-bottom:1px solid rgba(0,0,0,.25);
	clear:both;
	color:#f9f9f9;
	cursor:pointer;
	display:inline-block;
	font:700 normal 14px/20px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	height:auto;
	letter-spacing:1px;
	margin-bottom:20px;
	padding:5px 20px;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0,0,0,.9);
	text-transform:uppercase;
	
	-moz-border-radius:15px; 
	-webkit-border-radius:15px;
	border-radius:15px;
	
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.4);
    box-shadow:0px 2px 5px rgba(0,0,0,.4);
}

.cta, .cta:hover{
	padding:5px 0;
	width:100%;
}

.cta:active, input#submit:active{
	position:relative;
	top:3px;
	
	-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,.8);
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.8);
}

input#submit:hover, .cta:hover, button:hover{background-color:#555;}
.ctaalt{background-color:#23121c;}
.ctaalt:hover{background-color:#392932;}

input#submit:hover, .cta:hover, button:hover{
	position:relative;
	top:1px;
}

.cta img{
	vertical-align:text-bottom;
}

input#submit{margin-left:90px;}

.auto, .auto:hover{
	padding:5px 20px;
	width:auto;
}

/******** CSS TOOLTIP ********/

span.wrap{float:left;}

a.info{
    background:transparent url(_img/help.png) top left no-repeat;
    display:block;
    height:16px;
    margin:7px 5px;
    position:relative; /*this is the key*/
    text-decoration:none;
    text-indent:-9999px;
    width:16px;
}

a.info span{
	display:none;
	text-decoration:none;
	text-indent:0;
	width:250px;
}

a.info:hover span{ /*the span will display just on :hover state*/
	background:#f9f9f9;
	background:rgba(255,255,255,.8);
	color:#444;
	display:block;
	font-size:12px;
	padding:5px;
	position:absolute;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(255,255,255,.9);
	top:20px;
	width:250px;
}

/******** LATEST PIECES CSS ********/

#latest{
	height:300px;
	margin:0;
	margin-bottom:60px;
	overflow:hidden;
	padding:0 10px;
	position:relative;
}

#latest li{
	display:inline;
	float:left;
	
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.8);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.8);
	box-shadow:0px 2px 5px rgba(0,0,0,.8);
}
#latestdivider{
	background:url(_img/divider-trans.png) top left no-repeat;
	clear:both;
	float:left;
	height:20px;
	margin-top:-60px;
}
.latest{
	bottom:0;
	height:auto;
	line-height:0;
	position:absolute;
}
.latest img{
	cursor:pointer;
	margin-bottom:0;
}
.latest1{
	left:10px;
	z-index:1;
}
.latest1 img{width:90px;}
.latest2{
	left:70px;
	z-index:2;
}
.latest2 img{width:120px;}
.latest3{
	left:130px;
	z-index:3;
}
.latest3 img{width:150px;}
.latest4{
	left:190px;
	z-index:4;
}
.latest4 img{width:180px;}
.latest5{
	left:290px;
	z-index:5;
}
.latest5 img{width:210px;}
.latest6{
	left:410px;
	z-index:6;
}
.latest6 img{width:240px;}
.latest7{
	left:530px;
	z-index:7;
}
.latest7 img{width:270px;}
.latest8{
	left:650px;
	z-index:8;
}
.latest8 img{width:300px;}

#latest li a{
	display:block;
	text-decoration:none;
}

figure.latest8 a{
	display:block;
	text-decoration:none;
}

figure.latest8{
	position:relative;
	left:0;
}

.latest8 img{
	position:relative;
	z-index:-1;
}

.latest8 a:hover:after,
.latest8 a:focus:after{
	background:url(_img/ie-overlay.png) top left;
	background:rgba(0,0,0,.6);
	color:#f9f9f9;
	content:attr(title);
	height:200px;
	left:0;
	line-height:200px;
	position:absolute;
	text-align:center;
	text-decoration:none;
	top:0;
	width:300px;
}

.tweeturl{display:none;}
.navigation{clear:both;}

/******** PAGINATION CSS ********/

ol.wp-paginate li span.title{color:#f9f9f9;}

ol.wp-paginate li span, ol.wp-paginate li a{
	background:transparent;
	border:0;
	color:#f9f9f9;
}

ol.wp-paginate li span.page.current, ol.wp-paginate li a:hover{
	background:#444;
	background:rgba(102,102,102,.2);
	border:0;
	color:#f9f9f9;
}

/******** SYNTAX HIGHLIGHTER ********/

/*
.syntaxhighlighter {
	background:#444;
	background:rgba(102,102,102,.2);
	margin:0 30px 20px;
	padding:0 20px;
	overflow:none;
	text-align:left;
	font-size:14px;
	width:420px;
}

.line{margin-bottom:0!important;}

.syntaxhighlighter .bar{display:none;}

.number {
	float:left;
	padding-right:10px;
	margin-right:20px;
	width:30px;
}

.content {
	border-left:2px solid #f9f9f9;
	display:block;
	margin-left:40px;
	padding-left:20px;
}

.keyword {
}

.color1 {
}

.string {
}
*/

/******** WP IMAGE STYLES ********/
.clearleft{
	clear:left;
}
.post .img, .blogimg{
	width:540px;
	border:3px solid #f2f2f2;
	margin-left:-3px;
	margin-right:-3px;
}

.post .img.alignleft{
	float:left;
	margin-right:17px;
	margin-bottom:7px;
	overflow:hidden;
	width:auto;
}

.post .img.alignright{
	float:left;
	margin-left:17px;
	margin-bottom:7px;
	overflow:hidden;
	width:auto;
}

.blogimg{
	height:180px;
	position:relative;
	overflow:hidden;
}

.blogimg a, .blogimg a:active{
	border-bottom:0;
	text-decoration:none;
	position:static;
	width:540px;
	height:180px;
	display:block;
}

.blogimg img{
	position:absolute;
	z-index:-2;
}

.blogimg h1, .blogimg h2, .blogimg span, .blogimg p, .blogimg a:active h2{
	background:#f9f9f9;
	color:#444;
	display:inline;
	line-height:20px;
	position:absolute;
	top:20px;
	left:0;
	padding:5px;
	text-shadow:0 1px 0 rgba(255,255,255,.9);
	z-index:2;
	
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.4);
    box-shadow:0px 2px 5px rgba(0,0,0,.4);
}
.blogimg a, .blogimg a:hover{
	text-decoration:none;
	color:#444;
	width:540px;
	height:180px;
}
.blogimg a:hover{
	color:#666;
}
.blogimg a:active{
	top:0;
}
.blogimg span, .blogimg a:active span{
	font-weight:normal;
	top:50px;
	padding:0 5px 5px;
}

.treasure figure.blogimg{
	border-color:#D8A418;
}

.treasure .blogimg h1, .treasure .blogimg h2, .treasure .blogimg span, .treasure .blogimg p, .treasure .blogimg a:active h2{
	background:#D8A418;
	background:rgba(216,164,24,.8);
	text-shadow:0 1px 0 rgba(255,255,255,.4);
}

.post{
	background:transparent url(_img/post-divider.png) bottom left no-repeat;
	margin-bottom:40px;
	padding-bottom:40px;
}

.treasure p{
	top:100px!important;
	margin-right:80px;
}

.blogimg img.external{
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}

.latest8 { margin-bottom:0!important; }
aside .latest8{
	margin-bottom:20px!important;
}

/******** SYNTAX HIGHLIGHTER ********/

.syntaxhighlighter{
	margin:0 0 20px 20px;
	position:relative;
}

.number{
	display:inline;
	float:left;
}

.content{
	border-left: 2px solid #F9F9F9;
	display: block;
	margin-left: 40px;
	padding-left: 20px;
}

.syntaxhighlighter .toolbar
{
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	font-size: 1px !important;
	padding: 8px 8px 8px 0 !important; /* in px because images don't scale with ems */
}

.syntaxhighlighter.collapsed .toolbar
{
	font-size: 80% !important;
	padding: .2em 0 .5em .5em !important;
	position: static !important;
}

.syntaxhighlighter .toolbar a.item,
.syntaxhighlighter .toolbar .item
{
	display: block !important;
	float: left !important;
	margin-left: 8px !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
	text-indent: -5000px !important;
}

.syntaxhighlighter.collapsed .toolbar .item
{
	display: none !important;
}

.item{
  border-bottom:0;  
	display:inline;
	float:left;
	padding:5px;
	width:16px;
	height:16px;
	overflow:hidden; 
	text-indent:-9999px;
}

/*.syntaxhighlighter.collapsed .toolbar .item.expandSource
{
  background-image: url(magnifier.png) !important;
  display: inline !important;
  text-indent: 0 !important;
  width: auto !important;
  float: none !important;
  height: 16px !important;
  padding-left: 20px !important;
}

.syntaxhighlighter .toolbar .item.viewSource
{
  background-image: url(page_white_code.png) !important;
}

.syntaxhighlighter .toolbar .item.printSource
{
  background-image: url(printer.png) !important;
}*/

.syntaxhighlighter .toolbar .item.copyToClipboard
{
	text-indent: 0 !important;
	background: none !important;
	overflow: visible !important;
}

/*.syntaxhighlighter .toolbar .item.about
{
  background-image: url(help.png) !important;
}*/

.viewSource,.printSource,.about{
	background-image:url(_img/toolbar-sprite.png);
}                                               
.viewSource{
	background-position:left top;
} 
.printSource{
	background-position:center top;
} 
.about{                         
	background-position:right top;
}

.alignleft{
	float:left;
	display:inline;
	margin: 0 20px 10px 0;
}

article h1, article h2, article h3, article h4, article h5, article h6{
	clear:left;
}