@charset "utf-8";
/* CSS Document */
/*  
Theme Name: new_feed
Theme URI: http://melonfresh.tv/
Description: simple text based theme in black and white
Version: 1
Author: Jamie Peterson
Author URI: http://melonfresh.tv/feed/

	MelonFresh.tv // FEED
	http://melonfresh.tv
	
	This theme was designed and built by Jamie Peterson

	

	*** 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.
*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");

/* Elements
----------------------------------------*/
	*{
		font-family:Georgia, "Times New Roman", Times, serif;
		outline:none;
		margin:0;
		padding:0;
	}
	html{
		background:#000000;
	}
	#container{
		width:790px;
		margin-left:20px;
	}
	.posttitles a{
		color:#ffffff;
		text-decoration:none;
	}
	.posttitles a:hover{
		color:#ffffff;
		text-decoration:underline;
	}
	div#posts a{
		color:#ffffff;
	}
	#header{
		width:790px;
		margin:0;
	}
	#logo{		
		display: block;
		width:523px;
		height:111px;
		background:url(images/feed-header2.gif) no-repeat;
		text-decoration: none;
		text-indent:-5000px;
		margin:0;
		float:left;
	}
	#rss{		
		display: block;
		width:100px;
		height:111px;
		background:url(images/feed-rss.gif) no-repeat;
		text-decoration: none;
		text-indent:-5000px;
		margin:0;
		float:right;
	}
	#sidebar{
		width:170px;
		float:left;
	}
	#sidebar h2{
		color:#c4c4c4;
		font-size:24px;
		font-weight:normal;
		margin:0;
	}
	#sidebar p{
		color:#666666;
		font-size:11px;
		list-style-type:none;
		list-style-image:none;
		list-style:none;
		margin:0 0 10px 0;
		text-indent:0;
	}
	#sidebar a, #sidebar ul li{
		color:#666666;
		font-size:11px;
		list-style-type:none;
		margin:0;
		text-decoration:none;
	}
	#sidebar a:visited{
		text-decoration:line-through;
	}
	#sidebar a:hover{
		text-decoration:underline;
		color:#FFFFFF;
	}
	input#s{
		background:000000;
		color:#c4c4c4;
	}
	#posts{
		width:560px;
		margin:0 0 0 60px;
		float:left;
	}
	#footer{
		clear:both;
	}
	.posttitles{
		font-size:36px;
		font-weight:normal;
		margin:0;
		color:#FFFFFF;
	}
	.postinfo{
		font-size:10px;
		font-weight:normal;
		margin:0;
		color:#c4c4c4;
	}
	.postentry p{
		font-size:15px;
		font-weight:normal;
		margin:0 0 10px 0;
		color:#828282;
	}
	.postentry a, #postbottom a{
		color:#c4c4c4;
		text-decoration:none;
	}
	.postentry a:hover, #postbottom a:hover{
		color:#ffffff;
		text-decoration:underline;
	}
	.postfooter p, .postfooter p a{
		font-size:11px;
		font-weight:normal;
		margin:0;
		color:#c4c4c4;
		text-transform:uppercase;
	}
	#postbottom p{
		color:#666666;
	}
	hr{
		clear:both;
		margin:8px 0 8px 0;
	}
	hr.light{
		clear:both;
		margin:8px 0 8px 0;
		color:#333333;
		height:1px;
		border:solid inset;
	}
	.search-form input {
	  width: 170px;
	}
	#postbottom{
		width:560px;
		float:right;
		font-size:11px;
	}
	#comments{
		width:560px;
		float:right;
	}
	textarea#comment{
		width:560px;
	}
	textarea, input{
		border:1px solid;
	}
	#footer{
		font-size:x-small;
		color:#666666;
		text-align:right;
	}
	blockquote{
		padding:0 50px 0 30px;
	}
	h3#respond ,#commentform p{
		color:#c4c4c4;
	}
	#commentform a{
		color:#FFFFFF;
	}
	a#portlink, a:visited#portlink{
		color:#c4c4c4;
		text-decoration:none;
	}
	a:hover#portlink{
		color:#FFFFFF;
		text-decoration:underline;
	}
	.commentlist li{
		color:#ffffff;
		background:#515151;
		padding:5px 3px 5px 5px;
		margin:0 0 5px 0;
		list-style:none;
	}
        .commentlist li br{
                margin:12px 0 0 0;
        }
	.commentlist a{
		color:#c4c4c4;
	}