
  
  
  
  
  
  /*
  Theme Name: AFACT
  Theme URI: http://itisafact.org.previewdns.com/
  Version: .5
  */
  
  /* GENERAL STYLES */
  body 
  {
  	margin:0px;
  	padding:0px;
  	background-image:url(http://itisafact.org/Images/background.gif);
  	background-repeat:repeat-x;
  	background-position:top;
  	background-color:#335595;
  	font-family: Arial;
  	font-size: 12px;
  }
  .callout img
  {
  	border-style:none;
  	border-width:0px;
  }
  
  .callout
  {
  	float:right;
  	margin-left:70px;
  }
  .home
  {
  	margin-top:20px;
  	margin-left:auto;
  	margin-right:auto;
  	width: 924px;
  	background-image:url(http://itisafact.org/Images/bg2.gif);
  	background-repeat:no-repeat;
  }
  
  .main
  {
  	padding-top: 17px;
  	margin-left:118px;
  	width: 758px;
  }
  
  .menu
  {
  	font-family: Arial;
  	padding-left:170px;
  }
  
  .copy
  {
  	width: 400px;
  }
  
  .copy2
  {
  	width: 680px;
  }
  
  .link
  {
  	cursor:pointer;
  	height: 130px;
  	font-size: medium;
  	padding-top: 70px;
  	padding-left: 50px;
  	color: White;
  }
  
  a:link, a:visited
  {
  	text-decoration:none;
  	color:#de1820;
  }
  
  a:hover
  {
  	text-decoration:underline;
  	color:#de1820;
  }
  ul
  {
  	margin-top:0px;
  }
  
  ol
  {
  	margin-top:0px;
  }
  
  .redheadline
  {
  	font-weight:bold;
  	color: #e41b23;
  	padding-bottom: 5px;
  }
  
  .pdflinks a, .antibioticlinks a, .factlinks a
  {
  	line-height:24px;
  	color:white;
  	font-size:14px;
  }
  
  .pdflinks
  {
  	padding:0px 20px;
  	padding-top:50px;
  	display:block;
  	background-image: url('http://itisafact.org/Images/callout_education.jpg');
  	background-repeat:no-repeat;
  }
  
  .antibioticlinks, .factlinks
  {
  	padding:0px 20px;
  	padding-top:50px;
  	display:block;
  	background-image: url('http://itisafact.org/Images/post-categories-callout.gif');
  	background-repeat:no-repeat;
  }
  .antibioticlinks
  {
  	background-image: url('http://itisafact.org/Images/callout_antibiotics.jpg');
  }
  
  .helpfullinks {
  	padding:0px 20px;
  	padding-top:50px;
  	display:block;
  	background-image: url('http://itisafact.org/Images/helpful-links-callout.jpg');
  	background-repeat:no-repeat;
  }
  
  .multimedia {
  	padding:0px 20px;
  	padding-top:50px;
  	display:block;
  	background-image: url('http://itisafact.org/Images/callout_multimedia.jpg');
  	background-repeat:no-repeat;
  }
  
  .catlist, .linklist
  {
  list-style: none;
  margin-left: -5px;
  }
  .linklist li {
  padding-bottom: 5px;
  }
  
  .catlist a, .linklist a
  {
  color: #FFFFFF;
  }
  
  /* EDITOR PROPERTIES */
  
  
  /* Captions */
  .aligncenter,
  div.aligncenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  .wp-caption {
  	border: 1px solid #ddd;
  	text-align: center;
  	background-color: #f3f3f3;
  	padding-top: 4px;
  	margin: 10px;
  	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  }
  
  .wp-caption img {
  	margin: 0;
  	padding: 0;
  	border: 0 none;
  }
  
  .wp-caption p.wp-caption-text {
  	font-size: 11px;
  	line-height: 17px;
  	padding: 0 4px 5px;
  	margin: 0;
  }
  /* End captions */
  
  /* Begin Images */
  p img {
  	padding: 0;
  	max-width: 100%;
  	}
  
  /*	Using 'class="alignright"' on an image will (who would've
  	thought?!) align the image to the right. And using 'class="centered',
  	will of course center the image. This is much better than using
  	align="center", being much more futureproof (and valid) */
  
  img.centered {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	}
  
  img.alignright {
  	padding: 4px;
  	margin: 0 0 2px 7px;
  	display: inline;
  	}
  
  img.alignleft {
  	padding: 4px;
  	margin: 0 7px 2px 0;
  	display: inline;
  	}
  
  .alignright {
  	float: right;
  	}
  
  .alignleft {
  	float: left
  	}
  /* End Images */