body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
}

a {
	text-decoration:none;
	color:#3399cc;
}

a:hover {
	text-decoration:none;
	color:#333;
}

p, ol, ul {
	line-height:1.67em;
}

hr {
	display:none;
}

/* Header */

#header {
	width:900px;
	height:130px;
	margin:0px auto;
}

/* Logo */

#logo {
	float:left;
	height:102px;
	padding:10px 0 0 40px;
	background:transparent url('flooq.gif') no-repeat left bottom;
}

#logo h1 {
	margin:0;
	height:100px;
	padding:44px 0 0 76px;
	text-transform:lowercase;
	letter-spacing:-2px;
	font-size:3em;
	font-weight:normal;
	color:#333;
}

#logo h1 a {
	display:block;
	text-decoration:none;
	color:#333;
}

#logo p {
	margin:-107px 0 0 86px;
	text-transform:uppercase;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}

#logo a {
	display:block;
	text-decoration:none;
	color:#333;
}

/* Menu */

#menu {
	float:right;
	margin-top:55px;
}

#menu ul {
	margin:0px;
	margin-left:10px;
	margin-right:15px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#menu li {
	display:inline;
}

#menu a {
	display:block;
	float:left;
	margin-left:5px;
	padding:4px 12px 4px 7px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:11px;
	color:#333;
}

#menu a:hover {
	text-decoration:none;
	color:#3399cc;
}

/* Page */


#page {
	width:840px;
	margin:0px auto;
	padding:20px 0 0 0;
}

/* Content */

#content {
	float:left;
	width:550px;
	margin-bottom:10px;
}

/* Post */

.post {
	margin-top:20px;
}

.post .date {
	float:left;
	width:79px;
	height:79px;
	margin:0;
	margin-top:6px;
	margin-right:20px;
	padding-top:9px;
	line-height:normal;
	text-transform:uppercase;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color:#333;
}

.post .date b {
	margin:0;
	padding:0;
	display:block;
	margin-top:5px;
	font-size:24px;
	color:#333;
	
}

.post .title {
	margin:0;
	padding:5px 0 0 0;
	margin-left:10px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
             font-weight:normal;
}

.post .title a {
	text-decoration:none;
	color:#333;
}

.post .title a:hover {
	text-decoration:none;
	color:#3399cc;
}

.post .title h2 {
	padding:0;
	margin:0;
}

.post .hr1 {
}

.post .meta {
	margin:5px 0 55px 100px;
	padding:2px;
	line-height:normal;
	text-align:center;
	letter-spacing:1px;
	color:#444;
	background:#f9f9f9;
	border:1px solid #999;
}

.post .meta p {
}

.post .meta a {
             text-decoration:none;
	color:#444;
}

.post .meta a:hover {
             text-decoration:none;
	color:#3399cc;
}

.post .entry {
	margin:0;
	padding:0 0 10px 100px;
}

.post .entry a {
             text-decoration:none;
	font-weight:bold;
	color:#333;
	border-bottom:1px dotted #555;
}

.post .entry a:hover {
	font-weight:bold;
	color:#3399cc;
	border-bottom:1px dotted #555;
}

.post .quotes {
	padding-left:22px;
	letter-spacing:0.2px;
	font-size:13px;
	color:#333;
	background:transparent url('qte.gif') no-repeat left top;
}

.post .q-author {
	margin-bottom:14px;
	text-align:right;
	font-size:11px;
	letter-spacing:1.5px;
	color:#444;
}

.post .blockquote {
	margin:0 20px 0 15px;
	padding:0 8px;
	border-left:1px solid #999;
}

#content .pullquote {
	margin:10px 0 10px 20px;
	padding:10px;
	float:right;
	width:180px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#444;
	background-color:#f9f9f9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


/* Sidebar */

#sidebar {
	float:right;
	width:240px;
	margin-bottom:15px;
}

#sidebar a {
	text-decoration:none;
	color:#333;
}

#sidebar a:hover {
	text-decoration:none;
	color:#3399cc;
}

#sidebar h2 {
	padding:0;
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.4px;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dashed #777;
}

#sidebar p {
	margin-bottom:30px;
	letter-spacing:0.2px;
	color:#333;
}

#sidebar input {
             margin:6px 0 0 5px;
	padding:1px;
	color:#444;
	font-size: 12px;
	background-color:#fff;
	border:1px solid #999;
}

#sidebar input.button {
	margin:0 0 3px 0;
	padding:0;
	background-color:#fff;
	border:1px solid #999;
}

#sidebar .splitleft {
	width:49%;
	float:left;
	overflow:hidden;
	margin-bottom:2px;
}

#sidebar .splitright {
	margin-bottom:2px;
}

/* Footer */

#wrapper2 {
}

#footer {
	width:840px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#777;
}

#footer a {
	text-decoration:none;
	font-size:10px;
	color:#777;
}

#legal {
	clear:both;
	margin:0;
	padding:10px 0;
	text-align:right;
	font-size:10px;
	color:#555;
	border-top:1px solid #888;
}

#legal a {
	text-decoration:none;
	color:#555;
	border-bottom:1px dotted #555;
}

#legal a:hover {
	text-decoration:none;
	color:#3399cc;
	border-bottom:1px dotted #555;
}

p.code {
	text-align:left;
}

code {
	font-size:12px;
}