* {
	/* Universal reset: */
	margin:0;
	padding:0;
}

body {
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	background-color: #225070;
/*	background-color:#355664; */
	font-family: Nobile, Molengo, Cantarell, arial, serif;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

/* Hyperlink Styles: */

a, a:visited {
/*	color:#0196e3; */
	color: #87CEFA;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	text-shadow:0 2px 2px black;
}

h1{
	/* The logo text */
	font-family: Molengo, Neuton, Lobster, arial, serif;
	font-weight: normal;
	font-size:3.5em;
	padding:0.5em 0 0;
}

h2{
	font-family: Molengo, Vollkorn, arial, serif;
	font-size:2.2em;
	font-weight: 500;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family: Molengo, Vollkorn, arial, serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

/* Header styling */

  .headerInfo
  {
    text-align: center;
    /* vertical-align: center; */
    background: url('../images/brand/bizwiz-brand-256.png') no-repeat;
	padding-left: 50px;
	height: 225px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 25px;
  }

  header
  {
    text-align: left;
    /* vertical-align: center; */
	background: url('../images/brand/bizwiz-logo-128.png') no-repeat;
	height: 80px;
	padding: 100px 25px 5px 30px;
	margin-bottom: 5px;
/*	border:1px solid #222; */
  }

/* Header - End */


/* Footer - Start */

footer {

	position: relative;
	display: block; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
	text-align: center;
	font-size: 0.825em;
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
}

footer a,footer a:visited{
	color:#fff;
	font-weight: bolder;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

footer a:hover{
	text-decoration:none;
	background-color:#142830;
}

footer a.by{
	float:left;

}

footer a.up{
	float:right;
}

#page{
/*	width:960px; */
	margin:0 auto;
	position:relative;
}

#content {
	display:table;
	margin-top:10px;
	width: 100%;
	border:1px solid #cccccc;
}

#mcontent {
	display:table-cell;
	padding-left: 20px;
	padding-right:15px;
	width: 95%;
}

#dashboard {
	padding-left: 20px;
	padding-right: 15px;
	margin-right: 20px;
}

/* Article styles: */

article {
	background-color:#17364c;
/* margin used to be 3em */
	margin: 20px;
	padding: 20px;
	
	font-weight: bold;
	text-shadow:0 1px 0 black; 
/*	background: -webkit-gradient(linear, left top, left bottom, from(#17364c), to(#0e212f)); */
	background: -webkit-gradient(linear, left top, left bottom, from(#587d96), to(#3a6a8c));
	background: -moz-linear-gradient(top,  #587d96,  #3a6a8c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#587d96', endColorstr='#3a6a8c');

	-webkit-box-shadow:0 0 2px #000;
	-moz-box-shadow:0 0 2px #000;
	box-shadow:0 0 2px #000;

}

aside {
	display:table-cell;
	text-align: right;

/*	background-color: #333; */
	padding:0 5px;
	position:absolute;
	right:0em;
	top:11em;
	width: 250px;

}

aside section {
	margin:22px 0 0 22px;
	padding:11px 22px;
	border:1px solid #cccccc;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}

figure{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}


/* The navigation styling: */

/* disabling this menu section will put the menu under the header rather than in the upper right */

nav {
/*	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8; */
	background-color: #333;
	padding:0 5px;
	position:absolute;
	right:0;
	top:1em;
	
	border:1px solid #222; 

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;

	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

navInfo {

}
nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
/*	color:#565656; */
	color: #eee;
	display:block;
	float:left;
/*	font-size:1.25em; */
/*	font-weight:bold; */
	font-size:.75em;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-align: center;
	text-shadow:0 1px 1px white;
	text-transform:lowercase;
/*	text-transform:uppercase; */
}

nav ul li a:hover{
	text-decoration:none;
/*	color: #9DEEEE; */
	color: #fff;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

nav, article, nav ul li a,figure{
	/* Applying CSS3 rounded corners: */

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

nav .navInfo {
	font-size: 2em;
}

/* Form Style - Start */

input:focus {
	background: #4D7788;
	font-weight: bold;
	color: white;
}

/* Form Style - End */

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}