/**
 * Defaults and Resets
 */
html, body {
	margin: 0;
	padding: 0;
}
body {
	padding: 35px 0 0 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	color: #373D39;/* background: #fff url(../images/shared/bg-header.gif) no-repeat center top; */
}
body > div {
	/* padding-bottom: 65px; background: url(../images/shared/bg-footer.gif) no-repeat center bottom;*/
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
p {
	margin: 0 0 20px 0;
}
:focus {
	outline: 0;
}
a {
	color: #5d87a1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/**
 * General
 */
.clearBoth, .clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	display: block;
}
input[type="text"], textarea {
	border: solid 1px #373D39;
}
a.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
}
a.iconRss {
	background-image: url(../images/shared/icons/rss.gif);
}
/**
 * Lists
 */
ul.inline {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.inline li {
	display: inline;
}
ul.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/**
 * Layout
 */
#page {
	margin: auto;
	width: 758px;
	border: solid 1px #5d87a1;
	background: #fff;
	margin-bottom:65px;
}
#header {
	height: 156px;
}
#content {
	float: left;
	width: 480px;
	padding: 0 30px 0 30px;
	font-size: 1.3em;
	line-height: 1.4em;
}
#content h1 {
	margin: 0 0 10px 0;
	font-size: 1.15em;
	float:left;
}
#content h2 {
	margin: 0 0 5px 0;
	font-size: 1.15em;
	line-height: normal;
	clear:both;
}
#content h2 a {
	color: #373D39;
}
#content form.search {
	margin-bottom: 20px;
}
#content form.search input[type="text"] {
	float: left;
	width: 270px;
	padding: 2px;
	font-size: 0.92em;
	margin: 1px 10px 10px 10px;
}
#content form.search input[type="image"] {
	float: left;
}
#sidebar {
	float: left;
	width: 190px;
	font-size: 1.2em;
}
#sidebar a {
	color: #fa7b20;
}
#sidebar h4 {
	margin: 0 0 5px 0;
	font-size: 1.17em;
	color: #5d87a1;
}
#sidebar .email {
	margin-bottom: 15px;
}
#sidebar .email a {
	float: right;
	font-size: 0.92em;
	background: url(../images/shared/icons/email.gif) no-repeat;
	padding-left: 25px;
	line-height: 2.3em;
}
#sidebar .box {
	margin-bottom: 20px;
	border: solid 1px #5d87a1;
	background: url(../images/shared/bg-box.gif) repeat-x left bottom;
}
#sidebar .box .content {
	padding: 10px 8px;
}
#sidebar .linkList ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	color: #fa7b20;
}
#sidebar .linkList ul li {
	margin: 3px 0 1px 0;
	padding: 5px;
	border-bottom: dotted 1px #5d87a1;
}
#sidebar .linkList ul li.lastItem {
	border-bottom: none;
}
#sidebar .tagCloud {
	width: 178px;
	padding: 5px;
}
#sidebar .tagCloud h1, #sidebar .tagCloud h2, #sidebar .tagCloud h3, #sidebar .tagCloud h4 {
	margin: 0;
	display: inline;
}
#sidebar .tagCloud h1 {
	font-size: 1.58em;
}
#sidebar .tagCloud h2 {
	font-size: 1.5em;
}
#sidebar .tagCloud h3 {
	font-size: 1em;
}
#sidebar .tagCloud h4 {
	font-size: 0.83em;
}
#sidebar .tagCloud h2 a, #sidebar .tagCloud h3 a {
	color: #0067ac;
}
#sidebar .tagCloud h4 a {
	color: #5d87a1;
}
#sidebar .tagCloud h2, #sidebar .tagCloud h3, #sidebar .tagCloud h4 {
	font-weight: normal;
}
#sidebar .authors {
	margin-bottom: 20px;
}
#sidebar .authors .author {
	float: left;
	width: 84px;
	margin-bottom: 5px;
}
#sidebar .authors .author img {
	display: block;
	
}
#sidebar ul.pages {
	margin-bottom: 15px;
	font-size: 1.17em;
	font-weight: bold;
}
#sidebar ul.pages li {
	padding-bottom: 5px;
}
#sidebar form.search {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #5d87a1;
}
#sidebar form.search input[type="text"] {
	float: left;
	width: 120px;
	margin: 4px 5px 0 0;
}
#sidebar ul.syndicate li {
	padding-bottom: 1px;
}
#pager {
	margin: 20px 0 30px 0;
	font-size: 1.4em;
	text-align: center;
}
#pager ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pager ul li {
	display: inline;
	padding: 0 5px;
}
#pager ul li a {
	color: #373D39;
	text-decoration: underline;
}
#pager ul li.on a {
	color: #f47b20;
	text-decoration: none;
}
#pager ul li.prev a, #pager ul li.next a {
	font-weight: bold;
	color: #5d87a1;
}
#footer {
	margin: 30px 0 20px 0;
	font-size: 1.1em;
	text-align: center;
}
#footer a {
	color: #5d87a1;
	text-transform: lowercase;
}
/**
 * Posts
 */
.postNav {
	margin-bottom: 20px;
}
.postNav .previous {
	float: left;
}
.postNav .next {
	float: right;
}
.posts .post {
	margin-bottom: 50px;
}
.posts .post .content {
	margin-bottom: 20px;
}
.posts .post .meta {
	margin-top: -17px;
	font-size: 0.92em;
	line-height: 1.67em;
}
.posts .post .tags, .posts .post .stats {
	clear: both;
}
.posts .post .tags div, .posts .post .stats div {
	float: right;
	width: 415px;
}
.posts .post .stats div {
	width: 405px;
}
.posts .post .tags label, .posts .post .stats label {
	float: left;
	display: block;
	width: 30px;
	margin-right: 10px;
	color: #f47b20;
	padding-right: 25px;
	background: url(../images/shared/icons/tag.gif) no-repeat right top;
}
.posts .post .stats label {
	width: 40px;
	background-image: url(../images/shared/icons/post.gif);
}
.entry {
	/*text-align: justify;*/
	margin-bottom: 30px;
}
.entry .meta .tags {
	margin: 20px 0;
}
.entry .meta .info {
	margin: 20px 0;
	padding-left: 20px;
}
.entry ul li {
	margin:12px 0px 4px;	
}

div.comments .comment {
	font-size: 0.92em;
	padding: 0 0 20px 20px;
}
div.comments .comment p {
	margin-bottom: 10px;
}
div.comments .comment .author {
	margin: 0;
}
form.comment .row {
	padding-bottom: 5px;
}
form.comment .row .field {
	float: left;
	margin: 0 10px 0 0;
}
form.comment .row .field input[type="text"] {
	width: 200px;
}
form.comment .row label {
	float: left;
}
form.comment .message textarea {
	width: 480px;
}
form.comment .submit {
	text-align: right;
}
#special_info {
	float: left;
	width: 305px;
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #5d87a1;
	background: url(http://blogs.workday.com/prebuilt/images/shared/bg-box.gif) repeat-x left bottom;
}

#blogSM {
	
}

/* TOOLBAR RSS TEXT SIZE */
.wibiyaToolbar_wiwi_caption, .wibiyaToolbar_menu_caption {
	font-size:10px !important;
}