/* ------
 * import the Voting
 -------*/
@import url("/style/modules/au-pedia-votes.css");

.side-border {
	background:transparent url(/images/cat-content-bg.gif) no-repeat scroll right -70px;
}

.page-title {
	height:40px;
}

ul.share {
	clear: none;
	margin-right: 12px;
}
p.subtext {
	font-size: 11px;
}

/* --------------------------------------------
	Title
-------------------------------------------- */
#guide-title {
	width: 640px;
	float: left;
	margin: 12px 20px 0px 20px;
	_margin: 12px;
}

#guide-title p {
	margin-bottom: 0px;
}

#guide-title h1 {
	width:640px;
	float: left;
	background: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 18px;
}

#guide-title ul.guide-info li {
	float: left;
	width: 250px;
	border-bottom: none;
	margin-right: 10px;
}

#guide-title ul.guide-info li.second {
	width: 360px;
}

/* --------------------------------------------
	Most Recent
-------------------------------------------- */

#quick-opinions, #from-inside, #most-recent {
	background:transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
	width: 290px;
	margin: 12px 12px 24px 20px;
	padding: 20px 0px 0px 0px;
	_padding-top: 15px;
}

#most-recent ul li {
	margin-right: 5px;
	width: 140px;
	float: left;
	border-bottom: none;
}

#most-recent img {
	float: left;
	margin: 0px 5px 0px 0px;
}

#most-recent p {
	width: 70px;
	float: left;
	margin: 28px 0px 0px 0px;
	font-size: 11px;
}

#from-inside p {
	line-height: 20px;
}

/* --------------------------------------------
	From The Inside
-------------------------------------------- */
#quick-opinions h3, #from-inside h3 {
	float: left;
	border-bottom: none;
	margin-bottom: 0px;
}

#quick-opinions a.header-utility, #from-inside a.header-utility {
	float: right;
	font-size: 11px;
}

#from-inside p.editors {
	margin-top: 0px;
	width: 290px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

/* --------------------------------------------
	Quick Opinions
-------------------------------------------- */

#quick-opinions p {
	float: right;
	width: 210px;
	margin-top: 0px;
	color: #000;
}

#quick-opinions ul li {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	border-bottom: none;
}


/* --------------------------------------------
	Recommendations
-------------------------------------------- */
#guide-recommendations {
	background:transparent url(/images/top-bar-shadow2.png) repeat-x scroll left top;
	width: 607px;
	margin: 12px 12px 12px 20px;
	padding: 20px 0px 0px 0px;
	_padding-top: 15px;
}

#guide-recommendations h2 {
	background: none;
	border-bottom: none;
	margin: 0px 12px 5px 0px;
	padding: 7px 0px 5px 0px;
		font-size:18px;
		letter-spacing: 1px;
		color: #222222;
		text-transform: none;
}

#guide-recommendations h3 {
	width: auto;
	float: left;
	border-bottom: none;
}

#guide-recommendations .recommendations-subhead {
	width: 607px;
	padding: 4px 0px 4px 0px;

	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

#guide-recommendations .recommendations-subhead a {
	margin-top: 7px;
}

/* --------------------------------------------
	Results List
-------------------------------------------- */
.newest-list {
	
}

.newest-list li {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin: 0px;
}

.newest-list li.last {
	border-bottom: none;
}

.newest-list li.even {
	background-color: #f5f5f5;
}

.newest-list img.month { /* control the month by changing the background */
	/*padding-top: 13px;*/
	margin: 4px 10px 3px 3px;
	float: left;
	display: inline;
}

.newest-list img.january {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/JAN.gif) no-repeat scroll left top;
}

.newest-list img.february {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/FEB.gif) no-repeat scroll left top;
}

.newest-list img.march {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/MAR.gif) no-repeat scroll left top;
}

.newest-list img.april {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/APR.gif) no-repeat scroll left top;
}

.newest-list img.may {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/MAY.gif) no-repeat scroll left top;
}

.newest-list img.june {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/JUN.gif) no-repeat scroll left top;
}

.newest-list img.july {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/JUL.gif) no-repeat scroll left top;
}

.newest-list img.august {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/AUG.gif) no-repeat scroll left top;
}

.newest-list img.september {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/SEP.gif) no-repeat scroll left top;
}

.newest-list img.october {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/OCT.gif) no-repeat scroll left top;
}

.newest-list img.november {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/NOV.gif) no-repeat scroll left top;
}

.newest-list img.december {
	background:transparent url(/_cs_apps/pt_aupedia/images/dates/months/DEC.gif) no-repeat scroll left top;
}

.newest-list img.tiny-flag {
	margin: 0px 15px 0px 15px;
}

.newest-list p {
	margin-top: 0px;
	float: right;
	width: 545px;
	padding: 3px 0px 0px 0px;
	line-height: 18px;
}

/* --------------------------------------------
	Related Topics
-------------------------------------------- */
#related-topics {
	border-top:1px solid #E3DABC;
	margin:20px auto 0px auto;
	padding:12px 1px;
	width:946px;
}

#related-topics h1 {
	font-size: 25px;
	text-transform: uppercase;
	display: inline;
	line-height: 80px;
	float: left;
	background:transparent url(/images/arrow-red.png) no-repeat scroll 0px 36px;
	margin: 0px 10px 0px 20px;
}

#related-topics img {
	vertical-align: middle;
	float: left;
}

#related-topics p {
	float: left;
	width: 270px;
	margin: 5px 10px 0px 20px;
}

/* --------------------------------------------
	Sub Footer
-------------------------------------------- */

#sub-footer {
	border-top:1px solid #E3DABC;
	margin:0px auto 0px auto;
	padding:20px 0;
	width:946px;
	font-size: 10px;
}
