/*
Theme Name: Lunatic 20s
Theme URI: http://blog.thelunaticmoon.com
Description: Szymon Szymanski's Wordpress blog theme.
Version: 1.0
Author: Szymon 'Szyku' Szymanski
*/
/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');

		html {
		background-color:#000;
		color:#d1d1d1;
		}
		a {
		font-family:Georgia;
		text-decoration:none;
		}
		body {
		margin-left:auto;
		margin-right:auto;
        width: 843px;
		background-image:url('images/luna_yrepeat.jpg');
	   background-repeat:y-repeat;
	   z-index:-1;
		}
		p{
		text-indent:10px;
		margin-top:10px;
		margin-bottom:10px;
		}
		h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited {
		 text-decoration:none;
		}
		.navbutton a:active, .navbutton a:visited{
		 text-decoration:none;
		}
		.navbutton a:hover{
		 text-decoration:underline;
		}
      #wrapper {
	 
	  margin-top:-20px;
      }
	  #header{
	   width: 843px;
	   margin-top:-50px;
	   background-image:url('images/luna_header.jpg');
	   background-repeat:no-repeat;
	   height: 608px;
	   z-index:-1;
	  }
	  #container{
	  }
	  #content{
	   margin-top:-300px;
	   padding-left:100px;
	   padding-right:100px;
	  }
	  #bookmarks {
	  z-index:2;
	   margin-top:-250px;
	   padding-left:100px;
	   padding-right:100px;
	  
	  }
	  .navbutton {
	  position:relative;
	  top:180px;
	  color:#c6c6c6;
	  }
	  .entry-title{
	    padding-bottom:-50px;
		color:#FFF;
		margin-top:50px;
		font-size:22pt;
		font-family:Georgia;
	  }
	  
	   .post {position: relative}
	  .entry-title a{
	    text-decoration:none;
	  }
	  .entry-content{
		
		top:100px;
		font-weight:normal;
		margin-top:50px;
		margin-bottom:10px;
		color:#d1d1d1;
		font-family:Georgia;
		font-size:11pt;
		line-height:110%;
		text-align:justify;
		text-decoration:none;
		
			  }
	  .entry{
		
		color:#d1d1d1;
		font-family:Georgia;
		font-size:11pt;
		text-align:justify;
		text-decoration:none;
	  }
	  .comments-link{
	   position:absolute;right:0;top:18px;
		}
		.post-date-info{
		position:absolute;right:0;top:40px;
		font-size:11pt;
		
	  }
	  #masthead li {
	  display:inline;
	  padding:30px;
	  }
	  .navbutton {
	    font-size:16pt;
	  }
	  #footer{
	  background-image:url('images/luna_footer.jpg');
	  background-repeat:no-repeat;
	  width:843px;
	  height:365px;
	  
	  }
	  
	a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
	a:visited {color:#FFF; text-decoration:none;}  /* visited link */
	a:hover {color:#999; text-decoration:underline;}  /* mouse over link */
	a:active {color:#FFF; text-decoration:none;}  /* selected link */

	.entry-utility a:link, a:visited {
	text-decoration:underline;
	}
	.comments-attr{
	
	padding-top:10px;
	padding-bottom:20px;
	padding-left:25px;
	background-color:#0f0f0f;
	border-style:dotted;
	border-width:2px;
	}
	.linkcat{
	list-style-type: none;
	}
	.linkcat   li{
	list-style-type: none;
	font-family:Verdana; 
	}
	

