body {
	background: #FFF;
	color: #707070;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height:18px;
	-webkit-font-smoothing: antialiased;
	}

/* div holding everything */
#container {
	width: 1000px;
	margin: 0px auto;
	}

/* main nav/top header containing blog title */
#nav {
	width: 1000px;
	margin: 0px auto;
	margin-top: -8px;
	overflow: hidden;
	border-bottom: 1px solid #999;
	}
#nav h1 {
	font-family: 'Adamina', serif;
	color: #707070;
	font-size: 40px;
	}

/* div holding all post types */
#content {
	margin-top: 25px;
	max-width: 775px;
	align: left;
	}

/* don't touch--all the post types */
.text-post {}
.photo-post {}
.photo-post img {max-width: 775px; margin-bottom: 30px;}
.photoset-post {}
.quote-post {width: 775px; font-size: 15px; font-style:italic;}
.actual-quote {width: 500px;}
.source {font-weight:bold;}
.link-post {}
.link-post a {font-size: 20px; text-decoration:underline}
.chat-post {}
.chat-post ul {list-style: none;}
.audio-post {}
.audio-post table {font-size: 13px; line-height:18px;}
.audio-post img {width:207px;}
.video-post {}
.video-post iframe, .video-post embed, .video-post object {background: #000; display: block; margin: 0 auto; border: none; width: 775px !important; height: 555px !important;}
blockquote {
	border-left: 2px solid #707070;
	font-style:italic;
	padding: 10px;
	}
	
/* link colours */
a {color: #000; text-decoration: none;}
a:hover, a.active, .active a {color: #999;}

/* don't touch--reblog post stuff */
.link-post blockquote a {font-size: 13px;}
a.tumblr_blog {font-size: 13px;}
	
/* sidebar containting navigaton links, description, and whatever else you add */
#sidebar {
	max-width: 200px;
	margin: 0px auto;
	float: right;
	text-align: left;
	}

/* start of sidebar navigation list */
#sidebar li {width: 200px;}
#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#sidebar li a {
	display: block;
	padding: 3px;
	width: 200px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #eee;
	}
#sidebar li a:link, #navlist a:visited {
	color: #707070;
	text-decoration: none;
	}
#sidebar li a:hover {
	background-color: #FFF;
	color: #707070;
	}
	
/* post notes */
.post-notes {
	max-width: 775px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 50px; border-bottom: 1px dotted #CCC;
	}

/* permalink page notes */
.permalink-notes {
	max-width: 775px;
	text-align: left;
	}

/* previous/next links */
#pagination {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	}

/* footer containing credits and search bar */
#footer {
	border-top: 1px solid #999;
	padding: 7px 0 0;
	font-size: 10px;
	text-align: center;
	}
#footer .footer-nav {list-style: none; margin: 9px 3px 0; padding-left: 0;}
#footer ul,
#footer li {float: left;}
#footer li { margin-right: 10px; padding-right: 10px; border-right: 1px solid #a7a7a7; line-height: 1; }
#footer li:last-child { border-right: 0; }

/* search bar */
.search-wrapper {float: right;}
.search-wrapper form #search {border: 0; font-size: 10px; padding: 3px 4px 4px; width: 350px;}
.search-wrapper form button {background: transparent; color: #000; font: 8px 'Arial'; font-weight: 100; text-transform: uppercase; padding: 0; padding-left: 5px; margin-top:0; margin-right:2px; border:none;}

/* use pre for displaying code */
pre {
	background: #F5F5F5;
	padding: 5px;
	border-left: 1px solid #999;
	}
	
/* the following changes the colour of whatever is selected */
::selection {
	background:#f5f5f5;
	color:#555;
	}
::-moz-selection {
	background:#f5f5f5;
	color:#555;
	}
::-webkit-selection {
	background:#f5f5f5;
	color:#555;
	}