/*
Theme Name: WWDC
Theme URI: http://apoltix.com/
Version: 1.0
Author: Christian Rasmussen
Author URI: http://apoltix.com/
Tags: fixed width, two columns, twitter, flickr
*/
/*
 * Copyright 2009 Christian Rasmussen, apoltix
 */

/* @override http://dev.apoltix.com/style.css */

@import url(reset.css);

html {
	background-color: #4d3b78;
	color: #fff;
	height: auto !important;
}
body {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	padding: 30px 0;
}

/* @group General */
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px 0;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}
h3 {
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
}
p {
	line-height: 1.6em;
	margin: 6px 0;
}

div.clear {
	clear: both;
}

/* @group Anchors */
a {
	color: #3581ff;
}
a:visited {
	color: #34b8fe;
}
h1 a, h1 a:visited {
	text-decoration: none;
	color: #333;
}
h1 a:hover {
	text-decoration: underline;
}
/* @end */
/* @end */

/* @group Main container */
#mc {
	margin: 0 auto;
	width: 900px;
}
/* @end */

/* @group Content container */
#cc {
	background-color: #fefff1;
	color: #333;
	padding: 20px;
	margin-bottom: 30px;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
}
/* Actual content*/
#c {
	float: left;
	padding: 5px 10px 5px 0;
	width: 850px;
}
/* @end */

/* @group Tweets and Flickr photostream */
#tw {
	float: left;
	width: 560px;
}
#fr /*.ri*/ {
	border-left: 1px solid #4d3b78;
	float: right;
	padding: 10px 10px 0px 25px;
	width: 235px;
}
#tw ul li {
	padding-bottom: 1em;
}
#tw ul li.loader {
	text-align: center;
}
#fr {
	clear: right;
}
ul li a > img {
	margin-right: 3px;
}
ul li span.time {
	color: #999;
}
ul li span.text {
	font: italic 1.15em Georgia, "Times New Roman", Times, serif;
}
div.more a {
	color: #555;
	float: right;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
 div.more a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Footer */
#ft {
	font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
	color: #a49f9f;
}
/* @end */

/* @group Wordpress */

/* @group Single */

#content h2 {
	clear: both;
}
#content h2 a {
	color: #555;
}
#content span.date {
	font-style: italic;
}
#content p.tags {
	font-size: 10px;
}
#content div.navigation {
	margin: 5px 0;
}
#content div.navigation .alignleft {
	float: left;
	margin: 5px 0;
}
#content div.navigation .alignright {
	text-align: right;
}

/* @end */

/* @end */