/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 62.5%;
	margin-bottom: 40px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

html {
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 43px;
}
#Container {
	width: 800px;
	padding-bottom: 15px;
}
#Layout {
	width: 980px;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#Content {
	width: 735px;
	float: right;
	text-align: left;
	padding-left: 28px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
/* HEADER
----------------------------------------- */
#Header {
	width: 980px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: transparent;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 980px;
	padding-top: 5px;
	overflow: hidden;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	#Navigation ul {
	float: left;
	margin-left: 50px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2.3em;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover {
	color: #de0d24;
	cursor: pointer;
					}
					#Navigation ul li a:hover span {
	cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover {
	color: #de0d24;
	background-image: url(dit.gif);
	background-repeat: no-repeat;
	background-position: center 7px;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
	color: #de0d24;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs {
	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em;
	margin-top: -10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
}
	#Breadcrumbs p {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	padding-top: 0px;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar {
	width: 210px;
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	#Sidebar .sidebarBox {
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
	}
	#Sidebar ul {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	}
		#Sidebar li {
	list-style: none !important;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: none !important;
		}
	#Sidebar h3 {
	clear: both;
	color: #fff;
	font-weight: 700;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	line-height: 1.8;
	padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
	height: 3px;
	display: block;
	width: 200px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li {
	font-size: 0.9em;
	list-style: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
    }
    	ul#Menu2 li a {
	display: block;
	width: 196px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 5px;
      	}
			ul#Menu2 li em {
	padding-left: 0px;
	display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
	color: #de0d24;
	cursor: pointer;
	text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	font-weight: normal;
	color: #de0d24;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
	font-weight: 700;
	width: 193px;
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
	display: block;
	width: 100%;
	height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
	display: block;
	width: 100%;
	height: 100%;
      	}
      		ul#Menu2 li ul {
	height: 100%;
	position: relative;
	width: 193px;
	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
	clear: both;
	width: 980px;
	height: 7em;
	text-align: center;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: top;
}
	#Footer .footerTop {
	width: 100%;
	display: block;
	height: 2em;
	padding-top: 21px;
	margin-bottom: 22px;
	}
  	#Footer p {
	color: #666666;
	font-size: 1.1em;
	text-align: center;
	margin-top: 2px;
	}
  		#Footer a {
	color: #000000;
	text-decoration: none;
		}
			#Footer a:hover {
	color: #000000;
	text-decoration: underline;
			}
			
			
/* SITE MAP
----------------------------------------------- */
#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; line-height:150%} /*1st level list*/
#sitemap-list li {
	padding:10px;
	margin-top:10px;
	font-size:13px;
	background:#f0f0f0;
	list-style-type: none;
	margin-left: 0px;
} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/


/* WIDGET
----------------------------------------------- */
#Widget {
	width: 210px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Widget .sidebarBox {
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
}
#Widget .sidebarBottom {
	height: 15px;
	display: block;
	width: 203px;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0px;
}
#Widget h3 {
	color: #7d62a1;
}
#Widget  h5 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1.1em;
	padding-right: 0px;
	padding-left: 2px;
	font-style: italic;
	margin-top: -9px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 195px;
	margin-right: 0px;
	vertical-align: top;
}
#Widget  h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 2px !important;
	padding-bottom: 0px !important;
	line-height: 1.3em;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	padding-top: 0px;
	height: auto;
	font-weight: normal;
}
#Widget     p    {
	color: #7d62a1;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 1.2em;
}

#Widget img {
	padding: 0px;
	margin: 0px;
}
#FAQLinks {
}
#FAQLinks h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(question-mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#FAQLinks ul {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 3px;
	background-image: none;
}
#FAQLinks ul li a {
	margin-left: 0px;
	padding-left: 0px;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.2em;
	background-image: none !important;
	}
#FAQLinks ul li a:hover {
	margin-left: 0px;
	padding-left: 0px;
	color: #de0d24;
	text-decoration: none;
}
#HomeSlides {
	padding-top: 0px;
	margin-top: -31px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#Subscribe {
	padding-top: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#BuyNowImage {
	float: right;
	height: 555px;
	width: 294px;
	background-image: url(package.jpg);
	background-repeat: no-repeat;
}
#BuyNowImage p {
	color: #FFFFFF;
}
#proceed {
	margin-top: 34px;
}
#proceed  h1 a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding-top: 12px;
}
#proceed h1 a:hover {
	color: #de0d24;
	text-decoration: none;
}
#headerCTA {
	float: right;
	margin-top: 0px;
}
#proceed h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000000;
	font-weight: bold;
	border: 1px solid #de0d24;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-top: 45px;
	margin-bottom: 45px;
	background-image: url(already-purchased-blend.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#proceed h2 strong {
	font-weight: bold;
	color: #de0d24;
}
#Widget .RandomContentWidget {
	padding: 0px;
	margin: 0px;
}
/* Sexy buttons
-------------------------------------------- */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: inline;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-top: 0px;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
  
/* SubscribeForm
-------------------------------------------- */
#SubscribeForm {
	
	}
#SubscribeForm input {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FF0000;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 13px;
	padding: 12px;
	margin-bottom: 7px;
	margin-left: 12px;
}
#SubscribeForm p {
	font-size: 11px;
	padding-top: 14px;
}
#SimplestSpamField {
}
#SimplestSpamField p {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#SimplestSpamField  input   {
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #de0d24;
	font-size: 1.3em;
	font-weight: normal;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}#SimplestSpamField h6 {
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 21px;
	margin-bottom: 0px;
}
#ArticleList {
	font-size: 1.3em;
	font-weight: normal;
	width: 740px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	list-style-type: none;
}
#ArticleList ul {
	font-size: 1.3em;
	font-weight: normal;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	list-style-type: none;
}
#ArticleList   ul   li  {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	list-style-type: none;
}
#ArticleList img {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	list-style-type: none;
	border: 1px solid #ededed;
	padding: 5px;
	margin-top: 0px;
	margin-left: 23px;
}
#ArticleList p {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #666666;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 8px;
}
#ArticleList   .articlename   {
	font-size: 15px;
	list-style-type: none;
	margin-bottom: 11px;
	margin-top: 20px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}
/* Sexy buttons
-------------------------------------------- */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-top: 9px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}#ArticlePhoto {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	list-style-type: none;
	float: right;
}
#ArticlePhoto img {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	list-style-type: none;
	margin-bottom: 4px;
	margin-left: 25px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}
#ArticleButton  a     {
	color: #000000; /* sliding doors padding */
	text-decoration: none;
}
#ArticleList hr {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 15px;
}
