/* -----------------------------------------------------------------------

 Filament Creative does the See-ess-ess-up-all-right. kthnxbai.
 Copyright 2010 Filament Creative Inc.
 
 Some parts of the framework are from blueprint and some are mine own. 
 Thanks blueprint. credit where credit is due. 

----------------------------------------------------------------------- */

/* COLORS
   Body Background:	   #f0f0f0
   Main Text:		   #8f8e8e
   Nav Links:		   #d5d2d2
   Links:			   #34b0fe
   Dark Border:	 	   #232323
   Light Border:	   #626161
   Headline:		   #ffffff
   footer h1		   #9b9a9a
   Blue Link		   #34b0fe
   Orange:			   #ef7c28
*/


/* 
	RESET
	TYPOGRAPHY
	FORMS
	MISC
	LAYOUT
	HEADER
	GLOBAL NAV
	PRIMARY CONTENT BLOCKS
	 	FOOTER
*/



/* reset.css 
---------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img, a:link img, a:visited img, a:hover img{
	border:0;
}

a:hover img{	
	text-decoration:none;
	}


/* typography.css 
---------------------------------------*/
@font-face {
    font-family: 'TradeGothic';
    src: url('../fonts/lte50541-webfont.eot');
    src: url('../fonts/lte50541-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lte50541-webfont.woff') format('woff'),
         url('../fonts/lte50541-webfont.ttf') format('truetype'),
         url('../fonts/lte50541-webfont.svg#TradeGothicLTCondEighteenRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HellenicWideJFRegular';
    src: url('../fonts/hellenicwide-webfont.eot');
    src: url('../fonts/hellenicwide-webfont.woff') format('woff'), 
		 url('../fonts/hellenicwide-webfont.ttf') format('truetype'), 
		 url('../fonts/hellenicwide-webfont.svg#HellenicWideJFRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #000;
	line-height:18px;
	font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #afafaf;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0;
}

h2 {
	font-size: 2em;
	
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;

}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0;
	font-size: 12px;
	line-height: 20px;
}

p img.left {
	float: left;
	margin: 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 0
}

.punch{
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	border-bottom: 1px solid #c0c0c0;
	padding: 15px 5px 15px 0;
	margin-bottom: 20px;
	line-height: 24px;
}

.punch-clean{
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	padding: 10px 5px 10px 0;
	margin-bottom: 20px;
	line-height: 24px;
}

a:focus, a:hover {
	color: #6a459b;
}

a {
	color: #653C9C;
	text-decoration: none;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	color: #653C9C;
	font-style: normal;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}


ul {
	list-style-type: none;
}

ol {
	list-style-type: none;
}


th {
	font-weight: bold;
}

thead th {
	background: #222222;
	border: 1px solid #2e2e2e;
	border-width:1px 0 ;
	text-align: left;
	color: #fff;
}

thead th.first{
	border-left:1px solid #2e2e2e;
	padding-left: 3px;
}

thead th.last{
	border-right:1px solid #2e2e2e;
}

th, td, caption {
	padding: 4px ;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tabs li{
	float: left;
	margin-right: 15px ;

}


.cufon{
	color: #657939;
	font-size: 30px;
}

.viewall{
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	padding: 20px 0;
}

/* forms.css 
---------------------------------------*/

label {
	font-weight: normal;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
	color: #000;
	display: block;
}

fieldset {
	padding: 0 10px;
	margin: 0 0 0 0;
}

legend {
	font-weight: bold;
	font-size: 1.2em;


}	

input[type=text], input[type=password], input.txt, input.title, textarea, select {
	background-color: #fff;
	border: 1px solid #9e9e9e;
	color: #000;
	padding: 6px;
	width: 226px;
}
select option {
	background-color: #c0d7f0;
	color: #3C5571;
}

input[type=text]:focus, input[type=password]:focus, input.txt:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #653c9c;
}

input[type=text], input[type=password], input.txt, input.title, textarea, select {
	margin: 3px 0 10px 0;
}

input.txt, input.title {
	width: 200px;
	padding: 5px;
	margin-bottom: 10px;
}

input.title {
	font-size: 1.5em;
}

textarea {
	width: 250px;
	height: 150px;
	padding: 5px;
	margin-bottom: 10px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position: relative;
	top: 1px;
	margin-right: 5px;
	
}

form.inline {
	line-height: 3;
}

form.inline p {
	margin-bottom: 0;
}

.controls .search{
	padding: 15px 0 0 0;
}

.error, .notice, .success {
	padding: .8em;
	border: 2px solid #ddd;
	margin: 1em;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;

}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
	text-decoration: underline;
}

.success a {
	color: #264409;
}

.notice h1{
	color: #514721;
	font-size: 22px;
}




#subForm{
	width: 270px;
	margin: 12px auto;
}


/* misc
----------------------------------------*/

.clear {
	visibility: hidden;
	height: 1%;
	clear: both;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}


/* LAYOUT 
---------------------------------------*/
body{
	background: url(../images/bg-tile.jpg) repeat 0 0;
	margin-top: 0;
}
.container {
	width: 100%;
}

.inner-container{
	width: 950px;
	margin: 0 auto;
	position: relative;
	
}

.column{
	float: left;
}

#left-column{
	width: 600px;
	border-right: 1px solid #c0c0c0;
	padding: 0 30px 0 0;
	margin: 20px 0;
}

#right-column{
	width: 240px;
	padding-left: 50px;
}

#footer-container{
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
	border-top: 1px solid #c0c0c0;
	height: 125px;
	margin-top: 20px;
}


/* HEADER
-------------------------------------------------------- */

#header-container{
background: url(../images/bg-tile-top.jpg) repeat-x 0 -1px;
border-bottom: 1px solid #c0c0c0 ;
height: 235px;
margin-top: -4px;
	
}

#logo{
	background: url(../images/img-logo.png) no-repeat 0 0;
	display: block;
	width: 353px;
	height: 92px;
	text-indent: -9999px;
	margin: 30px 0 20px 0;
	float: left;
}

#logo a{
	width: 353px;
	height: 92px;
	display: block;
}


#nextgig{
	background: url(../images/img-nextgig.jpg) no-repeat 0 7px;
	width: 400px;
	margin: 4px 0 7px 530px;
	padding-top: 4px;
	display: block;
	height: 16px;
	overflow: hidden;
	
}

#nextgig p{

	height: 14px;
	margin: 0 0 0 190px;
	font-size: 11px;
	color: #959393;
}

#nextgig ul li p a{
	color: #959393;
}


#bandcamp{
	width: 200px;
	height: 32px;
	display: block;
	margin: 60px 0 0 670px;
}

#bandcamp h1{
	font-family: TradeGothic;
	font-size: 14px;
	color: #6e6b6b;
	text-transform: uppercase;
	text-align: right;
	padding-top: 2px;
	width: 110px;
	float: left;
}

#player{
	padding: 5px 0 0 61px;
	display: block;
	background: url(../images/img-listen.png) no-repeat 0 0;
	width: 117px;
	height: 32px;
	margin-left: 115px;
	
}

.bandbutton{
	width: 46px;
	height: 23px;
}

#nav, #main-nav{
	margin-top: 30px;
	margin-left: 10px	;
	float: left;
}


#global-nav{
	
}

#global-nav li a{
	font-family: TradeGothic;
	text-transform: uppercase;
	font-size: 21px;
	color: #2b2b2f;
	text-shadow: 0px 2px 1px #fff;
}

#global-nav li a:hover{
	font-family: TradeGothic;
	text-transform: uppercase;
	font-size: 21px;
	color: #653c9c;
	text-shadow: 0px 2px 1px #fff;
}

#global-nav li{
	padding: 2px;
}

#global-nav li.current{
	font-family: TradeGothic;
	text-transform: uppercase;
	font-size: 21px;
	color: #653c9c;
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#social{
	width: 320px;
	float: left;
	margin-top: 30px;
	height: 20px;
}

#tweet{
	width: 110px;
	float: left;
}

#like{
	width: 50px;
}


/* CONTENT
-------------------------------------------------------- */

#body-container{
	border-top: 1px solid #fff;
}

.pagetitle{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
}

.title2{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 40px 0 5px 0;
}

.title-side, .widget-title{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 20px 0 5px 0;
	font-style: normal;
}

.showstitle h1{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 20px 0;
	margin-right: 170px;
	float: left;
}

.showstitle{
		border-bottom: 1px solid #c0c0c0;
}

#show-feeds ul li a#ical{
	background: url(../images/ico-ical.jpg) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	

}

#show-feeds ul li a#rss{
	background: url(../images/ico-rss.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	

}

#show-feeds{
	float: left;
	margin-left: 50px;
}

#content h1.page-title{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 20px 0 15px 0;
	font-style: normal;
}


.subtitle{
	font-family: georgia, times, serif;
	color: #653C9C;
	font-style: italic;
	font-size: 18px;
	padding-bottom: 10px;
}


.contact{
	float: left;
	width: 255px;
	padding: 0 40px 20px 0;
	
}

#likeus{
	background: url(../images/img-like.jpg) no-repeat 0 50px;
	border-top: 1px solid #c0c0c0;
}

#likeus .title2, #likeus p{
	padding-left: 120px;
	
}

h2#mine{
	background: url(../images/img-mine.jpg) no-repeat;
	width: 146px;
	height: 149px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#giu{
	background: url(../images/img-giu.jpg) no-repeat;
	width: 146px;
	height: 138px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#uts{
	background: url(../images/img-uts.jpg) no-repeat;
	width: 146px;
	height: 149px;
	text-indent: -9999px;
	padding-bottom: 5px;
}
.album{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
}


.member{
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 20px;
}

.disc{
	width: 146px;
	padding: 20px 0 20px 0;
	float: left;
	
}

.disc .physical, .disc .digital{
	float: right;
	padding: 5px 0;
}

.tracks{
	padding: 20px 0 20px 165px;
	width: 300;
}

.tracks .subtitle{
	color: #000;
}

.desc{
	padding: 0 0 15px 0;
	border-bottom: 1px solid #c0c0c0;
}

.song{
	background: url(../images/btn-audio.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	display: block;
	height: 19px;
}

.tracks-left, .tracks-right{
	padding-top: 20px;
	float: left;
	width: 200px;
}

.tracks-left li, .tracks-right li{
	height: 25px;
}

.last{
	border-bottom: none;
}

.photos{
	padding-top: 15px;
}

.video{
	padding-top: 15px;
	border-bottom: 1px solid #c0c0c0;
}

.vid-entry{
	padding: 15px 0;
}

.caption{
	padding: 5px;
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
	border: 1px solid #c0c0c0;
	font-size: 11px;
}

.photos .title-side{
	background: url(../images/ico-flickr-lg.jpg) no-repeat 0 0;
	height: 42px;
	padding: 10px 0 0 60px;
	border-bottom: none;
}

.video .title-side{
	background: url(../images/img-youtube-lg.jpg) no-repeat 0 0;
	height: 42px;
	padding: 10px 0 0 60px;
	border-bottom: none;
}


#galleria{
	padding: 10px 0 20px 0;
	width: 600px;
	height: 500px;
}
.flickr_badge_image{
	float: left;
	padding: 3px 3px 0 3px;
	border: 1px solid #c0c0c0;
	background: #fff;
	margin: 0 10px 0 0;
}


.bandpic{
	width: 150px;
	height: 196px;
	float: left;
}

h2#Matt{
	background: url(../images/img-matt.jpg) no-repeat;
	width: 150px;
	height: 196px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#Jaret{
	background: url(../images/img-jaret.jpg) no-repeat;
	width: 150px;
	height: 196px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#Ben{
	background: url(../images/img-ben.jpg) no-repeat;
	width: 150px;
	height: 196px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#Mike{
	background: url(../images/img-mike.jpg) no-repeat;
	width: 150px;
	height: 196px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

h2#Scott{
	background: url(../images/img-scott.jpg) no-repeat;
	width: 150px;
	height: 196px;
	text-indent: -9999px;
	padding-bottom: 5px;
}


.memberinfo{
	float: left;
	width: 425px;
	padding: 0px 0 20px 20px;
}

.memberinfo .subtitle{
	padding-bottom: 0px;
}

.memberinfo p em{
	text-decoration: line-through;
}

.role{
	padding-bottom: 10px;
	font-style: italic;
}


.bio{
	padding: 0 0 15px 0;
}

.bandtwitter{
	background: url(../images/btn-bandtwitter.jpg) no-repeat 0 0;
	width: 80px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;
	padding-right: 10px;
}

.bandfb{
	background: url(../images/btn-facebook.jpg) no-repeat 0 0;
	width: 89px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	float: left;
}

	
}


/* SIDEBAR
-------------------------------------------------------- */



#shop{
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 30px;
}

#shop h2{
	background: url(../images/img-shop.png) no-repeat 0 0;
	width: 215px;
	height: 209px;
	text-indent: -9999px;
	margin-top: 20px;
}

#shop ul{
	padding-top: 20px;
}

#shop ul li.physical a{
	background: url(../images/btn-physical.jpg) no-repeat 0 0;
	width: 112px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

#shop ul li.digital a{
	background: url(../images/btn-digital.jpg) no-repeat 0 0;
	width: 79px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

.disc ul li.physical a{
	background: url(../images/btn-physical.jpg) no-repeat 0 0;
	width: 112px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

.disc ul li.digital a{
	background: url(../images/btn-digital.jpg) no-repeat 0 0;
	width: 79px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

#twitter{
	margin-top: 10px;
}

#twitter h1{
	background: url(../images/ico-twitter.jpg) no-repeat 0 20px;
	padding-left: 50px;
	
}

#twitter a#follow-matt{
	background: url(../images/ico-twitter-sm.jpg) no-repeat;
	display: block;
	width: 130px;
	height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

#twitter-home a#follow-matt{
	background: url(../images/ico-twitter-sm.jpg) no-repeat;
	display: block;
	width: 130px;
	height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	
}

.tweet_list{
	padding-top: 15px;
}

.tweet_list li{
	padding: 8px 0;
	font-size: 11px;
}


.home-title-side{
	font-family: HellenicWideJFRegular;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0 5px 0;
	font-style: normal;
}

#twitter-home h1{
	background: url(../images/ico-twitter.jpg) no-repeat 0 10px;
	padding-left: 50px;
	margin-bottom: -10px;
	
}

#twitter-home{
	width: 300px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
}


#homecustom ul li.tweet_odd{
	border-bottom: 1px dashed #999;
	
}

#flickr{
	border-top: 1px solid #c0c0c0;
	margin-top: 20px;
	
}

#galleria .galleria-image{
	width: 100px;
}



#flickr h1{
	padding-bottom: 20px;
}

#flickr a#all-media{
	background: url(../images/ico-flickr.png) no-repeat;
	display: block;
	width: 130px;
	height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

#images{
	width: 280px;
	height: 200px;
}

#images .galleria-image{
	width: 75px;
	height: 75px;
	float:left;	

}






/* SHOWS
-------------------------------------------------------- */
#spreadlove{
	margin-top: 40px;
}

#love{
	background: url(../images/ico-love.jpg) no-repeat 0 0;
	padding: 5px 0 20px 50px;
}

#lovetweet{
	width: 144px;
	padding: 0 30px 0 0;
	
}

#lovebook, #loveposter{
	width: 144px;
	padding: 0 0 0 30px;
}



#lovetweet h2{
	background: url(../images/img-lovetweet.png) no-repeat 0 0;
	width: 144px;
	height: 99px;
	text-indent: -9999px;
}

#lovebook h2{
	background: url(../images/img-like.jpg) no-repeat 20px 15px;
	width: 144px;
	height: 99px;
	text-indent: -9999px;
}

#loveposter h2{
	background: url(../images/img-loveposter.jpg) no-repeat 20px 0;
	width: 144px;
	height: 99px;
	text-indent: -9999px;
}

.choice{
	width: 30px;
}

.choice h2{
	font-size: 14px;
	color: #000;
}

#shows ul li h2{
	font-size: 16px;
	color: #000;
	padding: 0 0 10px 0;
}

#shows ul li{
	border-bottom: 1px dashed #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

p.solo{
	background: url(../images/ico-solo.jpg) no-repeat 0 0;
	height: 20px;
	padding: 0 0 0 25px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
}

p.band{
	background: url(../images/ico-band.jpg) no-repeat 0 0;
	height: 20px;
	padding: 0 0 0 25px;
	text-indent: -9999px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
}

#tweetlove, #likelove{
	padding: 5px 0 5px 0;
}

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

#copyright{
	margin-top: 30px;
	background: url(../images/logo-footer.jpg) no-repeat 0 0, url(../images/img-div.jpg) repeat-y right;
	width: 350px;
	height: 50px;
	float: left;
}

#copyright p{
		font-size: 10px;
		padding-left: 60px;
		line-height: 16px;
}

#footnav-1, #footnav-2{
	margin-top: 20px;
	padding: 0 20px;
	float: left;
	background: url(../images/img-div.jpg) repeat-y right;
}



#footsoc li a#fb{
	text-indent: -9999px;
	background: url(../images/ico-fb.jpg) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: block;
}

#footsoc li a#tw{
	text-indent: -9999px;
	background: url(../images/ico-tw.jpg) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: block;
}

#footsoc li a#youtube{
	text-indent: -9999px;
	background: url(../images/ico-youtube.jpg) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display: block;
}


#footsoc{
	background: url(../images/img-div.jpg) repeat-y right;
	width: 130px;
	float: left;
	margin-top: 20px;
	padding: 20px 0 30px 20px;
}


#sponsor{
	float: left;
	padding: 20px 0 20px 20px;
}

#sponsor p{
	font-size: 10px;
	
}

#sponsor h2{
	text-indent: -9999px;
}

a#coleclark{
	width: 146px;
	height: 42px;
	display: block;
	background: url(../images/img-coleclark.jpg) no-repeat;
}


/* FIELD NOTES
-------------------------------------------------------- */

#content h1, .entry-title{
	font-family: Georgia, Times, Serif;
	font-size: 25px;
	font-style: italic;
	color: #653C9C;
}

#content h1#fieldtitle{
	background: url(../images/img-fieldnotes.png) no-repeat 0 0;
	width: 384px;
	height: 87px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

#content p.punch{
	border-top: 1px solid #c0c0c0;
}



article dl, .wp-caption{
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
	border: 1px solid #c0c0c0;
	padding: 8px 0px 8px 8px;
	margin-bottom: 25px;
}

.entry-content a img{
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
		border: 1px solid #c0c0c0;
		padding: 8px 8px 8px 8px;
		margin-bottom: 25px;
	}
	
}

article dd, .wp-caption-text{
	font-size: 11px;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.cat-item a{
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000;
}

.cat-item a:hover{
	color: #653C9C;
}

.widget_categories ul li{
	border-bottom: 1px solid #c0c0c0;
	padding: 5px 0 5px 0;
}

.widget_categories ul{
	margin-top: 15px;
}

.widget_search {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 10px;
	
}

.widget_search input#s{
	width: 200px;
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
	border: 1px solid #c0c0c0;
	padding: 5px;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	color: #999;
	margin-top: 10px;
}

.widget_search .submit{
	background: #000;
	margin: 0;
	width: 50px;
	height: 30px;
}

.comments-link a{
	background: url(../images/img-comments.jpg) no-repeat 0 1px;
	width: 23px;
	height: 23px;
	display: block;
	text-align: center;
	color: #fff;
}

.entry-meta{
	width: 600px;
	border-bottom: 1px dashed #999;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	
}

.entry-content{
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
}

.cat-links, .pipe, .comments-link{
	float: left;
	margin-right: 10px;
}

article{
	margin-bottom: 30px;
}

#nav-below h3.assistive-text{
	display: none;
}

#nav-below .nav-previous a{
	background: url(../images/btn-older.jpg) no-repeat 0 0;
	display: block;
	width: 79px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;	
}

#nav-below .nav-next a{
	background: url(../images/btn-newer.jpg) no-repeat 0 0;
	display: block;
	width: 79px;
	height: 25px;
	text-indent: -9999px;
	float: left;	
}


/* MUSIC
-------------------------------------------------------- */

#Mine, #UTS{
	width: 400px;

}




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



#slider-container{
	background: url(../images/slider-bg.jpg) no-repeat 0 0;
	width: 568px;
	height: 437px;
	float: left;
	border-right: 1px solid #c0c0c0;
	padding: 0 30px 0 0;
	margin: 20px 0;
}



#home-content-top{
	margin-top: 10px;
	border-bottom: 1px solid #c0c0c0;
}

#latest-news{
	width: 300px;
	margin-top: 20px;
}

#latest-news ul li h2{
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #653C9C;
	padding: 10px 0 8px 0;
}

#allblogs{
	margin: 10px 0 10px 0;
}

#featurevideo{
	width: 410px;
	margin-right: 10px;
}

#featurevideo h2{
	padding-bottom: 30px;
	
}

#featurevideo p.video{
	background: url(../images/img-foot-bg.jpg) repeat 0 0;
	padding: 5px;
	width: 360px;
	height: 214px;
	border: 1px solid #c0c0c0;
}

#featurevideo p{
	font-size: 11px;
	padding-top: 10px;
}

#home-content-mid #shop{
	border-bottom: none;
}

#signup{
	width: 260px;
	margin-left: 30px;
}

#signup #formbg{
	background: url(../images/img-news-bg.jpg) repeat 0 0;
	border: 1px solid #9b9a9a;
	padding: 5px 5px 0px 10px;
}

input#ClosestMajorCity, input#state-province{
	width: 100px;
}

.formfloat{
	float: left;
	width: 100px;
	margin-right: 25px;
}

#submit{
	margin-top: 15px;
	padding-left: 168px;
}










