* {
	margin:0;
	padding:0;
}

body {
	background: white url('http://bryanmckay.com/blog/stripe.png') fixed repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center; /* horizontal centering for IE Win quirks */
	border: none;
	line-height: 1.2em;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: white;
	font-size: 20px;
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
}

h2 a {
	color: white;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

.te {
	background: #b6cc61;
}

.ph {
	background: #8fb5f0;
}

.vi {
	background: #b690dd;
}

.qu {
	background: #fc9d58;
}

.li {
	background: #f35e5c;
}

.au {
	background: #ff92c0;
}

.ch {
	background: #798282;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}


img {
	margin-bottom: 10px;
}

#container {
	width: 522px;
	margin: 0 auto;
}

#header {
	background: gray;
	border: 1px black dotted;
	margin-top: 15px;
}

#header img {
	margin-bottom: 0px;
	border: none;
}

#header img a {
	margin-bottom: 0px;
	border: none;
}

#about {
	background: white;
	border: 1px black dotted;
	margin-top: 15px;
	color: black;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 5px;
}

#content {
	background: white;
	margin-top: 15px;
	margin-bottom: -10px;
}

#footer {
	background: white;
	border: 1px black dotted;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
	text-align: center;
}

/* TUMBLR CSS */

#text {
	font-size: 14px;
	border: 1px black dotted;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#quote {
	font-size: 14px;
	border: 1px black dotted;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#photo {
	font-size: 14px;
	margin: 0 auto;
	padding: 10px;
	border: 1px black dotted;
	text-align: left;
}

#link {
	font-size: 14px;
	border: 1px black dotted;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#photo img {
	padding-bottom: 10px;
	border: none;
	margin-bottom: -10px;
}

#photo img a {
	border: none;
}

#photo .caption {
	padding-top: 10px;
}

blockquote {
	padding: 10px;
}

#text blockquote {
	background: #dceba8;
	margin-top: 10px;
}

#quote blockquote {
	background: #f4aa79;
}

#photo blockquote {
	background: #bbd2f7;
	margin-top: 10px;
}

#link blockquote {
	background: #ffd0cf;
	margin-top: 10px;
}
	
p {
	border: none;
	padding: 0px;
}

p + p {
	margin-top: 10px;
}

blockquote + p {
	margin-top: 10px;
}

.source {
	margin-top: 10px;
}

#text ul {
	padding: 5px;
	padding-left: 40px;
	list-style: circle;
}

#quote blockquote li {
	padding: 5px;
	padding-left: 40px;
	list-style: circle;
}


#text .video {
	margin-bottom: -5px
}

#text img {
	margin-bottom: 10px;
}

#chat {
	border: 1px black dotted;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#chat ul li {
	list-style:none;
	color:black;
	padding:8px;
}

#chat .label {
	font-weight:bold;
}

#chat li.odd {
	background:#c8cece;
}

#chat li.even {
	background:#ebebeb;	
}


