/* CSS Document */

/*
-----------------------------------------------
UNIVERSAL STYLE SHEET (universal.css)

Site: Mysterious Benedict Society -  (Kids) - www.MysteriousBenedictSociety.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Built:  March 6, 2007
Updated: March 30, 2008
File Path: ../css/universal.css
----------------------------------------------- */




/* LINKS */
/* ---------------------------- */

a:link { color: #076dd1; text-decoration: underline; font-family: times, serif; }

a:visited { color: #076dd1; text-decoration: underline; font-family:  times, serif;}

a:hover { color: #076dd1; text-decoration: none; font-family:  times, serif; }


a.small:link { color: #076dd1; text-decoration: underline; font-family: times, serif; }

a.small:visited { color: #076dd1; text-decoration: underline; font-family:  times, serif;}

a.small:hover { color: #076dd1; text-decoration: none; font-family:  times, serif; }


a.subnav:link { color: #076dd1; text-decoration: none; font-family: times, serif; }

a.subnav:visited { color: #076dd1; text-decoration: none; font-family:  times, serif;}

a.subnav:hover { color: #2B3A44; text-decoration: underline; font-family:  times, serif; }


a.aotw:link { color: #97a8b3; text-decoration: none; font-family: arial, sans-serif; }

a.aotw:visited { color: #97a8b3; text-decoration: none; font-family:  arial, sans-serif;}

a.aotw:hover { color: #ffffff; text-decoration: underline; font-family:  arial, sans-serif; }





/* PAGE */  /* NOTE: these styles are for issue 35 and some carry over universally - see other styles below for individual issue differences */
/* ---------------------------- */

.bgpage { background-image:url(../images/universal/bg_page.jpg); background-position: top left; background-repeat: repeat-y; }
.divider { float: left; margin: 0px; padding: 0px; }

.mainbody { float: left; width: 649px; margin: 0px; padding: 0px; }
.nav { float: left; width: 208px; margin: 0px; padding: 0px; }
.classifieds { width: 643px; margin: 20px 3px 0px 3px; padding: 0px; }
.clearboth {  }

blockquote {margin-left: 50px; margin-top: 25px; margin-right: 50px; margin-bottom: 25px; }

.charecterbox { 
	float: left; 
	clear: left; 
	width: 412px; 
	margin: 10px 0px 25px 0px; 
	border-style: solid; 
	border-width: 1px;
	border-color: #969893; 
	background-color: #FBFBF6; 
	margin: 0px; 
	padding: 15px; 
	 }

img {
	display: block;
	border: 0;
	}



/* FONTS */
/* ---------------------------- */

body { font-family: times, serif; color: #000000; font-size: 14px; line-height: 1.3;  }

.text {  font-family: times, serif; color: #000000; }
.title {  font-family: times, serif; font-weight: bold; color: #000000;}
.small-text {  font-family: times, serif; color: #000000;}
.red {  font-family: times, serif; color: #CE4E7A;}

.copyright {  font-family: arial, sans-serif; color: #754E3D; }
.aotw  { font-family: arial, sans-serif; color: #97a8b3; }


.bold {  font-family: times, serif; font-weight: bold; color: #000000;}



/* ISSUE 36 */
/* ---------------------------- */

body#issue36 {
	margin: 0;
	padding: 0;
	background: url(../images/universal/bg.jpg);
	}
	
#issue36 .mainbody { 
	width: 678px;
	}
	
#issue36 .classifieds  {
	width: 100%;
	margin-top: 20px; 
	padding: 0;
	}
	
#countdowncontainer {
	font-family: "Times New Roman", Times, serif;
	padding-top: 42px;
	padding-left: 20px;
	font-size: 34px;
	color: #fffeff;
	border: none;
	}
/* IE fix for #countdowncontainer 
*:first-child+html  #countdowncontainer { top: 177px; padding-top: 3px; padding-bottom: 4px; } 
* html #countdowncontainer { top: 177px; padding-top: 3px; padding-bottom: 4px; }*/
/* end IE fix */
	


#countdowncontainer #tagline {
	display: none;
	}

.days {
	margin-right: 10px;
	}

.hours {
	margin-left: 0px;
	margin-right: 2px;
	}

.minutes {
	margin-left: 2px;
	margin-right: 2px;
	}

.seconds {
	margin-left: 2px;
	}				

