@charset "utf-8";
/* CSS Document */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #666666;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;  
	}

a, a:visited {
	text-decoration: none;
	color: #679901;
	font-weight: normal;
	}

a:hover {
	text-decoration: underline;
	color: #cc0066;
	font-weight: normal;
	}
	
#page {
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 790px;
	}

#header {
	margin: 0; 
	padding: 0;
	height: 119px; 
	width: 790px;
	background-color: #666;
	border-bottom: 1px solid #666666;
	}
#header .search {
	float: right;
	background-image: none;
	position:absolute;
	margin-top: -70px;
	margin-left: 550px;
	}

#content {
	background-color: white;
	font-size: 1.2em
	}
	
.widecolumn {
	float: left;
	padding: 20px 0 15px 20px;
	margin: 0px 0 0;
	width: 525px;
	}

.entry p {
	margin: 0;
	padding: 5px 0 6px 0;
	}
	
.entry {
	font-size: 1.05em;
	line-height: 1.4em;
	color: #333;
	}

.entry a, .entry a:visited {
	text-decoration: underline;
	color: #679901;
	font-weight: normal;
	}

.entry a:hover {
	text-decoration: underline;
	color: #be0b71;
	font-weight: normal;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.breadcrumbs {
	font-size: .9em;
	clear: left;
	color: #333;
	padding-bottom: 15px;
	text-transform: lowercase;
}

.breadcrumbs a, .breadcrumbs a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #679901;
	}

.breadcrumbs a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #be0b71;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.postmetadata {
	font-size: .9em;
	clear: left;
	color: #666;
	margin-top: 3px;
}

.postmetadata a, .postmetadata a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #679901;
	}

.postmetadata a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #be0b71;
	}
	
.alt {
	background-color: #fff5fa;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 790px;
	height: 63px;
	background: #666 url('images/footer.gif') no-repeat;
	border-top: 1px solid #666666;
	text-align: left;
	color:#666666;
	font-size: .9em;
	font-family: Verdana, Arial, Sans-Serif;
	clear: both;
	}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #679901;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: none;
	color: #cc0066;
	font-weight: bold;
	}

#footercontent {
	padding: 10px 0 0 10px;
	text-align: left;
	}

#footercontent img {
	display: inline;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	}


.footermenu {
	background: white;
	font-size: 1.2em;
	clear: left;
	color: #333;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-transform: lowercase;
	font-family: Times, serif;
}

.footermenu a, .footermenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #679901;
	}

.footermenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #be0b71;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	}

h1 {
	font-size: 1.9em;
	font-family: Times, Serif;
	letter-spacing: .01em;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #ff98cb;
	padding-left: 3px;
	color: #679901;
	width: 500px;
	}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #679901;
	}

h1 a:hover {
	text-decoration: none;
	color: #cc0066;
	}

.subtitle {
	margin-top: -30px;
	margin-left: 50px;
	padding-bottom: 20px;
	}
	
h2 {
	font-size: 1.3em;
	text-transform: lowercase;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 8px;
	color: #679901;
	padding-bottom: 1px;
	font-family: Times, serif;
	font-weight: bold;
	border-bottom: 2px dotted #ff98cb;
	padding-left: 2px;
	padding-top: 3px;
	width: 300px;
	}

h2 a, h2 a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #679901;
	}

h2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #be0b71;
	}
	
h3 {
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #679901;
	}

h3 a, h3 a:visited {
	text-decoration: underline;
	color: #679901;
	}

h3 a:hover {
	text-decoration: underline;
	color: #be0b71;
	}
	
.headerthree {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #679901;
	}

.headerthree a, .headerthree a:visited {
	text-decoration: underline;
	color: #679901;
	font-weight: bold;
	}

.headerthree a:hover {
	text-decoration: underline;
	color: #be0b71;
	font-weight: bold;
	}
	
.comments {
	padding: 0;
	margin: 20px auto 20px ;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: .9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1em;
	font-weight: bold;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev 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;
	}

/* Begin Sidebar */
#sidebarwhite {
	padding: 0;
	margin-left: 565px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 201px;
	background: #fff;
	text-align: center;
	}
	
.sidebartop {	
	margin: 0 auto;
	padding: 0;
	width: 201px;
	height: 10px;
	background: url('images/sidebartop.gif') no-repeat bottom right;
	}
	
#sidebarpink {
	padding: 0;
	margin: 0;
	width: 199px;
	background: #ff98cb;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
	}

.sidebarcontent_top {	
	margin: 0 auto;
	padding: 0;
	width: 181px;
	height: 10px;
	background: url('images/sidebarcontenttop.gif') no-repeat bottom right;
	}

.sidebarcontent {	
	padding: 0;
	margin: 0 auto;
	width: 179px;
	background: white;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}
	
.sidebarcontent_bottom {	
	padding: 0;
	margin: 0 auto;
	width: 181px;
	height: 10px;
	background: url('images/sidebarcontentbottom.gif') no-repeat;
	}

.sidebarbottom {	
	padding: 0;
	margin: 0 auto;
	width: 201px;
	height: 10px;
	background: url('images/sidebarbottom.gif') no-repeat;
	}

.sidebartext {
	font-size: 1em;
	font-family: Arial, san-serif;
	color: #333;
	line-height: 1.2em;
	padding: 3px 7px 3px 7px;
	margin: 0;
	text-align: left;
	}

.sidebartext p {
	padding: 7px 0 0 0;
	margin: 0px;
	}

.sidebartext2 {
	width: auto;
	font-size: 1.2em;
	font-family: Arial, san-serif;
	color: #333;
	line-height: 1.4em;
	padding: 3px 7px 3px 7px;
	margin: 0;
	text-align: left;
	}

.sidebartext2 p {
	padding: 5px 0 5px 0;
	margin: 0px;
	}

.sidebartext2 small {
	line-height: 1.2em;
	font-size: .9em;
	}

.sidebartext2 h2 {
	font-size: 1.2em;
	border: none;
	width: auto;
	}

.sidebarcontent ul {
	list-style: none;
	margin:  0 0 0 0;
	padding: 0;
	}

.sidebarcontent ul li {
	list-style: none;
	background-image: url(images/circle.gif);
	background-repeat: no-repeat;
	background-position: .2em .8em;
	padding-left: 20px;
	}
	
.sidebarcontent li {
	padding: 5px 0 4px 0;
	}

.sidebartext img {
	display: inline;
	}
	
/* End Sidebar */

/*menu */
#nav {
      margin: 0 auto;
      list-style: none;
      background: #666 url('images/navbar.gif');
      padding: 0;
      /*border-bottom: 1px solid #000;*/
      
	  border-left: 1px solid #fff;
      /*height: 35px;*/
	  /*height:39px;*/
	  height:3.9em;
	}
 
#nav ul {
            margin: 0 auto;
            padding: 0;
            /*height: 1em;*/
            }
/*           
#toolbar form {
            margin: 0 auto;
            padding: 0.1em 2em 0.1em 0em;
            height: 1em;
            }
           
#toolbar input {
            margin: 1px 0;
            padding: 0;
            }*/
 
#nav a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 1.5em;
            letter-spacing: .008em;
            font-weight: normal;
            text-transform: lowercase;
            font-family: Times, serif;
            padding: 0.5em 0 .9em 0;
            width: 130.49px;
            text-align: center;
}
 
#nav li {
            float: left;
            padding: 0;
            margin: 0 auto;
            background: none;
            /*height: 37px;*/
            border-bottom: solid #fff;
            /*border-width: 1px 0px 1px 1px;*/
			border-right: 1px solid #fff;
			
			
			
	}
 
#nav li ul {
            position: absolute;
            left: -999em;
            height: 25px; 
            width: 130.49px;
            background: #666;
            font-weight: normal;
            font-size: 1.15em;
            letter-spacing: .005em;
            font-weight: normal;
            margin: 0 auto;
            padding: 0;
            list-style: none;
			border-top: 1px solid #fff;
	
			
	}
 
#nav li li {
            width: 130.49px;
            border: 0;
            border-bottom: 1px solid #fff;
            background: #666;
            margin: 0 auto;
            padding: 0;
			/*border-left:1px solid #000;
			border-right:1px solid #000;*/
}
 
#nav li ul a {
            width: 130.49px;
            font-size: 1.15em;
            letter-spacing: .005em;
            font-weight: normal;
}
 
#nav li ul ul {
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
            left: -999em;
}
 
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul {
            left: auto;
} 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
            left: auto;
}
 
#nav li:hover {
            background: #679901;
}
#nav li.sfhover {
            background: #67000;
}
/*
#nav {
      margin: 0 auto;
      list-style: none;
      background: #666 url('/pp/images/navbar.gif');
      padding: 0;
      border-bottom: 1px solid #666;
      border-right: 1px solid #fff;
      height: 35px;
	}
 
#nav ul {
            margin: 0 auto;
            padding: 0;
            height: 1em;
            }
           
#toolbar form {
            margin: 0 auto;
            padding: 0.1em 2em 0.1em 0em;
            height: 1em;
            }
           
#toolbar input {
            margin: 1px 0;
            padding: 0;
            }
 
#nav a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 1.5em;
            letter-spacing: .008em;
            font-weight: normal;
            text-transform: lowercase;
            font-family: Times, serif;
            padding: 0.5em 0 .9em 0;
            width: 130.49px;
            text-align: center;
}
 
#nav li {
            float: left;
            padding: 0;
            margin: 0 auto;
            background: none;
            height: 33px;
            border: solid #fff;
            border-width: 1px 0px 1px 1px;
	}
 
#nav li ul {
            position: absolute;
            left: -999em;
            height: 25px;
            width: 130.49px;
            background: #666;
            font-weight: normal;
            font-size: 1.15em;
            letter-spacing: .005em;
            font-weight: normal;
            margin: 0 auto;
            padding: 0;
            list-style: none;
	}
 
#nav li li {
            width: 130.49px;
            border: 0;
            border-bottom: 1px solid #fff;
            background: #666;
            margin: 0 auto;
            padding: 0;
}
 
#nav li ul a {
            width: 130.49px;
            font-size: 1.15em;
            letter-spacing: .005em;
            font-weight: normal;
}
 
#nav li ul ul {
            margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
            left: -999em;
}
 
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul {
            left: auto;
} 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
            left: auto;
}
 
#nav li:hover {
            background: #679901;
}
#nav li.sfhover {
            background: #67000;
}
*/
/* end menu */

/* Begin Images */
p img {
	padding: 0;
	margin: 0;
	max-width: 100%;
	}

img {
	padding: 0;
	margin: 0 auto;
	display: block;
	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: 0;
	list-style: disc;
	padding: 0 0 10px 35px;
	} 

html>body .entry li {
	margin: 0;
	padding: 7px 0 0 7px;
	}

.entry ul {
	margin: 0;
	list-style: disc;
	padding: 3px 0 3px 35px;
	} 
	
.entry li {
	margin: 0;
	padding: 7px 0 0 7px;
	}
.entry ol {
	padding: 3px 0 3px 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 7px 0 7px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.form {
	font-size: 1em;
	line-height: 1.3em;
	color: #333;
	}

form {
	font-size: 1em;
	line-height: 1.3em;
	color: #333;
	}

form a, .form a:visited {
	text-decoration: underline;
	color: #679901;
	}

form a:hover {
	text-decoration: underline;
	color: #be0b71;
	}

.input {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #679901;
	padding: 2px;
	font-size: 11px;
	margin-right: 2px;
	display: inline;
	}

.button {
	background-color: #679901;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
	text-transform: lowercase;
	text-decoration: none;
	display: inline;
	margin: 0;
	}

#content .input, #content .button {
	float: left;
	padding: 3px;
	font-size: 11px;
	width: auto;
	margin:0;
	}
	
#content form, #content .form {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	}

/* End Form Elements */



/* Begin Comments*/

.alt {
	padding: 10px 10px 5px 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	padding: 10px 10px 5px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* 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: 5px 30px 5px 10px;
	padding-left: 20px;
	font-size: .9em;
	line-height: 1.4em;
	}
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 Various Tags & Classes*/

