/**************  Blog(calendar) listings ********/
div#blogpostings {
	margin: 0;
	background-color: #fff;
}

* html div#blogpostings {
}

div.blogpost {
	overflow: hidden;
	margin: 0;
	padding: 0 20px 0 110px;
}

div.blog {
 	margin: 0;
 	border-top: 10px solid #f5f5f5;
 	position: relative;
 	padding: 15px 0 10px 0;
}
div.fullpost {
 	border-top: none;
 	border-bottom: 10px solid #f5f5f5;
}
div.blog h3 {
  	clear: both;
  	padding: 0;
  	margin-left: 0;
  	margin-right: 0;
}

div#blogpostings h3.head {
	cursor: pointer;
	font-weight: normal;
	overflow: hidden;
  	padding-left: 0;
}

* html div#blogpostings h3.head {
	display: inline-block;
}

div#blogpostings h3.head a {
	display: block;
  	text-decoration: none;
  	font-style: normal;
}
div#blogpostings h3.head span {
}

div#blogpostings h3.head span.name {
	float: left;
  	font-weight: bold;
	font-size: 1.75em;
	display: block;
	color: #202020;
	padding-right: 20px;
	padding-left: 110px;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
}
div#blogpostings p {
  	padding-right: 25px;
}
div.previews {
	margin-top: 4px;
}
div.previews h3 {
  	font-size: 0.75em;
  	float: none;
  	padding: 0;
  	margin: 0;
}




/*** DATE TOP LEFT ***/

div#blogpostings span.date {
  	font-weight: normal;
  	position: absolute;
  	left: 10px;
  	top: 10px;
  	color: #fff;
  	font-weight: normal;
  	text-transform: none;
  	padding: 15px 10px 10px 0;
  	background: url(default/climbing-works-sprite.png) no-repeat 100% 50%;
  	width: 75px;
  	padding-bottom: 5px;
  	font-size: 0.75em;
}
div.blog span.date span.day {
  	width: 72px;
	font-size: 3.5em;
	text-align: center;
	display: block;
	letter-spacing: -3px;
	padding-bottom: 5px;
}
div.blog span.date span.time,
div.blog span.date span.year,
div.blog span.date span.month {

}

div.blog span.startdate span.time {
}


div.blog span.date span.month {
	display: block;
  	width: 75px;
	font-size: 1.5em;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
}
div.blog span.date span.year {
	display: block;
  	width: 75px;
	font-size: 1.5em;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
}
div.blog span.date span.time {
	display: block;
  	width: 75px;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 10px;
	font-style: italic;
}

/*** CUSTOM COLS ***/
div#blogpostings div.customcol dt {
	float: left;
	margin-right: 5px;
}
div#blogpostings div.customcol dt:after {
	content: ":";
}
div#blogpostings div.customcol dd {
	padding: 0;
}



/*** Blog footer ***/

div#article div.blog div.foot {
	overflow: hidden;
}

div#article div.blog p.foot {
  	text-align: right;
	overflow: hidden;
	clear: both;
	padding-right: 0;
	float: right;
}
div#article div.blog div.foot dt {
	text-transform: uppercase;
	color: #202020;
	float: left;
	clear: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
div#article div.blog div.foot dd {
	text-transform: uppercase;
	color: #202020;
	float: left;
	font-size: 1em;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: bold;
	color: #6bbe39;
}

div#article div.blog a.more-link {
	display: inline-block;
}
div#article div.blog p.foot a.permalink {
	float: right;
	text-decoration: none;
	font-weight: normal;
	color: #202020;
	padding-left: 30px;
	width: 60px;
	height: 20px;
	background: url(default/climbing-works-sprite.png) no-repeat -200px -480px;
	text-align: left;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 0.95em;
	margin-left: 10px;
}
div#article div.blog p.foot a.permalink:hover {
	color: #000;
	background-position: -200px -500px;
}
div#article div.blog p.foot a.comments {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	width: 110px;
	height: 20px;
	background: url(default/climbing-works-sprite.png) no-repeat -290px -480px;
	text-align: center;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 0.95em;
	margin-left: 10px;
	display: inline-block;
}
div#article div.blog p.foot a.comments:hover {
	background-position: -290px -500px;
}
/*** Comments ***/
div#comments {
	padding: 10px 0;
	margin: 10px 0;
	clear: both;
	background: url(default/border-dotted.png) repeat-x 0 0;
}
div#comments h3 {
	padding-left: 0;
}
/******* Top and bottom Bar Options *************/


form#blogdateselector,
div#calendarfirstnav {
	margin: 0;
	padding: 7px 25px;
	background-color: #fff;
	clear: both;
	border-bottom: 10px solid #f5f5f5;
	text-transform: uppercase;
	font-weight: bold;
}

div#calendarfirstnav form {
	margin: 0;
	padding: 0;
}
form#blogdateselector p,
div#calendarfirstnav form p {
	text-align: right;
	margin: 0;
	padding: 0 10px;
}
form#blogdateselector p input,
div#calendarfirstnav form p input {
	color: #fff;
	background: url(default/climbing-works-sprite.png) no-repeat -1175px -505px;
	border: none;
	width: 35px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
form#blogdateselector p input:hover,
div#calendarfirstnav form p input:hover {
	background-position: -1175px -480px;
	cursor: pointer;
}
/******* Mini Calendar *************/

div.minicalendar {
	padding: 10px 0 0 0;
	margin-top: 10px;
	margin-left: -15px;
  	width: 205px;
  	border-top: 10px solid #f5f5f5;
}
div.minicalendar h4 {
	line-height: 2em;
}
div.minicalendar .calendarnav a.previous,
div.minicalendar .calendarnav a.next {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 7px;
}
div.minicalendar .calendarnav a.previous span,
div.minicalendar .calendarnav a.next span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
div.minicalendar .calendarnav a.previous {
	background: url(default/climbing-works-sprite.png) no-repeat -170px -545px;
  	float: left;
  	margin-left: 10px;
}

div.minicalendar .calendarnav a.current {
  float: left;
  display: block;
  width: 155px;
}
div.minicalendar .calendarnav a.current span {
  display: block;
  padding: 0 7px;
  text-align: center;
  color: #202020;
  font-style: normal;
}
div.minicalendar .calendarnav a.current:hover {
	color: #6bbe39;
}
div.minicalendar .calendarnav a.next {
	background: url(default/climbing-works-sprite.png) no-repeat -210px -545px;
  float: right;
  margin-right: 3px;
}
div.minicalendar .calendarnav a.previous:hover {
	background-position: -170px -575px;
}

div.minicalendar .calendarnav a.next:hover {
	background-position: -210px -575px;
}
div.minicalendar table {
  width: 185px;
  margin: 4px 10px;
  border-collapse: separate;
  border-spacing: 0 2px;
}
div.minicalendar tr {
  padding: 1px 0;
}
div.minicalendar tr.thisweek td {
  background-color: #e9ece7;
}
div.minicalendar th {
  text-align: center;
  background-color: #202020;
  color: #fff;
  padding: 3px 0;
}
div.minicalendar td {
  background-color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 3px 0;
  width: 35px;
}
div.minicalendar tr.thisweek td.today,
div.minicalendar td.today {
  background-color: #6bbe39;
  color: white;
}
div.minicalendar td a {
  color: #fff;
  display: block;
  padding: 3px 0;
  margin: -3px 0;
  text-align: center;
  background-color: #6bbe39;
}
div.minicalendar td a:hover {
	background-color: #202020;
	color: #fff;
}
div.minicalendar td.today a {
	color: #fff;
}


/****** jumplinks *********/

div#article div#jumplinks {
  padding-right: 0;
  margin-top: -2em;
}

div#article div#jumplinks h3 {
  text-align: right;
  text-transform: lowercase;
}
div#article div#jumplinks ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}
