/*   
Theme Name: Asterokid
Theme URI: http://www.asterokid.com/
Description: A simple theme for my own website.
Author: Asterokid
Author URI: http://www.asterokid.com/
Version: 1.2
*/

/*GENERAL*/

	body{
		margin-top:0px;
		margin-left:0px;
		font-family:verdana,sans-serif;
		font-size:11px;
		line-height:15px;
		background-repeat: no-repeat;
	}

	a{
		text-decoration:none;
	}

	a:hover{
		text-decoration:none;
	}

	span{
		border-bottom:1px dotted;
		font-size:10px;
	}

	h2{
		margin-top:0px;
		margin-bottom:15px;
		padding-top:4px;
		padding-bottom:1px;
		font-family:helvetica,sans-serif;
		padding-left:0px;
		font-weight:lighter;
		font-size:16px;
		letter-spacing:0px;
		text-transform: uppercase;
	}

	li{
		list-style: none;
		text-align:right;
		margin-bottom:4px;
		padding-top:2px;
		padding-bottom:1px;
		padding-right:5px;
		font-size:10px;
	}
	
	img{
		border:0px;
		margin-bottom:0px;
		margin-top:0px;
	}

	hr{
		margin-top:0px;
		margin-bottom:1px;
		border-style: none none dotted;
	}

/*LAYOUT*/

	.container{
		width:750px;
		padding-top:170px;
	}

	.menu{
		width:100px;
		font-family:helvetica,sans-serif;
		font-weight:3;
		padding-left:50px;
		text-transform: uppercase;
		float:left;
	}

	.content{
		width:500px;
		float:right;
		padding-right:50px;
	}

	.footer{
		width:650px;
		padding-bottom:30px;
		padding-left:50px;
		float:left;
	}

/*MENU*/

	.feeds a{	
		color:#ffcf06;
	}

	.feeds li{	
		border: solid 1px #ffcf06;
	}

	.projects a{	
		color:#ff0074;
	}

	.projects li{	
		border: solid 1px #ff0074;
	}

	.misc a{	
		color:#c5c5c5;
	}

	.misc li{	
		border: solid 1px #c5c5c5;
	}

/*CONTENT*/

	.content p{
		margin-top:0px;
		margin-bottom:0px;
	}

	.post{
		margin-top:0px;
		margin-bottom:60px;
	}

	.description{
		margin-top:0px;
		margin-bottom:0px;
		text-align:justify;
	}

	.description p{
		margin-top:0px;
		margin-bottom:15px;
	}
	
	.description img{
		width:500px;
		height:auto;
		/*
		display:block;
		margin-left:auto;
		margin-right:auto;
		*/
	}

	.description embed{
		margin-bottom:0px;
		margin-top:0px;
		width:500px;
		/*
		display:block;
		margin-left:auto;
		margin-right:auto;
		*/
	}
	
	.description span{
		text-align:right;
		font-size:10px;
		border-bottom:0px;
	}

	/*FOOTER*/

	.footer table{
		width:100%;
		margin-top:3px;
		border-spacing:0px;
		border-collapse: collapse;
	}
	
	.footer td{
		padding:0px;
	}
