/*****SLIDESHOW*****/
/*Admin*/
#testSlide {
	border: 1px #333 solid;
	background-color: white;
	width: 640px;
	height: 360px;
	overflow: hidden;
	margin: 1em;
}

table.manageSlideShow tbody tr:nth-child(even) {
	background-color: #efefef;
}
/*Display*/

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* -=-=- Home page =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#homepage .authors { 
	font-weight: bold; 
	font-size: 11px;
	line-height: 1em;
}

#homepage p.subHeader,
#homepage p.comments {
	margin: 0px;
	padding: 0px;
}
#homepage p.summary {
	margin: 0px;
	line-height: 1.3em;
}
#homepage div.articleList div.article p.summary {
	font-size:11px;
	line-height:1.2em;
}
h2.hpTitle a {
	color: #333333;
	padding-right: 20px;
	background-image: url('/images/raquo.gif');
	background-repeat: no-repeat;
	background-position: right center;
}
h2.hpTitle a:hover {
	background-image: url('/images/raquo-hover.gif');
	background-color: #FFF;
}
#homepageNews {
	width: 440px;
	float: left;
}
#homepageNews .articleHeader {
	margin: 0px;
	padding: 0px;
}
#hpNewsAndNutshell { float: left; }
#homepageNews .article {
    display: inline-block;
	margin: 0 15px 15px 0;
    vertical-align: top;
    width: 200px;
}
#homepageNutshell {
	width: 200px;
	float: right;
}
#homepageNutshell .article {
    border-top: 1px #ddd dashed;
    margin: 0px;
    padding: 10px 0px;
}
#homepageMagazineArticles h3, .articleHeader h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
div#homepage h3.hpSubtitle {
	font-size:16px;
}
div#homepage div#hpNewsAndNutshell.section div#homepageNews div.articleList div.article div.articleHeader h3 {
		font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}
div#homepageMagazineArticles div.articleList div.article div.articleHeader h3 {
	font-size:12px;
	font-weight:bold;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif
}
div#homepageMultimedia div.articleList div.article div.articleHeader h3 {
	font-size:16px;
	font-family: 'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
}
div#homepageNutshell div.articleList div.article div.articleHeader h3 {
	font-size:12px;
	font-weight:bold;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif
}
#homePagecurrentIssue { clear:both; }
#homePagecurrentIssue .coverImage img { border: 1px solid black; }
#homePagecurrentIssue .article {
	display: inline-block;
    margin: 0px 0px 15px 15px;
    width: 200px;
	vertical-align:top;		
	border-top: 1px #ddd dashed;
	padding: 10px 0;
}
#homepageMagazineArticles {
	float: right;
	width: 440px;
}
#homepageMultimedia { clear:both; }
.section {
	background-image: url('/images/bg-stripe.png');
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}
#homepageMultimedia .articleList { float:left; }
#homepageMultimedia .article {
    display: inline-block;
    margin: 0 10px 15px 0;
    vertical-align: top;
    width: 310px;
	float: left;
}

#homepageproductArticles {
	clear: both;
}

#homepageproductArticles h2.hpTitle a {
	color: #C52631;
}

#homepageproductArticles .articleList {

}
#homepageproductArticles .articleList .article {
	width: 202px;
	min-height: 250px;
	overflow: hidden;
	float: left;
	margin: 0 0 0.5em 0;
}
#homepageproductArticles .articleList .article:nth-child(2),
#homepageproductArticles .articleList .article:nth-child(5) {
	margin: 0 16px 0.5em 16px;
}

#homepageproductArticles .articleList .article .articleHeader .articleImage { 
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#homepage #homepageproductArticles .articleList .article .subHeader .authors { 
	line-height: 1.7em;
}

.article a img { border: 1px #333 solid; }
#siteContent ul.inlineEditMenu {
	font-size: 10px;
	height: 12px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#siteContent ul.inlineEditMenu li { float: right; }
#siteContent ul.inlineEditMenu li a {
	line-height: 12px;
	padding: 0 0.5em;
	border: 1px #33CCFF solid;
	background-color: #EAF4FF;
	color: #333;
	border-radius: 5px;
}
#siteContent ul.inlineEditMenu li a:hover {
	border: 1px #900 solid;
	background-color: #FFD9D9;
	color: #900;
}
/*#homepageNews .article {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right:15px;
	margin-top: 0;
	width: 200px;
}
#homepageNews .article div, #homepageNews .article p, #homepageNews .article h3 {
	width:200px;
}
#homepageNews .rowNo1, #homepageNews .rowNo3 {
	float:left;
}
#homepageNews .rowNo2, #homepageNews .rowNo4 {
	float:right;
}
*/

.clearBoth { clear: both; }
	

