
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#header{

	padding:10px;	
	text-align:center;
}

.brand{
	font-family: 'Copperplate Light', 'Copperplate Gothic Light', serif;	
}

body{

	background-color:#404040;
	color:white;
}

blockquote{
	
	border-color:grey;
		
}

#avatar{
	float:left;	
	border:3px solid white;
	margin-right:20px;
}

h4{
	font-family: 'Copperplate Light', 'Copperplate Gothic Light', serif;	
}

.downbox{
	
	margin-top:20px;
	border-top:2px solid #C93;
	clear:left;
		
}

.col1{

	min-height:160px;
	
}

.following li{

	display:inline;
	
}

.img-following{
	
	margin-top:5px;
		
}

.content{
	
	background-color:#eee;
	color:black;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-bottom:30px;
		
}

.content i{
	
	margin-right:5px;
		
}


.title{
	font-family: 'Copperplate Gothic Light', 'Copperplate Light',serif;	
	padding-top:5px;
	margin-left: 20px;
}

.text-content{
	margin-left:20px;
	padding-top:20px;
	margin-right:20px;
}

.meta-post{
	margin-top:20px;
	margin-left:20px;
	font-size:x-small;
	color:#963;
	text-align:left;
	padding-bottom:10px;
}

.meta-post a{
	color:#963;
}

.tags li{
	display:inline;	
	margin-left:10px;
}

.meta-list li{
	display:inline;	
	margin-left:10px;
}

.photo{
	text-align:center;
}


.fill-image{
	width:770px;	
}

.photo-set{
	text-align:center;
}

.copy{
	text-align:left;	
	margin-left: 20px;
	margin-top:10px;
	margin-right: 20px;
}

.quote-content{
	
	background-color:#B7A988;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;	
	padding:20px;
	font-style:italic;
	border-left:0px;
}

.link-content{

	padding-top:20px;
	padding-left:20px;
	font-size:large;
	
}

.link-content a{
	
	color:#000099;
	
}

.conversation{

	padding-top:20px;
	margin-left:20px !important ;
	margin-right:20px;
	
}

.conversation li{
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border:1px solid black;
		
}

.odd{
	
	background-color:#CCC;
		
}

.even{
	
	background-color:#FFFFCC;
		
}

.video-content{
	text-align:center;	
}

.video-content iframe{
	width:100%;	
}

.audioimg{
	max-height: 150px;
	margin: 20px;
	float: left;	
}

.audio .copy{
	clear:left;	
}

.audio-content{
	padding:30px;	
}

.artist{
	font-size:small;
	padding:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
}

.trackname{
	padding:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.audio-info{
	background-color:grey;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;		
}

.permalink-page-notes{
	padding: 20px;
	border-top: 1px dashed grey;	
}

.question{
	padding:20px;
	background-color:#996666;
	text-align:right;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;	
}

.answer .copy{
	clear:right;	
}

.asker{
	padding:10px;
	font-style:italic;
	font-size:small;	
}

a.asker{
	color:#063;
}

.question img{
	float:right;	
}

.question-content{
	padding:10px;	
	margin-right:130px;
}