body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

header,footer,aside,section,article,nav,address {
    display: block;
}

/* Tim Van Damme's Page Border trick
html {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid #F3F3F3;
    border-width: 10px 10px 0;
}
*/

body {
	background:#ddd url(/i/noise.png) 0 0;
	color:#444;
	font:normal 12px/1.5 Helvetica, serif;
	margin:2em auto;
	
	text-shadow:         rgba(255,255,255,0.6) 0 1px 0;
	-moz-text-shadow:    rgba(255,255,255,0.6) 0 1px 0;
	-webkit-text-shadow: rgba(255,255,255,0.6) 0 1px 0;

	width:700px;
}

em,strong {
	font-weight:700;
}

del {
    text-decoration: line-through;
}

a,a:visited {
	color: rgba(51, 102, 204, 0.88);
}

a:hover {
	text-decoration: underline;
}

h1#wordmark a {
    font-size: 42px;
    text-decoration: none;
    text-transform: uppercase;
}

#content p a:link {
/* 	padding: 0.3em; */
}

#content p a:hover {
	background-color: #3366cc;
	background-color: rgba(51, 102, 204, 0.66);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	color:  rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.9);
	
	text-decoration: none !important;
	
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	
/* 	-webkit-transition: ; */
}

#content {
	border-right: 1px solid  rgb(191, 191, 191);
	border-right: 1px solid rgba(191, 191, 191, 0.66);
	float:left;
	padding-right: 2em;
	width:500px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#555;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
	color: rgba(51, 102, 204, 0.88);
	text-decoration: none !important;
	
	text-shadow:         rgba(255,255,255,0.6) 0 1px 0;
	-moz-text-shadow:    rgba(255,255,255,0.6) 0 1px 0;
	-webkit-text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
	color: rgba(51, 102, 204, 0.98);
}

#content h1 {
	font-size: 19px;
}

#content.page article h1,
#content.single article h1,
#content article.first h1 {
	font-size: 22px;
	font-weight: bold;
/* 	letter-spacing: -0.05em; */
	line-height: 23px;
	margin: 6px 36px 12px 0;
}

#content h2 {
	font-size: 16px;
	margin: 6px 30px 12px 0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 14px;
	margin: .6em 0 0em;
}

h3 span {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 26px;
    text-align: right;
    white-space: nowrap;
    width: 70px;
}

hr {
    border: 0;
/*     background-color: #BFBFBF; */
/* 	border-top: 1px solid  rgb(191, 191, 191); */
	border-top: 1px solid rgba(191, 191, 191, 0.66);

	border-bottom: 1px solid  rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);

    border-radius:         12px;
    -moz-border-radius:    12px;
    -o-border-radius:      12px;
    -webkit-border-radius: 12px;
    
    border-width: 1px 1px 1px 0;

    color: #BFBFBF;
    height: 12;
    margin: 2em -24px 2em 0;
    width: 105%;
}

#content p {
/* 	text-align: justify; */
}

#content p.summary {
	margin-top:1em;
}

#content ul li {
	list-style:circle;
}

#content h3,#content p,#content dl,#content ol,#content ul,#content pre {
	margin-bottom:1.5em;
}

code, pre, tt, kb {
	font: normal 12px/1.4 "Monaco", monospace;
}

#content pre {
	background: white;
	font: normal 12px/1.4 "Monaco", monospace;
	margin: .5em 0 1.5em 0;
	padding: 1em 1em;
	white-space: pre;
}

#content a > img {
    background-color:  rgb(255, 255, 255) !important;
    background-color: rgba(255, 255, 255, 0.66) !important;
    padding: 0;
}

#content a > img:hover {
    background-color:  rgb(255, 255, 255) !important;
    background-color: rgba(255, 255, 255, 0.66) !important;
    padding: 0;
}

/* Image Outlines */
object, img {
    background-color:  rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.66);
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    box-shadow:         rgba(0,0,0,0.4) 0 1px 2px;
    -moz-box-shadow:    rgba(0,0,0,0.4) 0 1px 2px;
    -o-box-shadow:      rgba(0,0,0,0.4) 0 1px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    
    display: block;
    margin:0 1em 1em 0;
    padding: 0px;
    max-width: 498px;
}


#content img.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

#content img.alignright {
    float: left;
    margin: 0 0 1.5em 1.5em;
}

#content pre mark {
    font-weight: bold;
}

#content ol,#content ol li {
	list-style:decimal;
}

#content.index h2 {
	margin-bottom:0;
}

#content blockquote {
	border-left: 1px solid  rgb(191, 191, 191);
	border-left: 1px solid rgba(191, 191, 191, 0.66);
    padding-left: 1em;
}

#content dt {
    font-weight: bold;
}

#content dl,
#content dd {
    padding-left: 1em;
}

h2.pagetitle span {
	color:#be0000;
}

nav {
	border-top: 1px solid  rgb(191, 191, 191);
	border-top: 1px solid rgba(191, 191, 191, 0.66);
    margin: 2em -24px 2em 0;
    padding-top: 2em;
    width: 105%;
}

aside {
	border-left: 1px solid  rgb(255, 255, 255);
	border-left: 1px solid rgba(255, 255, 255, 0.18);

	margin: 0 0 0 525px;
	padding: 20px 0 0 25px;
	width: 150px;
}

aside h3 {
	margin: 1em 0 0;
}

aside a:link,
aside a:visited {
    text-decoration: none;
}

aside a:hover,
aside a:focus,
aside a:active {
    text-decoration: underline;
}

aside div.sidebar {
/*     font-size: 80%; */
}

aside img.photo {
    background-color: #FFF;
    
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    box-shadow:         rgba(0,0,0,0.4) 0 1px 2px;
    -moz-box-shadow:    rgba(0,0,0,0.4) 0 1px 2px;
    -o-box-shadow:      rgba(0,0,0,0.4) 0 1px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
    
	display: block;
    height: 72px;
	margin:0 1em 1em 0;
    padding: 4px;
    width: 72px;
}

aside section li {
    padding-left: .5em;
    text-indent: -.5em;
}

#wpstats {
	position:absolute;
	top:0;
	left:0;
	height:1px;
	width:1px;
}
