/* **** MathsNet.net CSS **** */

@charset "UTF-8";

:root
{
	--text-grad-w: -webkit-linear-gradient(to bottom, #ffffff 0%,#ffffff 46%,#6d6d6d 53%,#c6c6c6 58%,#ffffff 70%,#ffffff 77%,#c6c6c6 100%);
	--text-grad: linear-gradient(to bottom, #ffffff 0%,#ffffff 46%,#6d6d6d 53%,#c6c6c6 58%,#ffffff 70%,#ffffff 77%,#c6c6c6 100%);
}

@font-face
{
	font-family: 'gothic';
	src: url('gothic.woff') format('woff');
}

body
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	letter-spacing: 1px;
	padding-bottom: 100px;
	background: #000 url("/images/site/mn_bg_jul11_1.jpg") repeat-x top;
	box-sizing: border-box;
}

/* core styles */

h1, h2, h3, h4, h5
{
	color: #25aae1;
	font-weight: normal;
}

h1
{
	font-size: 18px;
	margin: 0;
	text-shadow: #000 1px 1px 0.1em
}

h1 span, h2 span
{
	font-family: 'Times New Roman' !important;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

h2 span
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h2.h2course
{
	font-family: 'gothic';
	font-size: 32px;
	color: white;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 46%,#6d6d6d 53%,#c6c6c6 58%,#ffffff 70%,#ffffff 77%,#c6c6c6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	border-bottom: 1px solid #666;
	padding: 0 0 6px 0;
	margin: 0;
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 13px;
}

p
{
	font-size: 14px !important;
	line-height: 1.8em;
}

ul
{
	padding: 0;
	margin: 0;
}

li
{
	font-size: 14px !important;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

/* **** Layout **** */

.gotocontent
{
	display: none;
}

#position
{
	width: 100%;
	margin: 0 auto;
	_min-width: 895px;
}

.innerposition
{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 22px 0 22px;
}

#header
{
	width: 100%;
	height: 140px;
	background: url("/images/site/mn_header_bg_jul11.jpg") no-repeat top center;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 22px;
	height: 110px;
	_width: 500px;
	background: url("/images/site/logo2020.png") no-repeat top left;
}

#logotext
{
	margin-left: 120px;
	padding: 0 20px 0 0;
	font-family: 'gothic' !important;
	font-size: 100px;
	font-weight: bold;
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 46%,#6d6d6d 53%,#c6c6c6 58%,#ffffff 70%,#ffffff 77%,#c6c6c6 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

#logotext span
{
	font-size: 108%;
	font-style: italic;
	font-family: 'Times New Roman' !important;
}

#mainNav
{
	width: 100%;
	height: 36px;
	background: #000 url("/images/site/mn_menu_bg_jul11.jpg") repeat-x top;
	position: relative;
}

#contentWrapper
{
	padding-top: 40px;
	min-height: 475px;
	_background-color: #111;
}

.contentContainer
{
	margin-top: 35px;
}

/* **** 3 Columns **** */

.colwrapper123
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}

.mncol
{
	display: inline-block
}

.mncol1
{
	grid-area: 1 / 1 / 2 / 2;
}

.mncol2
{
	grid-area: 1 / 2 / 2 / 3;
}

.mncol3
{
	grid-area: 1 / 3 / 2 / 4;
}

/* **** 2 Columns **** */

.colwrapper12
{
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 20px;
}

.mncol23
{
	grid-area: 1 / 2 / 2 / 3;
}

/* **** Old Style **** */

.mnleftcol
{
	float: left;
	width: 280px;
	padding: 0 50px 20px 0;
	border-right: 1px solid #3f3f3f;
	min-height: 405px;
}

.mnmidcol
{
	float: left;
	width: 280px;
	padding: 0 40px 20px 30px;
	border-right: 1px solid #3f3f3f;
	min-height: 405px;
}

.midwide
{
	width: 550px !important;
	border-right: none !important;
}

.newscol
{
	width: 620px !important;
	padding-right: 0 !important;
}

.mnrightcol
{
	border-right: none !important;
	width: 280px;
	padding: 0 0 20px 30px;
}

.mnmidcol div, .mnleftcol
{
	padding-bottom: 15px;
}

#syllabuscontainer
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
}

.syllabusblock
{
	display: flex;
	display: inline-block;
	width: 280px;
	margin: 0 10px 10px 0;
	align-self: flex-start;
	padding: 10px;
}

.syllabusblock:hover h2
{
	border-bottom: 1px solid #999;
}

/* left nav cols */

.leftnav, .leftnavb
{
	width: 190px !important;
	padding-right: 10px;
}

/*img gallery*/

.imagegallerycontainer
{
	margin-bottom: 15px;
	border-bottom: 1px solid #3f3f3f;
	position: relative;
}

.imagegalleryslider
{
	padding: 0 4px;
	width: 620px;
	overflow: hidden;
	position: relative;
}

.imagegalleryslider a
{
	margin: 0 5px;
}

.gallerypiccaption
{
	width: 620px;
	height: 25px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.gallerypiccaptionback
{
	width: 620px;
	height: 25px;
	background: #000;
	 /* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}

/* news layout */

.newscontainer
{
	margin-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
}

/* news ticker */

#newscontainer
{
	width: 480px;
}

/* fb and youtube*/

.linkbarright
{
	float: right;
	width: 235px;
}

/*** Footer ***/

#linkbar
{
	background: url("/images/site/mn_footer_bg_jul11.jpg") repeat-x top;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.linkbaritem
{
	display: inline-block;
}

.linkbaritem:first-child
{
	margin-right: 20px;
	width: calc(100% - 280px);
}

/* **** Footer **** */

#footer
{
	height: auto !important;
	min-height: 20px;
	margin: 0 0 15px 0;
	padding: 12px;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #333;
}

#footer .footeritem
{
	display: inline-block;
	line-height: 1.8em;
}

#footer .footeritem a
{
	color: #eee;
	font-size: 12px !important;
}

/*** LINKS ***/

a
{
	font-size: 14px;
	color: #25aae1;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
	outline: none;
}

.servworld
{
	background: url("/images/site/world.png") no-repeat center right;
	max-width: 390px;
	padding-right: 30px;
}

.servusa
{
	background: url("/images/site/mn_servusa_icon.gif") no-repeat center right;
	max-width: 390px;
	padding-right: 30px;
}

.servscot
{
	background: url("/images/site/mn_servscot_icon.gif") no-repeat center right;
	max-width: 390px;
	padding-right: 30px;
}

.servindia
{
	background: url("/images/site/indiaflag.png") no-repeat center right;
	max-width: 390px;
	padding-right: 30px;
}

#mainNav ul.mainnavigation, #mainNav ul.creativenav
{
	margin: 0;
	color: #fff;
	padding: 0;
	_width: 740px;
	position: relative;
	z-index: 999;
}

#mainNav ul.mainnavigation li,  #mainNav ul.creativenav li
{
	list-style: none;
	margin: 0;
	padding: 0 0 5px 5px;
	float: left;
	position: relative;
}

ul.mainnavigation li a
{
	color: #959595;
	text-decoration: none;
	font-size: 13px;
	line-height: 2.7em;
	padding: 0 15px 0 0;
	border-right: 1px solid #2f2f2f;
	margin: 0;
	display: block;
	text-indent: 10px;
}

#mainNav ul a:hover
{
	color: #ddd;
	text-decoration: none;
}

#mainNav ul a.end
{
	border-right: none;
}

#mainNav ul a.highlight
{
	color: #25aae1;
}

.homelink a
{
	padding-left: 20px !important;
	background: url("/images/site/mn_nav_homelink1_jul11.gif") no-repeat;
	background-position: 0 -38px;
}

.homelink a:hover
{
	padding-left: 20px !important;
	background: url("/images/site/mn_nav_homelink1_jul11.gif") no-repeat;
	background-position: 0 -78px;
}

.homelink a.highlight
{
	padding-left: 20px !important;
	background: url("/images/site/mn_nav_homelink1_jul11.gif") no-repeat;
	background-position: 0 -6px;
}

.sharelink a
{
	padding-left: 20px !important;
	background: url("/images/site/mn_nav_sharelink1_jul11.gif") no-repeat;
	background-position: 0 -37px;
}

.sharelink a:hover
{
	background: url("/images/site/mn_nav_sharelink1_jul11.gif") no-repeat;
	background-position: 0 -77px;
}

/* creative Nav */

.creativenav
{
	position: absolute !important;
	top: 0;
	right: 0 !important;
	z-index: 1000 !important;
	width: 125px !important;
}

.creativenav a
{
	padding: 1px 30px 2px 0 !important;
	border-right: none !important;
	background: url("/images/site/mn_nav_creativelink1_jul11.gif") no-repeat right -70px;
	margin: 0;
	display: block;
	height: 31px;
}

.creativenav a:hover
{
	background: url("/images/site/mn_nav_creativelink1_jul11.gif") no-repeat right -36px;
}

.creativenav a.highlight
{
	background: url("/images/site/mn_nav_creativelink1_jul11.gif") no-repeat right 1px;
}

/* sub navs */

ul.mainnavigation li ul.subnav, ul.subnav
{
	background: #292929 url("/images/site/mn_subnav_aug11.jpg") repeat-x !important;
	width: 165px !important;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 36px;
	left: -1px;
	list-style: none;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	box-shadow: 0 0 8px #000;
}

#mainNav ul.mainnavigation li ul.subnav li
{
	padding: 0 !important;
}

ul.subnav li
{
	margin: 0 !important;
	padding: 0;
	padding: 0;
	display: inline-block;
}

ul.subnav a
{
	background: none;
	display: block;
	width: 150px;
	color: #000;
	line-height: normal;
	margin: 0 !important;
	text-indent: 5px;
	border-right: none !important;
	height: auto;
	padding-right: 15px !important;
}

ul.subnav a:hover
{
	background: #000;
	color: #ddd !important;
}

ul, menu, dir
{
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

/* share sub nav */

#sharepopup
{
	display: none;
	width: 380px !important;
	height: 40px !important;
	padding: 35px 10px 0 10px;
	background: url("/images/site/mn_nav_sharesub_jul11.gif") no-repeat center top !important;
}

#mainNav ul.mainnavigation li ul.sharesub
{
}

#mainNav ul.mainnavigation li ul.sharesub li, #sharepopup ul.sharesub li
{
	margin: 0 !important;
	padding: 0;
	width: 50px !important;
	margin-top: 20px;
}

#mainNav ul.mainnavigation li ul.sharesub li a
{
	background: none;
	display: block;
	width: 25px;
	color: #000;
	line-height: normal;
	margin: 0 !important;
	margin-top: 20px;
	text-indent: 5px;
	border-right: none !important;
	height: auto;
}

#mainNav ul.mainnavigation li ul.sharesub li a:hover
{
	background: #000;
	color: #ddd !important;
}

#mainNav ul.mainnavigation li ul.sharesub li.sharefb
{
	position: absolute;
	top: 37px;
	left: 15px !important;
}

#mainNav ul.mainnavigation li ul.sharesub li.sharegplus
{
	position: absolute;
	top: 35px;
	left: 145px !important;
}

#mainNav ul.mainnavigation li ul.sharesub li.sharetwit
{
	position: absolute;
	top: 37px;
	left: 240px !important;
}

/* creative sub nav */

#creativepopup
{
	display: none;
	background: #292929 url("/images/site/mn_subnav_aug11.jpg") repeat-x !important;
}

#creativepopup ul li
{
	margin-top: 20px;
	display: block;
}

#creativepopup li a:hover
{
	background: #000;
	color: #ddd !important;
}

/* left navigation */

.leftnav ul, .leftnavb ul
{
	width: 180px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftnav ul li, .leftnavb ul li
{
	width: 180px;
	background: url("/images/site/mn_leftnav_bg.jpg") repeat-x top;
	margin: 0 0 1px 0;
	padding: 10px 0 10px 0;
	text-indent: 10px;
}

.leftnav ul li a, .leftnavb ul li a
{
	color: #999;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 20px;
}

.leftnav ul li a
{
	background: url("/images/site/mn_leftnav_icon.gif") no-repeat 150px -48px;
}

.leftnavb ul li a
{
	background: url("/images/site/mn_leftnavb_icon.gif") no-repeat 150px -48px;
}

.leftnav ul li a:hover, .leftnavb ul li a:hover
{
	color: #ddd;
	text-decoration: none;
}

.leftnav ul li a:hover
{
	background: url("/images/site/mn_leftnav_icon.gif") no-repeat 150px -88px;
}

.leftnavb ul li a:hover
{
	background: url("/images/site/mn_leftnavb_icon.gif") no-repeat 150px -88px;
}

.leftnav ul li a.highlight
{
	color: #ddd;
	background: url("/images/site/mn_leftnav_icon.gif") no-repeat 150px -88px;
}

.leftnavb ul li a.highlight
{
	color: #ddd;
	background: url("/images/site/mn_leftnavb_icon.gif") no-repeat 150px -88px;
}

.leftnav ul li ul.leftsubnav
{
	margin-top: 8px !important;
	background: #202020;
	padding-bottom: 5px;
}

.leftnav ul li ul.leftsubnav li
{
	background: none !important;
}

.leftnav ul li ul.leftsubnav li a
{
	font-size: 12px;
	font-weight: normal !important;
	display: block;
	width: 180px;
	height: 10px;
	background: none;
}

/* pagination */

.pagination
{
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
}

.pagination li
{
	display: inline;
	padding: 0 2px 0 2px !important;
	margin: 0 !important;
	color: #999999;
}

.pagination li a
{
	margin: 0 !important;
	padding: 0 3px 0 3px !important;
	color: #999999 !important;
	font-weight: bold;
	font-size: 13px;
}

.pagination li a:hover
{
	color: #ddd !important;
}

.pagination li a.highlight
{
	color: #25aae1 !important;
}

/* image slider */

.imagesliderarrow
{
	position: absolute;
	top: 22px;
	left: -5px;
}

.imagesliderarrowrt
{
	position: absolute;
	top: 22px;
	right: 0px !important;
}

/* news ticker */

.newsnav span
{
	padding: 0 17px 0 0;
}

.newsnav span a
{
	font-weight: bold;
	font-size: 18px;
	padding: 0 4px 0 4px;
	color: #959595;
}

.newsnav span a:hover
{
	color: #ddd;
	text-decoration: none;
}

.newsnav span a.highlight
{
	color: #25aae1;
}

/*** tables ***/

table
{
	margin-top: 10px;
}

caption
{
	display: none;
}

th
{
	font-size: 12px;
	font-weight: bold;
	background: #000 url("/images/site/mn_menu_bg_jul11.jpg") repeat-x top;
	padding: 10px 7px;
}

td
{
	font-size: 12px;
	background: #121212;
	padding: 10px 7px;
}

td:hover
{
	background: #222;
}

/*** List styles ***/

li
{
	font-size: 12px;
	margin: 5px 10px 5px 20px;
	padding: 5px;
}

/***
*
exceptions
*
***/


/* news pages & ticker styles */

.newscontainer img, .newsmain img
{
	border: none;
	float: right;
	margin: 0 0 5px 50px;
}

.newscontainer h2
{
	font-size: 13px !important;
	color: #ccc;
}

.newsdate
{
	font-weight: normal;
}

.newsmain h2
{
	color: #ccc;
}

#contentWrapper .contentContainer .newscol .newscontainer h2 span
{
	color: #666 !important;
	font-size: 13px !important;
	font-family: "Arial Black", Gadget, sans-serif !important;
	font-weight: 100 !important;
	font-style: normal !important;
}

#newscontainer h2, .newscontainer h2
{
	margin-top: 0;
}

#newscontainer p
{
	font-size: 11px;
	line-height: 17px;
}

#newscontainer p span
{
	color: #666 !important;
}

/* **** News in the FooterBox **** */

#footerbox .newscontainer .newstitle
{
	font-size: 13px;
	line-height: 17px;
}

#footerbox .newscontainer .newstitle .newspub
{
	color: #666 !important;
	font-size: 13px !important;
	font-family: "Arial Black", Gadget, sans-serif !important;
	font-weight: 100 !important;
	font-style: normal !important;
	margin-left: 5px;
}


/* **** Misc **** */

a.more:hover
{
	text-decoration: none;
}

p.more
{
	padding-top: 0;
	margin-top: 0 !important;
}

.gallerypiccaption h2
{
	color: #ccc !important;
	font-size: 14px;
	margin-left: 15px;
	position: absolute;
	bottom: 3px;
	left: 0;
}


/* contactForm styles */

#contactForm
{
	border: 0 px solid e2e2e2;
	overflow: hidden;
}

#contactForm form
{
	margin: 0;
	padding: 0;
}

#contactForm fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

#contactForm legend
{
	display: none;
}

#contactForm label
{
	width: 130px;
	float: left;
	padding: 8px 15px 0 0;
}

#contactForm input, #contactForm textarea
{
	float: left;
	width: 260px;
	border: 1px solid #3f3f3f;
	background: #2f2f2f;
	padding: 2px 0 4px 5px;
	font: normal 100%/150% Arial;
	color: #ccc;
	margin: 5px 0 10px 0;
	letter-spacing: 1px;
}

#contactForm input.submit
{
	width: auto;
	padding: 0 10px;
	margin-left: 144px;
	cursor: pointer;
}

#contactForm input.submit:hover
{
	background: #ccc;
	color: #202020;
}

#contactForm textarea
{
	height: 100px;
}

#contactForm input:hover, #contactForm textarea:hover
{
	border: 1px solid #25aae1;
}

#contactForm input:focus, #contactForm textarea:focus
{
	border: 1px solid #25aae1;
}

#contactForm br
{
	clear: left;
}

/* footer channel styles */

a.facebook, a.youtube
{
	display: block;
	width: 235px;
	height: 30px;
	padding-top: 5px;
	background: url("/images/site/mn_facebook_icon_aug11.gif") no-repeat right center;
	font-size: 15px;
	line-height: 20px;
	color: #ccc;
	margin-top: 10px;
}

a.facebook:hover, .youtube:hover
{
	text-decoration: none !important;
	color: #FFF;
}

a.youtube
{
	background: url("/images/site/mn_youtube_icon_aug11.gif") no-repeat right center;
	width: 160px !important;
	height: 45px !important;
	margin-top: 10px;
	padding-right: 75px;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklbox a, #cklbox a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

table.ckl th
{
	background-color: #2e4a1e;
	color: white;
	border-radius: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 5px;
}

table.ckl td
{
	background-color: #eee;
	border-radius: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
	color: black;
}

table.ckl tr:hover td
{
	background-color: #f0fff0;
}

/* **** Popup Tooltip **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

/* **** Page Images **** */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	background-color: white;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: #555 6px 6px 12px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	margin: 0 20px 10px 0;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: #999 4px 4px 8px;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: #999 4px 4px 8px;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Misc **** */

.errormessage
{
	border-radius: 4px;
	padding: 8px;
	background-color: #c00;
	color: white;
	font-weight: bold;
	margin: 8px 20px 8px 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

/* **** Media **** */

@media only screen and (max-width: 800px)
{
	#header
	{
		height: 120px;
	}

	#logo
	{
		background-size: 90px;
	}

	#logotext
	{
		margin-left: 100px;
		font-size: 85px;
	}
}

@media only screen and (max-width: 600px)
{
	#header
	{
		height: 100px;
	}

	#logo
	{
		background-size: 70px;
		height: 80px;
	}

	#logotext
	{
		margin-left: 80px;
		font-size: 65px;
	}

	.linkbaritem:first-child
	{
		margin-right: 0;
		width: 100%;
	}
}
