/* @override http://sampler.austintownhall.com/css/screen.css */

/*------------------------------------------------------------

	Screen.css
	austintownhall.com
	
	Last Modified : 	
	Created by : 		
	Contact: 			
	
	Copyright 2007 - 2009
	Based on Blueprint 1.6.1

--------------------------------------------------------------*/

/* Reset
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

/* Grid
-------------------------------------------------------------- */
.container { width: 515px; margin:0px auto;}
.clear{clear:both;display:block;overflow:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/* Page
-------------------------------------------------------------- */
html { 	overflow-y: scroll; }

body	{  margin-top:0px;background: #fff; }
#header {  background: #F9C319; padding: 30px 0 60px; margin-bottom: -90px}
#logo { margin-left: 36px}
.quote { margin: 30px auto; }
#content {  padding: 0em 0px 4.5em; }
.quote img {margin-bottom:0px;}
.highlight{background: #F9C319;color: #000; font-weight: bold;padding: 0px 10px; margin-right: 10px;display: inline-block;}
.details{display: block;}
.show p { margin:0.25em 0em;}
.show { margin-bottom:2em; }


#downloader {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
}
#downloader img {
	float: left;
	margin-right: 1em;
}

#audioplayer_1 {
	margin-top: 2.5em;
	margin-bottom: 1em;
}

.download-link {
	font-size: 11px;
}

/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body {color: #000;font: 90%/1.8 Helvetica, Arial, sans-serif;}

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
img         { margin: 0 0 1em;  -ms-interpolation-mode:bicubic; }
iframe{margin-bottom: 1em;}

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {font-family: Helvetica, Arial, sans-serif;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 2px; }
h2 { font-size: 29px; margin: -4px 0 24px; font-weight: bold;line-height: 1;}
h3 { }
h4 { }
h5 { }
h6 { }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}

/* Links
-------------------------------------------------------------- */

a           	{  color: #000;text-decoration: underline; font-weight: bold; }
a:focus, 
a:hover     	{ color: #999;text-decoration: underline;}
a:visited		{}
a:visted:hover 	{}

.post-details a{text-decoration: none;color: #5e5240;}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #ddd; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #eef; }


/* Lists
-------------------------------------------------------------- */

li ol       { margin:0 1.5em; }
ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: none; margin: 0px 1.5em 1.5em 0px; }
ul li		{ margin-bottom:0.75em;}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0.5em 0 1.5em 0; }
dl dt       { font-weight: bold; width:100px; float:left;}
dd          { margin-left: 100px; margin-bottom: 0.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: normal; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Navigation
-------------------------------------------------------------- */

#nav {float: left;}
#nav ul { width:100%; margin: 0px;}
#nav ul li { list-style-type: none; display: inline;}
#nav a { color:#fff; text-decoration: none;display: inline-block; }

#nav a.music-link {background: url(/img/nav.png) no-repeat left top; height: 18px; width: 88px;}
#nav a.music-link:hover {background: url(/img/nav.png) no-repeat left bottom;}
#nav a.food-link {background: url(/img/nav.png) no-repeat -91px top; height: 18px; width: 78px;}
#nav a.food-link:hover {background: url(/img/nav.png) no-repeat -91px bottom;}
#nav a.showcase-link {background: url(/img/nav.png) no-repeat -170px top; height: 18px; width: 166px;}
#nav a.showcase-link:hover {background: url(/img/nav.png) no-repeat -170px bottom;}



/* Classes
-------------------------------------------------------------- */
.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; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; border-color: #FFD324; }
.success    { background: #E6EFC2; border-color: #C6D880; }
.error, .error a      { color: #D12F19; }
.notice, .notice a    { color: #817134; }
.notice, .success a   { color: #529214; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

img.left	{float:left; clear:left;}
img.right	{float:right; clear:right;}
img.middle	{float:none; clear:both;}

/* Layout
-------------------------------------------------------------- */

/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */



