/*
E-Innovation Services Limited
Author: Mazen Turkmani
*/

/* Body */
body
{
	color: #000;
	overflow-y: scroll;
}

/* Links */
.header a:link
{
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover
{
	text-decoration: underline;
}

/* Page Width */
.header, .blog
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: table;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 970px;
}

/* Blog */
.blog #title
{
	border-bottom: #000 solid 1px;
	color: #000;
	display: table;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 80%;
}

.blog #date
{
	border-bottom: #000 solid 1px;
	color: #000;
	display: table;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 20px;
	width: 20%;
}

.blog #content
{
	display: table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
	text-align: left;
}

/* Box */
.box
{
	bottom: 25%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: 25%;
	position: absolute;
	right: 25%;
	text-align: center;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
	top: 25%;
}

/* Copyright */
.copyright
{
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


/* Footer */
.footer
{
	border-top: 1px #CCC solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: auto;
	width: 970px;
}

/* Content */
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}