.blogContent
{
	width: 750px;
}
.blogListing
{
	float: left;
	width: 530px;
}
.blogItem
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.blogMeta
{
	font-size: 10px;
	color: #666666;
	margin-left: 11px;
}
.blogMeta a
{
	color: #2d88c8;
}

.storytitle
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-transform:capitalize;
	padding-left: 11px;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.storytitle a
{
	color: #555555;
}
.storytitle a:hover
{
	color: #114477;
}
.storycontent
{
	margin-left: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.storycontent p
{
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}
.storycontent a
{
	color: #2d88c8;
}
.storycontent h3
{
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}
.storycontent h4
{
	color: #666666;
	padding: 5px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	background-color: #ffffff;
	border-bottom: 1px dashed #e6e6e6;
}
.storycontent h4 a
{
	text-decoration: none;
	background: none;
}
.feedback
{
	text-align: center;
}
.feedback a
{
	color: #2d88c8;
	font-size: 10px;
	display: block;
}
.feedback a:hover
{
	color: #666666;
}
.readmore
{
	color: #2d88c8;
	font-weight: bold;
	font-size: 12px;
}
#sidebar
{
	float: right;
	width: 200px;
	margin-right: 3px;
	margin-top: 0px;
}
.blogItemShort
{
	background-color: #e8f6ff;
	font-size: 12px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 8px;
	padding-bottom: 22px;
	background-image: url(images/bg_shortpost.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	border-top: 1px solid #c5ddeb;
	color: #66757f;
	margin-bottom: 30px;
}
.blogItemShort a
{
	color: #2d88c8;
}
.blogItemShortAuthor
{
	position: absolute;
	bottom: 0px;
	left: 45px;
	font-size: 10px;
	color: #666666;
}
.blogItemShortAuthor a
{
	color: #2d88c8;
}
.shoutOut
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-left: 11px;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: -2px;
	color: #c5ddeb;
}

/* SIDE BAR DOWN RIGHT HAND SIDE OF RELEASE SCHEDULE & CATALOGUE LISTING PAGES & NEWS CONTENT */

.sidebarContent
{
	padding-left: 12px;	
	padding-right: 12px;
	padding-bottom: 12px;
	background-color: #f7f7f7;
	margin-bottom: 3px;
	font-size: 11px;
	color: #a3a3a3;
}
.sidebarContent a
{
	color: #2D88C8;
	text-decoration: none;
	font-weight: normal;
}
.sidebarContent a:hover 
{
	color: #76C2F8;
}
.sidebarContent h3
{
	font-size: 11px;
	color: #818181;
	font-weight:bold;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:12px;
	text-transform:uppercase;
}
.sidebarContent ul
{
	padding-left: 0px; 
	margin-left: 16px;
}
.sidebarContent li
{
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-image: url(images/ic_bullet.png);	
}
.sidebarContent li.rss
{
	list-style-image: url(images/ic_rss_sm.png);	
}
.sidebarContent li.admin
{
	list-style-image: url(images/ic_admin_sm.png);	
}
.sidebarContent li.facebook
{
	list-style-image: url(images/ic_facebook_sm.png);	
}
.sidebarContent li.digg
{
	list-style-image: url(images/ic_digg_sm.png);	
}
.sidebarContent li.tweet
{
	list-style-image: url(images/ic_tweet_sm.png);	
}
.sidebarContent li.email
{
	list-style-image: url(images/ic_email_sm.png);	
}
.sidebarContent li.selected a
{
	color: #a3a3a3;	
}
.sidebarContent li.selected a:hover
{
	background-color: #f0f0f0;
	color: #333333;	
}
.sideReleaseItem, .sideEventItem, .artCompItemSide
{
	text-align: center;
	margin-top: 10px;
	
}
.sideReleaseItem h5, .sideEventItem h5, .artCompItemSide h5
{
	font-size: 11px;
	margin-top: 3px;
	font-weight: normal;
}
.sideReleaseItem h5:first-letter, .sideEventItem h5:first-letter, .artCompItemSide h5:first-letter
{
	text-transform: capitalize;
} 
.sideReleaseItem img, .sideEventItem img, .artCompItemSide img
{
	padding: 10px;
	background-color: #ffffff;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 4px 0;
	display: inline;
	}
img.donothing 
{
	padding: 4px;
	display: inline;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* Begin Comments*/
#commentSpace
{
	margin-left: 15px;
	margin-right: 15px
}
#commentSpace a
{
	color: #2d88c8;
}
#commentSpace h3
{
	border-bottom:1px solid #E6E6E6;
	color:#555555;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	text-transform:uppercase;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
		background-color: #F5F5F5;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.comment-author.vcard hr
{	
	border: 0;
	height: 1px;
	color: #E6E6E6;
	background-color: #E6E6E6;
}
.comment-author.vcard img
{
	float: left;
	border:1px solid #A1A1A1;
	margin: 5px;
	margin-right: 15px;
}
.comment-author.vcard h5
{
	display: inline;
}
.commentlist p {
	font-size: 12px;
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.summary 
{
	color:#555555;
	font-size:10px;
	font-weight:bold;
	margin-left:3px;
	margin-top:20px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	text-transform:uppercase;
}
.commentTextarea
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-avatar
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-sidebarImage
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 12px;
	color: #b3b3b3;
	padding: 3px;
	margin: 0;
	width: 140px;
}

/* PAGENATION */
.page-numbers {
	font-size: 10px;
	padding: 2px 4px;
	margin-right: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-color: #ededed;
	color: #2d88c8;
}
.page-numbers.current {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #328ab2;
	border-color: #328ab2;
	color: #fff;
}
a.page-numbers:hover {
	border-color: #999;
}
.next, .prev {
	padding: 0;
	border: none;
	background-color: #fff;
	color: #2583ad;
}
.next:hover, .prev:hover {
	color: #d54e21;
}
.pageGroup
{
	border-bottom: 1px solid #ededed;
	text-align: right;
}
.pageNation
{
	margin: 6px;	
}
.pageGroup.bottom
{
	border-bottom: none;
	border-top: 1px solid #ededed;
}
.dots 
{
	border: none;
}
hr.dashed
{
	background: #cccccc url(http://cdn.madman.com.au/refresh/images/gr_dashed.gif) repeat-x top;
	border: 0;
	padding: 0;
}
