/* 
Grid: 846px wide, 12 columns at 54px each, 11 gutters at 18px each.
1 = 54px
2 = 126px (6 columns)
3 = 198px (4 columns)
4 = 270px (3 columns)
5 = 342px
6 = 414px (2 columns)
7 = 486px
8 = 558px
9 = 630px
10 = 702px
11 = 774px
12 = 846px
*/
/* == Imports == */
@import url("reset.css");

*{
	margin: 0px;
	padding: 0px;
}

html, body{
	height: 100%;
}

/* == Generic == */
body { 
	background: #fff;
 	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #666; 
}

	/* -- Headings -- */
	h1, h2, h3 {font-weight: normal; color:#CCC;}
	
	h1 {font-size: 2.4em; line-height:1em;margin-bottom: 0.5em;text-transform:uppercase;letter-spacing:.1em;} 
	h2 {font-size: 1.4em; line-height:2em;margin-bottom:0;}
	h3 {font-size: 1.3em; line-height: 1.2em; margin: 0 0 1.2em; font-weight:normal;color:#CCC;}
	h4 {font-size: 1.2em; line-height: 1.5em; margin-bottom:1.5em; font-weight:bold;}
	h5 {font-size: 1.2em; line-height: 1.5em; margin-bottom:1.5em; font-style:italic;}
	
	body#home #content h2 {font-size: 2.4em; line-height:1em;margin-bottom: 0.5em;text-transform:uppercase;letter-spacing:.1em;}
	body#home #content h3 {font-size: 1.8em; line-height:2em;margin-bottom:0;}
	#items.show h3 {margin:0;}
	
	h1 a, h2 a, h3 a {text-decoration:none;}
	img a {border: none;}

	/* -- Misc Block elements -- */
	p {font-size:1.1em; line-height:1.5em; margin-bottom:1.5em;}
	ul {font-size:1.1em; line-height:1.5em; margin-bottom:1.5em;}
	ol {font-size:1.1em; line-height:1.5em; margin-bottom:1.5em;list-style:decimal inside;}
	dl {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
	
	/* -- Misc Inline elements -- */
	em,i {font-style:italic;}
	strong,b {font-weight:bold;}
	abbr,acronym {border: none; font-style: normal;}
		
	/* -- Links -- */
	a:link {color: #333;}
	a:visited {color: #333;}
	a:hover {color: #ff8000;} 
	a:active {color: #ff8000;}


	/* -- Body Classes -- */
	.browse {}
	.item {}
	.show {}
	.summary {}
	.tags {}
	
		/* -- Misc Classes */

		.image {} /* items/browse  */
	
		.description {}
	
		.even {}
		.odd {}
	
		/* Navigation Classes*/
		.navigation {list-style:none;}
		.navigation li {display:inline;}
		.navigation a {text-decoration:none;}
		
		/* Pagination Classes */
		.pagination {}
		.pagination li {display:inline;padding:6px 8px; background:#CCC; color:#fff;margin-right:1px;}
		.pagination a { color:#fff; text-decoration:none;}
			
		.next {} 
		.previous {} 
	
		/* Items Classes*/
		.browse-items-link {}
		
		.featured {}
		
		.element {overflow:hidden;clear:both;margin-bottom:1.5em;}
		.element-text {font-size:1.2em; line-height:1.5em;margin:0; width: 500px;}
        .element-text p {font-size:1em;margin:0;}
		.element-text-empty {font-size:1.2em; line-height:1.5em;margin:0;}
						
			.browse .item {border-bottom:1px solid #eee;padding-bottom:18px; margin-bottom:18px;overflow:hidden; zoom:1;}
			.browse .item-title{width:auto; float:  left;}
			.browse .item-title h2 {float:left;}
			
			.browse .item img {}
			.browse .item-description {float:left; width: 60%;}
			.browse .item-tags {clear: left; width: auto;}
		
		.item-stuff{width:  60%; float: left;}
			
		.item-img {float:right; width: 198px; height: 198px; border: 1px solid #CCC;}
		.items-list {}
		.item-meta {}
		
		
		.item-pagination {clear:both;overflow:hidden; border-top:1px solid #eee; padding-top:18px;}
		.item-pagination a {text-decoration:none; font-weight:bold;width:48%; float:left;}
			.item-pagination .next a {float:right; text-align:right;}
		
		.item-tags {}
		.item-thumbnail {}
		.item-title {width: 100%;}	
		
		.download-file img {width: 54px; height:54px; float:left; margin-left:18px;}
	
		/* Collections Classes */
		.collection {}
		.collection-description {}
	
		/* Exhibits Classes */
		.exhibit {}
		.exhibit-description {}
		.exhibit-tags {}
	
		.exhibit-section-nav {margin-bottom:2em; border-bottom:1px solid #ccc;margin-bottom:1.5em;padding:0.3em; }
				.exhibit-section-nav li {padding:0.5em 0;display:inline;}
				.exhibit-section-nav a {padding:0.5em 1em 0.5em; color:#666;text-decoration:none;}
				.exhibit-section-nav li a.current {border-top:1px solid #ccc;background:#fff;color:#333; font-weight:bold;border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff;}
		
		.exhibit-page-nav {color:#fff;}
			.exhibit-page-nav li {display:inline; color:#fff;margin-right:1px;}
			.exhibit-page-nav a:link, .exhibit-page-nav a:visited { color:#fff;padding:6px 8px; background:#0176b4; text-decoration:none;}
			.exhibit-page-nav a:hover, .exhibit-page-nav .current a {background:#ff8000;}
			.exhibit-page-nav a:active { color:#fff;padding:6px 8px; background:#0176b4; text-decoration:none;}
			.exhibit-page-nav .current a {background:#ff8000;}
		
		/* Microformats Classes */
		.hentry { clear: both; width: 100%;}
		
		/* Search Classes */
		.no-results {}
		
		/* Tags Classes */
		.tags {}
		.tags li {display:inline;}

		/* Tag Clouds */
		.hTagcloud ul {list-style:none; margin-left:0; padding-left:0;}
			.hTagcloud li {display:inline; margin-right:3px;}

			.popular a {font-size:120%;}
			.v-popular a {font-size:140%;}
			.vv-popular a {font-size:180%;}
			.vvv-popular a {font-size:220%;}
			.vvvv-popular a {font-size:260%;}
			.vvvvv-popular a {font-size:300%;}
			.vvvvvv-popular a {font-size:320%;}
			.vvvvvvv-popular a {font-size:340%;}
			.vvvvvvvv-popular a {font-size:360%;}


/* == Wrap == */
#wrap {width: 100%; min-width: 990px;}

/* == Header == */
#header {margin-bottom:1em; height:202px; background-color: #282828; width:100%; border-bottom: 1px solid #CCC;}
#header-top{
	width: 940px;
	margin: 0px auto;
	height: 200px;
	padding-top: 20px;
}
#site-title {
	float: left;
	width: 300px; 
	font-weight: normal; 
	color:#dadada;
	font-size: 1em; 
	line-height: 1em;
	height: 71px;
	background: url(http://www.bettingonshorts.com/wp-content/uploads/logo.png) no-repeat left top;
	padding-left: 90px;
	padding-top: 80px;
}

	#site-title a, #site-title a:visited{text-decoration:none; color:#FFF;}
	
	#search-container {float:right; width: auto; text-align:right; line-height: 2em;}
		
	#search-container h2 {display:none; font-size: 1em;}
	#search-container input {border:none; background:#373737; padding:6px;}
	#search-container input.textinput:focus {background:#CCC;}
	#search-container #submit_search {padding:5px 10px;  background:#373737; color:#666; margin-left:3px; border: none;}
	#search-container a {font-size:1em; text-decoration:none; display: none;}
	
	#primary-nav {clear:both; overflow:hidden; zoom:1; border:1px solid #ccc; border-width:0 0 0px 1px;width: 640px; float: left; }
	#primary-nav li { width: auto; text-align:center; float:left; display:block; }
	#primary-nav a {text-decoration:none; display:block; padding:5px 10px; background:#fafafa; border:1px solid #ccc; border-width: 1px 1px 1px 0;}
	#primary-nav a:hover {background:#fff;}
		
	#primary-nav li.current a {background:#fff; color:#ff8000; border-bottom: 1px solid #FFF;}
		
/* == Content == */

	/* Structure */
	#content {padding:18px 18px 0;overflow:hidden; zoom:1;background:#fff; width: 940px; margin: auto;}
	#primary {}
	#secondary {}
	
		
		#secondary-nav {margin-bottom:2em; border-bottom:1px solid #ccc;margin-bottom:1.5em;padding:0.3em; }
		#secondary-nav li {padding:0.5em 0;}
		#secondary-nav a {padding:0.5em 1em 0.5em; color:#666;}
		#secondary-nav li.current a {border-top:1px solid #ccc;background:#fff;color:#333; font-weight:bold;border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff;}
		
	.item-description a.show {padding-left:5px; display:inline;}
			
	/* General */

	#pagination-top {float: left; width: 100%;}
	#pagination-bottom {}
	
	.left{float:left; width: auto;}
		
	/* Navigation */
	#primary-nav {}
	#secondary-nav {}
	
	/* Sorting */
	#sort{
		float: right;
		text-align: right;
	}
	.sort-options, .sort-options li{
		display:  inline;
	}
	.sort-options li a, .sort-options li a:visited{
		text-decoration: none;
		color: #FFF;
	}
	.sort-options li a:hover{
		text-decoration: none;
		color: #FFF;
	}
	.sort-options li .sort-title{
		background-color: transparent;
		color: #666;
	}
	
		
	/* Home Page */
	#home #primary {float:left; width: 414px;}
	#home #secondary {float:right; width: 414px;}

	#featured-collection {border-bottom:1px solid #ccc; margin-bottom:18px;}
	
	#featured-item {overflow:hidden; zoom:1; border-bottom:1px solid #ccc;background:#eee; padding:18px 18px 0;margin-bottom:18px;}
		#featured-item img {float:right; margin-left:18px; margin-bottom:18px; border:1px solid #ccc; padding:2px;}
	
	#recent-items {}
		#recent-items .item {overflow:hidden; zoom:1;border-bottom:1px solid #ccc;}
		#recent-items .item img {float:right; margin-left:18px; margin-bottom:18px; border:1px solid #ccc; padding: 2px;}
	
	#featured-exhibit {}
	
	.item-description {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
    .item-description p {font-size:1em;}

	/* Items Pages */
	
	#items.show #primary {width: 558px;}
	ul.title-list {margin:0;}
	.title-list li {font-size: 1.2em; line-height: 1.5em; font-style:italic;}
	#extended-metadata {}
		#item-type {}
		#item-metadata {}
		#item-images {overflow:hidden; margin-bottom:18px;}
		#item-images-thumbs {margin:18px 0 18px -18px;}
		#item-publisher {}
		#item-creator {}
		#item-description {float: left; width: 700px;}
		#item-relation {}
		#item-spatial-coverage {}
		#item-rights {}
		#item-source {}
		#item-subject {}
		#item-additional-creator {}
		#item-format {}
		#item-contributor {}
		#item-rights-holder {}
		#item-provenance {}
		#item-date {}
		#item-temporal-coverage {}
		#item-date-added {}
		#item-collection {}
	
	#item-files {}
	#item-tags {}
	#item-citation {}
		
	#next-item {}
	#previous-item {}
	
		/* Search Results */
		#primary form {padding:10px 0;overflow:hidden;}
		#primary form .field {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;clear:both;}
		#primary form .field label {display:block;float:left;margin-right:5px;}		
		input#featured, input#public  {display:block;float:left;}
		#primary form #submit_search {clear:both;float:left;margin-top:10px;}
		#advanced_search_header {}
		#primary #basic_search_header {}

	/* Exhibits Pages */
	#exhibit-nav {}
	#exhibit-summary {}
	#exhibit-show {}

	

	/* Collections Pages */
	#collection-description {}
	#collectors {}
	

/* == Footer == */
	#footer{clear:both;  width: 100%; margin: auto; background-color: #282828; height: 150px;}
	#footer-fingers {clear:both; font-weight:bold;overflow:hidden; zoom:1; padding-top:18px; width: 960px; margin: auto;}
	#footer #footer-fingers a {text-decoration:none; color:#606060;}
	#footer #footer-fingers a:hover {text-decoration:none; color:#ff8000;}
	#footer #footer-fingers .navigation {float:right; text-align:right;}
	#footer #footer-fingers .navigation li {display:inline;}
	#footer #footer-fingers .navigation a {margin-left:8px;}
	#footer #footer-fingers p {float:left;}

