/*
Theme Name: Designight default
Theme URI: http://designight.com
Description: Designight theme
Version: 1.0
Author: doingz
Author URI: http://doingz.com/
Tags: designight, blocks
*/



body 
		{
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: Helvetica, Arial, Sans-Serif;
		color: #444;
		text-align: center;
		padding: 0;
		margin: 0;
		background: #fff;
		}
		
img
		{
		border: none;
		}

a
		{
		outline: none;
		}
		
a:link, a:visited
		{
		color: #ff0099;
		text-decoration: none;
		}
		
a:hover, a:active
		{
		color: #5C0040;
		text-decoration: underline;
		}
		
h1,h2,h3,h4, p
		{
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 0;
		margin: 0;
		}

#page 
		{
		float: left;
		text-align: left;
		padding: 0;
		margin: 0 auto;
		width: 100%;
		}

#header 
		{
		float: left;
		height: 100px;
		width: 100%;
		text-align: left;
		padding: 0;
		margin: 0 auto;
		background: #000;
		}
		#header h1
		{
		float: left;
		width: 340px;
		height: 100px;
		margin: 0;
		padding: 0;
		}
		#header h1 a
		{
		width: 340px;
		height: 100px;
		margin: 0;
		padding: 0;
		background: url('htimg/designight_logo.png') top left no-repeat;
		display: block;
		text-indent: -9000px;
		}
		#header h1 a:hover
		{
		background: url('htimg/designight_logo.png') bottom left no-repeat;
		}
		#header ul.menu
		{
		float: right;
		margin: 0;
		padding: 70px 20px 0 0;
		list-style: none;
		}
		#header ul.menu li
		{
		padding: 0;
		margin: 0;
		color: #fff;
		}
		#header ul.menu li a
		{
		color: #fff;
		}

#main 
		{
		float: left;
		text-align: left;
		padding: 8px;
		margin: 0 auto;
		}
		#main .post 
		{
		float: left;
		width: 340px;
		height: 360px;
		text-align: left;
		padding: 20px 20px 0 20px;
		margin: 16px;
		display: inline;
		background: #f0f0f0;
		overflow: hidden;
		background: url('htimg/designight_post.png') top left no-repeat;
		}

#single 
		{
		text-align: center;
		padding: 0;
		margin: 0 auto;
		}
		#single .post 
		{
		position: absolute;
		width: 340px;
		height: 360px;
		top: 140px;
		left: 50%;
		margin-left: -190px;
		text-align: left;
		padding: 20px 20px 0 20px;
		display: block;
		background: #f0f0f0;
		overflow: hidden;
		background: url('htimg/designight_post.png') top left no-repeat;
		}
		#single .navleft a
		{
		position: absolute;
		width: 100px;
		height: 40px;
		top: 289px;
		left: 0px;
		text-align: center;
		padding: 0;
		background: url('htimg/designight_prev.png') top left no-repeat;
		text-indent: -9000px;
		display: block;
		}
		#single .navleft a:hover
		{
		background: url('htimg/designight_prev.png') bottom left no-repeat;
		}
		#single .navright a
		{
		position: absolute;
		width: 100px;
		height: 40px;
		top: 289px;
		right: 0px;
		margin-left: -100px;
		text-align: center;
		padding: 0;
		background: url('htimg/designight_next.png') top left no-repeat;
		text-indent: -9000px;
		display: block;
		}
		#single .navright a:hover
		{
		background: url('htimg/designight_next.png') bottom left no-repeat;
		}
		
		.ad
		{
		float: left;
		width: 336px;
		height: 280px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		padding: 1px;
		background: url('htimg/designight_dot_light.gif') top left repeat;
		}
		
		.image
		{
		float: left;
		width: 338px;
		height: 282px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		}
		.image img
		{
		width: 336px;
		height: 280px;
		padding: 1px;
		background: url('htimg/designight_dot_light.gif') top left repeat;
		}
		.image a img
		{
		width: 336px;
		height: 280px;
		padding: 1px;
		background: url('htimg/designight_dot_light.gif') top left repeat;
		}
		.image a:hover img
		{
		background: url('htimg/designight_dot_dark.gif') top left repeat;
		}
		.entry
		{
		float: left;
		height: 50px;
		width: 338px;
		padding: 0;
		overflow: hidden;
		}
		.entry p
		{
		font-family: Courier New, Courier, Fixed, monospace;
		color: #484648;
		font-size: 1.2em;
		line-height: 1.2em;
		padding: 4px 0;
		}
		.postmetadata
		{
		float: left;
		font-size: 1em;
		text-align: center;
		text-transform: uppercase;
		width: 338px;
		padding: 4px 0;
		margin: 0;
		height: 18px;
		}
		
		
		
		
		