/*-----------------------------------------------------------------------------
Stylesheet for bizwriter.gr
Created by: Yiannis Konstantakopoulos - hello@porcupine.gr

Please don't highjack this design. You can't be a blantant thief, can you?
As wise men say: "Oh and donŐt forget those men with big dogs."


Commenting system based on Monochrome -  Author URI:http://www.mono-lab.net
-----------------------------------------------------------------------------*/

/* Reset by E. Meyer
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still naaa 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Structure
----------------------------------------------------*/

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #383834;
	background:#e0dfd0;
	/*background:  url(../img/bg-grid.gif) 74px 50%;*/
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

/* =top
----------------------------------------------------*/
#top{
	float: left;
	width: 800px;
	margin: 0 0 0 160px;
	padding: 0 0 18px 0;
}

#masthead h1{
	font-family: Georgia, Times, sans-serif;
	font-size: 36px;
}

#masthead h2 a{
	color: #333;
}

/* =nav
----------------------------------------------------*/
#top #nav{
	display: none
}

/* =feeds
----------------------------------------------------*/
#top #feeds{
	float: right;
	width: 200px;
	text-align: right;
	margin: -9px 0 0 0 ;
	padding: 0 27px 0 0;
}

/* =content
----------------------------------------------------*/
#content{
	clear: both;
	float: left;
	width: 640px;
}

div.entry{
	clear: both;
	float: left;
	width: 640px;
	margin: 0 0 0 0;
}

div.entry-text{
	float: right;
	width: 480px;
	background: #fff;
}

div.entry-misc{
	float: left;
	width: 160px;
	margin: 18px 0 0 0;
}


/* =typography
----------------------------------------------------*/
h1{
	font-size: 24px;
	margin: 18px 27px 18px 27px;
	line-height: 36px;
}

h2{
	font-size: 18px;
	margin: 0 27px 18px 27px;
	line-height: 18px;
	color: #383834
}

h3{
	font-size: 12px;
	margin: 0 27px 0 27px;	
	line-height: 18px;
}

p{
	font-size: 12px;
	line-height: 18px;
	padding: 0 27px 18px 27px;
}

p.comment-date{
	text-align: right;
	font-size: 10px;
	margin: 0;
	padding: 4px 18px 4px 0;
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #bebeb1;
	line-height: 12px;	
}

p.comment-number{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 4px 18px 4px 0;
	background: #fff;
	border-bottom: 1px solid #bebeb1;
	line-height: 12px;
}

p.categories{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 4px 18px 4px 0;
	background: #fff;
	border-bottom: 1px solid #bebeb1;
	line-height: 12px;
}

p.tags{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 18px 4px 0;
	background: #fff;
	line-height: 12px;
}

ol, ul{
	margin: 0 18px 18px 18px;
	font-size: 12px;
}

ul li{
	list-style: square;
	padding: 0 0 9px 0;
	margin: 0 0 0 9px;
}

ol li{
	list-style: lower-roman;
	padding: 0 0 9px 0;
	margin: 0 0 0 9px;
}

blockquote{
	margin: 0 0 18px 9px;
	padding: 0 27px 0 18px;
	border-left: 2px solid #bebeb1;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

/* =sidebar
----------------------------------------------------*/
#sidebar{
	display: none
}

/* =sidebar
----------------------------------------------------*/
#comments_wrapper{
	display: none;
}

/* =footer
----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	width: 960px;
	padding: 18px 0;
}

#footer p{
	margin: 0 0 0 160px;
	font-size: 11px;
	line-height: 11px;
}


/* =linkage
----------------------------------------------------*/
a{
	color: #40a6c0;
	text-decoration: none
}

a:hover{
	color: #40A6C0;
	border-bottom: 1px solid #40a6c0;
	text-decoration: none;
}

#sidebar a{
	color: #08a;
	text-decoration: none;	
}

#sidebar a:hover{
	color: #08a;
	border-bottom: 1px solid #08a
	text-decoration: none;
}



























