/*  
Site: Startup Gossip, startupgossip.com
Comments: Borrowed and heavily modified from Alltop.com.
*/

	body {
		font-family: arial, helvetica, sans-serif;
		font-size:.9em;
		line-height:.9em;
		color:#000;
		margin:0;
		padding:0;
		background:#fff;
	}
	a, a:link, a:active, a:visited {
		color:#000;
		text-decoration:none;
	}
	a:visited {
		color:#aaa;
	}
	a:hover {
		color:#00b4ff;
	}
	img {
		border:none;
	}
	#container {
		width:100%;
		position:relative;
	}

	#titlebar {
		position:fixed;
		top:0;
		width:100%;
		height:50px;
		padding:0;
		background:#000;
		left:0;
		opacity:.85;
		filter: alpha(opacity=85);
		z-index:2;
	}
	#logo {
		color:#fff;
		margin:0 10px 0 0;
		padding:0px 0 0 0;
		float:left;
		height:50px;
	}
	#title-content {
		position:relative;
		width:990px;
		margin:0 auto;
		padding:0;
	}
	#titlebar p {
		float:right;
		color:#fff;
		font-size:.9em;
		line-height:1em;
		margin:0;
		padding:24px 0 0 0;
	}
	#titlebar a, #titlebar a:link, #titlebar a:active, #titlebar a:visited {
		color:#fff;
		text-decoration:none;
	}
	#titlebar a:hover {
		color:#00b4ff;
	}
	.copyright {
		text-align: center;
		font-size:.7em;
		color:#aaa;
	}
	#plain {
		width:990px;
		margin:55px auto;
		padding:55px auto;
	}
	#headlines {
		width:990px;
		margin:55px auto;
		padding:55px auto;
	}
	#headlines ul {
		margin:1.5em 15px 0 15px;
		padding:0;
		list-style:none;
		width:300px;
		float:left;
	}
	#headlines li {
		font-size:.85em;
		line-height:1.2em;
		padding:4px 0 4px 0;
		margin:0;
		border-top:1px solid #ccc;
	}
	#headlines li:hover {
		background:#eee;
	}
	#headlines li.block {
		font-weight:bold;
		text-transform:uppercase;
		font-size:.9em;
		letter-spacing:.05em;
		color:#32c832;
		border:none;
		background:#fff;
	}
	#headlines li.subtitle {
		font-size:.8em;
		color:#000;
		border:none;
		background:#fff;
	}
	#headlines div.ad-unit {
		float:left;
		width:278px;
		margin:1.5em 15px 0 15px;
		padding:1em 0;
		text-align:center;
		border:1px solid #ddd;
	}
	#headlines div.ad-unit-280 {
		float:left;
		width:280px;
		margin:0 15px;
		padding:1em 0;
		text-align:center;
		border:none;
	}
	#headlines div.ad-unit-300 {
		float:left;
		width:300px;
		margin:0 0 0 15px;
		padding:1em 0;
		text-align:center;
		border:none;
	}
	li.block a, 
	li.block a:link, 
	li.block a:active, 
	li.block a:visited, 
	li.block a:hover {
		color:#00b4ff;
	}
	li.image-feed-entry {
		display:inline;
	}
	#headlines ul.image-feed li.block {
		height:0;
		margin:0 !important;
		padding:0 !important;
		overflow:hidden;
	}

	h3.subtitles {
		color:#545454;
		margin-left:2px;
		clear:left;
	}
	
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
