body {
	background-color: #fff;
	font-size: .85em;
	margin: 0;
	padding: 0;
}

a {
	color: #404f6d;
}

a:hover {
	color: #231e1f;
}

#TopStripe {
	background-color: #555;
	border-bottom: 2px solid #231e1f;
	height: 15px;
	margin: 0;
	padding: 0;
}

#Container {
	background: #fff url(../images/tree_hdr.gif) no-repeat center -15px;
	margin: 15px auto;
	padding: 0;
	padding-right: 10px;
	width: 1024px;
}

#Header {
	
	height: 100px;
	margin: 0;
	padding: 15px 25px;
	padding-top: 0;
	position: relative;
}

#Logo {
	bottom: 15px;
	height: 50px;
	left: 25px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 170px;
}

#Logo span {
	background: #fff url(../images/travis_logo.gif) no-repeat;
	left: 0;
	height: 50px;
	position: absolute;
	top: 0;
	width: 170px;
}

#HeaderNav {
	bottom: 15px;
	position: absolute;
	right: 301px;
}

#Nav {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}

#Nav li {
	margin-left: 1.5em;
	list-style: none;
	float: left;
}

#Nav li a {
	color: #777;
	text-decoration: none;
	text-transform: uppercase;
}

#Nav li.selected a {
	color: #222;
}

#Nav li a:hover {
	color: #444;
}




#MainContent {
	clear: both;
	margin: 35px 0;
	font-family: Georgia, Times, serif;
}

#Main {
	line-height: 1.3em;
	margin-left: 25px;
	margin-right: 301px;
	padding: 0 0px;
}

#Sidebar {
	float: right;
	color: #555;
	line-height: 1.3em;
	margin: 0;
	padding: 0 25px;
	width: 224px;
}

#Footer {
	border-top: 1px solid #aaa;
	clear: both;
	margin: 0 25px;
	padding: 5px 0;
	position: relative;
}

h1, h2, h3, h4, h5 {
	color: #231e1f;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.15em;
}

hr {
	border: none;
	background-color: #bbb;
	height: 1px;
	padding: 0;
}



#Main h2 > a {
	color: #231e1f;
	text-decoration: none;
}

#Main .article_link {
	color: #777;
	font-size: .9em;
}

#Main .article_date {
	color: #777;
	font-size: .9em;
	font-style: italic;
	padding-right: .5em;
}

#Main .article_link a {
	color: #404f6d;
	font-style: italic;
	margin-left: .5em;
}

#Main .article_link a:hover {
	color: #231e1f;
}


#Main .tags {
	margin: 0;
	padding: 0;
}

#Main .tags li {
	color: #999;
	display: inline-block;
	font-size: .9em;
	font-style: italic;
	list-style: none;
	padding-right: .5em;
}

* html #Main .tags li {
	display: inline;
}

#Main .tags li a {
	color: #999;
	display: inline-block;
	list-style: none;
	text-decoration: none;
}

#Main .entry_nav {
	margin: .5em 0;
	padding: 0;
}

#Main .entry_nav li {
	display: inline-block;
	font-style: italic;
	list-style: none;
	padding-right: .5em;
}

#Main .entry_nav li a {
	color: #777;
	display: inline-block;
	list-style: none;
	text-decoration: none;
}

#Main > h2:first-child {
	margin-top: 0 !important;
}


#Footer {
	color: #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
}

#Footer a {
	color: #999;
	text-decoration: none;
}




#RecentTracks {
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(243, 243, 243)), color-stop(0.45, rgb(248, 248, 248)), to(rgb(218, 218, 218)));
	border: 1px solid #bbb;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 1em 0;
	padding: .5em 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#RecentTracks > h4:first-child {
	background: url(../images/itunes_icon.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

* html #RecentTracks h4 {
	background: url(../images/itunes_icon.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

#RecentTracks > h4:first-child a {
	text-decoration: none;
}

* html #RecentTracks h4 a {
	text-decoration: none;
}

#RecentTracks #TracksContainer {
	border: 1px solid #aaa;
	height: 240px;
	margin: .75em 0;
	overflow: auto;
}

#RecentTracksTable {
	background-color: #eee;
	border-collapse: collapse;
}

#RecentTracksTable tr.alt {
	background-color: #fcfcfc;
}

#RecentTracksTable td,
#RecentTracksTable th {
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: .25em;
}

#RecentTracksTable td span.trackname {
	font-size: 1.1em;
}

#RecentTracksTable td span.album {
	color: #666;
	font-style: italic;
}

#RecentTracksTable td span.artist {
	color: #999;
}

#RecentTracksTable td.trackrating {
	color: #7f7f7f;
}




#RecentPhotos {
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(243, 243, 243)), color-stop(0.45, rgb(248, 248, 248)), to(rgb(218, 218, 218)));
	border: 1px solid #bbb;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 1em 0;
	padding: .5em 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#RecentPhotos > h4:first-child {
	background: url(../images/flickr_dots.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

* html #RecentPhotos h4 {
	background: url(../images/flickr_dots.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

#RecentPhotos > h4:first-child a {
	text-decoration: none;
}

* html #RecentPhotos > h4:first-child a {
	text-decoration: none;
}

.PhotosContainer {
	margin: 0 -1em;
}

.RecentPhotosList {
	margin: 0;
	padding: 0;
	text-align: center;
}

.RecentPhotosList li {
	background-color: #fff;
	border: 1px solid #999;
	display: inline-block;
	list-style: none;
	margin: 4px 2.5px;
	padding: 5px;
}

* html .RecentPhotosList li {
	display: inline;
}

.RecentPhotosList li a {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.RecentPhotosList li a img {
	border: 1px solid #aaa;
}

#RecentPhotos p {
	margin: .25em 0;
}

#RecentPhotos p.resize {
	margin: 0;
	padding: 0;
	text-align: center;
}




#Twitter {
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(243, 243, 243)), color-stop(0.45, rgb(248, 248, 248)), to(rgb(218, 218, 218)));
	border: 1px solid #bbb;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 1em 0;
	padding: 0;
	padding: .75em 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#Twitter > h4:first-child {
	background: url(../images/twitter_bird.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

* html #Twitter h4 {
	background: url(../images/twitter_bird.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

#Twitter > h4:first-child a {
	text-decoration: none;
}

* html #Twitter h4 a {
	text-decoration: none;
}

#Twitter .tweet {
	line-height: 1.3em;
}

#Twitter .tweetdate {
	color: #999;
	font-style: italic;
}

.RecentTweetsList {
	margin: 0;
	padding: 0;
}

.RecentTweetsList li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

* html #MoreTweets .RecentTweetsList {
	border-top: 1px solid #ccc;
}

#MoreTweets .RecentTweetsList li {
	border-bottom: 1px solid #ccc;
}

#MoreTweets .RecentTweetsList li:first-child {
	border-top: 1px solid #ccc;
}

#MoreTweets .RecentTweetsList li:last-child {
	border-bottom: none;
}

#Twitter p {
	margin: .25em 0;
}

#Twitter p.resize {
	margin: 0;
	padding: 0;
	text-align: center;
}




#RSS {
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(243, 243, 243)), color-stop(0.45, rgb(248, 248, 248)), to(rgb(218, 218, 218)));
	border: 1px solid #bbb;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .8em;
	margin: 1em 0;
	padding: 0;
	padding: .75em 1em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#RSS > h4:first-child {
	background: url(../images/feed-icon-14x14.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

* html #RSS h4 {
	background: url(../images/feed-icon-14x14.png) center left no-repeat;
	margin: 0;
	padding-left: 24px;
}

#RSS > h4:first-child a {
	text-decoration: none;
}

* html #RSS h4 a {
	text-decoration: none;
}




blockquote {
	background-color: #eee;
	border: 1px solid #999;
	font-family: Courier, Monaco, monospace;
	margin: 10px 25px;
	padding: 3px 5px;
	text-align: center;
}

.quoteblock {
	margin-top: 2em;
	padding-top: 5px;
}

.quoteblock p {
	background: url(../images/bg_quotes.gif) no-repeat top center;
	font-size: 85%;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 30px;
	font-style: italic;
}

.quotesource {
	color: #222;
	font-style: normal;
}

.quoteblock hr {
	margin: 10px auto;
}




ol#Comments {
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

ol#Comments li {
	border-bottom: 1px solid #aaa;
	list-style-type: none;
	padding: .5em;
}

ol#Comments li:first-child {
	border-top: 1px solid #aaa;
}

ol#Comments li.alt {
	background-color: #efefef;
}




#CommentFormContiner {
	font-family: Georgia, Times, serif !important;
}

#CommentForm div {
	margin-top: .5em;
}

#CommentForm label {
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#CommentForm input[type='text'] {
	width: 307px;
}

#CommentForm textarea {
	width: 441px;
}

#CommentForm ul.errorlist {
	font-family: Helvetica, Arial, sans-serif;
	margin: .5em 0;
	padding: 0;
}

#CommentForm ul.errorlist li {
	color: #cc2b2c;
	list-style-type: none;
}

#CommentForm div.error input[type='text'],
#CommentForm div.error textarea {
	background-color: #f8eeef;
}


#CommentFormErrors {
	background: #f8eeef url(../images/stop24.png) 5px 50% no-repeat;
	border: 1px solid #cc2b2c;
	color: #cc2b2c;
	min-height: 32px;
	padding: .5em;
	padding-left: 32px;
}

#CommentFormErrors ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

#CommentPreviewContainer h4 {
	color: #444;
	margin-bottom: 0;
	padding: 0;
}

#CommentPreview {
	background-color: #efefef;
	border: none;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font-family: Georgia, Times, serif;
	margin: 1.5em 0;
	padding: .5em;
	text-align: left;
}

#CommentPreview pre {
	font-family: Georgia, Times, serif;
}




/* Miscellaneous
---------------------------------------*/

li {
	list-style-type: square;
}

.clear {
	clear: both;
}

.center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

hr.half {
    margin: 10px auto;
    width: 50%;
}

hr.third {
    margin: 10px auto;
    width: 33%;
}

hr.quarter {
    margin: 10px auto;
    width: 25%;
}



pre {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0;
}





/* Code styles
---------------------------------------*/

.java .comment, .javascript .comment, .ruby .comment, .python .comment {
	color : green;
}

.applescript .string, .java .string, .javascript .string, .ruby .string, .python .string {
	color : teal;
}

.applescript .keywords, .java .keywords, .javascript .keywords, .ruby .keywords, .python .keywords {
	color : navy;
}

.ruby .symbol {
	color : maroon;
}

.javascript .global {
	color : blue;
}

.java .brackets, .javascript .brackets, .ruby .brackets, .python .brackets {
	color : navy;
}

.applescript .comment, .css .comment {
	color : gray;
}

.css .properties {
	color : navy;
}

.css .selectors {
	color : maroon;
	font-weight : bold;
}

.css .units {
	color :red;
}

.css .urls {
	color :green;
}

.html .tag {
	color : purple;
}

.html .comment {
	color : gray;
	font-style: italic;
}

.html .string {
	color : navy;
}

.html .doctype {
	color : teal;
}
