@charset "UTF-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

html, body {
	margin: 0 0;
	padding: 0 0;
	background-image: url(http://static.tumblr.com/ohckqkq/ysmlayt2g/jordanator-background.jpg);
	background-repeat: repeat-x;
}

#one-hundred {
	width: 100%;
	float: left;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}

	#one-hundred #main-content {
		width: 960px;
		margin: 0 auto;
		text-align: left;
	}

		#one-hundred #main-content #header {
			width: 930px;
			height: 40px;
			float: left;
			display: inline;
			margin-top: 10px;
			padding: 10px 15px;
			background-color: #FFF;
			background-image: url(http://static.tumblr.com/ohckqkq/kfdlayt1t/header-repeat.jpg);
			background-repeat: repeat-x;
		}

			#one-hundred #main-content #header h1 {
				width: 400px;
				float: left;
				display: inline;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 36px;
				font-weight: normal;
				line-height: 40px;
				letter-spacing: -2px;
				color: #FFF;
				text-transform: capitalize;
			}
			
				#one-hundred #main-content #header h1 a {
					color: #FFF;
					text-decoration: none;
				}

			#one-hundred #main-content #header #search {
				width: 530px;
				float: right;
				display: inline;
				text-align: right;
				padding-top: 5px;
			}

				#one-hundred #main-content #header #search .search-input {
					float: right;
					display: inline;
					padding: 0;
					margin: 0;
					background-color: #FFF;
					border: 0;
					font-family: "Helvetica Neue", Helvetica, Arial;
					font-size: 12px;
					line-height: 14px;
					color: #000;
					padding: 4px;
				}

				#one-hundred #main-content #header #search .search-submit {
					float: right;
					display: inline;
					padding: 0;
					margin: 0;
					background-color: #333;
					border: 0;
					font-family: "Helvetica Neue", Helvetica, Arial;
					font-size: 12px;
					line-height: 14px;
					color: #FFF;
					padding: 3px 5px;
					cursor: pointer;
				}

		#one-hundred #main-content #animation-holder {
			width: 960px;
			height: 300px;
			float: left;
			display: inline;
			background-color: #FFF;
			overflow: hidden;
			position: relative;
		}

			#one-hundred #main-content #animation-holder #slider-inner {
				position: absolute;
				height: 300px;
				top: 0;
				left: 0;
				overflow: hidden;
				z-index: 5;
			}

				#one-hundred #main-content #animation-holder #slider-inner .slide {
					width: 960px;
					height: 300px;
					float: left;
					display: inline;
					position: relative;
				}

		#one-hundred #main-content #content-holder {
			width: 960px;
			float: left;
			display: inline;
			background-color: #FFF;
			padding-top: 20px;
		}
	
			#one-hundred #main-content #content-holder p {
				font-family: "Helvetica Neue", Helvetica, Arial;
				font-size: 12px;
				line-height: 18px;
				color: #000;
				padding-bottom: 18px;
			}

			#one-hundred #main-content #content-holder #left-column {
				width: 630px;
				float: left;
				display: inline;
				padding-left: 15px;
			}

				#one-hundred #main-content #content-holder #left-column .post {
					width: 630px;
					float: left;
					display: inline;
					position: relative;
					font-family: "Helvetica Neue", Helvetica, Arial;
					font-size: 12px;
					line-height: 18px;
					color: #000;
					padding-bottom: 20px;
				}

					.post .audio, .post .chat, .post .link, .post .photo, .post .photoset, .post .quote, .post .text, .post .video {
						width: 100%;
						float: left;
						display: inline;
						overflow: hidden;
					}

					.post .media-holder {
						width: 100%;
						float: left;
						display: inline;
						padding-bottom: 20px;
						border-bottom: 5px solid #000;
						text-align: center;
					}

					.post .quote-words {
						width: 100%;
						float: left;
						display: inline;
						padding-bottom: 20px;
						border-bottom: 5px solid #000;
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 36px;
						font-weight: bold;
						line-height: 42px;
					}

					.post .caption {
						width: 100%;
						float: left;
						display: inline;
						padding-top: 20px;
					}
					
					.post blockquote {
						font-style: italic;
					}
					
					.post a {
						color: #000;
						text-decoration: none;
						font-weight: bold;
					}
					
						.post a:hover {
							color: #666;
						}

					.post ul {
						width: 100%;
						float: left;
						display: inline;
						padding-bottom: 18px;
					}

						.post ul li {
							width: 612px;
							float: left;
							display: inline;
							padding-left: 18px;
							background-image: url(http://static.tumblr.com/ohckqkq/1Cnlayt3c/post-list-background.jpg);
							background-repeat: no-repeat;
							background-position: top left;
						}

							.post ul li span.who {
								font-family: Georgia, "Times New Roman", Times, serif;
								font-size: 14px;
								color: #000;
							}

					.post .link-caption {
						width: 100%;
						float: left;
						display: inline;
						padding-bottom: 18px
					}

					.post h2 {
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 24px;
						font-weight: normal;
						line-height: 30px;
						color: #000;
						padding-bottom: 18px;
					}

						.post h2 a {
							color: #000;
							text-decoration: none;
						}

							.post h2 a:hover {
								color: #666;
							}

					#one-hundred #main-content #content-holder #left-column .post .date {
						width: 65px;
						height: 70px;
						clear: both;
						overflow: hidden;
						position: absolute;
						top: 0;
						left: -95px;
						padding-left: 15px;
						background-image: url(http://static.tumblr.com/ohckqkq/k5blayt1f/date-background.jpg);
						background-repeat: no-repeat;
					}
	
						#one-hundred #main-content #content-holder #left-column .post .date span.month {
							clear: both;
							width: auto;
							height: 16px;
							float: left;
							display: block;
							font-family: Georgia, "Times New Roman", Times, serif;
							font-size: 14px;
							line-height: 16px;
							color: #000;
							text-transform: lowercase;
						}
	
						#one-hundred #main-content #content-holder #left-column .post .date span.day {
							clear: both;
							width: auto;
							height: 26px;
							float: left;
							display: block;
							font-size: 24px;
							line-height: 26px;
							color: #000;
							text-transform: lowercase;
						}
	
						#one-hundred #main-content #content-holder #left-column .post .date span.year {
							clear: both;
							width: auto;
							height: 16px;
							float: left;
							display: block;
							font-size: 14px;
							line-height: 16px;
							color: #000;
							text-transform: lowercase;
						}

					#one-hundred #main-content #content-holder #left-column .post ul.post-footer {
						width: 100%;
						float: left;
						display: inline;
						border-top: 1px solid #000;
						padding: 20px 0;
						list-style: none;
						font-family: "Helvetica Neue", Helvetica, Arial;
						font-size: 12px;
						font-weight: bold;
					}

						#one-hundred #main-content #content-holder #left-column .post ul.post-footer li {
							width: auto;
							float: left !important;
							display: inline !important;
							padding: 0 20px 0 0;
							background: none;
						}

							#one-hundred #main-content #content-holder #left-column .post ul.post-footer li a {
								color: #333;
								text-decoration: none;
							}

								#one-hundred #main-content #content-holder #left-column .post ul.post-footer li a:hover {
									color: #666;
								}

				.post .note-container {
					width: 100%;
					float: left;
					display: inline;
					padding: 20px 0;
				}

					.post .note-container ol.notes {
						width: 100%;
						float: left;
						display: inline;
					}

						.post .note-container ol.notes li {
							width: 612px;
							float: left;
							display: inline;
							padding-left: 18px;
							background-image: url(http://static.tumblr.com/ohckqkq/1Cnlayt3c/post-list-background.jpg);
							background-repeat: no-repeat;
							background-position: top left;
						}
						
							.post .note-container ol.notes li a img {
								display: none;
							}

				#one-hundred #main-content #content-holder #left-column .pagination {
					width: 100%;
					float: left;
					display: inline;
					padding: 20px 0;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 18px;
					line-height: 24px;
					color: #000;
				}

					#one-hundred #main-content #content-holder #left-column .pagination a {
						color: #000;
						text-decoration: none;
					}

						#one-hundred #main-content #content-holder #left-column .pagination a:hover {
							color: #666;
						}
					
					#one-hundred #main-content #content-holder #left-column .pagination .previous {
						width: 315px;
						float: left;
						display: inline;
					}
				
					#one-hundred #main-content #content-holder #left-column .pagination .next {
						width: 315px;
						float: right;
						display: inline;
						text-align: right;
					}

			#one-hundred #main-content #content-holder #right-column {
				width: 285px;
				float: left;
				display: inline;
				padding: 0 15px 100px 15px;
			}

				#one-hundred #main-content #content-holder #right-column .tumblr-side-content {
					width: 100%;
					float: left;
					display: inline;
					padding: 20px 0;
					border-bottom: 1px solid #000;
				}

					.tumblr-side-content h2, .tumblr-side-content h3, .tumblr-side-content h4 {
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 24px;
						font-weight: normal;
						line-height: 28px;
						padding-bottom: 18px;
					}

						.tumblr-side-content h3 a {
							color: #000;
							text-decoration: none;
						}
						
							.tumblr-side-content h3 a:hover {
								color: #666;
							}

					.tumblr-side-content ul {
						list-style: none;
						width: 100%;
						float: left;
						display: inline;
						padding: 0;
						margin: 0;
					}

						.tumblr-side-content ul li {
							width: 255px;
							float: left;
							display: inline;
							padding: 0 0 5px 30px;
							margin: 0;
							font-family: Georgia, "Times New Roman", Times, serif;
							font-size: 18px;
							font-weight: normal;
							line-height: 24px;
							background-image: url(http://static.tumblr.com/ohckqkq/I6Vlayt2u/list-background.jpg);
							background-repeat: no-repeat;
							background-position: top left;
						}

							.tumblr-side-content ul li a {
								color: #000;
								text-decoration: none;
							}
							
								.tumblr-side-content ul li a:hover {
									color: #666;
								}

					.tumblr-side-content ul.following {
						list-style: none;
						width: 100%;
						float: left;
						display: inline;
						padding: 0;
						margin: 0;
					}

						.tumblr-side-content ul.following li {
							width: 16px;
							height: 16px;
							float: left;
							display: inline;
							margin: 0 2px 2px 0;
							padding: 0;
							background-image: none;
						}

		#one-hundred #main-content #footer {
			width: 960px;
			float: left;
			display: inline;
			margin-top: 20px;
			padding: 10px 0;
			border-top: 1px solid #000;
			background-color: #FFF;
		}

			#one-hundred #main-content #footer p {
				font-family:"Helvetica Neue", Helvetica, Arial;
				font-size: 12px;
				font-weight: bold;
				line-height: 18px;
				color: #000;
			}
			
				#one-hundred #main-content #footer p a {
					color: #000;
					text-decoration: none;
				}
			
					#one-hundred #main-content #footer p a:hover {
						color: #666;
					}

/* CSS Misc */

.clear {
	clear: both;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

