@charset "UTF-8";
/* CSS Document */

/* Style Reset from meyerweb.com*/
/*#####################################################*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, img, footer, header, 
menu, nav, output, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(images/bg.jpg);
}

/*#####################################################*/

/* Layout Regions*/

#wrapper	{
	width: 960px;
	margin: auto;
	padding: 10px;
}

#header	{
	width: 940px;
	height: 300px;
}


#nav	{
	width: 960px;
	height: 50px;
	margin: auto;
	background-color: white;
	/* [disabled]padding-top: 10px; */
}

#sidebar	{
	width: 300px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	float: left;
	opacity: 50;
	background-color: white;
	/* [disabled]height: 1060px; */
	border: 1px dotted #066;
}


#sidebar-long	{
	width: 250px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 30px;
	float: left;
	opacity: 50;
	height: 1040px;
	background-color: #fefaed;
}


.caption	{
	color: black;
	font-size: 0.8em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 5px;
}


 

#content-long	{
	width: 620px;
	float: left;
	background-color: #FEFAED;
	padding: 10px;
	height: 1020px;
	margin: auto;
}

#content p	{
}

#content 
	{
	color: #1c3a17;
	line-height: 1.6;
	font-family: 'Dancing Script', cursive;
	width: 940px;
	float: right;
	background-color: white;
	padding: 0 10px 10px 10px;
	margin: auto auto 10px auto;
	}

#bar	{
	margin: 0 20px 0;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 900px;
	text-align: center;
	color: black;
	height: 200px;
}

#bar a:link {
	color: black;
}
#bar a:visited	{
	color: black;
}
#bar a:hover	{
	color: #a60146;
}
#bar a:active	{
	color: #333;
}


/* Typeography*/



p	{
	font-size: 1em;
	line-height: 1.8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}


#sidebar h1	{
	text-align: center;
	font-size: 2em;
	color: #0A4D75;
}

h1	{
	font-size: 2em;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0A4D75;
	margin-bottom: -10px;
}

h2	{
	font-size: 1.2em;
	font-weight: lighter;
	color: #006666;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	border-bottom: 1px dotted #066;
}

#content h3	{
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4	{
	font-weight: lighter;
	/* [disabled]border: 1px dotted gray; */
	padding: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h5	{
	font-family: 'Dancing Script', cursive;
	color: #033;
	}
	

h6	{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4;
}

/*Links*/
a:link	{
	color: #0A4D75;
	text-decoration: none;
	font-weight: bold;
}

a:visited	{
	color: #004D74;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	color: #a60146;
	text-decoration: underline;
	font-weight: bold;
}
a:active	{
	color: red;
	font-weight: bold;
}

a.page:link {color: #32C0C4; }
a.page:active {color: #32C0C4; }
a.page:visited {color: #32C0C4; }
a.page:hover {color: #a60146; }



/*Images*/

.img-left	{
    float: left;
    margin: auto;
    padding-right: 15px;
}

.img-right	{
    float: right;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
}
 

.clear	{
	width: 900px;
	margin: auto;
}

/*Floats*/

.left	{
	float: left;
	width:350px;
	height: 75px;
}
.right	{
	float: right;
	width: 350px;
	height: 70px;

	}

/*Floats*/

.left	{
	float: left;
	width:350px;
	height: 75px;
}
.right	{
	float: right;
	width: 350px;
	height: 75px;
	color: #999;
	}

.page	{
	background-color: #6FF;
	
	
}

#header p	{
}

ul.normal	{
	list-style: circle;
	text-color: #339;
}

.img	{
	padding: 5px;
}
 
.poll	{
	width: 252px;
	margin: auto;
	padding: 5px;
	margin-top: 20px;
}

ul	{
	line-height: 1.8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0A4D75;
}
	
	ol	{
	line-height: 1.8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0A4D75;
}
 

#sidebar ul	{
	color: white;
	font-size: 1.4 em;
text-indent: 0px;
	 }


#weather	{
	width: 180px;
	margin: auto;
}

#navigation	{
	width: 240px;
	/* [disabled]background-color: #1c3a17; */
	margin: 20px 0px;
	line-height: 2em;
	/* [disabled]height: 400px; */
}

#footer {
    padding: 10px 10px 0 20px;
    background-color: #0A4D75;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin-top: 10px;
} 

#footer a	{
	color: #CCCCCC;
	text-decoration: underline;
	}
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #DDDDDD;
	line-height: 0.8em;
	text-align: center;
}
#clear	{
	width: 960px;
	color: white;
}

.img	{
	padding:5px;
}

.current	{
	color: #ED307C;
	font-weight: bold;
}
#caption	{
	margin: 0px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	font-style: italic;
}
h4	a:link	{
	color: black;	
}

h4	a:visited	{
	color: black;	
}
h4	a:hover	{
	color: #066;
}
h4	a:active	{
	color: #066;
}

.post {
	width: 600px;
	float: right;
}

.postwide {
	width: 875px;
	float: left;
}
