/* TEXT COLOR INDEX
*
* #006598 - headline blue/submissions box
* #666666 - dark grey headline
* #0073bb - default link blue
* #3c7399 - gala info blue
* #dd6931 - gala info/events link orange
* #4792c3 - search box light blue
* #662d91 - purple
* #1a7a30 - green
* #9d1438 - pink/red
*
*/

/*-------------------------------------------------------
   BODY
-------------------------------------------------------*/

body {
	text-align: center;
	background: #FFF;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000;
}

/*--------------------------------------------------
	CLEAR FIX
--------------------------------------------------*/

.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/*-------------------------------------------------------
   TYPOGRAPHY and BASIC ELEMENTS
-------------------------------------------------------*/

/* headings */

h1, h2, h3, h4, h5, h6 {
	
}

h1 {
	text-indent: -9999px;
	width: 473px;
	height: 96px;
	background: url(../images/bg-h1.gif) no-repeat top left;
	float: left;
}

   h1 a {
      width: 473px;
      height: 76px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
   }

h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-family: "Trebuchet MS", sans-serif;
	color: #006598;
}

#main-col h2 {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: #666;
	padding-bottom: 15px;
	font-weight: normal;
}

   #winners h3 {
      padding-bottom: 5px;
   }
   
   h3 span {
      font-size: 12px;
      font-weight: normal;
      color: #666;
   }

h4 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

h4 span.bookinfo {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

   span.winner {
      color: #9d1438;
   }

h5 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* paragraphs etc. */

p {
	line-height: 1.2;
	padding-bottom: 10px;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

p small {
   color: #999;
   font-size: 10px;
}

   #winners p small {color: #000;} 

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 85%;
}

blockquote {
   padding: 0 20px 10px;
}

/* lists */

#left-col ul,
#main-col ul, 
#right-col ul {
	line-height: 1.2;
   list-style-type: none;
}

#main-col ul {
   padding-bottom: 10px;
}

#left-col ul li,
#main-col ul li, 
#right-col ul li {
   background-image: url(../images/bullet-blue.gif);
   background-repeat: no-repeat;
   background-position: 0 3px;
   padding-left: 18px;
}

#main-col ul li {
   margin-top: 3px;
}

#main-col ul li.more {
	margin-top: 10px;
}

ol {
	
}

/* links */

a:link, a:visited {
	text-decoration: none;
	color: #0073bb;
}

a:hover {
	text-decoration: underline;
}

#branding a:link, 
#branding a:visited,
#tagline a:link,
#tagline a:visited {
	text-decoration: none;
}

#branding a:hover,
#tagline a:hover {
	text-decoration: underline;
}

/* images */

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.center {
	margin: 10px auto;
	display: block;
}

/* horizontal rule */

hr {
	color: #D0D0D0;
	background-color: #D0D0D0;
	border: 0;
	height: 1px;
}

/* table */

table#search {
	width: 504px;
	border-collapse: collapse;
}

table.sponsors {
	margin-bottom: 15px;
}

th {
	text-align: left;
	padding: 4px 0 5px 0;
}

th.section {
	width: 65px;
}

th.title {
	width: 85px;
}

td {
	padding: 4px 15px 4px 0;
	line-height: 1.2;
}

.sponsors td {
	text-align: center;
	width: 168px;
	vertical-align: middle;
	padding: 5px 0;
}

tr.resultRowOne {
	border-top: 1px solid #CCC;
}

tr.odd {background: #EEE;}

table.striped {
   border-collapse: collapse;
   border: 1px solid #DDD;
}

.striped th {
   background: #0073bb;
   color: #FFF;
   text-align: center;
   font-weight: bold;
}

table.striped thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.striped thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

table.striped thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.striped thead tr .headerSortDown,
table.striped thead tr .headerSortUp {
   background-color: #8dbdd8;
}

.striped td, .striped th {
   white-space: nowrap;
   padding: 3px 20px;
   border: 1px solid #DDD;
}

/* Forms */

fieldset {
	padding: 0 20px 10px;
	border: 1px solid #D0D0D0;
	margin-bottom: 20px;
}

legend {
	font-size: 20px;
	color: #666;
}

label {
	font-weight: bold;
}

form fieldset p {
	padding-top: 10px;
	padding-bottom: 0;
}

#main-col form input, textarea {
	border: 1px solid #5f9ebe;
	margin-top: 3px;
}

.important, .error {
	color: #9d1438;
}

.uhoh {display: none;}

#main-col form input.error,
#main-col form textarea.error {
   border: 1px solid #9d1438;
}

#main-col form input.image {
   border: 0;
   margin-bottom: 10px;
}

/*-------------------------------------------------------
   CONTAINER || 900px
-------------------------------------------------------*/

#container {
	margin: 25px auto;
	width: 900px;
	text-align: left;
}

/*--------------------------------------------------
	BRANDING
--------------------------------------------------*/

#branding {
	float: left;
	width: 900px;
	height: 96px;
	position: relative;
}

p.galainfo {
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 23px;
	color: #3c7399;
	float: right;
	text-align: right;
	margin: 8px 4px 0 0;
	padding: 0;
	line-height: 1;
}

p.galainfo span.gala_date {
	font-size: 32px;
	color: #000;
}

p.galainfo a:link, p.galainfo a:visited {
	color: #dd6931;
	font-size: 18px;
}

/*-------------------------------------------------------
   MAIN NAVIGATION
-------------------------------------------------------*/

#mainnav {
	float: left;
	width: 900px;
	height: 35px;
	background: #006598;
}

#mainnav ul {
	width: 900px;
	height: 35px;
}

#mainnav ul li {
	float: left;
}

#mainnav a:link, #mainnav a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 9px;
	border-left: 1px solid #006598;
	border-right: 1px solid #006598;
	font-size: 16px;
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
}

#mainnav a:hover, #mainnav a.current {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #267ca7;
}

/* Subnav */

#subnav {
	padding-bottom: 20px;
	font-size: 11px;
}

/*-------------------------------------------------------
   search-bar
-------------------------------------------------------*/

#search-bar {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 890px;
	height: 25px;
	line-height: 25px;
	background: #d5d5d5;
}

#search-box {
	background: #bfd8e5;
	float: right;
	border-left: 5px solid #FFF;
	padding-right: 5px;
	width: 295px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

#searchform {
	
}

.txt-search {
	border: 1px solid #5f9ebe;
	width: 254px;
	padding: 0 3px;
	color: #4792c3;
}

.btn-search {
	position: relative;
	top: 3px;
}

/*-------------------------------------------------------
   LEFT-COL | 190px
-------------------------------------------------------*/
.box {
	border-top: 1px solid #D0D0D0;
	padding: 14px 0;
}

#left-col {
	float: left;
	width: 182px;
	padding: 0 4px;
	margin-top: 6px;
}

#left-col .box {
	width: 182px;
}

/* orange */
div.events * {
	color: #dd6931; 
}

div.events a, div.events a:visited {
   color: #dd6931;
}

#left-col div.events ul li {
   background-image: url(../images/bullet-orange.gif);
}

/* blue */
div.submissions * {
	color: #006598;
}

div.submissions a, div.submissions a:visited {
   color: #006598;
}

/* purple */
div.intouch * {
	color: #662d91;
}

div.intouch a, div.intouch a:visited {
   color: #662d91;
}

#left-col div.intouch ul li {
   background-image: url(../images/bullet-purple.gif);
}

#mailinglist_form {
	background: #e8e0ef;
	padding: 5px 5px;
}

.txt-subscribe {
	width: 167px;
	border: 1px solid #662d91;
	margin: 3px 0;
}

/* green */
div.involved * {
	color: #1a7a30;
}

div.involved a, div.involved a:visited {
   color: #1a7a30;
}

#left-col div.involved ul li {
   background-image: url(../images/bullet-green.gif);
}

/* red */
div.thanks * {
	color: #9d1438;
}

div.thanks a, div.thanks a:visited {
   color: #9d1438;
}

#left-col div.thanks ul li {
   background-image: url(../images/bullet-red.gif);
}

/*-------------------------------------------------------
   MAIN-COL | 547px
-------------------------------------------------------*/

#top {
	width: 547px;
	height: 6px;
	background: url(../images/bg-top.gif) no-repeat bottom left;
	float: left;
	margin-left: 15px;
	display: inline;
}

#main-col {
	float: left;
	width: 504px;
	padding: 15px 27px 0 16px;
	margin-left: 15px;
	display: inline;
	background: url(../images/bg-content.gif) repeat-y top left;
}

#bottom {
	width: 547px;
	margin: 0 0 0 -16px;
	height: 6px;
	padding-top: 40px;
	background: url(../images/bg-bottom.gif) no-repeat bottom left;
	clear: both;
}

.odd, .even {
	padding: 15px 15px 0;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	position: relative;
	overflow: hidden;
}

/*.odd p, .even p {
	margin-right: 30px;
}*/

.odd {
	background: #EEE;
}

.count {
	overflow: hidden;
	position: absolute;
	top: -20px;
	right: 10px;
	font-size: 48px;
	font-family: Arial Black, sans-serif;
	color: #DDD;
}

.comment-container {
   float: left;
	width: 504px;
	border-top: 1px solid #ddd;
	padding: 10px 0 20px;
}

.comment-container .avatar {
   float: left;
	width: 160px;
}

.comment-container .comment {
   float: left;
	width: 344px;
}

.comment-container .meta {
   font-size: 11px;
   color: #666;
}


/* HOME TOP
----------------*/

.news {
	width: 190px;
	float: left;
}

.photo {
	width: 300px;
	float: left;
	margin-left: 14px;
	display: inline;
}

.photo p {
	font-size: 11px;
	color: #626262;
	padding: 0 5px 10px;
}

.announcement {
	font-size: 18px;
	text-transform: uppercase;
}

.announcement a:link, .announcement a:visited {
	color: #dd6931;
	font-size: 11px;
}

/* HOME BOTTOM
----------------*/

#features {
	background: url(../images/bg-features.gif) repeat-y 0 0;
	width: 504px;
	float: left;
}

#features p {
	color: #626262;
}

#hilite-1 {
	float: left;
	width: 148px;
	padding: 0 10px;
	background: url(../images/bg-hilite-1.gif) no-repeat top left;
	padding-top: 25px;
}

#hilite-2 {
	float: left;
	width: 145px;
	padding: 0 10px;
	margin-left: 3px;
	display: inline;
	background: url(../images/bg-hilite-2.gif) no-repeat top left;
	padding-top: 25px;
}

#hilite-3 {
	float: left;
	width: 145px;
	padding: 0 10px;
	margin-left: 3px;
	margin-right: -3px;
	display: inline;
	background: url(../images/bg-hilite-3.gif) no-repeat top left;
	padding-top: 25px;
}

.entry {
	margin-bottom: 40px;
	float: left;
	width: 504px;
}

#winners .entry {
   margin-bottom: 20px;
}

span.date {
	display: block;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 5px;
}

.nb {
   border: 1px solid #9d1438;
   padding: 10px 20px;
   margin-bottom: 10px;
}

/*-------------------------------------------------------
   RIGHT-COL | 138px 
-------------------------------------------------------*/

#right-col {
	float: left;
	width: 138px;
	margin-left: 10px;
	margin-right: -3px;
	display: inline;
}

#right-col p {
	padding: 10px 0;
}

#right-col ul.eventlist li {
   padding: 5px 0 5px 18px;
   background-position: 0 7px;
}

/*-------------------------------------------------------
   FOOTER
-------------------------------------------------------*/

#footer {
	float: left;
	width: 504px;
	padding: 5px 175px 5px 221px;
	margin: 7px auto;
	clear: both;
	text-align: center;
}

#footer p {
	font-size: 11px;
}

#footer a, #footer a:visited {
	color: #666;
}

/*-------------------------------------------------------
   FLICKR
-------------------------------------------------------*/
#flickr_badge_source_txt p {
	padding: 5px 3px;
	text-align: center;
	font: 11px Arial, Helvetica, Sans serif;
	color: #666666;
}

#flickr_badge_icon {
	display: block !important;
	margin: 0 auto !important;
}

#flickr_icon_td {
	padding: 0 5px 0 0 !important;
}

.flickr_badge_image {
	text-align: center !important;
}

.flickr_badge_image a img {
	border: 1px solid #D0D0D0 !important;
	margin: 2px;
}

.flickr_badge_image a:hover img {
	border: 1px solid #0073bb !important;
}

#flickr_badge_uber_wrapper {
	width: 138px;
	text-align: center;
}

#flickr_www {
	display: block;
	text-align: center;
	padding: 0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #3993ff !important;
}

#flickr_badge_wrapper {
	background-color: #ffffff;
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #666666 !important;
}

/* DIAGNOSTICS 
img[alt=""] {border: 3px dotted red;}

a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/
