/* CSS Document */

/* ----- MASTER STYLES ----- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	margin:0;
	background-color:#FFF;
	line-height:1.3em;
	}

img {
	border:none;
	}

h2 {
	font-weight:normal;
	font-size:1.25em;
	margin:-8px 0;
	}

h3 {
	font-size:1em;
	margin-bottom:-8px;
	}

h4 {
	font-weight:normal;
	font-size:1.25em;
	margin:-8px 0;
	background-color:#FFF;
	}

p, h2, h4, ul, a:link, a:visited {
	color:#666666;
	}

a:link, a:visited {
	text-decoration:none;
	}

a:hover {
	color:#209dea;
	text-decoration:underline;
	}
	
.bold {
	font-weight:bold;
	}

.imp {
	font-weight:bold;
	color:#000;
	}
#menu a.current {
	color:#209dea;
	}


/* ----- MENU (left) ----- */
#menu {
	position:fixed;
	float:left;
	top:0;
	width:200px;
	height:100%;
	background-image:url(../index/bg3.png);
	padding-left:15px;
	}
	#menu img {
		margin-bottom:-10px;
		}
	#menu ul {
		margin-left:-40px;
		list-style:none;
		}

/* ----- SMALL NAVIGATION (top) ----- */
#nav {
	position:fixed;
	left:215px;;
	top:0;
	width:300px;
	height:70px;
	background-color:#FFF;
	z-index:99;
	}
	#nav ul {
		margin:5px 0 0 -25px;
		}
	#navlist li {
		display:inline;
		list-style:none;
		}
	.navfirst {
		margin-right:70px;
		}
	.navsecond {
		margin-right:10px;
		}

#navnote {
	position:fixed;
	left:510px;
	width:100%;
	height:38px;
	background-image:url(../index/bg3.png);
	background-repeat:repeat;
	z-index:99;
	padding:32px 0 0 20px;
	}

/* ----- PAGE CONTENT ----- */
.content {
	height:auto;
	position:relative;
	margin:0 0 0 215px;
	}
	.imgtop {
		margin-top:80px;
		}
	.imgreg {
		margin-top:5px;
		}

.content #about-info {
	margin:100px 0 0 15px;
	line-height:1.25em;
	}

.content #about-info h2 {
	margin:20px 0 0 0;
	font-size:18px;
	color:#000;
	}

.content #about-info ul {
	padding:0;
	list-style:none;
	}
	.content #about-info ul li {
		margin-bottom:5px;
		}

.content #about-info em {
	font-style:normal;
	color:#000;
	}

/* ----- INDEX (HOME) PAGE ----- */
.bodyindex {
	background-image:url(../index/bg2.png);
	overflow:hidden;
	}

#welcome {
	margin:60px auto 75px auto;
	width:100%;
	height:80px;
	padding-top:22px;
	background-color:#FFF;
	text-align:center;
	}

#navbig {
	width:100%;
	text-align:center;
	padding:10px 0;
	background-color:#FFF;
	}
	#navbig img {
		margin-right:30px;
		}
	.bigfirst {
		margin-left:10px;
		}
	.biglast {
		margin-left:-20px;
		}

/* ----- NOTICE ----- */
#notice {
	position:fixed;
	left:250px;
	top:150px;
	z-index:98;
	}
#notice a:link, #notice a:visited {
	font-size:10em;
	color:#FFF;
	font-weight:bold;
	line-height:1em;
	}

#notice a:hover {
	text-decoration:none;
	background:#209dea;
	}

/* ----- MISC ----- */
#bodywarmovie {
	background-image:url(../index/bg2.png);
	background-repeat:repeat;
	}


/* ----- TUMBLR STYLES ----- */

#blogcontent {
	height:auto;
	position:relative;
	margin:0;
	}
	
.post {
	position:relative;
	display:block;
	margin:50px 0 0 215px;
	padding-left:10px;
	width:500px;
	}

#menu h2 {
	font-size:1em;
	}

/* Date */

.post .dates {
	text-align: left;
	font-size:1em;
	font-weight:bold;
	color:#666666;
	margin-bottom:1.5em;
	}

/* Permalink */

	.post img.permalink {
		width: 14px;
		height: 13px;
		border-width: 0px;
		background-color: #000;
		display: none;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 10;
		}
	
		.post:hover img.permalink {
			display: inline;
			}

	.post h2 {
		font-size:2.5em;
		font-weight: bold;
		margin-bottom:.75em;
		}

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

	.post .caption {
		font-size: 14px;
		font-weight: bold;
		color: ;
		margin-top: 10px;
		padding: 0px 20px 0px 20px;
		}

		.post .caption a {
			color: ;
			}

/* Regular Post */

	.post .regular {
		font-size: 12px;
		line-height: 17px;
		}

		.post .regular blockquote {
			font-style: italic;
			border-left: solid 2px ;
			padding-left: 10px;
			}
			
/* Quote Post */

	.post .quote .quote_text {
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		color: ;
		border-left: solid 5px ;
		padding-left: 10px;
		}
	
		.post .quote .quote_text span.short {
			font-size: 36px;
			line-height: 40px;
			letter-spacing: -1px;
			}
		
		.post .quote .quote_text span.medium {
			font-size: 25px;
			line-height: 27px;
			letter-spacing: -1px;
			}
		
		.post .quote .quote_text span.long {
			font-size: 16px;
			line-height: 20px;
			}

		.post .quote .quote_text a {
			color: ;
			}

	.post .quote .source {
		font-size: 16px;
		font-weight: Bold;
		color: ;
		margin-top: 5px;
		}

		.post .quote .source a {
			color: ;
			}

/* Link Post */

	.post .link a.link {
		font: Bold 20px Helvetica, sans-serif;
		letter-spacing: -1px;
		color: ;
		}

		.post .link span.description {
			font-size: 13px;
			font-weight: normal;
			letter-spacing: -1px;
			color: ;
			}

/* Conversation Post */
		
	.post .conversation ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px 0px 0px 1px;
		border-left: solid 5px ;
		}

		.post .conversation ul li {
			font-size: 12px;
			padding: 4px 10px 4px 8px;
			color: ;
			margin-bottom: 1px;
			}

			.post .conversation ul li span.label {
				font-weight: bold;
				}
			
				.post .conversation ul li span.user_1 {
					color: #c00;
					}
				
				.post .conversation ul li span.user_2 {
					color: #00c;
					}
				
				.post .conversation ul li span.user_3 {
					color: #0a0;
					}
			
			.post .conversation ul li.odd {
				background-color: ;
				}

			.post .conversation ul li.even {
				background-color: ;
				}

/* Video Post */

	.post .video {
		width: 400px;
		margin: auto;
		}

/* Footer */

	#footer {
		margin: 40px 0px 30px 0px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: ;
		}

		#footer a {
			text-decoration: none;
			color: ;
			}

			#footer a:hover {
				text-decoration: underline;
				}
		
		#footer div#credit {
			font: normal 13px Georgia, serif;
			font-size: 13px;
			margin-top: 15px;
			}
		
			.query { font-weight: bold; }