/*
Theme Name: Tight Pants
Theme URI: http://www.tightpantssyndrome.com
Description: WP Theme for Tight Pant Syndrome Site
Version: 1
Author: Paul Bordeaux
Author URI: http://www.borducks.com
*/

@font-face {
	font-family:"Fontin";
	src: url('fonts/fontin_pc/Fontin-Regular.otf');
	font-style: normal;
}
@font-face {
	font-family:"Fontin";
	src: url('fonts/fontin_pc/Fontin-Bold.otf');
	font-weight: bold;
}
@font-face {
	font-family:"Fontin";
	src: url('fonts/fontin_pc/Fontin-Italic.otf');
	font-style: italic;
}

@font-face {
	font-family: 'WalkwayExpandRegular';
	src: url('fonts/walkway_expand-webfont.eot');
	src: local('☺'), url('fonts/walkway_expand-webfont.woff') format('woff'), url('fonts/walkway_expand-webfont.ttf') format('truetype'), url('fonts/walkway_expand-webfont.svg#webfontRcO89Rdq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WalkwayObliqueExpandRegular';
	src: url('fonts/walkway_oblique_expand-webfont.eot');
	src: local('☺'), url('fonts/walkway_oblique_expand-webfont.woff') format('woff'), url('fonts/walkway_oblique_expand-webfont.ttf') format('truetype'), url('fonts/walkway_oblique_expand-webfont.svg#webfonteUURv9kv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WalkwayCondensedBoldRegular';
	src: url('fonts/walkway_condensed_bold-webfont.eot');
	src: local('☺'), url('fonts/walkway_condensed_bold-webfont.woff') format('woff'), url('fonts/walkway_condensed_bold-webfont.ttf') format('truetype'), url('fonts/walkway_condensed_bold-webfont.svg#webfontMsAWixPY') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WalkwayCondensedRegular';
	src: url('fonts/walkway_condensed-webfont.eot');
	src: local('☺'), url('fonts/walkway_condensed-webfont.woff') format('woff'), url('fonts/walkway_condensed-webfont.ttf') format('truetype'), url('fonts/walkway_condensed-webfont.svg#webfontMxEvUZ1I') format('svg');
	font-weight: normal;
	font-style: normal;
}



p b, p strong {
	color: #ccc;
}

body {
	background-color: black;
	color: #aaa;
	font-family:"Fontin";
	font-size: 10pt;
	margin: 0;
	padding-top: 0;
/*	background: #000 url('images/FA-art-only.jpg') no-repeat fixed bottom right;*/
}

h1 {
	font-weight: normal;
	color: #909;
	letter-spacing: 2px;
}

h1 a {
	text-decoration: none;
	font-weight: inherit;
}

a {
	color: #0aa;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: white;
}

a img {
	border: none;
}

#wrapper {
	width:840px;
	padding: 20px;
	margin: 14px auto;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background-image: -moz-linear-gradient(top, rgba(20,70,70,.6), rgba(50,50,50,0));
}

#header {
}

#header h1 {
	font-size: 70pt;
	font-family:"WalkwayCondensedRegular";
	text-transform:uppercase;
	margin:0;
}

#header img {
	right: -60px;
	top: -50%;
}

#topbanner {
	text-transform: uppercase;
	padding-bottom: 12px;
	font-family:"WalkwayCondensedRegular";
	letter-spacing: 2px;
	color:#909;
	text-align: left;
}

#sidebar {
	float:left;
	width: 120px;
	min-height: 400px;
	padding-right: 20px;
}

#feature {
	padding: 2em 0;
	padding-top: 0;
}

#feature img {
	padding: 8px 0;
}

#feature h2 {
	color: #0aa;
	font-size: 30pt;
	font-family: "WalkwayCondensedRegular";
	margin:0;
	padding-bottom: 10px;
	letter-spacing: 2px;
	font-weight: normal;
}

#feature p {
	line-height: 150%;
	padding-bottom: 1em;
}

#bottomcontent {
	border-top: 1px solid #333;
	width: 100%;
	clear:both;
	margin-bottom: 30px;
	overflow: auto;
}

#bottomcontent h2 {
	font-family:"WalkwayCondensedRegular";
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 30pt;
	color:#909;
	margin: 18px 0;
}

#press {
	float: left;
	width: 35%;
	padding-right: 2em;
}

#press h3 {
	color:#0aa;
	margin: 4px 0 0 0;
	line-height: 120%;
}

.presslistitem p {
	font-size: 9pt;
	margin:0;
	padding-bottom: 8px;
}

#tracks {
	float: left;
	width: 260px;
}

#events {
	float:none;
	clear:right;
	margin-left:580px;
}

/* google calendar plugin css */

.ko-calendar-date {
	font-size: 16pt;
	padding-top: 4pt;
}

.ko-calendar-entry-date-text, .ko-calendar-entry-location-text {
	color: white;
}

.ko-calendar-entry-body {
	font-size: 9pt;
}

#footer {
	padding: 10px;
	padding-bottom: 5px;
/*	text-align: center;*/
	background-color: rgba(20,70,70,.4);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
}

#footer a {
	padding-right: 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #0aa;
}

.threecol {
	line-height: 125%;
	-moz-column-count: 3;
	-moz-column-gap: 3em;
	-webkit-column-count: 3;
	-webkit-column-gap: 3em;
	column-count: 3;
	column-gap: 3em;
}

.threecol>p {
	padding:0;
	margin:0;
}

