body {
	background: #5b5145 url(../images/bg.jpg) repeat-y center top;
	color: #666666;
}

a, a:visited {
	color: #8d000f;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.content {
	background: #ffffff;
	padding-top:5px;
	padding-bottom: 5px;
}

.content.with-sidebar {
	background: #ffffff url(../images/sidebar-bg.gif) repeat-y right top;
}

/* @group Master head */

.masthead {
	background: #8d000f url(../images/masthead-bg.jpg) repeat-y center top;
		padding-top: 0.6em;
		padding-bottom: 0.3em;
}

.masthead .menu {
	text-align: right;
	padding-top:0.35em;
}

.masthead .menu a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 1.25em;
}

.masthead .menu a.login {
	background: url(../images/icons/lock.png) no-repeat right center;
	padding-right: 15px;
}



/* @end */

/* @group Blog header */

.blog-header {
	margin-top: 2em;
	margin-bottom: 1.75em;
}

.blog-header .logo {
	padding-top:0.25em;
}

.blog-header .logo img {
	float: left;
}

.blog-header .logo .subsection {
	display: block;
	font-size: 1.5em;
	margin-top: 0.6em;
	color: #b0a9a0;
}

.blog-header .logo .subsection a {
	color: #b0a9a0;
}

.blog-header .feeds ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.blog-header .feeds ul li {
	margin: 0px;
	padding: 0px;
	background: url(../images/icons/rss.png) no-repeat left center;
}

.blog-header .feeds a {
	background-color: #fff;
	padding: 1px 3px;
	margin-left: 20px;
	line-height: 1.75em;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group main-column */

.main-column {
	padding: 10px 5px 5px;
}

.main-column h1 {
	color: #222222;
	border-bottom: 1px solid #f1f1f1;
}

/* @end */

/* @group Sidebar */

.sidebar {
	padding: 15px 5px 5px;
}

.sidebar a:hover, .sidebar a:focus {
	text-decoration: underline;
}

.sidebar .block {
	margin-bottom: 1em;
}

/* @group Search */

.block.search input[type=text] {
	border: 1px solid #d4d4d4;
	padding: 5px;
	color: #888888;
	width: 70%;
	display: inline;
}

.block.search .button {
	position: relative;
	top: 0.55em;
	height: 24px;
	width: 57px;
}

/* @end */

/* @group Browse */

.block.browse h3 {
	color: #ffffff;
	font-size: 1em;
	background-color: #90877c;
	padding: 2px 5px 4px 10px;
	margin: 0px 0px 1em;
}

.block.browse ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.block.browse ul li  {
	margin: 0px;
	padding: 0px 0px 0.5em 10px;
}

.block.browse ul li a {
	color: #5b5145;
	font-weight: bold;
}

.block.browse ul li a {
	color: #5b5145;
	font-weight: bold;
}

/* @end */

/* @group Flickr */

.block.flickr h3 {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 0px;
	margin: 0px 0px 0.75em;
}

.block.flickr h3 a {
	padding: 0px;
	margin: 0px;
}

.block.flickr p {
	margin: 0px;
	padding: 0px;
}

.block.flickr p.thumbnails {
}

.block.flickr div.flickr_badge_image {
	display: inline-block;
	margin: 4px;
	width: 75px;
	height: 75px;
	border: 3px solid #d0cbc5;
}

.block.flickr p.thumbnails a {
	
}

.block.flickr div.flickr_badge_image:hover {
	border: 3px solid #a29e9a;
}

/* @end */

/* @group Twitter */

.block.twitter {
	width: 275px;
	height: 183px;
	background: url(../images/twitter-bg.png) no-repeat center top;
}

.block.twitter p {
	padding: 10px;
	height: 88px;
	margin-bottom: 0px;
}

.block.twitter .followus {
	color: #03519f;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

/* @end */



/* @end */

/* @group Post */

.post {
	margin-bottom: 4em;
}

.post img {
	padding: 2px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}

.post img.alignleft {
	display: inline;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

img.no-border {
	border: 0px;
}

.post .post-header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.90em;
}

.post .post-header p.published-by {
	float: left;
	width: 65%;
}

.post .post-header a.comment {
	float: right;
	color: #888888;
	background: url(../images/icons/comment-16x16.png) no-repeat left center;
	padding-left: 20px;
}

.post .post-content h3 {
	color: #222222;
	font-weight: normal;
	font-size:1.45em;
}

.post .post-content p.image {
	text-align: center;
}

.post .post-content img {
	z-index: -999;
}

.post .post-content p {
	z-index: 999;
}

.post .post-footer {
	border-bottom: 1px dotted #d5d7d7;
	padding-top: 0.5em;
}

.post .post-footer .postedin {
	padding-left: 18px;
	padding-top: 2px;
	background: url(../images/icons/document.png) no-repeat left center;
}

/* @group Marketing tool update */

.post.marketing-update {
	
}

.post.marketing-update h4 {
	font-size: 1em;
	margin-bottom: 10px;
}

.post.marketing-update ul {
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 10px;
}

.post.marketing-update ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 3px 3px 3px 28px;
}

.post.marketing-update ul li.download {
	background: url(../images/icons/import.png) no-repeat 5px center;
}

.post.marketing-update ul li.gallery {
	background: url(../images/icons/table.png) no-repeat 5px center;
}

.post.marketing-update ul li.link {
	background: url(../images/icons/flash.png) no-repeat 5px center;
}

.post.marketing-update ul li.odd {
	background-color:#eeedec;
}

.post.marketing-update div.EIP_mulittextbox, .post.marketing-update div.EIP_mulittextbox p {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @end */

/* @group Footer */

.footer {
	margin-top: 1em;
	background: url(../images/footer-separator.png) repeat-x center top;
	padding-top: 0.75em;
	font-size: 0.85em;
	color: #b4afa9;
}

.footer a {
	color: #b4afa9;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.footer a.logo {
	position: relative;
	top: 0.60em;
}

.footer p.main a {
	font-weight: bold;
}

.footer p a {
	margin-right: 1em;
}

.footer .copyright {
	text-align: right;
	padding-top: 0.6em;
}

.footer-separator {
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 3em;
	background: url(../images/footer-separator.png) repeat-x center top;
	width: 960px;
}

/* @end */

/* @group Comments */

.comments h3 {
	color: #444444;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.comments .comment {
	margin-bottom: 2em;
	border-bottom: 1px solid #ebebeb;

}

.comments .comment.author {
	background-color: #f6f4f1;
	padding: 10px 10px 0;
}

.comments .comment .authorinfo {
}

.comments .comment .authorinfo a {
	color: #444444;
	font-weight: bold;
}

.comments .comment .authorinfo .avatar {
	float: left;
	margin-right: 1em;
}

/* @end */

/* @group Comment form */

.comment-form label {
	display: block;
	font-weight: bold;
	color: #444444;
	margin-top: 10px;
}

.comment-form label span.notbold{
	font-weight: normal;
}

.comment-form textarea, .comment-form input[type=text] {
	border: 1px solid #dbdbdb;
	background-color: #f6f6f6;
}

.comment-form textarea {
	width: 75%;
	padding: 5px;
}

.comment-form input[type=text] {
	width: 40%;
	padding: 5px;
}

/* @end */

/* @group Search results */

.searchterm1 {
	background-color: #f7dfcc;
}

/* @end */