
/*
Theme Name: Saranac Lake Winter Carnival
Theme URI: http://www.saranaclakewintercarnival.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: The Letterbox Workshop/Nick Wakeman
Author URI: http://www.theletterboxworkshop.com/
Tags: blue, white, winter, ice, snow

	Saranac Lake Winter Carnival theme designed and developed
	by The Letterbox Workshop.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, Sans-Serif;
	background: #fff url('images/body.jpg') repeat-x;
	color: #333;
	text-align: center;
	}

a:link, a:visited		{text-decoration: none; color: #0035a3;}
a:hover 				{color: #002;}


#header 		{background: url('images/header.jpg') no-repeat bottom center;}

a#title:link, a#title:visited	{font-size: 2.7em; color: #0035a3; text-align: right; letter-spacing: .03em; font-weight: normal; font-variant: small-caps; font-style: italic;}
a#title:hover		{color: #346;}

#pages 	{font-size: 20px; text-align: center; }
	div#pages ul	{list-style-type: none;}
	div#pages li	{display: inline; }
	div#pages a:link, div#pages a:visited	{color: #1946b3; text-decoration: none; letter-spacing: .02em;}
	div#pages a:hover	{color: #126;}



.content 		{font-size: 1.4em; color: #0035a3; text-align: left;}
div.content ul	{list-style-type: none; margin: 0; padding: 0;}
div.content li	{margin: 8px 0;}
div.content a:link, 
div.content a:visited	{text-decoration: underline;}



small 		{font-size: 0.9em;line-height: 1.5em; color: #358;}

p.attachment	{text-align: center;}

#sidebar {font-size: 1.3em; color: #029;}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1	{font-weight: normal; font-size: 2.0em; font-style: italic; margin:  0; text-align: center;}
h2	{font-weight: normal; font-size: 1.6em; font-style: italic; margin: 2px 0 0 20px;}
h3	{font-weight: normal; font-size: 1.4em;}

/* PAGE-SPECIFIC STYLES */
#splash			{margin: 0px 0 20px 0; color: #03a; padding: 0;}
div#splash h2	{margin: 0 0 6px 0; padding: 0; font-size: 1.4em; text-align: center;}
div#splash p	{width: 580px; margin: 0 auto 0 auto; font-size: .9em; text-align: justify;line-height: 1.1em;}
/*	SCHEDULE PAGE (PAGE2) */
div#page2 h1	{margin: 0; text-align: center;}
div#page2 h2	{margin: 20px 0 10px 0; padding: 0; text-align: center;}
div#page2 ul	{margin: 0 0 15px 20px;}

/*	CONTACT PAGE (PAGE12) */
div#page12	.alignright	{font-weight: normal;}
div#page12 table			{margin: 20px auto 0 auto;}
.formwidth input,
.formwidth textarea 		{width: 400px;}

div#page14 h2	{margin: 20px 0 0 0; padding: 0; text-align: left;}
div#page14 ul	{margin: 0 0 0 20px;}
div#page14 li	{margin: 3px 0 3px 0;}

div#page136 ul	{margin: 0 0 0 20px;}

#footer	 	{background: #326ac1 url('images/footer.jpg') repeat-x;border-top: solid 0px gray;}
div#footer p	{font-size: 1.3em; color: #008;}
	
	#web_design		{color: #eee; font-size: 1.4em; padding-top: 90px; padding-bottom: 20px; font-variant: small-caps; text-align: center;}
	div#web_design ul	{list-style-type: none; padding: 0; margin: 0 auto 0 auto;}
	div#web_design li 	{display: inline;}
	div#web_design a:link,
	div#web_design a:visited	{color: #fff; text-decoration: underline;}
	div#web_design a:hover		{color: #ddf;}



hr		{color: #b1d5f4; width: 400px; display: none;}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#header {
	margin: 0;
	padding: 0;
	height: 426px;
	width: 983px;
	}

#title		{position: absolute; top: 328px; left: 200px; width: 718px;}

#pages	{position: absolute; top: 373px; left: 69px; width: 860px; padding: 0; margin: 0; border: solid 0px white;}

div#pages li, div#pages ul {padding-top: 0; padding-bottom: 0; margin: 0;}
div#pages ul	{margin-left: -40px;}


.page-item-0 	{padding-right: 20px; padding-left: 0;}

.page-item-2, .page-item-4, .page-item-6, .page-item-8, .page-item-10, .page-item-12	{padding: 0 20px;}

.page-item-14	{padding-left: 20px; padding right: 0;}

.container		{width: 918px; margin: 0; padding: 0;}

.content		{border: solid 0px white; width: 623px; margin: 0 0 0 80px;}

#sidebar		{clear: none; border: solid 0px white; float: right; width: 210px; margin: 0;}


#footer {
	padding: 0;
	margin: 0;
	min-height: 100px;
	clear: both;
	}



.clear {
	clear: both;
}

/* End Structure */





/* 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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar 
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


