body, h1, h2, h3, blockquote, p, ul, ol, img { border: 0; margin: 0; padding: 0; font-size: 1em; }
		body {
			background: url(bg.jpg) top left no-repeat fixed #eeeeee;
			color: #666;
			font: 62.5% 'Courier New', Courier, Helvetica, Arial, sans-serif;
		}
		a { color:#68A487; text-decoration:none; }
		h3 a { background:#68A487; color: #FFF; text-decoration:none; padding:3px; font-size:17px;}
		
		.external a { background:#000; color: #FFF; text-decoration:none; padding:3px;margin-right:15px;}
		.external a:hover { background:#68A487;}
		#header p, .post .sidebar p, .description, #footer .footer, #footer .description p {
			font-size: 1.1em;
			line-height: 1.6363em;
		}
		
		div.external {
		position:fixed;
		bottom:30px;
		left:37px;
		}
		code, pre {
			background: #eeeeee;
			padding: 3px;
			font-size: 11px;
		}
		pre {
			border: 1px solid #dddddd;
		}
		#container {
			width: 1080px;
		}
		#header {
			background:url(header.png) top left no-repeat;
			width:370px;
			float:left;
			color:#FFF;
			position:fixed;
			
			}
			#header h1 {
				
				
				}
				
				#header h1 a {
				position: relative;
				height: 90px;
				overflow: hidden;
				margin-bottom: 1em;
				text-indent:-9999px;
				display:block;
				}
			
			#header p {
				color: #FFF;
				margin:37px;
				margin-top:10px;
				font-size:12px;
			}
		#contents {
		float:right;
		width:700px;
		background:url(content.png) top left repeat-y;
		}
		#contents .post {
			border-top: 1px solid #cccccc;
			clear: right;
			}
			#contents .post:first-child {
				border-top: 0;
			}
			.post .sidebar {
				float: right;
				padding: 3em 0 0;
				width: 21em;
				}
				.post .sidebar h2 {
					color: #FFF;
					background:#B7538B;
					font-size: 1.7em;
					font-weight: normal;
					line-height: 1.5em;
					margin-bottom: 0.618em;
					margin-right:3px;
				}
				.post .sidebar a {
					color: #555555;
					text-decoration: none;
					border-bottom: 1px dotted #999999;
				}
				.post .sidebar p.notes+p {
					margin: 0;
				}
			.post .content {
				border-right: 0.5em solid #dddddd;
				margin-right: 23.5em;
				min-height: 7.2em;
				padding: 3em;
			}
			.post .description {
				border-top: 1px solid #dddddd;
				margin-top: 2em;
				padding: 1.5em;
			}
			.description + .description {
				margin-top: 0;
			}
		#footer {
			padding: 3em;
		}
			#footer .description {
				float: left;
				width: 29em;
				padding-bottom: 1.2em;
			}
			#footer .follow {
				float: right;
				width: 29em;
				margin-left: 3em;
				padding-bottom: 3em;
			}
			#footer .footer {
				clear: both;
				margin-top: 1em;
				border-top: 1px solid #cccccc;
				padding-top: 3em;
				text-align: center;
			}
			#footer .search {
				float: right;
				width: 29em;
				margin-left: 3em;
				padding-bottom: 3em;
			}
			#footer .search input[type=text] {
				border: 1px solid #bbb;
				background: #fff url('http://static.tumblr.com/bwtvnaf/YIzkhqyas/input_bg.gif') repeat-x top;
				font: 120% Helvetica, Arial, sans-serif;
				padding: 6px 6px;
				width: 13em;
				margin-right: 0.5em;
			}
			#footer h2 {
				color: #aaaaaa;
				font-size: 1.7em;
				font-weight: normal;
				line-height: 1.5em;
				margin-bottom: 0.618em;
			}
			#footer .description p {
				color: #555555;
				margin-bottom: 1.6363em;
			}
			#footer .description img {
				float: left;
				margin-right: 10px;
			}
			#footer .follow ul li {
				float: left;
				margin-right: 2px;
				list-style: none;
			}
		
		/* General */
		
			.post h3 {
					font-size: 1.7em;
					font-weight: normal;
					line-height: 1.5em;
					margin-bottom: 0.618em;
			}
			
			.post blockquote {
				border-left: 0.5em solid #cccccc;
				padding-left: 1em;
				font-style: italic;
			}
			
			.post p, .post blockquote, .post ul, .post ol {
				margin-top: 1.0em;
			}
			
			.post p:first-child, .post blockquote:first-child, .post ul:first-child, .post ol:first-child {
				margin-top: 0;
			}
			
			.post .nav {
				min-height: 0 !important;
			}
			
		/* Links */
		
			.post .link h3 {
				margin: 0;
			}
		
		/* Quote */
		
			.post .quote .symbol {
				font-size: 5em;
				margin-top: -0.1em;
				float: left;
			}
		
			.post .quote .quote {
				font-size: 1.7em;
				line-height: 1.5em;
				margin-left: 1.5em;
			}
		
		/* Conversation */
			.post .conversation ul {
				list-style: none;
				border-left: 0.5em solid #cccccc;
			}
			
			.post .conversation ul li {
				font-size: 1.2em;
				line-height: 1.5em;
				padding: 0.25em 0.5em;
			}
			
			.post .conversation ul li {
				background: #ffffff;
			}
			
			.post .conversation ul li.odd {
				background: #eeeeee;
			}
			
			.post .conversation .label {
				color: #68A487;
				font-weight: bold;
			}
			
			.post .conversation .odd .label {
				color: #B7538B;
			}
		
		/* Text */
		
			.post .text .go {
				font-size: 1.2em;
				line-height: 1.5em;
			}
			
			  .post .text .go img {
			    max-width: 100%;
			  }
			
			.post .text blockquote {
				line-height: 1.5em;
			}
			
			.post .text ul, .post .text ol, .post .description ol, .post .description ul {
				padding-left: 2.5em;
			}

		/* Notes */
		
		ol.notes {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        ol.notes li.note {
			background: #eeeeee;
            border-top: 1px solid #dddddd;
            padding: 10px;
        }

        ol.notes li.note img.avatar {
            vertical-align: -4px;
            margin-right: 10px;
            width: 16px;
            height: 16px;
        }

        ol.notes li.note span.action {
            font-weight: bold;
        }

        ol.notes li.note .answer_content {
            font-weight: normal;
        }

        ol.notes li.note blockquote {
            border-color: #eee;
            padding: 4px 10px;
            margin: 10px 0px 0px 25px;
        }

        ol.notes li.note blockquote a {
            text-decoration: none;
        }

