
/* v1.0 | 20080212 */
 
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;
}			

/*-----------------------------------------REAL DEAL---------------------------------------*/

body {
	padding:20px;
	font-family:Helvetica, Arial, sans-serif;
	color:#222222;
	font-size:14px;
	background:#f4f4f4;
}

div#container {
	width:960px;
	margin:auto;
}

div#header{
	margin:0 10px;
	border-bottom:5px solid #222222;
}

div#header h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	z-index:0;
}

div#header h1 a{
	color:#222;
	text-decoration:none;					
}

div#header h1 a:hover{
	color:#5A8F00;					
}				

.occupation {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
	margin-top:-80px;
	margin-right:0px;
	font-size:16px;
	color:#780a0a;
}

.triangle-isosceles {
	position:relative;
	padding:10px;
	font-size:12px;
	margin:0 0 5px;
	background:#222222; /* default background for browsers without gradient support */
	
	/* css3 */
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
	/* NOTE: webkit gradient implementation is not as per spec */
	/*background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	background:linear-gradient(top, #f9d835, #f3961c);*/
	
	color:#6a6a6a;
}

/* creates triangle */
.triangle-isosceles:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	bottom:-30px; /* value = - border-top-width - border-bottom-width */
	right:40px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#222222 transparent transparent;
	z-index:1;
}

.triangle-isosceles:hover {
	color:#fff;
}	

.triangle-isosceles:hover a{
	color:#fff;
}					

.triangle-isosceles a {
	color:#6a6a6a;
}	

div#info {
	margin-top:20px;
	/*border:red 1px solid;	*/
}

div#info h2{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;		
}

.column4 {
	font-size:12px;
	width:220px;
	margin:0 10px;
	float:left;
	/*border:red 1px solid;*/
}

.column4 ul{
	border-bottom:solid 1px #eeeeee;
}				

.column4 li a{
	color:#6a6a6a;
	text-decoration:none;
	display:block;
	border-top:solid 1px #eeeeee;
	padding:5px 0;
}

.column4 li a:hover{
	background:#eeeeee;
}

div#tagged {
	background:#222222;
	margin:10px 10px 20px 10px;
	height:33px;
}

div#tagged li{
	float:left;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}

div#tagged li a{
	color:#f4f4f4;
	display:block;
	padding:12px 10px;
	text-decoration:none;
	border-right:solid 1px #363636;
	font-weight:bold;
	letter-spacing:1px;
}		

div#tagged li a:hover{
	background:#484848;
	color:#fff;
}		

div#content {
	margin:10px;
}

.quote-bubble {
	float:right;
	width:420px;
	position:relative;
	padding:20px;
	color:#f4f4f4;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:36px;
	background:#222; /* default background for browsers without gradient support */
	text-align:center;
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec 
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	background:linear-gradient(top, #f9d835, #f3961c);*/
}

.quote-bubble h3.long_text {
	font-size:24px !important;
	line-height:30px;
}

.quote-bubble h3.short_text {
	font-size:48px !important;
	line-height:54px;
}

/* creates triangle */
.quote-bubble:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	bottom:-30px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#222 transparent transparent;
}				

.quote-bubble.left {
	margin-left:20px;
	margin-right:0;
	background:#222;
}

/* creates triangle */
.quote-bubble.left:after {
	top:50%; /* controls vertical position */
	left:-40px; /* value = - border-left-width - border-right-width */
	margin-top:-20px;
	bottom:auto;
	border-width:20px 20px;
	border-color:transparent #222 transparent transparent;
	z-index:999;
}

div#post {
	border-bottom:solid 1px #e7e7e7;
	padding:20px 0;
	margin:30px 0 30px 0;
}

div#post div.readable p{
	max-width:550px;
}

div#permalink {
	border-bottom:solid 2px #e7e7e7;
	padding-bottom:5px;
	margin-bottom:20px;
	font-size:10px;
	text-transform:uppercase;
	color:#797979;
}

div#permalink a{
	color:#797979;
	text-decoration:none;
}

div#permalink a:hover{
	text-decoration:underline;
}				


div#permalink .notes {
	float:right;
}

div#permalink .date {
	float:left;
}		

.text {
	line-height:20px;
}

.text p {
	margin:8px 0;
}

.text h3 {
	font-size:18px;
	margin-bottom:10px;	
	line-height:28px;
}



.text h3 a{
	text-decoration:none;
}

.text h4 {
	/*margin-bottom:10px;*/
	padding: 8px 10px 5px 35px;
	line-height:34px;
	/*border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;*/
	font-size: 34px;
	text-transform:uppercase;	
	color:#222;
	/*background:#aaaaaa url('http://www.vanillazoo.org/migs/h4-bg.jpg') no-repeat right center;
	width:auto;
	float:left;*/
	
	background:transparent url('http://www.vanillazoo.org/migs/star.png') no-repeat left center;
}

.text img{
	padding:2px;
	border:solid 1px #e0e0e0;
	background:#f4f4f4;
}

.media img{
	padding:2px;
	border:solid 1px #e0e0e0;
	margin-left:10px;
	float:right;
	background:#f4f4f4;
}	

.title h3{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:10px;
}	

.title h3 a{
	color:#222;
	text-decoration:none;		
}			

.title h3 a:hover{
	text-decoration:none;		
}							

.body{
	width:940px;
	float:right;
}

.title{
	text-align:left;
	float:left;
	clear:right;
}

.text ul{
	margin:10px 0;
	list-style-type:disc;
	margin-left:20px;
}

.text ol{
	margin:10px 0;
	list-style-type:decimal;
	margin-left:20px;
}				

.text blockquote{
	border-left:3px solid #e0e0e0;
	font-size:12px;
	margin-bottom:10px;
	margin-left:10px;
	padding:0 10px;
	line-height:18px;
}

.text a {
	color:#2f50bb;
}

.tags {
	font-size:11px;
	color:#d5d5d5;
	margin-top:10px;
	
}

.tags a{
	text-decoration:none;
	color:#d5d5d5;
}		

.tags a:hover{
	color:#0e0e0e;
}						

.tags ul li{
	display:inline;
}

.tags_right{
	clear:both;
}

.answer-bubble {
	width:420px;
	text-align:left;
	position:relative;
	padding:20px;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	margin-bottom:20px;
	background:#5A8F00; /* default background for browsers without gradient support */
	text-align:center;
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec 
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	background:linear-gradient(top, #f9d835, #f3961c);*/
}

/* creates triangle */
.answer-bubble:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	bottom:-30px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#5A8F00 transparent transparent;
}		

.question_container{
	float:right;
	width:460px;
	margin-left:20px;
	overflow:hidden;
}		

div.asker{
	margin-left:50px;
	padding:10px 5px 10px 40px;
}

a.asker{
	color:#222;
	text-decoration:none;
}

div#navigation {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin:0 10px;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}	

div#navigation a{
	padding:5px 10px;
	text-decoration:none;
	color:#f4f4f4;
	background:#acacac;
}

div#navigation .current_page{
	padding:5px 10px;
	text-decoration:none;
	color:#eee;
	background:#222;
}				

div#navigation a:hover{
	background:#2f50bb;
}				

.conversation ul{
	margin:0;
	width:506px;
}

.conversation.two_col ul{
	margin:0;
	width:452px;
}

.conversation li{
	list-style-type:none;
	padding:5px 10px;
}				

.conversation li span{
	font-weight:bold;
}

.conversation li.even{
	background:#eee;
}
.conversation li.odd{
	background:#DAD9D9;
}
.media object{
	padding:2px;
	border:solid 1px #e0e0e0;
	float:right;
	margin-left:20px;
}			

.audio_player{
	margin-bottom:10px;
}	

h3.link {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:42px;
	margin-bottom:10px;
	color:#738de1;
}	

h3.link a {
	color:#2f50bb;
}	

h3.link a:hover {
	color:#222;
}
		
ol.notes {
	padding: 0px;
	list-style-type: none;
	font-size:12px;
}

ol.notes li.note {
	margin:0px 10px;
	background:none;
	padding: 10px 0;
	border-bottom:solid #E7E7E7 1px;
}

ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

ol.notes li.note span.action {
	font-weight: bold;
}

ol.notes li.note .answer_content {
	font-weight:normal;
	line-height:1.5;
}

ol.notes li.note blockquote {
	border-color:#EEEEEE;
	line-height:1.5;
	margin:10px 0 0 10px;
	padding:4px 10px;
}

ol.notes li.note blockquote a {
	text-decoration: none;
}															

ol.notes li{
	width:369px;
	color:#aaa;
}

ol.notes li img{
	display:none;
}

ol.notes li a{
	color:#aaa;
}

div#notes{
	border-left:1px solid #E7E7E7;
	float:right;
	margin-bottom:20px;
	padding-left:20px;
}		


.video_post .caption{
	width:410px;
}	

.video_post .caption.hd_video{
	width:550px;
}	

.permalink_pagination{
	border-bottom:solid 1px #e7e7e7;
	padding-bottom:20px;
}

form#search input{
	background:#222;
	padding:8px 2px;
	border:none;
	color:#757575;
	font-size:12px;
	width:160px;
	height:16px;
}

form#search input:hover{
	color:#f4f4f4;
}				

form#search input:focus{
	background:#5c5c5c;
	color:#f4f4f4;
}			



div.small.full_width{
	display:none;
}

img.HighRes{
	padding:2px;
	border:solid 1px #555;
	display:none;
}

img.HighRes.full_width{
	width:934px;
	border:solid 1px #e0e0e0;
	background:#f4f4f4;
	margin-bottom:10px;
	display:block;
}		

		
div.full_width{
	clear:both;
}



#search_results{
	margin:10px;
	text-align:center;
	color:#f4f4f4;
	background:#222;
	padding:10px 0;
}

h2.result{
	font-size:32px;
}

a.read_more{
	background:#2f50bb;
	padding:5px;
	color:#f4f4f4;
	text-decoration:none;
	text-align:right;
}
a.read_more:hover{
	background:#222;
}				
				
.two_col {
	clear:both;
} 

.two_col img{
	max-width:446px;
}

.two_col .first{ padding-right: 19px !important; }
.two_col .last{ padding-left: 17px !important; 
	border-left:solid 1px #e0e0e0;
}

small{
	font-size:12px;
	color:#999;
	line-height:16px;
}



a#info-toggle{
	background:#780a0a;
	color:#f4f4f4 !important;
}


a#portfolio{
	background:#780a0a;
	color:#f4f4f4 !important;
}				
				
.one_col{
	max-width:500px;	
}

div.hd_video object{
	float:left;
}
div.hd_video object, div.hd_video embed{
	clear:both;
	height:550px;
	margin:auto auto 10px;
	width:934px;
}

#disqus_thread {
	float:left;
	margin:0 20px !important;
	padding:0 !important;
	width:500px !important;
}

#disqus_thread a{
	color:#738de1 !important;
}

span.notes_title{
	margin-left: 10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
	color:#aaa;
	display:block;
	font-size:14px;
}

.permalink_pagination div.prevy{
	float:left;position:absolute;
}

.permalink_pagination div.nexty{
	float:right;
}

a#portfolio{
	background:#780a0a;
	color:#f4f4f4 !important;
}				

div.hd_video object,div.hd_video embed{
	width:934px;
	height:550px;
	margin-bottom:10px;
}

embed.photoset{
	border:1px solid #E0E0E0;
	float: right;
	padding: 2px;
}

#dsq-content h3 {
color:#AAAAAA;
font-size:14px;
}

#dsq-content button.dsq-button {
color:#999999 !important;
font-size:12px;
font-weight:bold;
padding:6px 8px;
}


ul#likes {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:10px;
	color:#999;
}

#likes_container_border{
	border-top:5px solid #222222;
	border-bottom:1px solid #e0e0e0;
	margin:0 10px;
	margin-bottom:5px;
}


#likes_container_border h2{
	font-size:14px;
	margin:15px 0 10px 0;
	text-transform:uppercase;
	display:block;
	float:left;
}

#likes a{
	color:#999;
}

li.like_post {
	border:1px solid #ffffff;
	border-bottom:1px solid #E0E0E0;
	float:left;
	margin:10px;
	padding:10px;
	width:198px;
	background:#FFFFFF;
	overflow:hidden;
}

li.like_post img {
	border:1px solid #E0E0E0;
	margin-bottom:3px;
	max-width:194px;
	padding:2px;
}

li.like_post blockquote {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #eee;
}

li.like_post ol,
li.like_post ul {
  margin: 0 0 0 15px;
  padding: 0;
}

li.like_post .like_link a {
  font-weight: bold;
}

li.like_post .like_title {
  font-weight: bold;
}

li.like_post .post_info_bottom {
  margin: 5px 0 0 0;
  display: block !important;
}

a#see_more {
background:#EEEEEE;
color:#222222;
display:block;
float:right;
font-size:10px;
margin-top:10px;
padding:5px;
text-decoration:none;
}

a#see_more:hover {
background:#E0E0E0;
}



div#footer{
	height:30px;
	font-size:12px;
	background:#222;
	color:#515151;
	margin:10px 10px 0 10px;
}

div#footer ul li{
	background:#222;
	color:#eee;
	float:left;
	display:block;
}

div#footer ul li a#likes_toggle{
	background:#780a0a;;
	text-transform:uppercase;
	color:#f4f4f4;
}

div#footer ul li a#likes_toggle:hover{
	background:#484848;
	color:#fff;
}	

div#footer ul li a{
	color:#eee;
	text-decoration:none;;
	display:block;
	padding:9px 10px;
}

div#footer ul li.likes_toggle{
	float:right;
}

#share{
	float:right;
}

.three_col img{
	width:290px;
}

.three_col .first{
	padding-right:17px;
	border-right:solid 1px #ccc;
	margin-right:13px;
}

.three_col .last{
	padding-left:12px;
	border-left:solid 1px #ccc;
	margin-left:17px;
}

.text small a{
	color:#999;
}
