/* BASIC STYLES ------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", arial, sans-serif;
	background: #eee url(../images/paper.jpg) repeat;
}		

img {
	border: none;
}

a:link {
	color: #c30;
}

a:visited {
	color: #c30;
	background-color: #efefef;
}
.link_info a:visited {
	color: #999;
	background: none;
}

/* CONTAINER ------------------*/

#container {
	margin: 50px auto;
	text-align: left;
	background-image: url(../images/faux_dotted.gif);
	background-repeat: repeat-y;
	width: 780px;
}


/* HEADER ------------------*/

#header {
	position: relative;
	margin-left: 3px;
	height: 40px;
	background: url(../images/h_dotted.gif) repeat-x left bottom;
}

#header h1 {			
	position: absolute;
	bottom: 12px;
	left: 0;
	margin-left: 55px; /* For IE5 Mac's relative/absolute issues. */
	font-size: 22px;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

#dot_org {			
	color: #999;
}

#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 60px;
	list-style-type: none;
}

#header li {
	float: left;
	height: 30px;
	margin-right: 13px;
	padding: 10px 0 0 22px;
	font-family: Georgia;
	font-size: 12px;
	text-transform: uppercase;
	background: url(../images/v_dotted.gif) repeat-y top left;
}

#header .last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

#header a:link {
	color: #666;
}

/* MAIN CONTENT ------------------*/		

#main_content {
	float: left;
	width: 480px;
	overflow: hidden;
}


/* SECONDARY CONTENT ------------------*/		

#secondary_content {
	float: right;
	padding-top: 5px;
	width: 300px;
	overflow: hidden;
}

.side_box {
	padding: 10px 0 25px 9px;
	background: url(../images/h_dotted.gif) repeat-x bottom right;
}

.side_box h1 {			
	margin: 5px 0;
	font-family: Georgia;
	font-size: 14px;			
	font-weight: normal;
	color: #c30;
}

.side_box h2 {
	margin: 20px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
}

.side_box p {
	width: 230px;
	font-size: 11px;
	line-height: 12pt;
}

.side_box a:link {
	color: #069;
}


/* POSTS, LINK POSTS ------------------*/

.post {
	float: left;
	width: 400px;
	margin-left: -2px;
	padding: 0 25px 15px 55px;
	background: url(../images/h_dotted.gif) repeat-x bottom left;
}

.post h1 {
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	padding: 0 10px 5px 0;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background: url(../images/highlighter.gif) repeat-x 0 7px;
	color: #c30;
}

.post h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #c30;
}

.post ul {
	margin: 0 0 0 30px;
	font-size: 13px;
}

.post .post_date {
	clear: both;
	margin: 0 0 15px 15px;
	font-size: 11px;
	color: #666;
}

.post p {			
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 12pt;
}

.post .post_info {
	font-size: 11px;
	color: #666;
}

.post .post_info a:link {
	color: #666;
	background: none;
}


.post a:link {
	padding: 2px;
	color: #c30;
	background-color: #d7ebf5;
	xbackground-color: #e5e5e5;
}

.post a:hover {
	background-color: #ddd;
}

.post img {
	float: left;
	margin-right: 12px;
}

.link h1 {
	float: none;
	margin: 15px 0 2px 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: none;
}

.link h1 a:link {
	background-color: #d7ebf5;
}

.link h1 a:hover {
	background-color: #ddd;
}

.link p {
	margin-bottom: 4px;
	font-size: 11px;
}

.link_info a:link {
	color: #666;
	background: none;
}

.link_info {
	color: #666;
}

#browse_posts {
	padding-top: 5px;
	font-family: georgia, serif;
	font-size: 14px;
	overflow: hidden;
}

#browse_posts ul {
	list-style-type: none;
}

#browse_posts li {
	float: left;
}

#browse_posts #newer {
	float: right;
}

/* COMMENTS ------------------*/

.comments h2 {
	margin: 10px 0 20px 0;
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #c30;
}

.comments h3 {
	font-weight: normal;
	margin: 20px 0;
	font-size: 12px;
}

#comment-textarea {
	margin-bottom: 10px;
}

#no-comments {
	clear: left;
	padding-top: 20px;
}

/* PHOTO BLOCK ------------------*/		

#photo_block {
	padding-bottom: 15px;
	overflow: auto;
}

#photo_block ul {
	list-style-type: none;
}

#photo_block li {
	display: block;
	float: left;
	margin: 5px 7px 0 0;
}

#controls {			
	display: none;
	clear: both;
	width: 240px;
	padding-top: 5px;			
}

#controls p {
	float: left;
	width: 77px;
	font-family: georgia, serif;
	text-transform: uppercase;
}

#controls #newer {
	float: right;
	text-align: right;
}

#controls #browse {
	margin-left: 4px;
	text-align: center;
}

#flickr_link p {
	clear: both;
	padding-top: 5px;
}

.flickr_badge_image {
	float: left;
	margin: 5px 7px 0 0;
}

/* PROJECTS ------------------*/		

#projects {
	padding-right: 10px
}

/* MUSIC ------------------*/

#lastfm-recently-played {
	margin: 10px 0;
	width: 240px;
}


#lastfm-recently-played h2 {
	margin-top: 8px;
}

#lastfm-recently-played p {
	margin-left: 10px;
}

.track-time {
	color: #999;
}

/* ARCHIVES ------------------*/

#archives .archive-col {
	float: left;
	padding-left: 10px;
	width: 80px;
	overflow: hidden;
}

#archives ul {
	list-style-type: none;	
}

#archives li {
	margin-bottom: 2px;
	font-size: 11px;
}

/* FOOTER ------------------*/		

#footer {
	clear: both;
	height: 30px;
	padding: 10px 0 0 55px;
}

#footer p {
	font-family: Georgia, sans-serif;
	font-size: 12px;
}

.single-footer {
	xbackground: url(../images/h_dotted.gif) repeat-x top left;
}

/* MISC ------------------*/				

.clear {
	clear: both;
}
