/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 0px;
  padding: 1em;
  min-width: 980px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #CCCCCC url(../images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  min-height: 40px;
  
  /* IE6 min-height fix */
  height: auto !important;
  height: 40px;
  
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FF9933;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FF9933;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #FF9933;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

#content img {
	max-width: 700px;
	height: auto;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FF9933;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}





/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #CCCCCC url(../images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 50px;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}






/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

/* -- Start Copying here -- */

.no-pad-bottom {
    padding-bottom: 0;
}




/* -- Indirect Mail Cities -- */

ul#indirect-mail {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#indirect-mail li {
    margin: 0;
    padding: 0;
    display: inline;
}

ul#indirect-mail a {
    float: left;    
    position: relative;
    padding: 0 0 20px 20px;
    border: 0;
    outline: none;
}

ul#indirect-mail a:hover {
    border: 0;
    background: none;
}

ul#indirect-mail strong {    
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 5px;
    background: #000;
    opacity: 0.7;
}

ul#indirect-mail a:hover strong {
    opacity: 1;
}

ul#indirect-mail img {
    display: block;
    width: 200px;
    height: 200px;
    border: 0;
}

.hide {
  display: none;
}


/* -- Social Media links -- */

#content .addthis_toolbox {
    padding: 0 15px;
}

#content .addthis_toolbox a,
#content .addthis_toolbox img {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
}

#content .addthis_toolbox a:hover {

    background: 0;
    border: 0;
}

.js #content .addthis_toolbox a img {
    visibility: hidden;
}

#content .addthis_toolbox a img {
    opacity: 0.5;
}

#content p.no-pad-bottom {
   margin-bottom: 0;
}

/* -- FearNot Radio -- */

#jwplayer {	
	position: relative;
	margin-left: 15px;
	width: 500px;
}

#jwplayer #controls {
	display: block;
	width: 136px;
	height: 136px;
	margin: 0 auto 20px auto;
	
	background: url(../images/player-controls.png) no-repeat 0 0;
	border: 0;
	outline: none;
}

#jwplayer a:hover#controls {
	background-position: 0 -136px;
	background-color: none;
	border: 0;
}

#jwplayer #shuffle {
	display: block;
	position: absolute;
	right: 5px;
	top: 110px;
	
	width: 34px;
	height: 34px;
	
	background: url(../images/player-shuffle.png) no-repeat 0 0;
	border: 0;
	outline: none;
}

#jwplayer a#shuffle.shuffled,
#jwplayer a:hover#shuffle {
	background-position: 0 -34px;
	background-color: none;
	border: 0;
}

#jwplayer a#controls.pause {
	background-position: -136px 0;
}

#jwplayer a:hover#controls.pause {
	background-position: -136px -136px;
}




/* -- Forms -- */

form {
	padding: 0;
	margin: 0;
}

form p {
	position: relative;
}

label {
	display: block;
}

label.inline {
	display: inline
}

input,
textarea {
	padding: 8px;
	font: 12px arial, sans-serif;		
	background-color: #ddd;
	border: 1px solid #999;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border-color: #fc0;	
}

input.button {
	margin: 0 10px 0 0;
	padding: 10px 48px;
	
	font: bold 14px arial, sans-serif;
	text-transform: uppercase;
	
	color: #fff;
	background: #9ab80e;
	cursor: pointer;
	
	border: 0;
	border-radius: 5px;	
	box-shadow: 1px 1px 1px #666;
}

input.button:hover {
	background: #aacb0e;
}

input.button.gray {
	background: #999;
}

input.button.gray:hover {
	background: #aaa;
}

form .asterisk {
	position: absolute;
	right: 10px;
	top: 25px;
	font: bold 36px arial, sans-serif;
	color: #c60;
}

label.error {
	padding: 5px 5px 5px 30px; 
	background: url(../images/icon_x.png) no-repeat 0 50%;
}

input.error,
textarea.error {
	border: 2px solid #d02727;
}

#recaptcha_widget_div {
	margin: -20px 0 0 -5px;
	padding: 0 15px;
}

table#recaptcha_table, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	border: none !important;
}

#recaptcha_logo,
#recaptcha_tagline {
	display: none !important;
}

.recaptchatable .recaptcha_image_cell {
	background: none !important;
}

#captchaStatus {
	font-size: 12px;
	margin: 10px 15px;
}

input.width100,
textarea.width100  {
	width: 98%;
	min-width: 200px;
}

#mailFormat {
	display: none;
	position: absolute;
	z-index: 10;
	background: #333;
	padding: 20px;
	
	width: 200px;
}

#mailFormat input {
	padding: 2px;
	background: #333;
	border: 0;
}


/* -- Generic classes -- */

.orange {
	color: #f93;
}

.message {
	padding: 10px 10px 10px 40px;
	color: #333;
	background-color: #ffc;
	background-repeat: no-repeat;
	background-position: 6px 50%;
}

.message.success {
	background-image: url(../images/icon_check_yellow.png);
}

.message.error {
	background-image: url(../images/icon_x_yellow.png);
}
