/*
Theme Name: Value Projects Limited
Theme URI: http://wordpress.org/
Description: The default Value Project Limited theme.
Author: MyKnowledgeMap
Author URI: http://myknowledgemap.com/
Tags: green, orange, white, red, three columns, fixed width

	VPL v1
	 http://myknowledgemap.com

	This theme was designed and built by MyKnowledgeMap,
	whose website you will find at http://myknowledgemap.com/

*/

/* RESET STYLING */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END OF RESET STYLING */

/* BROWSER HACKS */

#all-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#all-content  {display: inline-block;}

/* Hides from IE-mac \*/
* html #all-content {height: 1%;}
#all-content {display: block;}
/* End hide from IE-mac */

/* END OF BROWSER HACKS */

/* LAYOUT STYLING */

	div#page-content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#page-content {display: inline-block;}

/* Hides from IE-mac \*/
* html div#page-content {height: 1%;}
div#page-content{display: block;}
/* End hide from IE-mac */

	div#all-content {
		background: #FFF;
	}

	body {
		background: url(images/header-background.gif) top left repeat-x #000;
	}
	div#header {
		height: 137px;
		width: 770px;
		background: url(images/header-background.gif) top left repeat-x #000;
		position: relative;
		margin: 0 auto;
	}
	div#header div#logo {
	width: 160px;
	height: 77px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(images/vpl-logo.png) top left no-repeat;	
	}
	div#header div#search {
	padding-top: 7px;
	position: absolute;
	top: 77px;
	right: 0;
	background: url(images/search-background.png) top left no-repeat;
}

div#header div#news-ticker {
	position: absolute;
	top: 100px;
	left: 0;
}

div#news-ticker ul {
	margin: 0;
}

div#news-ticker ul li {
	color: #FFF;
	background: none;
	padding: 0;
}

div#news-ticker ul li.load {
	display: none;
}

div#news-ticker ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

div#news-ticker ul li a:hover {
	text-decoration: underline;
}

	div#page-content {
		clear: both;
		width: 770px;
		margin: 0 auto;
		background: #FFF;
	}
	div#body-content {	
		width: 510px;
		float: right;
		padding: 0 0 30px 0;
	}
	div.column-250 {
		width: 250px;
		float: left;
	}
	div.column-500 {
		width: 510px;
		clear: both;
	}
	.first {
		margin-right: 10px;
	}
	div#sidebar {
		width: 250px;
		float: left;
		padding-bottom: 30px;
	}
	div#footer {
	clear: both;
	background: url(images/footer-background.gif) bottom left repeat-x #FFF;
	height: 65px; 
	padding-top: 10px;}
	div#footer-logo {
		width: 96px;
		height: 46px;
		background: url(images/vpl-logo-small.png) center center no-repeat;
		float: right;
		margin-top: 10px;
		display: inline;
	}
	div#footer-content {
		width: 770px;
		margin: 0 auto;
}
	
/* END OF LAYOUT STYLING */
	

/* TYPOGRAPHY STYLING */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	border-bottom: 1px solid #000;
}

h2, h3, p, li, label, div.navigation {
	font-size: 1.2em;
	line-height: 130%;
	margin: 10px 0;
}

.post-author, .post h3 {
	font-size: 1.2em;
	line-height: 130%;
	margin: 0;
}

blockquote {
	margin: 0 0 0 30px;
	font-style: italic;
	color: #066;
}

blockquote small {
	font-size: 0.9em;
	font-style: normal;
}

ul {
	margin: 0 20px;
}

ul li {
	padding-left: 12px;
	background: url(images/red-triangle-bullet.gif) 0 4px no-repeat;
}

li.post {
	background: none;
	padding-left: 0;
}

li p, li h3, li li, li .post-author, li h3 {
	font-size: 100%!important;
}

li h3 {
	margin: 0;
}

li a, p a, div.navigation a {
	color: #DF7417;
	text-decoration: none;
}

li a:hover, p a:hover, div.navigation a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.post h3 {
	color: #000;
}

strong {
	font-weight: bold;
}

.red, h3 {
	color: #BE1F16;
	font-weight: bold;
}

.amber {
	color: #DF7417;
	font-weight: bold;
}

.green {
	color: #066;
	font-weight: bold;
}

.red-triangle-bullet {
	margin: 0;
}

.red-triangle-bullet li {
	background: url(images/red-triangle-bullet.gif) 0 3px no-repeat;
	text-indent: 12px;
	padding: 0;
}

div#header div#logo h1 {
	text-indent: -5000px;
	border-bottom: none;
}

div#header ul#main-navigation {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
}

div#header ul#main-navigation li {
	display: inline;
	padding-left: 22px;
	font-size: 1.4em;
	background: none;
}

div#header ul#main-navigation li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#header ul#main-navigation li a:hover {
	color: #FFF;
}

div#header div#search form {
	width: 199px;
}

div#header div#search input.text {
	margin-left: 15px;
	margin-right: 5px;
	height: 15px;
	width: 145px;
	padding: 2px 0 2px 0;
	background: #000;
	color: #FFF;
	border: 1px solid #FFF;
}

div#header div#search input.search-button {
	height: 17px;
	width: 17px;
	padding: 0;
	margin-right: 10px;
	border: none;
	background: url(images/search-button.gif) center center no-repeat #000;
}	

ol#menu li {
	padding: 0 0 5px 14px;
	margin: 5px 0 0 0;
	background: url(images/menu-bullet.gif) 0 4px no-repeat;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

ol#menu li ul li {
	padding: 0;
	margin-bottom: 0;
	background: none;
	border-bottom: none;
	font-weight: normal;
}

ol#menu li a {
	color: #066;
	text-decoration: none;
}

ol#menu li a:hover {
	text-decoration: underline;
}

.post {
	position: relative;
}

div.post-date {
	width: 28px;
	height: 29px;
	margin: 0 5px 0 0;
	padding-top: 1px;
	background: url(images/post-date-background.gif) top left no-repeat;
	float: left;
}

div.post-date div.month {
	color: #FFF;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
	line-height: 97%;
}

li div.post-date div.day {
	font-size: 1em;
}

div.post-date div.day {
	font-size: 1.2em;
	padding-top: 1px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
}

.post h3 {
	width: 470px;
	float: left;
}

.post div.post-author {
	float: left;
	padding-bottom: 5px;
}

.post div.post-content {
	clear: both;
}

.post h3, .post div.post-author, .post div.post-content p, .post div.post-read-more {
	line-height: 140%;
}

.post div.post-author a, .post div.post-read-more a {
	font-weight: normal;
}

h3 a {
	color: #066;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.post div.post-author a {
	color: #DF7417;
	text-decoration: underline;
}

.post div.post-read-more {
	text-align: right;
}

.post div.post-read-more a {
	color: #DF7417;
	text-decoration: underline;
}

div#footer p {
	margin: 0 0 0 400px;
	font-size: 1em;
	padding-top: 10px;
	text-align: right;
	color: #FFF;
	height: 100%;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

#footer p a {
	color: #DF7417;
}

div#really-managing-box {
	width: 240px;
	height: 115px;
	padding: 10px 10px 0 0;
	background: url(images/really-managing-box.jpg) center center no-repeat;
	position: relative;
}

div#really-managing-box form {
	float: right;
	text-align: right;
	padding: 28px 5px 5px 5px;
	border: 1px solid #FFF;
	width: 170px;
	background: url(images/really-managing-logo.gif) 45px 5px no-repeat #000;
}

div#really-managing-box form label {
	color: #FFF;
}

div#really-managing-box form input {
	border: none;
}

div#really-managing-box form div {
	clear: both;
}

div#really-managing-box form input.text {
	margin: 3px 0;
	width: 100px;
	vertical-align: middle;
}

div#really-managing-box form input.really-managing-submit {
	margin: 0;
	padding: 0;
	background: none;
	color: #FFF;
	text-decoration: underline;
}

div#really-managing-box a {
	color: #FFF;
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: none;
	visibility: hidden;
}

#logo, #search, #footer-logo { behavior: url(iepngfix.htc); }

p.video {
	padding: 5px 0 5px 80px;
	background: url(images/video-link.gif) left center no-repeat;
}

p.video a {
	color: #DF7417;
	font-weight: bold;
	text-decoration: none;
}

.column-250 a {
	color: #066;
	font-weight: bold;
	text-decoration: none;
}

p.video a:hover, .column-250 a:hover {
	text-decoration: underline;
}

.edit a {
	padding-left: 17px;
	background: url(images/edit-icon.gif) left center no-repeat;
}

/* END OF TYPOGRAPHY STYLING */
