/*
Theme Name: Catalogue
Theme URI: http://jasoneppink.com/
Description: Jason Eppink's Catalogue of Creative Triumphs
Version: 1.0
Author: Jason Eppink
Author URI: http://jasoneppink.com/
Tags: awesome, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
@font-face {
    font-family: 'eb_garamondregular';
    src: url('fonts/ebgaramond-webfont.eot');
    src: url('fonts/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ebgaramond-webfont.woff') format('woff'),
         url('fonts/ebgaramond-webfont.ttf') format('truetype'),
         url('fonts/ebgaramond-webfont.svg#eb_garamondregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'garamondno8regular';
    src: url('fonts/garamondno8-regular-webfont.eot');
    src: url('fonts/garamondno8-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamondno8-regular-webfont.woff') format('woff'),
         url('fonts/garamondno8-regular-webfont.ttf') format('truetype'),
         url('fonts/garamondno8-regular-webfont.svg#garamondno8regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'garamondno8italic';
    src: url('fonts/garamondno8-italic-webfont.eot');
    src: url('fonts/garamondno8-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/garamondno8-italic-webfont.woff') format('woff'),
         url('fonts/garamondno8-italic-webfont.ttf') format('truetype'),
         url('fonts/garamondno8-italic-webfont.svg#garamondno8regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
html {
	font-family: garamondno8regular, Garamond, Georgia, Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #F9F9F9;
	}
	
#wrap {
	width: 970px;
	margin: 1px auto;
	margin-top: 26px;
	border: 1px dotted #000000;
	background: #FFFFFF;
	padding: 1px;
	padding-bottom: 26px;
	overflow: auto;
}

#left {
	float: left;
	width: 336px;
	height: 90px;
	margin: 31px;
	margin-top: 26px;
	margin-bottom: -14px;
	margin-left: 29px;
	white-space: nowrap;
	overflow: visible;
}

#left_bottom {
	float: left;
	width: 336px;
	padding: 31px;
	padding-top: 0px;
}

#right {
	float: left;
	text-align: center;
	width: 572px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#right_bottom {
	float: left;
	text-align: left;
	width: 572px;
	margin-right: 0px;
}

#right_bottom_text {
	width: 541px;
	margin-right: 31px;
}

.right_bottom_year {
	float: left;
	text-align: left;
	width: 572px;
	margin-right: 0px;
}

#bottom_old {
	float: left;
	width: 908px;
	margin: 31px;
	margin-bottom: 20px;
	text-align: right;
}
#bottom {
	width: 970px;
	margin: 1px auto;
	margin-bottom: 26px;
	text-align: right;
}

.materials_left {
	float: left;
	width: 176px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.materials_right {
	float: left;
	width: 155px;
}

.year {
	float: left;
	text-align: left;
	font-size: 105px;
	line-height: 77px;
	color: #000000;
}

.year_line {
	margin-left: 1px;
	float: left;
	width: 343px;
	height: 70px;
	border-bottom: 1px dotted #000000;
	text-align: right;
}

.divider {
	height: 31px;
}

#show_hide {
	float: left;
	text-align: right;
}


.title1 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing:-.1em;
	text-align: center;
	font-weight: bold;
}
	
.title2 {
	margin: -24px;
	margin-top: -12px;
	font-size: 26px;
	line-height: 26px;
	letter-spacing:0em;
	text-align: center;
}
.title3 {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
	
.title4 {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
	
.title5 {
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}

.link_list {
	line-height: 22px;
}

.me {
	font-size: 19px;
	line-height: 20px;
	letter-spacing:0em;
	margin-top: 10px;
}

.custom_field_title {
	margin-top: 30px;
	font-size: 26px;
	line-height: 26px;
	/* text-align: center; */
}


h2 {
	font-family: garamondno8italic, Garamond, Georgia, Times, serif;
	font-size: 44px;
	line-height: 55px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

h3 {
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-top: 31px;
}

.entry {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.page_entry {
	width: 541px;
}

	a:link {
		color: #000000;
		text-decoration: none;
		border-bottom:1px dashed #BBBBBB;
	}
	
	a:visited {
		color: #000000;
		text-decoration: none;
		border-bottom:1px dashed #BBBBBB;
	}
	
	a:hover {
		color: #000000;
		text-decoration: none;
		border-bottom:1px dashed #000000;
	}
	
	a:active {
		color: #000000;
		background: #CCCCCC;
		text-decoration: none;
	}
	
	a.caption .image{
		padding: 4px;
	}
	
	a.caption .image:hover {
		padding: 3px;
		border: 1px dashed #000000;
	}
	
	a img, a.noborder, a.noborder:visited a.noborder:hover {
		border: none;
		border-bottom: none;
		text-decoration: none;
	}
	
	a#show_all {
		outline: none;
	}
	
	a#show_highlights {
		outline: none;
	}
	
	
	#show_hide {
		float: left;
		text-align: right;
	}
	
	.thumb {
		float: left;
		margin-left: -4px;
		margin-top: 4px;
		margin-bottom: 0px;
		margin-right: 27px;
		height: 114px;
	}
	
	.thumb_highlight {
		float: left;
		margin-left: -4px;
		margin-top: 4px;
		margin-bottom: 0px;
		margin-right: 27px;
		height: 114px;
	}
	
	.thumbs {
		font-size: 11px;
		line-height: 11px;
	}

	.image {
		width: 83px;
		text-align: left;
	}
	
	.title {
		margin-top: 0px;
		text-align: center;
	}
	
	.cc_image {
		margin-bottom: -2px;
		margin-right: 3px;
	}

.line {
	margin-top: 29px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #000000;
	border-style: none none dotted;
}
	
.double_line {
	margin-top: -3px;
	color: #fff;
	background-color: #fff;
	border: 1px solid #000000;
	margin-bottom: 14px;
}

.project_line {
	width: 541px;
	text-align: left;
	margin-top: -1px;
	margin-right: 31px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #000000;
	border-style: none none dotted;
}

.inside_line {
	width: 541px;
	text-align: left;
	margin-top: -1px;
	margin-right: 31px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #DDDDDD;
	border-style: none none dotted;
}

.inside_left_line {
	width: 336px;
	text-align: left;
	margin-top: -1px;
	margin-right: 31px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #DDDDDD;
	border-style: none none dotted;
}

.bottom_line {
	margin-top: -1px;
	color: #fff;
	background-color: #fff;
	border: 1px dotted #DDDDDD;
	border-style: none none dotted;
}


.email_input {
	border: 1px dotted #cccccc; 
	width: 200px;
	font-family: garamondno8regular, Garamond, Georgia, Times, serif;
	font-size: 13px;
	margin-top: 5px;
}

.email_input:hover {
	border: 1px dotted #cccccc;
}

.email_submit {
	border: 1px dashed #cccccc;
	padding-left: 3px;
	width: 65px;
	font-family: garamondno8regular, Garamond, Georgia, Times, serif;
	font-size: 13px;
	text-align: center;
	background: #FFFFFF;
	margin-top: 5px;
}

.email_submit:hover {
	border: 1px dashed #000000;
}
