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


body {
	background-color: #333;
	/*background-image:url(../images/cityscape-outline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}

a:link {color:#c00; text-decoration:none;}
a:visited {color:#c00; text-decoration:none;}
a:hover {color:#c00; text-decoration:underline;}
a:active {color:#c00; text-decoration:underline;}	


#mainwrapper { }

#yellowwrapper { background-color: #333;
	position:relative;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	}

	
#topheader img {width: 70%; height: auto; margin-top: 1.2em; }

#topheader {
	border: 1px solid #ccc;
		}
		
#topheader #tagline {
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 2em;
	margin: 1em 0 1em 0;
	color: #fff;
	}

.entryblob {
	/* background-color: #f5c362; */
	background-color:#fff;
	margin-left: 1em;
	margin-right: 0.8em;
	margin-bottom: 2em;
	padding: 2em 2em 2em 2em;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 1em;
	border-bottom: 1px dashed #ccc;
	
	}

.entryblob h2 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 2.4em;	
	font-weight: bold; 
	margin-top:0px; 
	margin-bottom: 10px;
	color: #000;}

.entryblob h3 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold; 
	letter-spacing: .6em;
	font-variant: small-caps;
	margin-top: 0.8em;
}

.entryblob h4 {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 2em;	
	font-weight: bold;
	color: #111111;
	margin: 0; padding: 0;
}

.entryblob p, td  {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #111111;
	font-size: 2em;
	line-height: 1.5em;
	}

.entryblob  ul, ol{	
	padding-left: 2em;
	margin-left: 2em;
	margin-top: 0;
	padding-top: 0; 
	}

.entryblob ul li, .entryblob ol li {
	list-style-position: inside;
	font-family:verdana, tahoma, arial;
	font-size: 2em;
	}
	
/* nested lists? */	
.entryblob ul li li, .entryblob ol li li {
	list-style-position: inside;
	font-family:verdana, tahoma, arial;
	font-size: 2em;
	}
	
.entryblob ul { list-style-image: url("images/red_bullet.gif"); } 
	
.entryblob blockquote {
	font-family:verdana, tahoma, arial;
	color: #111111;
	font-size: 2em;
	}

.entryblob p.quote {
			font: Normal 'Lucida Grande', Verdana, Arial, sans-serif;
			padding: 0px 30px 0px 10px;
			margin-left: 20px;
			border-left: thick solid gray;
	        font-style: italic;
}



.entryblob .smallital {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #111111;
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
	}

.entryblob .smallital em  { font-style: normal; }

	
.entryblob a:link {color:#c00; text-decoration:none;}
.entryblob a:visited {color:#c00; text-decoration:none;}
.entryblob a:hover {color:#c00; text-decoration:underline;}
.entryblob a:active {color:#c00; text-decoration:underline;}	

.entryblob h2 a:link {color:#000; text-decoration:none;}
.entryblob h2 a:visited {color:#000; text-decoration:none;}
.entryblob h2 a:hover {color:#c00; text-decoration:underline;}
.entryblob h2 a:active {color:#222; text-decoration:underline;}	

.entryblob h3.keyword {display: none};

.entryblob a img {
		border: black solid 1px;
		}

.entryblob p img {width: 90%; height: auto; }
	
.entryblob hr { 
	border: 0;
	color: #B38F47;
	background-color: #B38F47;
	height: 1px;
	width: 100%; }
	
.entryblob a.sup { position: relative; top: -4px; 
	font-size: 1em;}

.entryblob .entrydate {font-family: Georgia, Times, Times New Roman, serif; font-style:italic;
	font-size: 1.8em;
 }
 
.entryblob .emailThis {font-family: Georgia, Times, Times New Roman, serif; font-style:italic;
	font-size: 1.8em;
 }
.entryblob .taglist {font-family: Georgia, Times, Times New Roman, serif; font-style:italic; font-size: 1.8em; }

.entryblob .typewriter {
	font-family:"Courier New", Courier, monospace;
	}
	
.justified {text-align:justify;}



/* top link */
#yellowwrapper .top {
	text-align: center;
	margin-bottom: 1em;
	font-size: 2em;
	}
	
/* read more */
#yellowwrapper .readMore {
	text-align: right; 
	margin-top: 1em; 
	padding-top: 1.4em;
	padding-bottom: 0.6em;
	border-top: #111 thin solid;
	line-height: 1em;; 
	font-size: 2.4em;	
	}


	
#yellowwrapper .readMore a {
                color: #44A3E2;
                font-weight: bold;
            }	
	
		
/* footer */
#footer { display: none; }



	

/* navigation menu, called leftnav for vestigial coding though it's on the right */

#leftnav {
 display: none;
}


#leftnav h5 { 
		}

h5.home { margin-top: 3em; border-top: #111 thin solid;	padding-top: 2em; }
	
#leftnav a:link {color:#c00; text-decoration:none;}
#leftnav a:visited {color:#c00; text-decoration:none;}
#leftnav a:hover {color:#c00; text-decoration:underline;}
#leftnav a:active {color:#222; text-decoration:underline;}	

#leftnav ul  {

	}
	
#leftnav p, div, li { 	
 }		

#leftnav li { }
		
#leftnav .entryList li {
	}
		
#leftnav .entryList .entryListDate {
	font-style:italic;
	 }
	
#leftnav #searchBox { 
	display: none; 
	}

#leftnav input.leftnavsearch {
	}

#leftnav #tagList { 
	display: none; 
	 }
	
#leftnav #tagList li {
	/*margin-bottom: 0.4em;*/
	}
	
#leftnav #newsList { 
	display: none; 
	}
	
#leftnav #newsList li {
	}
	
#leftnav #friendsList { 
	display: none; }
	
#leftnav #friendsList li {
	}

#leftnav #friendsList .friendListDescription { 	
	font-style:italic;
	 }
	
#leftnav  #GawkerArtists {
	display: none;
	}
	

/* top link */
#yellowwrapper .top {
	text-align: center;
	margin-bottom: 1em;
	position: relative; top: -4px;
	}
	

#jumpTo {display: block; }

#jumpTo select { 
    font-size: 2.6em;
    border: 1px;
    -webkit-border-radius:10px;
	margin-bottom: 0.6em;
	-webkit-appearance: menulist;

}

#searchPageForm {display: block; }

#searchPageForm #iphoneSearch input {
	-webkit-appearance: searchfield;
   	font-size: 2em;
    background:#eee;
    border: 1px;
    -webkit-border-radius:10px;
	margin: 0.6em;
	
 }

.searchResult {
	margin-bottom: 1em;
	font-size: 2em;
	}

.searchResult .entrydate { font-size: 1.2em; }	
#announcements {
	background-color: #eee;
	padding: 0.4em;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0.8em 6em 0.8em 6em;
	border:1px solid #777;
	text-align:center;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #111;
} 
	
#topheader {border: 0; }

#topheader #headerImage {width: 96%;}	 

#announcements {display: none; }
	
	
h3.recentEntries	 {
	line-height: 1em;; 
	font-size: 2.4em;	
	margin: 0x;	
	font-variant: small-caps;
	color: #44A3E2;
	font-weight: bold;
	text-align: left; 
	margin-top: 1em; 
	padding-top: 1.4em;
	padding-bottom: 0.6em;
	}	

#angelesLong { display: none; }
.entryblob #moreText {display: none; }
.entryblob #showMoreLink, .entryblob #showLessLink { font-size: 1.8em; }
