#blogMenuSC
{
position: relative;
left: 40px;
width: 400px;
}

#blogSC
{
position: relative;
top:10px;
left: 40px;
width: 800px;
}

#blogMaterialSC{
position: relative;

	width: 500px;
  	left: 100px;
    
    font-family: Verdana;
    font-size: 12px;
    
}



#blogSideBarSC{
position: absolute;
	top: 0px;
  	left: 700px;
   
    
}

#blogSideBarSCsearch
{
position: relative;
	top: 100px;
  	font-size: 10px;
left: 0px;
}


#textby{
font-family: Verdana;
font-size: 10px;
color: #808080;
position: relative;
top:13px;
left: 5px;
}


	
		/*--[ POSTS ]---------------------*/
		#posts {margin: 5px;}
		#posts .post { margin-bottom: 2.25em; padding-bottom: 2.25em; position: relative; }
		
		/* DAY PAGE BLURB, TAG PAGE BLURB, SEARCH RESULT BLURB */
		#daypageblurb,
		#tagpageblurb,
		#searchresultblurb {
		font-size: 14px;
		font-weight: normal;
		 }
		
		/* DATE */
		.date { border-top: 1px solid; border-top-color: #808080;  position: absolute; left: -6em; text-align: center; width: 4em;}
		.date .permalink { font-size: 1.2em; font-variant: small-caps; line-height: 1.25; text-decoration: none; text-transform: lowercase; }
		.date .day, .date .month { display: block; color:#808080;  }
		.date .month { font-size: 1.3em; line-height: 1.15384615385;}
		.year {display: block; font-size: 10px; line-height: 1.15384615385;color: #808080; }
		
		/* COMMON POST STYLES */
		.post h3 {font-family: Verdana; font-weight: bold; font-size: 16px; line-height: 1; margin-bottom: 1em; }
		.post .caption, .post .source { margin-top: 1.5em; }
		
		
		/* CHATS */
		.chat ul { list-style: none; margin: 0 0 1.5em; }
		.chat ul li.odd { color: {color:Secondary Text}; }
		.chat ul li .who { background: {color:Text}; color: {color:Background}; padding: 0 0.25em; }
		.chat ul li.odd .who { background: {color:Secondary Text}; }
		
		/* PHOTOS */
		.photo .image { position: relative; }
		.photo .image img { }
		.photo .image .hi-res { background: #333; color: #fff; display: none; font-size: 0.75em; opacity: 0.9; padding: 0 0.5em; position: absolute; bottom: 1.5em; right: 1em; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
		.photo .image:hover .hi-res { display: inline; }
		
		/* PHOTOSETS */
		.photoset .set { border: 0.375em solid #dddddd; padding: 0; }
		.photoset .set object, .photoset .set embed { display: block; }
		
		/* QUOTES */
		.quote big { color: #6e6e6e; font-family: Georgia; font-size: 6em; font-weight: bold; line-height: 0.5em; position: absolute; left: -0.15em; z-index: 1; }
		.quote .quote-words { font-size: 1.3em; line-height: 1.15384615385; position: relative; z-index: 10; }
		.quote .source { color: {color:Secondary Text}; }
		
		/* REBLOG NOTES */
		.reblogged { color: #cccccc; display:block; font-size: 0.833333em; font-style: italic; margin: 1.5em 0; text-align: right; }
		
		/* POST FOOTER */
		.post-footer { 
		border-top-color: #373737; 
		border-top: 1px solid; 
		color: #777777; 
		font-size: 0.75em; 
		margin: 1.5em 0 0; 
		padding: 0.5em 0 1em; 
		text-align: right; 
		}
		
		
		.post-footer li { display: inline; margin-left: 1em; }
		
		/* NOTES */
		#note-container h4 { font-size: 1.3em; line-height: 1.15384615385; margin-bottom: 1.15384615385em; }
		#note-container .notes .note { border-bottom: 1px solid #aaa; margin: 0 0 0.75em; padding: 0 0 0.75em}
		#note-container .notes .avatar { display: none; }
		
		
		/*--[ PAGINATION ]----------------*/
		#pagination { margin: 3em auto 1.5em; width: 32em; }
		#pagination a { margin-right: 1.5em; }
		
		


