/************************* Start Wordpress default **************************/
#page 
{
  text-align: left;
}

#header 
{
  background: black url('images/backgroundTop.png');
  background-repeat: no-repeat;
  background-position: top left;
	z-index: -1;
}

#headerimg 	
{ 
	height: 121px; 
	width: 1031px;
	left: 122px;
} 

#headerimg a.logo
{
	position: absolute;
  background-image: url('images/noteflightLogoContest.png');	
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
	width:402px;
	height:56px;
	top: 52px;
	left: 110px;
}

#navigation 
{
  background-image: none;
	width:100px;
	height:29px;
}

#navigation a.home 
{
	position: absolute;
	background-image:url(images/tabHome.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:101px;
	height:29px;
	left:0px;
}

#navigation a.about 
{
	position: absolute;
	background-image:url(images/tabAbout.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:88px;
	height:29px;
	left:101px;
}

#navigation a.noteflight 
{
	position: absolute;
	background-image:url(images/tabNoteflight.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:170px;
	height:29px;
	left:189px;
}

.bigWholeNote
{
	background-image: url("images/bigWholeNote.png");
	position: absolute;
	top: 96px;
	left: 665px;
	width: 281px;
	height: 172px;
	z-index: 0;
}

#content 
{
	font-size: 1.2em
  background-image: none;	
	background-color: white;
}

.widecolumn .entry p 
{
	font-size: 1.05em;
	margin-top:0;
}

.narrowcolumn .entry, .widecolumn .entry 
{
	/* line-height: 1.4em; */
	margin-top:0;
}

.widecolumn 
{
	line-height: 1.6em;
}

.narrowcolumn .postmetadata 
{
	text-align: left;
	font-size:11px;
}

.alt 
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer 
{
	color:#515459;
	float: left;
	font-size:11px;
}

small 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

span.date 
{
	color:#7e7e7e;
}

span.author 
{
	color:#ff311a;
}

h1, h2, h3 
{
	font-weight: normal;
	color:#404040;
}

h1 
{
	font-size: 4em;
	text-align: center;
}

#headerimg .description 
{
	font-size: 1.2em;
	text-align: center;
}

h2 
{
	font-size: 1.6em;
}

h2.pagetitle
{
  font-size: 1.6em;
}

#sidebar h2
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color:#404040;
	background-image:url(images/backgroundDottedRule.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	height: 20px;
}

h3
{
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
	text-decoration: none;
}

.entry p a:visited
{
}

.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata
{
	font-weight: normal;
}

#sidebar
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	opacity:.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	margin: 10px;
	padding: 12px;
	z-index: 2;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a
{
	font-size: 9pt;
}

#wp-calendar a
{
	text-decoration: none;
}

#wp-calendar caption
{
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body
{
	margin: 0;
	padding: 0; 
}

#page 
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header
{
	margin: 0; 
	padding: 0; 
	height: 135px; 
	width: 100%;
}

#headerimg
{
	margin: 0;
	height: 121px;
}

.narrowcolumn
{
	float: left;
	padding: 0 0px 20px 18px;
	margin: 0px 0 0;
	width: 430px;
}

.widecolumn
{
	padding: 1px 0px 20px 0px;
	margin: 5px 0px 14px 0px;
	width: 430px;
}

.post
{
        margin-right: 18px;
}

.post h2
{
	font-family:Georgia, serif;	
	margin-bottom: 10px;
}
.post hr
{
	display: block;
}

.widecolumn .post
{
	margin: 14px;
}

.narrowcolumn .postmetadata
{
	padding-top: 5px;
}

.widecolumn .postmetadata
{
	margin: 30px 0;
}

.widecolumn .smallattachment
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment
{
	text-align: center;
	margin: 5px 0px;
}

.postmetadata
{
	clear: left;
}

#navigation
{
  position: absolute;
	margin-left: 105px;
	margin-top: 34px;
}

/* Note: display:inline fixes double-margin bug in IE6 */
#content {
	position:relative;
	margin-left: 105px;
	margin-top: 50px;
	min-height:581px;
	width:512px;
  display:inline;
}

#footer
{
	padding: 0;
	margin-left: 105px;
	width: 760px;
	clear: both;
}

#footer p
{
	margin:0;
	padding: 2px 0 14px 5px;
	text-align: left;
}
/* End Structure */



/*	Begin Headers */
h1
{
	padding-top: 70px;
	margin: 0;
}

h2
{
	margin: 30px 0 0;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

#sidebar h2
{
	margin: 5px 0 0;
	padding: 0;
}

h3
{
	padding: 0;
	margin: 30px 0 0;
}

h3.comments
{
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	/* list-style: none; */
	padding-left: 10px;
	/* text-indent: -10px; */
} 

html>body .entry li
{
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before
{
}

.entry ol
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol
{
	margin: 14px;
	padding: 0;
}

#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


#sidebar ul p, #sidebar ul select
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol
{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul, #sidebar ul ol
{
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select
{
	width: 130px;
}

#commentform
{
   width: 410px;
}

#commentform input
{
	width: 140px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea
{
	width: 380px;
	padding: 2px;
}

#commentform #submit
{
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p
{
	margin: 10px 5px 10px 0;
}

#commentform p
{
	margin: 5px 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	position: absolute;
	padding: 20px 0 10px 0;
	left: 636px;
	top: 175px;
	width: 235px;
	min-height: 571px;
	z-index: 2;
}

#sidebar form
{
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center
{
	text-align: center;
}

hr
{
	display: none;
}

a img 
{
	border: none;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/************************* End Wordpress default **************************/

/***** base *****/
body 
{	
	font-family:Tahoma, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	
	padding:0px;
	margin:0px;
	
	background-color:#f4c03f;
}

a
{
	text-decoration:none;
	color:#EC572F;
}

a img
{
	border:0;
}

a:hover 
{
	text-decoration:underline;
}

/***** forms *****/

form.formBody 
{
	width:300px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	letter-spacing:1px;	
	
	background-color:#e6e6cd;
	border:1px solid #757373;
	
	padding:10px;
}

div.formLabel 
{
	text-transform:uppercase;
	
	color:#A2A5AB;
	
	margin-bottom:4px;
}

span.formLabel
{ 
	text-transform:uppercase;
	
	color:#A2A5AB;
}

input.formInput 
{
	border:none;
	height:16px;
	padding:2px 0px;
	text-indent:4px;
	display:block;
	
	margin-bottom:8px;
	
	font-size:11px;
	
	background-color:#3a3a3a;
	color:#b0b0b0;
	width:100%;
}

div.formButtonContainer 
{
    width:380px;
}

input.formButton 
{
	width:61px;
	height:17px;
	float:right;
	margin-top:4px;
}
	
input.formCheckbox 
{
	margin-left:0px;
	margin-right:6px;
}
	
textArea.formTextArea 
{
	border:none;
	height:80px;
	padding:2px 0px;
	text-indent:4px;
	display:block;
	
	margin-bottom:8px;
	
	font-size:11px;
	
	background-color:#3a3a3a;
	color:#b0b0b0;
	width:100%;
}

select.formSelect 
{
	border:none;
	height:20px;
	padding:2px 0px;
	text-indent:0px;
	display:block;
	
	margin-bottom:8px;
	
	font-size:11px;
	
	background-color:#3a3a3a;
	color:#a0a0a0;
	width:100%;
}

div.formError 
{
	font-family: Tahoma, Arial, sans-serif;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#ff2020;
	
	margin-top:8px;
	margin-bottom:4px;	

	min-height: 24px;
}
	
div.pageInfo 
{
	position:absolute;
	
	left:132px;
	top:148px;
	
	width:360px;
}

div.pageTitle 
{
	font-family:Georgia, serif;
	font-size:24px;
	
	color:#f0f0f0;
	
	text-transform:lowercase;
}

div.pageDetails 
{
	font-size:12px;
	line-height:20px;
	
	color:#a0a0a0;
}

a.formLink 
{
	color:#ea5223;
	text-decoration:none;
}

a.formLink:hover 
{
	text-decoration:underline;
}

div.formSpacer 
{
	height:20px;
}



a:hover 
{
	text-decoration:none;
}


//signUp 

div.contestIntro
{
}

div.contestIntro
{
    font-family: Georgia, serif;
    font-size: 18px;
    margin-top: 27px;
    line-height: 1.5;
}

div.contestHeader
{
    color: #D8AE40;
    font-family: Georgia, serif;
    font-size: 22px;
}

div.signUpTagline 
{
	position:absolute;
	color:#787676;
	font-family:Tahoma, sans-serif;
	font-size: 10px;  
	letter-spacing:1px;
	left:514px;
	top:24px;
	text-transform:uppercase;
}
	
a.signUpLink 
{
	font-family:Georgia, serif;
	font-size:24px;
	
	color:#a8a9aa;
	
	text-transform:lowercase;
	text-decoration:none;

	background-image:url(images/arrowOrangeLarge.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	position:absolute;
	left:531px;
	top:39px;
	
	padding-left: 28px;
}

a.signUpLink:hover 
{
	color:#ed3e22;
}

//stylized search box

form.search 
{
}


form.search 
{
  position: absolute;
	height:19px;
	top:18px;
	left:670px;
	width:180px;
}

div.searchEntry 
{
	position:absolute;
	top:0px;
	left:0px;
	height:19px;
	width:129px;
	


	background-image:url(images/searchBackground.png);
}

input.searchString 
{
	position:absolute;
	left:2px;
  top:1px;
	border:none;
	height:15px;
	padding-top:0px;
	text-indent:0px;
	display:block;
	font-size:11px;
	color:#666666;
	width:120px;
  border-color:#FFFFFF;
}

input.searchButton 
{
	position:absolute;
	top:1px;
	left:133px;	
	width:93px;
	height:17px;	
}
	


