
		/*
			Based on Wakalixes Theme by Andrea Mignolo v1.0
			Released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License
			http://creativecommons.org/licenses/by-nc-sa/3.0/
		*/
		
		
body {
			font-family: Georgia, Times, serif;
			font-size: 14px;
			line-height: 18px;
			background: #FFF;
			color: #333;
		}
		
		a, a:link, a:visited {
			outline: none;
		}
		
		.meta {
			width: 150px;
			font-size: 11px;
			float: left;
			display: inline;
			margin-top: 2px;
		}
		
		.meta p {
			margin-top: 0;
			padding-top: 5px;
		}
		
		.icon {
			padding: 5px;
			font-weight: bold;
		}
		
		
		.date {
			padding: 5px;
		}
	
		
		#wrapper {
			width: 800px;
			margin: 0 auto;
		}
		
		#posts {
			float: left;
			display: inline;
			width: 570px;
		}
		
		#sidebar {
			width: 150px;
			float: right;
			margin-top: 140px;
			margin-bottom: 140px;
		}
		
		.photo, .quote, .link, .chat, .video, .audio, .footer {
			width: 100%;
			overflow: hidden;
			clear: both;
			padding-top: 20px;
			border-top: 1px solid #CCC;
		}
		
		.entry {
			width: 415px;
			float: right;
			display: inline;
			min-height: 60px;
			padding-bottom: 15px;
		}
		
		p.said {
			margin-top: 0;
			padding-top: 0;
		}
		
		#footer {
			clear: both;
			overflow: hidden;
		}
		
		#footer ul {
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			list-style-type: none;
			height: 36px;
			line-height: 24px;
		}
		
		#footer ul li {
			height: 24px;
			line-height: 24px;
			float: left;
		}
		
		#footer li a {
			display: block;
			padding: 5px 40px 10px 0;
			color: #5D707A;
			font-variant: small-caps;
			text-decoration: none;
		}
	
	
		h1 {
                width: 600px;
                padding: 0px 100px 20px 100px;
                margin: 50px auto 19px auto;
                border-bottom: solid 1px #ccc;
                text-align: center;
                font: Bold 55px 'Trebuchet MS', Helvetica, sans-serif;
                letter-spacing: -2px;
                line-height: 50px;
                position: relative;
            }
		
		h1 a {
			color: #333;
			text-decoration: none;
		}
		
		h1 img {
                    border-width: 0px;
                    position: absolute;
                    right: 0px;
                    bottom: 10px;
                    width: 43px;
                    height: 23px;
                }		
		h2 {
			font-size: 14px;
			margin: 0 0 15px 0;
			padding: 0;
			color: #000;
		}
		
		h3 {
			font-size: 12px;
			font-weight: normal;
			color: #CCC;
			text-transform: uppercase;
		}
		
		.meta a, .themeinfo a {
			color: #AAA;
			text-decoration: none;
		}
		
		.entry a {
			color: #5D707A;
			font-variant: small-caps;
			font-size: 12px;
		}
		
		.entry a:hover {
			color: #0F98E0;
		}
		
		#sidebar a {
			color: #5D707A;
			font-variant: small-caps;
		}
		
		.photo .icon {
			background: #CCC;
			color: #666;
		}
		
		.photo .date {
			background: #EEE;
			color: #666;
		}
		
		.video .icon {
			background: #333;
			color: #FFF;
		}
		
		.video .date {
			background: #555;
			color: #FFF;
		}
		
		.text .icon {
			background: #000;
			color: #FFF;
		}
		
		.text .date {
			background: #333;
			color: #FFF;
		}
		
		.quote .icon {
			background: #555;
			color: #FFF;
		}
		
		.quote .date {
			background: #777;
			color: #FFF;
		}
		
		.link .icon {
			background: #BBB;
			color: #666;
		}
		
		.link .date {
			background: #DDD;
			color: #666;
		}
		
		.audio .icon {
			background: #AAA;
			color: #666;
		}
		
		.audio .date {
			background: #CCC;
			color: #666;
		}
		
		.chat .icon {
			background: #222;
			color: #FFF;
		}
		
		.chat .date {
			background: #555;
			color: #FFF;
		}
		
		.photo img {
			border: 0px solid #000;
		}
		
		.chat ul {
			list-style-type: none;
			color: #333;
			padding: 0;
			margin: 0 0 15px 0;
			border: 1px dotted #CCC;
		}
		
		.chat .odd {
			background: #EEE;
			padding: 5px 5px 5px 15px;
		}
		
		.chat .even {
			background: #DDD;
			padding: 5px 5px 5px 15px;
		}
		
		.saidheader {
			font-style: italic;
			font-size: 18px;
			padding-left: 15px;
			color: #000;
			text-align: center;
		}
		.said {
			font-style: italic;
			font-size: 18px;
			border-left: 3px solid #000;
			padding-left: 15px;
			color: #000;
		}
		
		p.source {
			text-align: right;
		}
		
		p.caption {
			margin: 5px 0 15px 10px;
			padding: 0;
			font-size: 11px;
			line-height: 14px;
			color: #777;
		}
	
	
		
		.tags ul {
			list-style-type: none;
			padding-left: 0;
			margin: 25px 0;
			border: 0;

		}
		
		.tags li {
			font-variant: small-caps;
			font-size: 11px;
			float: left;
		}
		
		.tags li a {
			padding: 5px;
			color: #829FAE;
			text-decoration: none;
		}
		
		.themeinfo {
			text-align: right;
			font-size: 11px;
		}
