/* @override http://www.blogle.gr/style.css */

body 
{
	font-size: 16px; /* resetting 1.0em */
	background: #1f1f1f;
}

p {
	font-size: 0.72em;
}

h4 {
	font-size: 0.95em;
}

#facebookLink {
	color: #8499c2;
}


.version 
{
	color: #dadada;
}


#downloadbtn
{
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	border: 1px dashed #484F5C;
	width: 120px;
	background: #0B0C0E;
	height: 20px;
}

#downloadbtn:hover
{
	cursor: pointer;
	background: #C7CCD8;
	border:  1px dashed #0B0C0E;
	color: #0B0C0E;
}

#downloadbtn a {	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#downloadbtn:hover a, #downloadbtn:hover a:hover{
	color: #0B0C0E;
}

#downloadbtn:active
{
	background: #650F02;
	border:  1px dashed #0B0C0E;
	color: #EFEFEF;
}

.application
{
	width: 500px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #444;
}

#contentLayer
{
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#onePane
{
	margin-top: 30px;
	padding-bottom: 30px;
}

/* Menu style */

.pages {
	padding-top: 2px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 0.7em;
	
}

.page_item a {
	font-weight: normal;
	font-size: 1.0em;
	color: #D7D7D7;	padding: 8px 12px 8px 12px;
}

li.page_item {
	width: 100px;
	height: 20px;
	background: transparent url("http://blog.cosmix.org/images/menuborder.png") no-repeat scroll bottom right;
	display: inline;
	text-align: center;
	float: right;
	position: relative;
	padding-top: 6px;
}

li.page_item:hover {
	background: #111;
}

li.page_item:hover a {
	color: #eee;
}

.buzzli
{
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	vertical-align: bottom;
}

ul li p{
	margin-bottom: 3px;
	color: #857f79;
}


ul li h5 {
	margin-bottom: 3px;
	color: #c0c7c7;
}


/* promote table */
table.buttons td 
{
	font-size: 0.8em;
	width: 200px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #252525;
}

table.buttons td.col2
{
	width: 500px;
}
table.buttons td.col2 textarea
{
	width: 450px;
	height: 50px;
}