/**
 * Theme Name: blush
 * Theme URI: http://binslashbash.org
 * Description: blush theme by j. newing (binslashbash.org)
 * Version: 1
 * Author: Joseph Newing
 * Author URI: http://binslashbash.org
 *
 * blush theme
 * by: Joseph Newing
 * 
 * I am more than happy if others use the file for educational purposes only, you may NOT copy anything directly from it
 * you may NOT "borrow" anything from it etc... you MAY learn from it.
 *
 * Notes:
 * 
 * Special Thanks: Want to say thanks to Keith over at Freijja ( http://freijja.com/ ) he was a huge help providing me with some quality feed back, comments
 *                 suggestions etc... Be sure to check him out. Firefox users will love his url extension (very handy).
 * 
 */
 
 @import url(css/post.css);
 @import url(css/navigation.css);
 @import url(css/sidebar.css);
 @import url(css/comments.css);
 
body {
	background: #0d9df8;
	margin: 30px 0 30px 0;
	font: 11px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	
 }
 
img {
	border: none;
	vertical-align: text-bottom; /* silly hack */
	
 }

/* Conteiner IDS */
#header {
	width: 785px;
	height: 47px;
	margin: auto auto;
	background: url(images/body-top.gif) no-repeat left bottom;
	z-index: 999999;
	
 }

#page {
	width: 785px;
	margin: auto auto;
	text-align: left;
	background: url(images/body-bg.gif) repeat-y left top;
	padding: 0 0 0 0;
	
 }

#content {
	float: left;
	width: 550px;
	margin-left: 25px;
	
 }

#sidebar {
	float: right;
	width: 183px;
	margin-right: 4px;
	
 }


#footer {
	width: 785px;
	margin: 0 auto 0 auto;
	background: url(images/body-bg.gif) repeat-y left top;
	padding: 0 0 0 0;
	
 }
#samsarin-archive-dropdown ul li {
padding-left: 15px;
padding-bottom: 5px;

}


/* Generic Things */
.clear {
	content: '';
	clear: both;
	
 }
/* Flickr Blog This */
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }