/* Styles pertaining to My Changing Room only please */

/* ####################################### */
/* ############ BLOG ITEM LIST ########### */
/* ####################################### */


ul.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #eaeaea;
	list-style: none;
}

li.post:hover {
	border-color: #e1e1e1;
}

li.post .post-inner {
	border: 1px solid #fff;
	padding: 2em;
	background: #F9F9F9 url(/images/blog_item_bg.jpg) repeat-x 0 100%;
	height: 1%;
	position:relative;
}

li.post a.story-image-container {
	float: left;

	margin: 0 1.5em 1.5em 0;
	border: 1px solid #e1e1e1;
	padding: 1px;
	width: 60px;
	height: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}

li.post a.story-image-container img {
	display: block;
	position: absolute;
	top: 0;
	left: -9999px;
}

li.post a.story-image-container .story-image {
	width: 60px;
	height: 60px;
	display: block;

}

li.post h3 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 0;	
	
}

li.post .post-meta {
	text-align: left;
}



li.post .post-link {
	clear: both;
}

.e-panel-c li.post .post-summary {	
	margin-bottom: 0;
}

li.post .post-summary,
li.post .post-link {
	margin-left: 84px;
	overflow: hidden;
}

li.post .post-link {
	margin: 0 0 0 84px;
}

li.post .post-comments {
	position: absolute;
	top:95px;
	left:33px;
	display: block;
	height: 48px;
	width: 48px;	
	background: url(/r/i/icons/function_set/comment_48.png) no-repeat 100% 0;
	text-align: center;
	line-height: 41px;
	font-family:georgia;
	font-size:1.3em;
	font-weight:bold;
}
li.post .post-comments span {
	position : absolute;
	left : -99999px
}

/* ####################################### */
/* ############ FULL ARTICLE ############# */
/* ####################################### */


.section-blog h1#page-title {
	margin-bottom: 0.5em;
}

.section-blog #page-subtitle {
	font-size: 1.2em;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

ul.story-images {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-blog .story-image-container {
	float: right;
	clear: right;
	width: 270px;
	text-align: center;
	overflow: hidden;
	margin:0 0 1.5em 1.5em;
}

.section-blog .story-image-container .story-image-inner {
	border: 1px solid #e1e1e1;
	padding: 2px;
	overflow: hidden;
}

.section-blog .story-image-container span {
	display: block;
	font-size: 0.9em;
	color: #999;
	text-align: right;
}

.section-blog .story-image {
	vertical-align: bottom;
}

.post-full .post-actions {
	background:#F7F7F7 url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #EAEAEA;
	padding: 1em;
	margin-bottom: 2em;
	overflow:hidden;
	clear: both;
}

.post-actions p {
	margin: 0;
}

.post-actions .posted-on {
	float: left;
}

.post-actions .share-widget {
	margin: 0;
	float: right;
}



.story-item .story-image-container {
	margin: 0 0 1.5em 1.5em;
}

.story-item .story-image-container img.story-image {
	margin: 0 auto;
	display: block;
}


.post-full h4 {
	padding-top: 0.5em;
}





/* ####################################### */
/* ############## COMMENTS ############### */
/* ####################################### */




#post-comments {
	padding-top: 2em;
}

#post-comments h3 {
	margin-bottom: 1em;
	font-size: 2em;
}

#post-comments h3 span {
	display: inline-block;
	height: 48px;
	width: 48px;	
	background: url(/r/i/icons/function_set/comment_48.png) no-repeat 100% 0;
	text-align: center;
	line-height: 43px;
	font-family:georgia;
	font-size:1em;
	font-weight:bold;
}

.comment-block {
	background:#F7F7F7 url(/images/breadcrumb_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #cacaca;
	padding: 20px;
	overflow: hidden;
	margin-bottom:2em;
}

.comment-block h6 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.comment-gravatar {
	border: 1px solid #e1e1e1;
	padding: 1px;	
	float: left;
	margin: 0 20px 1.5em 0;
}

.comment-block .comment {
	float: right;
	width: 480px;
}







/* ####################################### */
/* ############# BLOG PANELS ############# */
/* ####################################### */



.section-blog .a-panel-a,
.section-blog .a-panel-c {
	border-top: 1px dashed #dcdcdc;
	border-bottom: 1px dashed #fff;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

.a-panel-a li.post h3,
.a-panel-c li.post h3 {
	color: #474747;
	font-size: 1.2em;
	/* font-weight: bold;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; */
	margin-bottom: 0.7em;
}

ul.panel-list {
	margin-bottom: 1.5em;
}

ul.panel-list li {
	margin-bottom: 0.2em;
}

ul.panel-list li a:link,
ul.panel-list li a:visited {
	color: #666;
	padding-left: 15px;
	background: url(/r/i/css_framework/graphics/arrow_dark.png) no-repeat 0 0.4em;
	display: block;
}


ul.panel-list li a:hover,
ul.panel-list li a:focus {
	color:#711887;
}




/**
 *	Hack/Bug Fix Panic!
 */
.a-panel-c .post-inner .story-image-container {
	display : none;
}
.a-panel-c li.post .post-summary, 
.a-panel-c li.post .post-link {
	margin-left : 0;
}




/* ####################################### */
/* ######## GET STARTED BLOG RHP ######### */
/* ####################################### */

/*#get-started-aside {
	padding: 1px;
	border: 0;
	margin: 20px -20px 20px -20px;	
	background:#450E51 none repeat scroll 0 0;
}

#get-started-aside-inner {
	border:1px solid #AF23CD;
	background: #752F89 url(/images/introduction_bg.jpg) repeat-x scroll 0 bottom;
	padding: 20px;
	color: #fff;
}
*/

#get-started-aside-inner a.cta-get-started {
	margin: 25px 0 0 -5px;
}

#get-started-aside-inner img {
	float:right;
	margin:-34px 0 0 15px;
}
