/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/ptownfilmfest.org/branches/2011/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 7074 $
$LastChangedDate: 2010-04-30 15:36:53 -0400 (Fri, 30 Apr 2010) $
*/

@import url(general.css);

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 10, 2011 */

/* MILFORD REGULAR */

@font-face {
	font-family: 'MilfordRegular';
	src: url('../fonts/milford/milford-webfont.eot') format('eot'), 
	     url('../fonts/milford/milford-webfont.woff') format('woff'), 
	     url('../fonts/milford/milford-webfont.ttf')  format('truetype'),
	     url('../fonts/milford/milford-webfont.svg#svgFontName') format('svg');
	}

@font-face {
	font-family: 'MilfordCondensedRegular';
	src: url('../fonts/milford/milfordcd-webfont.eot') format('eot'), 
	     url('../fonts/milford/milfordcd-webfont.woff') format('woff'), 
	     url('../fonts/milford/milfordcd-webfont.ttf')  format('truetype'),
	     url('../fonts/milford/milfordcd-webfont.svg#svgFontName') format('svg');
	}

/* ZURICH REGULAR WEIGHT */

@font-face {
    font-family: 'ZurichRoman';
    src: url('../fonts/zurich_reg/tt0178m_-webfont.eot') format('eot'),
         url('../fonts/zurich_reg/tt0178m_-webfont.woff') format('woff'),
         url('../fonts/zurich_reg/tt0178m_-webfont.ttf') format('truetype'),
         url('../fonts/zurich_reg/tt0178m_-webfont.svg#webfontFWXj7aiX') format('svg');
}

@font-face {
    font-family: 'ZurichRegular';
    src: url('../fonts/zurich_reg/tt0298m_-webfont.eot') format('eot'),
         url('../fonts/zurich_reg/tt0298m_-webfont.woff') format('woff'),
         url('../fonts/zurich_reg/tt0298m_-webfont.ttf') format('truetype'),
         url('../fonts/zurich_reg/tt0298m_-webfont.svg#webfontHDlzpIHx') format('svg');
}

/* ZURICH LIGHT */

@font-face {
    font-family: 'ZurichLight';
    src: url('../fonts/zurich_light/tt0176m_-webfont.eot') format('eot'),
         url('../fonts/zurich_light/tt0176m_-webfont.woff') format('woff'),
         url('../fonts/zurich_light/tt0176m_-webfont.ttf') format('truetype'),
         url('../fonts/zurich_light/tt0176m_-webfont.svg#webfontfga6iRAp') format('svg');
}

@font-face {
    font-family: 'ZurichLight Condensed';
    src: url('../fonts/zurich_light/tt0296m_-webfont.eot') format('eot'),
         url('../fonts/zurich_light/tt0296m_-webfont.woff') format('woff'),
         url('../fonts/zurich_light/tt0296m_-webfont.ttf') format('truetype'),
         url('../fonts/zurich_light/tt0296m_-webfont.svg#webfontWs1uW5FJ') format('svg');
}

/* GLOBAL. */

*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html,
body
{
    height: 100%;
}

html
{
	background: #1D335B url(../images/blackband.gif) top center repeat-x;

}

body
{
	background: #1D335B;
    margin: 0;
    padding: 0;
}

.image
{

}

.right
{
	float: right;
}

.left
{
	float: left;
}

.image.right
{
	margin: 0 0 10px 20px;
}

.image.left
{
	margin: 0 20px 10px 0;
}

.noMargin
{
	margin-bottom: 0 !important;
}

textarea, input
{
	padding: 2px 3px;
	border: 1px solid #CCCCCC;
}

select, text
{
	border: 1px solid #CCCCCC;
}

h1, h2, h3, h4
{
	font-weight: bold;
	text-transform: uppercase;
}

b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

.clear
{
	clear: both;
}

.noStyles
{
	display: none;
}

.preload
{
	display: none;
}

.noBorder
{
	border: 0px !important;
}

.noMargin
{
	margin: 0px !important;
}

.condensed
{
/*
	font-family: 'ZurichLight Condensed';
*/
    font-family: Univers Condensed, Arial Narrow, Helvetica Condensed, DejaVu Sans Condensed, Univers, Arial, Helvetica, DejaVu Sans, sans-serif;
}

.white
{
	color: #fff;
}

.light
{
	font-weight: normal;
}

.black
{
	color: #000;
}

.caps
{
	text-trasform: uppercase;
}

/* HEADERS */

h1
{
	color: #D9E8E8;
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: bold;
}

h2
{
	color: #D9E8E8;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3
{
	color: #D9E8E8;
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

h4
{
	color: #D9E8E8;
	font-size: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.2em;
}

/* PAGE SECTIONS. */

.scalableGradRight
{
	display: block;
	background: red;
	width: 266px;
	height: 100px;
}

.scalableGradLeft
{
	display: block;
	width: 187px;
	height: 100px;
}

.scalableGradLeft,
.scalableGradRight
{
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#79B9E5), to(#1D335B));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #79B9E5, #1D335B);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#79B9E5, endColorstr=#1D335B);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#79B9E5, endColorstr=#1D335B)";
}


/* Page container. */

#pageContainer
{
    font-family: Univers, Arial, Helvetica, DejaVu Sans, sans-serif;
    position: relative;
    min-height: 100%;
    margin: 15px auto;
	width: 1006px;
	display: block;
	color: #D9E8E8;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.25em;
}

/* Left Content. */

#leftContent
{
	display: block;
	width: 187px;
	float: left;
	background: #79B9E5 url(../images/leftnav2.jpg) 0 140px repeat-x;
}

#leftContent #logoLink
{
	display: block;
	width:187px;
	height:140px;
}

#leftContent .leftBlock
{
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #A0A0A0;

}

#leftContent .leftBlock.email
{
	padding-bottom: 0px;
}

#leftContent .leftBlock h4
{
	font-size: 11px;
	color: #DBE8EA;
}

#leftContent .leftBlock.schedule h4
{
	font-weight: bold;
}

#leftContent .leftBlock.schedule h4 .black
{
	font-weight: normal;
}

#leftContent .leftBlock h4.condensed
{
	font-size: 12px;
	margin-bottom: 10px;
}

#leftContent .leftBlock.calendar h4.condensed
{
	font-size: 13px;
	margin-bottom: 10px;
}

#leftContent .leftBlock .date
{
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
	width: 26px;
	height: 30px;
	margin-right: 4px;
	text-align: center;
}

#leftContent .leftBlock .date h4.condensed
{
	color: #000;
}

#leftContent .leftBlock a
{
	color: #DBE8EA;
	text-decoration: none;
}

#leftContent .leftBlock a:hover
{
	color: #fff;
	text-decoration: none;
}

#leftContent .leftBlock.whiteBorder
{
	border-top: 1px solid #fff;
	font-weight: bold;
}

#leftContent .leftBlock ul.quickLinks
{
	font-size: 11px;
	text-align: left;
	list-style-type: none;
	margin: 0 0 30px 15px;
	font-weight: bold;
}

#leftContent .leftBlock ul.quickLinks li a
{
	text-decoration: underline;
	font-weight: bold;
}

#leftContent .leftBlock .social
{
	padding: 5px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 121px;
	background: #1A191A;
	height: 28px;
}

#leftContent .leftBlock .social a.left
{
	display: block;
	margin-right: 3px;
	width: 28px;
	height: 28px;
}

/* Page top. */

#pageTop
{
	background: url(../images/lighthouse.jpg) top left no-repeat;
	width: 819px;
	float: right;
	margin-bottom: 7px;
}

#pageTop .actions
{
	display: block;
	height:85px;
	margin: 17px 6px 0 0;
}

#pageTop .actions .threeBlocks
{
    font-family: Univers Condensed, Arial Narrow, Helvetica Condensed, DejaVu Sans Condensed, Univers, Arial, Helvetica, DejaVu Sans, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1em;
	margin-top: 32px;
}

#pageTop .actions .threeBlocks a
{
	text-decoration: none;
	color: #C8D9E0;
}

#pageTop .actions .threeBlocks a:hover
{
	color: #fff;
	text-shadow: 0px 0px 6px #fff;
}

#pageTop .actions .block
{
	border-left: 1px solid #AEB8BA;
	padding: 0 20px 0 20px;
	float: right;
	height: 33px;
	margin-right: 5px;
}

#pageTop .actions .block.passes
{

}

#pageTop .actions .block.passes .large
{
	font-size: 23px;
}

#pageTop .actions .block.passes .medium
{
	font-size: 15px;
}

#pageTop .actions .block.passes .small
{
	font-size: 13px;
}

#pageTop .actions .block.volunteer,
#pageTop .actions .block.sponsor
{

}

#pageTop .actions .block.volunteer
{
	padding-top: 16px;
	height: 14px;
	border: 0px;
	text-align: right;
}

/* Page bottom. */

#pageBottom
{
    clear: both;
	margin-top: 35px;
	padding: 10px;
	border-top: 1px solid #B2B2B3;
	font-size: 11px;
}

#pageBottom ul
{
	list-style-type: none;
}

#pageBottom ul li
{
	display: inline;
	margin: 0 20px 0 0;
}

#pageBottom a
{
	color: #fff;
}

/* Page content. */

#pageContent
{
	width: 523px;
	float: left;
	padding: 30px 15px;
	font-size: 11px;
}

#pageContent a
{
	color: #79BAE4;
	text-decoration: underline;
}

#pageContent a:hover
{
	color: #fff;
	text-decoration: none;
}

#pageContent p,
#pageContent ul,
#pageContent ol
{
	margin-bottom: 20px;
}

#pageContent ul,
#pageContent ol
{
	margin-left: 35px;
}

#pageContent h1.pageTitle
{
    margin-top: 0;
}

#pageContent .galleryitems .imgBlock
{
	width: 220px;
	float: left;
	height: 200px;
	width: 200px;
	padding: 0 50px 20px 0;
}

/* Right Content. */

#rightContent
{
	display: block;
	float: right;
	width: 266px;
}

#rightContent .rightBlock
{
	border: 1px solid #B2B2B3;
}

#rightContent .rightBlock p
{
	padding: 0px 10px;
	font-size: 10px;
	line-height: 1.35em;
}

#rightContent .rightBlock h4.header
{
	padding: 3px 5px;
	display: block;
	background: #4A4B4C;
	font-size: 11px;
	font-weight: bold;
}

#rightContent .rightBlock.patron
{
	background: #223A62 url(../images/patron.gif) bottom left repeat-x;
	margin-bottom: 2px;
}

#rightContent .rightBlock.patron p
{
	font-size: 11px;
	margin: 0px;
}

#rightContent .rightBlock.help
{
	background: #1E345C url(../images/donate.gif) bottom right no-repeat;
	height: 249px;
	margin-bottom: 5px;
}

#rightContent .rightBlock .donateButton
{
	position: relative;
	top: 170px;
	left: 10px;
}

#rightContent .rightBlock.sponsors
{
	border-bottom: none;
}

#rightContent .rightBlock.sponsors .image.right
{
	margin: 5px;
}

#rightContent .rightBlock.sponsors .presented
{
	background: #1E355D url(../images/presented.gif) bottom left repeat-x;
}

#rightContent .rightBlock.sponsors .supported
{
	background: #79B9E5 url(../images/supported.gif) top left repeat-x;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors,
ul.standaloneErrors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li,
ul.standaloneErrors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child,
ul.standaloneErrors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: -0.75em 0 0 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* FONT SAMPLES */

#fontSample h1
{
	margin: 20px 0 5px 0;
}

#fontSample p
{
	margin-bottom: 5px;
}

#fontSample p.pt12
{
	font-size: 1.1em;
}

#fontSample p.pt11
{
	font-size: 1.05em;
}

#fontSample p.pt10
{
	font-size: 0.9em;
}

#fontSample p.pt9
{
	font-size: 0.8em;
}

#fontSample p.pt8
{
	font-size: 0.75em;
}

.milfordReg
{
	font-family: 'MilfordRegular';
}

.milfordRegCond
{
	font-family: 'MilfordCondensedRegular';
}



.zurichReg
{
    font-family: 'ZurichRoman';
}

.zurichRegCond
{
    font-family: 'ZurichRegular';
}



.zurichLight
{
    font-family: 'ZurichLight';
}

.zurichLightCond
{
    font-family: 'ZurichLight Condensed';
}

.leftBlock input
{
	border: 0px;
	padding: 0px;
	height: 26px;
	width: 160px;
	background: url(../images/emailbox2.gif) top left no-repeat;
}


/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}

