/*
Theme Name: Management Rewired Official Site
Author: Diane Clayton
*/



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}

div#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	}



/* Header
----------------------------------------------------------------------------*/

div#header {
	width: 100%;
	height: 300px;
	background: url("http://www.managementrewired.com/images/header-bg.jpg") repeat-x top center;
	text-align: center;
	}

div#headerimage {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	background: url("http://www.managementrewired.com/images/header.jpg") no-repeat top center;
	}
	
div#headertext {
	display: none;
	}



/* Menu
----------------------------------------------------------------------------*/

div#menuwrapper {
	position: relative;
	z-index: 1;
	height: 55px;
	width: 100%;
	background: #ff8a00 url("http://www.managementrewired.com/images/menushadow.gif") repeat-x bottom left;
	}
div#menu ul ul li {
	background: #ff8a00;
	border-top: 1px solid #fea032;
	}

div#menu {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	}

div#menu li {
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px;
	font: 13px/18px 'Arial', Sans-Serif;
	color: #fff;
	}

div#menu a:link, div#menu a:visited {
	display: block;
	float: left; /* necessary for IE6 */
	height: 30px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #fea032;
	}
div#menu li#home a {
	border-left: 1px solid #fea032;
	}
div#menu a:hover, div#menu a:active {
	background-color: #ff9d29;
	}

div#menu span {
	padding: 0 12px;
	line-height: 30px;
	vertical-align: middle;
	}

div#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 30px;
	left: 0;
	text-align: left;
	}
div#menu ul ul a {
	width: 190px;
	}

/* bit of wackiness that IE needs to function properly */
div#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
	}

/* make the second level visible when hover on first level list OR link */
div#menu ul li:hover ul, div#menu ul a:hover ul {
	visibility: visible;
	}



/* Content Layout
----------------------------------------------------------------------------*/

div#content {
	width: 920px;
	margin: 20px auto 0 auto;
	}


/* Book Cover and Sidebar */

div#bookcover {
	float: left;
	width: 300px;
	padding-bottom: 50px;
	}


/* Text Area */

div#text {
	width: 550px;
	float: right;
	text-align: left;
	padding-bottom: 50px;
	}


/* Text Area Styles
----------------------------------------------------------------------------*/

/* Links */

div#content a:link, div#content a:visited {
	color: #ff8a00;
	text-decoration: none;
	border-bottom: 1px dotted #ff8a00;
	}
div#content a:hover, div#content a:active {
	background-color: #ffebd4;
	border-bottom: 0;
	}

div#content a.imagelink:link, div#content a.imagelink:visited, div#footer a.imagelink:link, div#footer a.imagelink:visited {
	border: 0;
	}
div#text a.imagelink:hover, div#text a.imagelink:active, div#footer a.imagelink:hover, div#footer a.imagelink:active {
	background-color: transparent;
	}


/* Headers, Paragraphs, Lists */

div#content h1 {
	font: 24px/30px Arial, Sans-Serif;
	margin: 35px 0 30px 0;
	color: #ff8a00;
	}

div#content h2 {
	color: #999;
	font: 22px/28px 'Arial Narrow', sans-serif;
	margin: 30px 0 20px 0;
	}

div#content p, div#content ul, div#content ol {
	font: 15px/21px Arial, Sans-Serif;
	color: #000;
	margin: 15px 0;
	}

div#content ul, div#content ol {
	margin: 15px 20px;
	}

div#text p.quote {
	text-align: center;
	margin-top: 25px;
	}
div#text p.quotecredit {
	text-align: right;
	font-family: 'Arial Narrow', Sans-serif;
	color: #ff8a00;
	text-transform: uppercase;
	margin: -10px 0 25px 0;
	}
div#praisequotes p.quote, div#praisequotes p.quotecredit {
	text-align: left;
	}

div#text li {
	margin: 3px 0;
	}
div#text li span {
	text-transform: uppercase;
	font-weight: bold;
	}
div#text ul.nobullets {
	list-style-type: none;
	margin-left: 0;
	}


/* Forms */

div#content input.textbox, div#content textarea.textbox {
	border: 1px solid #888;
	background-color: #eee;
	padding: 4px 6px;
	}
div#content input.submit {
	color: #fff;
	background-color: #999;
	border: 1px solid #777;
	padding: 3px 5px;
	margin-top: 5px;
	}


/* Extra Styles */

div#content .notopmargin {
	margin-top: 0;
	}
div#content .topmargin30 {
	margin-top: 30px;
	}
div#content .topmargin50 {
	margin-top: 50px;
	}



/* Blog
----------------------------------------------------------------------------*/

/* Sidebar */

div#sidebar {
	float: right;
	width: 300px;
	}

div#blog {
	text-align: left;
	width: 550px;
	}

div#blog h3 {
	font: 24px/30px Arial, Sans-Serif;
	margin: 0 0 2px 0;
	color: #ff8a00;
	}
div#blog h5 {
	color: #999;
	font: 18px/22px Arial, sans-serif;
	margin: 2px 0 15px 0;
	}

div#blog h3 a:link, div#blog h3 a:visited {
	border-bottom: 0;
	}

div#blog p.permalink {
	margin-bottom: 50px;
	}

div#blog p.nextprev {
	text-align: center;
	font-size: 20px;
	margin-bottom: 70px;
	}

div#blog h4 {
	color: #999;
	font: 18px/22px Arial, sans-serif;
	margin: 40px 0 20px 0;
	}

div#blog ol {
	margin-left: 20px;
	}

div#blog p.wp-caption-text {
	font-size: 10px;
	margin-top: 5px;
	}

div#sidebar ul {
	list-style-type: none;
	margin: 5px 0 30px 0;
	}
div#sidebar form {
	margin-bottom: 30px;
	}

div#sidebar h3 {
	color: #999;
	font: 18px/22px Arial, sans-serif;
	margin: 0 0 5px 0;
	}



/* Footer
----------------------------------------------------------------------------*/

div#footerwrapper {
	clear: both;
	width: 100%;
	height: 350px;
	background: #ff8a00 url("http://www.managementrewired.com/images/footershadow.gif") repeat-x top left;
	text-align: center;
	}

div#footer {
	width: 920px;
	height: 350px;
	margin: 0 auto;
	text-align: left;
	}

div#footer p, div#footer li {
	font: 13px/21px Arial, Sans-serif;
	color: #fff;
	margin: 0;
	}

div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
div#footer a:hover, div#footer a:active {
	background-color: #fff;
	color: #ff8a00;
	}

div#managementrewired {
	float: left;
	margin-top: 50px;
	padding-bottom: 35px;
	}

div#socialmedia {
	float: right;
	margin-top: 50px;
	}
div#socialmedia img {
	padding-left: 5px;
	}

div#columns {
	clear: both;
	width: 920px;
	height: 200px;
	}

div#copyright, div#extramenuleft, div#extramenuright, div#credits {
	width: 230px;
	height: 220px;
	float: left;
	}

div#footer ul li {
	list-style-type: none;
	}
div#footer ul.indented li {
	list-style-type: circle;
	margin-left: 20px;
	}

div#stats {
	display: none;
	}

