/*
Theme Name: EUTD
Theme URI: http://www.magiconlinesolutions.co.uk
Description: EUTD
Version: 1
Author: P Gosnell
Author URI: http://www.magiconlinesolutions.co.uk
*/

#mainContentMiddle {
	background:url(/images/global/main-content-mid.png) repeat-y top center;
	_background:url(/images/global/main-content-mid.gif) repeat-y top center;
}

/* GENERAL */

br.clear {
	clear: both;
}

.page_item ul {
	display: none;
}

.current_page_item ul, 
.current_page_parent ul {
	display: block;
}

#menu .current_page_item li, 
#menu .current_page_parent ul li {}

/* Blog pages */

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

/* post */

.postWrapper {
}

.post {
	float:left; 
	width:510px; 
	padding:0 0 25px 20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:25px;
}
.dottedLine {
}

.calendar {
	background:url(/images/global/article-date.gif) no-repeat center center; 
	width:57px; 
	height:82px; 
	text-align:center; 
	color:#E20177; 
	padding-top:33px; 
	float:left;
}
.calendar .month {
	font-size:8pt; 
	line-height:0;
}
.calendar .day {
	font-size:12pt; 
	line-height:0;
	font-weight:bold;
}
.calendar .year {
	font-size:8pt; 
	line-height:0;
}

/* Sidebar */

#sidebar {
	width:240px;
	float:right;
	margin-top:260px;
}

#sidebarNoImg {
	width:240px;
	float:right;
}

.widget {list-style:none;}
#mainContent .widget a { white-space:normal;}


/* breadcrumb */

p#breadcrumbs {
margin:0;
padding:0;
color:#666;
font-size:10pt;
}
p#breadcrumbs a {
color:#666;
}
p#breadcrumbs strong {
font-weight:normal;
}

/* sociable plugin hack to stop link out icon showing */

#mainContent .sociable li a {background:none; padding-right:0;}

#mainContent a.noExtImg {background:none; padding-right:0;}


