/* @override http://blog.andybrice.net/stylesheets/main-v0.2.css */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: 15px/20px Helvetica, Arial, sans-serif;
	background-color: #c3d7e5;
	color: #595959;
	word-wrap: break-word;
}

p, ul, ol, dl, img {
	margin-bottom: 20px;
	display: block;
}

/* @group Lists */

ul, ol, dl {
	padding-left: 20px;
}

ul, dl {
	list-style-type: square;
}

/* @end */

/* @group Links */

a:link {
	color: #0061a6;
}

a:visited {
	color: #576774;
}

a:hover {
	text-decoration: none;
}

/* @group In Headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, nav#topnav span.sites a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, nav#topnav span.sites a:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

section h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}



/* @end */



/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6, nav#topnav span.sites, .date-box {
	font-family: "Trebuchet MS";
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #2c4558;
}

h1 {
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 16px;
}

h2  {
	font-size: 28px;
	line-height: 22px;
	margin-bottom: 19px;
}

h3, #footer h1, #content h1 {
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 20px;
}

#content h1 {
	margin-bottom: 40px;
}

h4, #footer h2, #content h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

h5, #footer h3, #content h3 {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}



/* @end */

.icon {
	display: inline;
	line-height: 40px;
	vertical-align: middle;
	margin-bottom: 0;
}

.power, .superscript {
	vertical-align: super;
	line-height: 10px;
	font-size: 12px;
}

.subscript {
	font-size: 12px;
	line-height: 10px;
	vertical-align: sub;
}

/* @group Quotations */

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
}

blockquote:before {
	display: block;
	content: url(/images/blog/open-quote.png);
	position: absolute;
	left: 0;
	top: -10px;
}

blockquote:after {
	display: block;
	content: url(/images/blog/close-quote.png);
	position: absolute;
	bottom: -15px;
	right: 0;
}

blockquote footer {
	text-align: right;
	font-size: 12px;
	display: block;
}



/* @end */

/* @group Date Box */

.date-box {
	width: 60px;
	height: 50px;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #2c4659 url(/images/blog/footer-background-gradient.png) repeat-x;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}

ul.posts .date-box {
	margin-left: -80px;
	position: absolute;
	top: 0;
	left: 0;
}

.date-box span.month {
	color: white;
	font-size: 20px;
	line-height: 20px;
	display: block;
}

.date-box span.day {
	color: white;
	font-size: 30px;
	line-height: 30px;
	display: block;
}



/* @end */

#content > footer {
	font-style: italic;
	display: block;
	padding-right: 20px;
	padding-top: 18px;
	padding-left: 20px;
	margin: 20px -20px -20px;
	border-top: 2px dashed #e6edf2;
	font-size: 12px;
	text-align: right;
}

/* @group Article List */

ol.articles {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol article {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 80px;
}

ol.articles h2 a {
	margin-left: 30px;
	color: #2c4558;
}

ol.articles h2 a:hover {
	margin-left: 30px;
	color: #0061a6;
}

ol.articles h2 a:visited:hover {
	margin-left: 30px;
	color: #576774;
}

ol.articles h2 a:before {
	content: url(/images/blog/southeast_arrow.png);
	position: absolute;
}

ol article footer {
	text-align: left;
	position: relative;
	top: -10px;
}

ol article .date-box {
	position: absolute;
	top: 0;
	left: 0;
}



/* @end */

p#ie-notice {
	background-color: #fff6ca;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border-bottom: 2px solid #ffa800;
	padding: 18px 20px 20px;
}

/* @group Masthead */

header#masthead {
	height: 220px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/blog/masthead-v3.1.png) no-repeat center;
}

header#masthead h1 {
	display: none;
}

 /* Gecko bug-fix hack */

body > h1 {
	display: none;
}



/* @end */

/* @group Top Navigation */

nav#topnav {
	color: #c3d7e5;
	background-color: #fff;

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px;
	height: 40px;
	
	/* Rounded Corners */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	display: block;
	position: relative;
}

#topnav h2 {
	display: inline;
	line-height: 40px;
}

nav#topnav span.sites {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
	padding-right: 20px;
	letter-spacing: 0.05em;
	line-height: 40px;
	font-size: 28px;
}

/* @group Skip to Content */

#skip-to-content {
	background: url(/images/blog/skip-to-content-arrow.png) no-repeat left center;
	padding-left: 25px;
	color: white;
	margin-left: 15px;
	line-height: 40px;
	vertical-align: top;
}

#skip-to-content:hover, #skip-to-content:focus {
	color: #005999;
}



/* @end */

/* @end */

body > div#container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

section#content, article#content {
	width: 540px;
	background: white;
	display: table-cell;
	border-top: 2px dashed #e6edf2;
	overflow: hidden;
	padding: 18px 20px 20px;
}

aside#sidebar {
	background-color: #e6edf2;
	width: 200px;
	padding: 18px 20px 20px;
	display: table-cell;
}

/* @group Footer */

#footer {
	background: #2d465a url(/images/blog/footer-background-gradient.png) repeat-x left top;
	color: white;
	padding-top: 40px;
	padding-left: 50%;
	display: block;
	overflow: hidden;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: white;
	text-shadow: #192833 0 1px 5px;
	-webkit-text-stroke:1px transparent;

}

#footer section {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer .column {
	float: left;
}

#footer .column.one {
	width: 460px;
	margin-left: -390px;
}

#footer .column.two {
	width: 300px;
	margin-left: 20px;
}

/* @group Links */

#footer a:link {
	color: #bfe4ff;
}

#footer a:visited {
	color: #e1f29d;
}



/* @end */

/* @group About the Author */

#about-the-author p, #twitter ol {
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}

#about-the-author p {
	font-size: 18px;
	padding: 20px;
	margin-left: 20px;
	float: left;
	width: 260px;
}

#about-the-author p:before {
	content: url(/images/blog/speech-balloon-arrow-left.png);
	position: absolute;
	left: -10px;
	top: 20px;
	opacity: 0.2;
}

#about-the-author .portrait-image {
	float: left;
	border: 10px solid white;
	width: 120px;
	height: 120px;
}

/* @end */

/* @group Twitter */

#twitter {
	width: 220px;
	float: left;
	word-wrap: break-word;
}

#twitter ol {
	font-size: 12px;
	list-style-type: none;
	padding: 0;
}

#twitter ol:before {
	content: url(/images/blog/speech-balloon-arrow-top.png);
	position: absolute;
	left: 20px;
	top: -14px;
	opacity: 0.2;
}

#twitter li {
	border-top: 1px dashed #2d465a;
	padding: 9px 10px 10px;
}

#twitter li:first-child {
	border-style: none;
	padding-bottom: 11px;
}

/* @end */

/* @group Flickr */

#flickr {
	width: 240px;
	float: left;
	margin-left: 20px;
	margin-right: -20px;
}

#flickr img {
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
	border: 12px solid white;
	width: 75px;
	height: 75px;
}

/* @end */

/* @group Projects */

#projects img {
	border-style: solid;
	border-width: 5px;
	background-color: #585858;
}



/* @end */

/* @group License */

#license {
	width: 240px;
}

#license img {
	margin: 0 0 0 -10px;
}



/* @end */

/* @group Technical Details */

#technical-details {
	width: 220px;
}

/* @end */

/* @end */