/*  
Theme Name: Yaniv Fridman Blog 3
Theme URI: http://yanivfridman.com/blog
Description: A theme for the Yaniv Fridman Blog.
Version: 2
Author: Yaniv Fridman
Author URI: http://yanivfridman.com

	Yaniv Fridman Blog v3
	 http://yanivfridman.com

	This theme was designed and built by Yaniv Fridman

	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/
	*{
		margin:0;
		padding:0;
		}
	body {
	background:url(images/back3.jpg) repeat;
	}
	
	#container{
	position:relative;
	margin:0 auto;
	width:1000px;
	font-family:Century Gothic, Verdana, Futura;
	font-size:14px;
	color:#FFFFFF;

	}

	#header{
	height:26px;
		}	
		

	#header h2{
	position:absolute;
	height:800px;
	width:233px;
	background:url(images/sticker.png) no-repeat;
	text-indent:-5000px;
	left:50px;
		}
	#header h1 a{
	position:absolute;
	height:149px;
	width:151px;
	background:url(images/sticker3.png) no-repeat;
	text-indent:-5000px;
	left:94px;
	top:55px;
	z-index:1;
		}
		
	#nav li{
		list-style:none;
		}
	
	#content{
		position:absolute;
		width:500px;
		left:360px;
		top:40px;
		}
	#content img{
		border:none;
		}
		
	#content h2 a{
		font-size:16px;
		text-decoration:none;
	        color:#FFFFFF;
		font-weight:200;
                
		}
	#content h2{
		font-size:16px;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:200;
		}
	
	#content a{
	border:none;
	text-decoration:none;
	color:#243C3F;

		}
        #content a:hover{
		color:#333333;
		border:none;
		}
	#content a:visited{
		color:#243C3F;
		}

#content h5{
		font-size:12px;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:200;

		}
	
	#nav{
	position:absolute;
	width:170px;
	top:230px;
	left:42px;
	color:#243C3F;
	}
		#portfolio a{
		position:absolute;
		text-indent:-5000px;
		background:url(images/portfolio_btn.png) top no-repeat ;
		height:50px;
		width:202px;		
		}
		#portfolio a:hover{
		position:absolute;
		text-indent:-5000px;
		background:url(images/portfolio_btn.png) bottom no-repeat ;
		height:50px;
		width:202px;		
		}
		#sidebar{
	position:absolute;
	width:170px;
	top:300px;
	left:40px;
	color:#243C3F;
		}
	#sidebar a:hover{
		background:url(images/button.png) right no-repeat;
		padding-right:12px;
		padding-bottom:2px;
	}
	#sidebar ul {
		list-style:none;
		text-align:right;
		margin-bottom:24px;
		
		}
	#sidebar a{
		text-decoration:none;
		font-size:14px;
		color:#243C3F;
		}
	#sidebar a:visited{
		color:#243C3F;
		}
	#sidebar a:hover{
		color:#274145;
		}


		

	#contact {
		text-indent:-5000px;
		background:url(images/contact.png) right no-repeat ;
		height:30px;
		width:175px;
		margin-top:20px;
		}

	#links {
		text-indent:-5000px;
		background:url(images/links.png) right no-repeat;
		height:40px;
		width:175px;
		margin-top:-10px;
		
		}
	#meta {
		text-indent:-5000px;
		background:url(images/meta.png) right no-repeat;
		height:30px;
		width:175px;
		margin-top:-4px;
		}
	#searchbox{
	padding-left:26px;
	margin-top:-21px;
	border:none;
	}
		
	#search {
		background:url(images/searchbar.png) right no-repeat;
		text-indent:-5000px;
		height:25px;
		}
	
	.keyword {
	border:none;
	background: transparent; color:	#000000;
	width: 114px;
	padding-top: -6px;
	padding-right: 2px;
	padding-bottom: 3px;
	margin-left:6px;
	} /* IE Win min height hack */ * html #buttonsearch { margin: -20px 70px 0px 100px; } /* */ 
	#buttonsearch { padding: 0px; margin: -20px 70px 0px 100px; top: 0px; background:transparent; }
	
		#previousentries a{
	clear:both;
	position:relative;
	height30px;
	width:90px;
	z-index:4;
	text-decoration:none;
		}
	#previousentries li{
	display:inline;
		}
	
	
	
	
	