/*
Theme Name: International Isotopes Inc.
Theme URI: http://www.ieproductions.com/
Description: Created for International Isotopes Inc.'s use only.
Version: 1.0
Author: Mark Blethen
Author URI: http://www.ieproductions.com
Created: May 2008
*/

* {
	margin:0;
	padding:0;
	}

body {
	background:#ccd1d3 url('graphics/bkgd.jpg');
	font-size:0.8em;
	}

h1, h2 {
	font-family:Myriad Pro, Myriad, Tahoma, Arial, sans-serif;
	color:#099144;
	margin-bottom:0.1em;
	}

h3, h4 {
	font-family:Myriad Pro, Myriad, Tahoma, Arial, sans-serif;
	font-style:oblique;
	color:#333;
	margin-bottom:0.1em;
	}


p {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:1em;
	text-align:justify;
	}
	
p.indent {
	margin-left:25px;
	}

a {
	color:#12679b;
	outline:none;
	}

a:hover {
	color:#666;
	}
	
ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:1em;
	}

li {
	list-style:none;
	margin-left:1em;
	}

/*** Icons for downloads ***/

a[href $='.pdf'] {
	padding-right: 18px;
	line-height:15px;
	background: transparent url('graphics/icon_pdf.gif') no-repeat center right;
	}
a[href $='.xls'] {
	padding-right: 18px;
	line-height:15px;
	background: transparent url('graphics/icon_xls.gif') no-repeat center right;
	}
a[href $='.ppt'], a[href $='.pptx'] {
	padding-right: 18px;
	line-height:15px;
	background: transparent url('graphics/icon_ppt.gif') no-repeat center right;
	}

/*** Logo ***/

#logo {
	background:url('graphics/logo.jpg') no-repeat;
	text-indent:-9999px;
	width:170px;
	height:58px;
	/*margin-left:25px;*/
	float:right;
	margin:-10px 25px 0 0;
	}

/*** Main Menu ***/

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */

.tabbar {
	margin-left:25px;
	background:url(graphics/menu-back.gif) no-repeat;
	width:670px;
	height:41px;
	
}

.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	/* make them horizontal in all other browsers*/
	display: inline-block;
	/* space them a little */
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;	
	padding-top:10px;
	padding-bottom:15px;
}

.tab a {
	color:#666;
	text-decoration:none;
	padding-bottom:12px;
}

.tab a:hover {
	color:#333;
	background:url(graphics/dark-dot.gif) bottom center no-repeat;
}

/* make changes to the selected tab */
.tabselected a {
	color:#12679b;
	text-decoration:none;
	padding-bottom:12px;
	background:url(graphics/blue-dot.gif) bottom center no-repeat;
}

.tabselected a:hover {
	color:#333;
	background:url(graphics/dark-dot.gif) bottom center no-repeat;
}


/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}

/*** Containers ***/

#container {
	background:#FFFFFF;
	width:874px;
	margin:30px auto 0 auto;
	padding:20px 0;
	}

#columns {
	background:#FFFFFF;
	width: 874px;
        height: 100px;
	margin:0px auto 0 auto;
	padding:20px 0;
	}

#content {
	background:url('graphics/vertdivid.gif') no-repeat top right;
	width:500px;
	padding-right:35px;
	margin:25px 0 0 25px;
	}
	
#contentwide {
	width:824px;
	margin:25px 0 0 25px;
	}

#right {
	width:255px;
	margin:25px 25px 0 0;
	float:right;
	}

#right ul li {
	margin-left:25px;
	margin-bottom:15px;
	list-style:url('graphics/bullet.gif');
	text-indent:0em;
	}

#right ul li.rss {
	list-style:url('graphics/rssfeed12.gif');
	}

#right ul li.email {
	list-style:url('graphics/email.gif');
	}	

/*** for CrossFade ***/

#imageContainer {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 874px;
	height: 376px;
	}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	}

/*
.wrap {
width: 874px;
float:left;
background-color: #ffffff;
}

.wrap {
width: 869px;
float:left;
margin: 0px 60px 15px 0px;
background-color: #ffffff;
}
*/
.h2header {
padding: 0px 15px 0px 15px;
}

.spandescription {
padding: 0px 15px 0px 15px;
}

#columns ul li {
	margin-left:20px;
	list-style:url('graphics/bullet.gif');
	}

/*** Footer ***/

#footer {
	background:url('graphics/footer.jpg') no-repeat;
	width:874px;
	margin:0px auto 30px auto;
	clear:both;
	padding-top:20px;
	}

#footer p {
	text-align:center;
	font-size:0.8em;
	}

.post h2 {
  font-size: 1.4em;
  line-height: 1.2em;
         }
         
#iso_div {
	background: url('/images/horizdiv.png') no-repeat top center;
	margin-top: 24px;
	padding: 16px 12px 12px;
	text-align:center;
}
#iso_div p {
	text-align:center;
}
#iso_div a {
	margin: 0 12px;
	padding-right: 0;
	line-height: auto;
	background: none;
}
#iso_div a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	
}
