/*
Theme Name: saf
Theme URI: http://wordpress.org/
Description: First real SAF theme
Version: 001b
Author: Arijit Das
Author URI: http://spaceandflow.com/
Tags: 

*/



body{
	/*background:url("/images/saf_sketchbook_arijit_das.png") #4f4f4f no-repeat center top;
	background:url("/images/2008_12_12_bw.jpg") #dad8d6 repeat center 404px;*/
	background-color:#fafafa;
	padding:0px;
	margin:0px 0px 0px 0px;
	/*color:#dddddd;*/
	color:#333333;
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family:georgia;
	font-style:italic;
	font-size:11px;
	line-height:1.5em;
	min-width:915px;
	/*height:2100px;*/
}
.container {
	position:relative;
	/*width:950px;*/
	margin-left: auto;
	margin-right: auto;
	margin:0px 8px 48px 8px;
	padding-top:0px;
}
#top_slice{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:70px;
	border-bottom:0px dotted;
}
#slice02{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 58px 0px 58px;
}
#slice03{
	padding-top:0px;
	border-top:0px #ccc dotted;
}
img#main_logo{
	/*position:absolute;
	width:310px;
	height:36px;
	left:0px;
	top:0px;
	/*border-top:4px #282828 solid;*/
	border:none;
}
img.link_img{
	width:40px;
	height:40px;
}
.col{
	float:left;
	width:162px;
	left:0px;
	padding-top:0px;
	border-top:0px #ccc dotted;
	margin-right:26px;
}
.col01{
	float:left;
	width:31%;
	left:0px;
	padding-top:0px;
	border-top:0px #ccc dotted;
}
.col02{
	float:left;
	width:31%;
	margin-left:4%;
	left:0px;
	padding-top:0px;
	border-top:0px #ccc dotted;
}
.col03{
	float:right;
	width:31%;
	left:0px;
	padding-top:0px;
	border-top:0px #ccc dotted;
}
#titlecol img{
	position:absolute;
	left:-5000px;
	top:-5000px;
}
h1{
	display:inline;
	font-size:1em;
	text-transform:lowercase;
	font-weight:bold;
/*	background-color:#eeeeee;*/
	margin:0px;
	padding:0px;
}
h2{
	font-size:2.25em;
	line-height:1.05em;
	margin:0px 0px 6px 0px;
	font-weight:normal;
	font-family:helvetica, sans-serif;
	font-style:normal;
	color:#ccc;
}
h3{
	font-family:helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.8em;
	line-height:1.2em;
	margin:0px;
	margin-bottom:0px;
}
h3 img{
	display:none;
}
a, a:visited{
	color:#333333;
	text-decoration:none;
}
a:active, a:hover{
	color:#fff;
	background-color:#222;
}
p a{
	background-color:rgba(255,255,10,.6);
}
a.icon, a.icon:visited{
	display:block;
	float:left;
	overflow:hidden;
	height:14px;
	margin:3px 4px 0px 0px;
	text-decoration:none;
	/*background-position:0px -14px;*/
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	margin-top:22px;
}
a.icon img{
	border:none;
}
a.icon:hover{
	background:none;
	background-position:0px 0px;
}
a.list{
	display:block;
	padding-left:4px;
	margin-top:3px;
	/*background:url("/images/bg_plus.png") no-repeat -497px 5px;*/
	background-color:#eee;
}
a.list:hover{
	/*background-position:1px 5px;*/
	color:#fff;
	background-color:#222;
}
h2 a, h2 a:visited{
	color:#ccc;
}
h2 a:active, h2 a:hover{
	color:#fff;
}
.info{
	font-family:helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.8em;
	margin-right:6px;
}
#l_pm{
	width:25px;
	background-image:url("/images/icons_proteinmedia.png");
}
#l_email{
	width:15px;
	background-image:url("/images/icons_email.png");
}
#l_facebook{
	width:14px;
	background-image:url("/images/icons_facebook.png");
}
#l_flickr{
	width:24px;
	background-image:url("/images/icons_flickr.png");
}
#l_twitter{
	width:22px;
	background-image:url("/images/icons_twitter.png");
}
#l_myspace{
	width:14px;
	background-image:url("/images/icons_myspace.png");
}
#l_newsletter{
	width:14px;
	background-image:url("/images/icons_newsletter.png");
}
#l_comment{
	width:14px;
	background-image:url("/images/icons_comment.png");
}
.toggle_area{
	clear:both;
	background-image:url("/images/bg_black_90.png");
}
p{
	clear:both;
	margin:0px 0px 6px 0px;
	/*padding:0px 0px 0px 0px;*/
}
#comment_area{
	position:absolute;
	border:0px solid #eeeeee;
	background:rgba(248,248,248,.90);
	color:#2a2a2a;
	padding-top:20px;
	padding-bottom:20px;
	top:0px;
	margin-right:0px;
	margin-left:0px;
	display:none;
	font-size:0.9em;
	line-height:1.25em;
	box-shadow: 1px 2px 6px rgba(0,0,0,.35); 
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.35); 
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.35);
	display:none;
	z-index:+5;
}
#comment_area form{
	
}
label{
	font-weight:bold;
}
input{
	border:1px dotted #aaaaaa;
	background-color:#fafafa;
	color:#222222;
	font-size:12px;
	margin-top:4px;
}
textarea{
	border:1px dotted #aaaaaa;
	background-color:#fafafa;
	color:#222222;
	font-family:arial,sans-serif;
	font-size:12px;
}
ol.commentlist {
	padding:0px;	
}
li.comment, li.pingback{
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	padding-bottom:0px;
	border-bottom:0px dotted #181818;
	padding-left:100px;
	padding-top:0px;
	clear:both;
	/*font-family:helvetica,arial,sans-serif;*/
	border-top:0px dotted #ccc;
}
.comment-author{
	margin-bottom:8px;
}
cite.fn{
	font-weight:bold;
	font-style:italic;
	font-size:.8em;
	line-height:1.25em;
}
.comment-body p{
	margin:0px;
	padding:0px;
	width:auto;
	font-family:georgia,times,serif;
}
.comment-meta{
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	text-align:left;
	padding:0px;
	border:0px solid;
	font-style:normal;
	font-style:italic;
	line-height:1em;
}
.comment-meta a{
	color:#999;
}
#commentform{
	border-top:0px dotted #ccc;
	padding-top:10px;
	margin-top:20px;
}
#commentform p a{
	background:none;
}
#commentform p a:hover{
	background:#222;
}
#commentform input{
	width:100%;
}
#commentform label{
	font-weight:normal;
	font-size:.8em;
}
#sets{
	display:none;
}
#interesting{
	display:none;
}
.flickr-thumb {
	float: left;
	border: 0px solid #ffffff;
	padding: 0px;
	margin: 0px 1px 1px 0px;
	overflow:hidden;
	/*width:40px;
	height:120px;*/
	width:30px;
	height:30px;
	background-position: center center;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
	cursor:pointer;
}
.flickr-gallery ol{
	display:none;
}
.flickr-thumb img{
	margin:0px;
	border:none;
	width:200px;
	height:200px;
	cursor:pointer;
}
.flickr-thumb a{
	cursor:pointer;
}
#showImg {
	display:none;
	position:absolute;
}
img.feature{
	width:451px;
	margin:0px 1px 1px 0px;
}
#screenshot{
	position:absolute;
	border:0px solid #eeeeee; 
	/*background-color:#fafafa;*/
	background:rgba(248,248,248,1);
	color:#2a2a2a;
	padding:8px;
	display:none;
	/*font-size:1.25em;
	line-height:1.35em;*/
	box-shadow: 1px 4px 8px rgba(0,0,0,.5); 
	-webkit-box-shadow: 1px 4px 8px rgba(0,0,0,.5); 
	-moz-box-shadow: 1px 4px 8px rgba(0,0,0,.5);
}
#screenshot img{
	
}
#featureitem{
	position:relative;
}
#featureTip{
	position:absolute;
	display:none;
}
#feature_info_link{
	display:block;
	position:absolute;
	text-align:right;
	left:-8px;
	bottom:8px;
	padding:4px 8px 4px 8px;
	color:#fafafa;
}
a#feature_info_link:hover{
	background:rgba(255,255,10,.8);
	color:#333;
}
.floatinglink_off{
	/*background:rgba(255,10,30,.8);*/
	background:rgba(10,10,10,.8);
}
.floatinglink_on{
	background:rgba(10,10,10,.8);
}

/* styles for sliding image viewe */
#slideshow {
	position:relative;
	height:400px;
	overflow:hidden;
}
#slideshow div{
	position:absolute;
	width:20000px;
}
#slideshow div ul{
	padding:0px;
	margin:0px;
}
#slideshow div ul li{
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
	height:400px;
	font-size:4em;
}
#slideshow div ul li img {
	height:400px;
	margin:0px;
}
#footer{
	width:100%;
	right:0px;
	background-color:rgba(250,250,250,1);
}
.footer-one{
	/*position:fixed;*/
	position:relative;
	bottom:0px;
}
.footer-two{
	position:relative;
}


