/*
Theme Name: Altus Blog
Theme URI: http://altus.dystrick.com/blog/
Description: The new Altus Blog.
Version: 1
Author: Dystrick Design
Author URI: http://dystrick.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #5e6d75;
	background: url(images/blog_tile.jpg) top repeat-x;
}

html, html body {
}

.clear {clear: both;}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0072bc; text-decoration: none;}
a:visited{color: #0072bc; text-decoration: none;}
a:hover{color: #0072bc; text-decoration: underline;}
a:active{color: #0072bc;}

/*===================== STRUCTURE =====================*/

#wrapper {
	background: url(images/blog_background.jpg) center top no-repeat;
}

#container, #footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	font-size: .8em;
}

#footer {
	text-align: center;
	padding: 10px 0 20px 0;
	color: #5e6d75;
	font-size: .7em;
}

#container_top {
	height: 30px;
	background: url(images/content_top.png) center top no-repeat;
}

#container_bottom {
	height: 30px;
	background: url(images/content_bottom.png) center top no-repeat;
}

#container_tile {
	*padding: 0 0 1px 0; /*IE 7 hack*/
	background: url(images/content_tile.png) center repeat-y;
}

#header {
	height: 120px;
	margin-bottom: 50px;
	background: url(images/header.jpg) center top no-repeat;
}

#container_content {
	width: 900px;
	float: left;
	margin-left: 30px;
}

#sidebar {
	width: 250px;
	float: left;
}

#main_content {
	width: 630px;
	float: right;
}

h1 {
	margin-top: 0;
}

/*===================== SIDEBAR =====================*/

.mod {
	width: 250px;
	margin-bottom: 15px;
	background: url(images/mod_bottom.gif) center bottom no-repeat;
	color: #0072bc;
	font-size: .85em;
	line-height: 1.3em;
}

.mod_top {
	height: 14px;
	background: url(images/mod_top.png) center top no-repeat;
}

.mod_icon {
	padding: 0 20px 10px 50px;
}

#search {
	background: url(images/icon_search.png) 13px 0 no-repeat;
}

#search label {
	display: none;
}

#search form {
	margin-top: 10px;
	float: left;
}

#search form input {
	float: left;
	height: 16px;
	padding: 1px;
	border: 1px solid #b2b5bb;
	border-right: none;
	color: #b2b5bb;
	font-size: 1.2em;
	width:150px;
}

#search #searchsubmit {
	width: 22px;
	height: 20px;
	border: none;
	background: url(images/search_submit.gif) center top no-repeat;
	text-indent: -5000px;
}

#about {
	background: url(images/icon_about.png) 13px 0 no-repeat;
}

#blogroll {
	background: url(images/icon_blogroll.png) 13px 0 no-repeat;
}

#archives {
	background: url(images/icon_archives.png) 13px 0 no-repeat;
}

.mod ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mod ul li {
	padding: 3px 0;
}

.mod h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #dc7d27;
	background: url(images/h2_underline.png) left bottom no-repeat;
	text-transform: uppercase;
	line-height: normal;
	font-size: 1.3em;
}

/*===================== CONTENT =====================*/

.post {
	margin-bottom: 70px;
	padding-right:15px;
}

.date {
	display: block;
	float: left;
	height: 17px;
	padding-left: 20px;
	margin-right: 20px;
	background: url(images/icon_calendar.gif) left center no-repeat;
	font-weight: bold;
}

.share {
	float: right;
}

.entry {
	border-bottom: 1px solid #dfdfdf;
}

.tags, .category, .comments {
	display: inline-block;
	height: 21px;
	padding-left: 26px;
	background: url(images/icon_tag.gif) left center no-repeat;
}

.category {
	height: 20px;
	padding-left: 30px;
	background: url(images/icon_category.gif) left 3px no-repeat;
}

.comments {
	padding-left: 30px;
	background: url(images/icon_comments.gif) left center no-repeat;
}

.meta_info {
	line-height: 20px;
}

h2 {
	margin-top: 0;
}
.cf_w_generic_page_share {
    margin:10px 0 10px 10px;
}
.cf_w_generalBlogShare {
  margin:0px 20px 0px 0px;
}

.cf_w_generalBlog {
    margin:10px 0 10px 10px;

}
