/*************************************************************************
	Skills Third Sector
	MODULE: 	policy.css
	PURPOSE:	special rules for the R & P document pages
*************************************************************************/

/* List of News Items in categories
*************************************************************************/
#doclist {
	list-style:none;
	margin:30px 0;
}
#content #doclist li {
	margin:0 0 30px;
	padding:0;
	background:none;
}
#doclist li p {
	margin:0 0 3px 0;
	padding:0;
}
#doclist li p .date {
	padding-left: 10px;
}
#doclist li h2 {
	margin:0;
	color:#333;
}
#doclist li h2 a,
#doclist li h2 a:visited  {
	color:#333;
}
#doclist li h2 a:hover,
#doclist li h2 a:visited:hover  {
	color:#FFF;
}
#doclist #listnewsitems li p {
	margin:10px 0 0 0;
	font-size:0.9em;
	line-height:1.4em;
}


/* Reading List styles
*************************************************************************/

#content.fullwide { width: 900px !important; float: none !important; }

/* Search styles */
form#readingListSearch { text-align: right; }

form#readingListSearch label {
	padding: 0 10px 0 0;
}

#readingListSearch input {
	height: 20px;
	line-height: 20px;
	border: 2px solid #CDCDCD;
	width: 250px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#readingListSearch button {
	background: #696969;
	color: #FFF;
	padding: 0px 10px;
	line-height: 24px;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* AZ sorter styles */
.AZSorter {
	margin-top: 20px; float: left;
}

ul#AZOptions { 
	background-image:url("../site_images/bg-button-greygradient-fullwide.png");
	background-repeat:no-repeat;
	display:block;
	background-position:right top;
	height:33px;
	padding:0 12px 0 0px;
	margin: 20px 0px;
}

#AZOptions li {
	background-image:none !important;
	padding: 0 !important;
	float: left;
}

#AZOptions li a, #AZOptions li span {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #E1E1E1;
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	margin:0;
	padding:0;
	text-align:center;
	width:29px;
}

#AZOptions li span {
	color: #ccc;
}


#AZOptions li a {
	font-weight: bold;
}


#AZOptions li a:hover {
	background: #EFEFEF;
	color: #333333;
}

/* Section heading */
.AZHeader {
	border-bottom: 3px solid #999;
	clear: both;
}

.AZHeader h2 {
	float: left;
	font-size: 3.6em !important;
	margin: 0 !important;
	padding: 0 0 0 5px !important;
}

.AZHeader a {
	float: right;
	margin-top: 30px;
}

/* Reading list content styles */
dl.readingList { padding: 30px 0; }

.readingList dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 3px 15px;
	width: 120px;
	text-align: right;
	font-weight: bold;
	color: #592049;
	font-size: 1.2em;
}

.readingList dd {
	margin-left: 150px;
	padding: 3px 15px;
	border-left: 1px solid #999;
	width: 600px; 
}


dd.readingListTitle {
	color: #333333;
	font-size: 1.4em;
	letter-spacing:-0.05em;
	font-weight: bold;
}

dd.readingListAuxInfo { color: #999999; }

dd.readingListDescription p { margin: 0; width: 570px; }
dd.readingListDescription p+p { margin: 15px 0 0; }

/* Article seperator */
hr.readingListSeperator {
	width: 50%;
	border: 0;
	background: #999;
	color: #999;
	height: 1px;
}