/* Type CSS for TheGracies.org  */

/* Reset Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

ol { margin: 15px 0 0 35px; padding: 0; }
ol li { margin: 0 0 15px 0; }

/* Fonts */
body {
	font: 65.5% 'Helvetica', 'Tahoma', 'Arial', sans-serif;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* Forms */

/* Sections */

#header {
  font-size: 1.25em;
  font-weight: bold;
}

#nav {
  font-size: 1.3em;
}
  #nav ul {
  	line-height: normal;
  }
  #nav a {
    position: relative;
  	display: block;
    padding: 7px 17px;
    font-size: .95em;
  }
  /*#nav a:hover {
	background: url('../images/navroll.gif') repeat-x;
	color: #1d3759;
}*/
  #nav li {
  	float: left;
	padding: 0px;
    margin: 0px 0;
    border-right: 1px solid;
  }
  #nav li.end  {
    border-right: 0;
  }
  #nav li ul { 
  	position: absolute;
    z-index: 100;
  	background: url('../images/blank.gif');
    padding-top: 0;
  	width: 103px;
		margin: -2px 0 0 0;
  	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  }
  #nav li ul li {
    width: 83px;
    margin: 0;
    border: 0;
    padding: 0 10px;
  }  
  #nav li ul li a {
    display: block;
    border-top: 1px solid;
    text-align: center;
  }
	
	#nav li.past-award-winners ul { width: 171px; }
	#nav li.past-award-winners ul li { width: 151px; }
	
  #nav li ul li.first a { border: 0; background-image: none; }

	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav li:hover, #nav li.sfhover {
			position: static;
	}

.callout {
  width: 328px;
  height: 121px;
  float: left;
  margin: 0 6px 30px 1px;
	padding: 0;
  font-size: 1em;
  background: url('../images/bg-callout.png');
}
  .callout.right {
    margin-right: 0px;
  }
  .callout p {  
    padding-right: 180px;
    padding-left: 15px;
  }  
  .callout h2 {
    font-weight: bold;
    font-size: 1.25em;
    padding-top: 10px;
    padding-left: 15px;
  }
  .callout a {
    display: block;
    width: 117px;
    height: 17px;
    padding: 7px 0;
    font-size: 1.35em;
    font-weight: bold;   
    position: absolute;
    margin-top: 77px;
    margin-left: 15px;
    text-align: center;
    background: url('../images/bg-callout-link.png');
    cursor: pointer;
  }
  .callout img {
    position: absolute;
  }
  .callout .entries {
    margin-top: -3px;
    margin-left: 180px;
  }
  .callout .tickets {
    margin-top: -13px;
    margin-left: 132px;
  }
  .callout .sponsorship {
    margin-top: 7px;
    margin-left: 168px;
  }

/*Index Specific */
#index-left {
  text-align: center;
}
  #index-left img {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
  }
  #index-left a {
    display: block;
    margin: 0 auto;
    width: 137px;
    height: 17px;
    padding: 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    background: url('../images/bg-index-left-link.png');
    cursor: pointer;
  }
  
#index-right {
  font-size: 1.4em;
  line-height: 1.6em;
}

/*Interior Content*/
#int-content {
  overflow: auto;
}
  #int-content h1 {
    margin-top: 14px;
  }
  #int-content #left-col {
    width: 589px;
    padding-left: 22px;
    float: left;
    font-size: 1.3em;
  }
    #int-content #left-col h1 {
      margin-bottom: 22px;
      font-size: 1.4em;
      font-weight: normal;
    }
    
    #int-content #left-col h2 {
      margin-top: 5px;
			font-weight: bold;
    }
    #int-content #left-col p, 
    #int-content #fullwide p {
      margin-bottom: 27px;
      line-height: 1.5em;
    }
  #int-content #right-col {
    width: 301px;
    padding-right: 8px;
    float: right;
    text-align: center;
}
  #int-content #right-col a {
    display: block;
    margin: 5px auto;
    width: 137px;
    height: 17px;
    padding: 7px 0;
    font-size: 1.25em;
    font-weight: bold;
    background: url('../images/bg-index-left-link.png');
    cursor: pointer;
  }
    #int-content #fullwide {
    width: 890px;
    padding-left: 22px;
    font-size: 1.3em;
  }
    #int-content #fullwide h1 {
      margin-bottom: 22px;
      font-size: 1.4em;
      font-weight: normal;
    }
    
    #int-content #fullwide h2 {
      margin-top: 5px;
    }

/* Footer */
#footer-nav {
  text-align: center;
  font-size: 1.05em;
}
#footer-nav ul { float: left; padding-bottom: 30px; }
  #footer-nav li {
    display: inline;
    border-right: 1px solid;
  }
	#footer-nav li.first { margin-left: 0; padding-left: 0; }
	#footer-nav li.first a { margin-left: 0; padding-left: 0; }
	
  #footer-nav li.end {
    border-right: 0;
  }
  #footer-nav a {
    margin: 0 5px 0 6px;
  }
  #footer-nav li ul {
    display: none;
  }
  
  a.pdf { background: url('/images/pdf-icon.gif') left no-repeat; padding-left: 25px;}
	
	em { font-style: italic; }
	
	.b,
	strong { font-weight: bold; }
	
	
	#copyright a,
	#copyright a:link,{ color: #747474; text-decoration: none; }
	#copyright a:hover { color: #0066FF; text-decoration: underline; }
