/* Global Styles */
html {
	background: url(/workspace/images/back-color.png) repeat;
	}

body {
	color: #383838;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.lines {
	background: url(/workspace/images/lines-bottom.png) no-repeat center;
	}

.header {
	height: 50px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	}

.menu {
	text-align: right;
	}
	
.header ul {
	margin: 0px;
	margin-right: -6px;
	padding: 0px;
	}
	
.header li {
	display: inline;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: -1px;
	padding-left: 20px;
	line-height: 50px;
	margin-left: 0px;
	}

a {
	color: #c34343;
	text-decoration: none;
	}
	
a:hover {
	background: #c34343;
	color: #ffffff;
	}
	
.logo {
	background: url(/workspace/images/alaxvillmann.png) no-repeat left center;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
	line-height: 50px;
	}
	
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
.logo a:hover {
	background: transparent !important;
	}

.menu {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	line-height: 50px;
	margin-left: 0px;
	}
	
.menu a {
	color: #ffffff !important;
	}

.menu a:hover {
	color: #c34343 !important;
	background: transparent !important;
	}

.blogheader {
	background: url(/workspace/images/blog-header.png) no-repeat;
	width: 970px;
	height: 74px;
	position: relative;
	z-index: 20;
	top: -4px;
	margin: 0px auto;
	text-align: center;
	}

.blogheader a {
	color: #ffffff;
	}
	
.blogheader a:hover {
	color: #ffffff;
	background: transparent !important;
	}
	
.blogheader ul {
	margin: 0px
	overflow: hidden;
	text-align: center;
	}
	
.blogheader li {
	display: inline;
	position: relative;
	line-height: 60px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 60px;
	}
	
.blogheader li:first-child {
	margin-left: 0px;
	}

.posts {
	margin-top: 11px;
	}

.post .title {
	font-size: 30px;
	color: #c34343;
	letter-spacing: -1px;
	margin: 0px;
	line-height: 35px;
	}
	
.post .link {
	font-size: 10px;
	color: #9c9c9c;
	text-transform: uppercase;
	text-align: right;
	}
	
.post .divider {
	background: url(/workspace/images/blog-divider.png) no-repeat;
	height: 2px;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.post .info {	
	font-size: 10px;
	color: #9c9c9c;
	text-transform: uppercase;
	line-height: 12px;
	}
	
.post .read {
	font-size: 10px;
	text-align: right;
	}

.space {
	height: 20px;
	}

.posts .space {
	height: 40px;
	}
	
.sidebar {
	text-align: right;
	margin-top: 20px;
	}
	
.sidebar h3 {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
.sidebar .space {
	height: 20px;
	}
	
.sidebar .box {
	margin-left: 10px;
	}
	
.sidebar .box .header {
	background: url(/workspace/images/side-top.png) no-repeat;
	height: 5px;
	width: 210px;
	}
	
.sidebar .box .body {
	background: url(/workspace/images/side-middle.png) repeat-y;
	height: auto;
	width: 170px;
	padding: 20px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	}
	
.sidebar .box .footer {
	background: url(/workspace/images/side-bottom.png) no-repeat;
	height: 5px;
	width: 210px;
	}
	
.sidebar a {
	border-bottom: 1px solid #c34343;
	color: #ffffff;
	}
	
.notes dt, .shouts dt {
	font-weight: bold;
	}
	
.notes dt:first-child, .shouts dt:first-child {
	margin-top: 0px;
	}
	
.notes dt, .shouts dt {
	margin-top: 20px;
	}
	
.notes p, .shouts p {
	margin-bottom: 0px;
	}
	
.footer {
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 20px;
	}
	
.nomargin {
	margin: 0px !important;
	}
	
/* Typography stuff. */
.posts img {
	max-width: 560px;
	border: 10px solid white;
	}

pre {
	background-color: #ffffff;
	border: 1px solid #dddddd !important;
	padding: 5px !important;
	overflow: auto;
	margin-bottom: 20px;
	white-space: normal;
	}
	
pre code {
	white-space: pre;
	}

blockquote {
	font-size: 12px;
	color: #686868;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 5px solid #c34343;
	}
	
blockquote p:last-child {
	margin: 0px;
	}