/*
Theme Name: Motion Child
Description:    Child theme for the Motion
Author:         Mark Nystrom, mnystrom@gmail.com
Author URI:     http: //www.marknystrom.com
Template:       motion
Version:        0.1
*/


/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #fff;
	color: #333;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

/************************************************
* General elements *
************************************************/
body {
	background-color: #3667a1;
	padding-bottom: 20px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	background-image: url(http://mountainpathways.org/images/backgrounds/IMG_5555_1700w60a.jpg);
	/*
	background-repeat: repeat;
	*/
	margin: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
h1,h2,h3,h4,h5,h6 {
	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
}
a {
	color: #a8ef9d;
	text-decoration: none;
}
a:hover {
}
a img {
	border: 0;
}
blockquote {
	font-style: italic;
	background: url(images/whitetrans.png);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}
code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}
kbd,tt {
	font-size: 1.2em;
}
hr {
	border: 1px solid #a8ef9d;
}
pre {
	overflow: auto;
	width: 600px;
	background: url(images/blacktrans.png);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 1.2em;
	white-space: pre-wrap;/* css3 */
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 1em;
}
table {
	margin: .5em 0;
}
table td,table th {
	padding: .7em 1em;
}
table th {
	vertical-align: middle;
	background: #AA8;
	text-transform: uppercase;
	font-size: .7em;
	color: #FFF;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: .1em;
}
table td {
	background: #DDB;
	vertical-align: top;
	font-size: .7em;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}
table tr:hover td {
}
fieldset {
	padding: 1.2em;
	border: 1px dashed #a8ef9d;
}
legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}
input,textarea,select {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	margin: .2em 0;
	color: #222;
	font-size: 1em;
}
	input.adminbar-input {
		margin: 0;
	}
input,textarea {
	padding: .3em;
}
input.radio,input.checkbox {
	background: #fff;
	padding: 2px;
}
form label {
	font-weight: bold;
	display: block;
}
form label.subscribe-label {
	display: inline;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	width: 960px;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
	width: 100%;
}

/************************************************
* Header *
************************************************/
/*
#top {
	float: left;
	width: 960px;
	height: 90px;
	position: relative;
	z-index: 1;
	overflow: visible;
}
*/

/****************************************************************************************
 *** nav ***
 ****************************************************************************************/
#navwide {
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(http://mountainpathways.org/images/black50.png);
	background-repeat: repeat;
}
#navwrapper {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 99;
}
#navwrapper a {
	font-family: Rockwell, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Rockwell, Tahoma, Geneva, sans-serif;
	font-size: 70%;
	line-height: 26px; /* centers text in div when line-height = div height */
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	font-variant: normal;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: left;
}
#navwrapper a:link a:visited a:hover {
	color: #FFFFFF;
}
#navwrapper a:link {
	color: #FFFFFF;
}
#navwrapper a:visited {
	color: #FFFFFF;
}
#navwrapper a:hover {
	color: #FFFFFF;
	background-image: url(http://www.mountainpathways.org/images/navblend.png);
	background-repeat: repeat;
}
#navwrapper a:active {
	color: #333;
}

#navwrapper a:link {
	background-image: url(http://www.mountainpathways.org/images/black25.png);
	background-repeat: repeat;
}

.current {
	background-color: #BB9;
}

#navwrapper a:visited {
	background-image: url(http://www.mountainpathways.org/images/black25.png);
	background-repeat: repeat;
}
#navwrapper a:hover {
	background-image: url(http://www.mountainpathways.org/images/navblend.png);
	background-repeat: repeat;
	color: #B94;
	color: #FFF;
}
#navwrapper a:active {
	background-image: url(http://www.mountainpathways.org/images/navblend.png);
	background-repeat: repeat;
	color: #FFF;
	color: #BB9;
}


#navwrapper li {
	float: left;
	display: block;
	list-style-type: none;
	/*width: 150px;*/
}

#navwrapper ul {
	height: 26px;
}

/***end from theme ********************************************/


/************************************************
* Quicklinks *
************************************************/
#navleft {
	position: relative;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#quicklinks {
	position: relative;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#quicklinks a {
	width: 140px;
	display: block;
}

#quicklinks a:hover {
	background-image: url(http://www.mountainpathways.org/images/navblend.png);
}


/****************************************************************************************/
/*** for quicklinks dropdown ***/
/****************************************************************************************/

#quicklinks li a {
	background-color: #025;
}

#quicklinks li ul  {
	position: absolute;
	top: 26px;
	left: -999em;
	width: 140px;
	visibility: hidden;
}

#quicklinks li:hover ul {
	left: 0px;
	visibility: visible;
	display: block;	
}

#quicklinks li li {
	padding: 0;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#quicklinks li li a {
	color: #fff;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 1px;
}

#quicklinks li li a:hover {
	color: #FFF;
	background-image: url(http://www.mountainpathways.org/images/navblend.png);
	background-repeat: repeat;	
}

#quicklinks li li a:active {
	color: #FFF;
	color: #BB9;
	background-image: url(http://www.mountainpathways.org/images/black85.png);
	background-repeat: repeat;	
}

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */

li > ul {
	top: auto;
	left: auto;
}

/* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */

#quicklinks li:hover, #quicklinks li.sfhover {
	position:static;
}

#top, #header, #catnav {
	overflow: hidden;
	width: 100%;
}


/************************************************
* Content *
************************************************/
#main {
	padding: 0px;
	margin: 0px;
	width: 960px;
}
#left {
	width: 220px;
	position: relative;
	float: left;
	background: url(http://www.mountainpathways.org/images/linksblend220.gif);
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 280px;
}
#content {
	float: right;
	width: 740px;
	overflow: hidden;
	margin-bottom: 30px;
}
#well {
	/*460*/
	width: 458px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 20px;
	border-style: solid;
	border-color: #777;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	min-height: 450px;
	overflow: hidden;
}

#calendar {
	width: 699px;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-color: #777;
	border-left-width: 1px;
	border-bottom-width: 1px;
	min-height: 450px;
	overflow: hidden;
}


/************************************************
* Gallery and Images *
************************************************/
.gallery a, .recent_images a {
	background: none;
	border: 0;
}



/************************************************
* Footer *
************************************************/
#footer {
	clear: both;
	/*overflow: hidden;*/
	width: 100%;
}
#footer .foot1 {
	float: left;
	width: 310px;
	margin: 10px 0 0 10px;
	display: inline;
}
#footer .foot2 {
	float: left;
	width: 310px;
	margin: 10px 15px 0 15px;
}
#footer .foot3 {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
}
#footer h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .4em;
}
#footer h4 {
	font-weight: normal;
	font-size: 1em;
	margin: .8em 0 .2em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}
#footer p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	letter-spacing: .1em;
	color: #FFF;
	text-align: center;
	line-height: 1.2em;
}
#footer ul li {
	padding: 10px;
	margin-bottom: 10px;
	background: url(images/blacktrans.png);
}
#footer ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}
#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px;
}
#footer a:hover {
	text-decoration: underline;	
}
#footer a:active {
	color: #BB9;	
}
#footer .widget_tag_cloud a {
	display: inline;
}
#footer .widget_tag_cloud a:hover {
	background: none;
	color: #fff;
}



/************************************************
* FROM MPS *
************************************************/


#topbar {
	height: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
}
#topcontainer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	height: 90px;
	top: 5px;
	margin-bottom: 0px;
}




#well h1, #calendar h1
{
	font-size: 1em;
	line-height: 1.2em;
	color: #058;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #058;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #058;
	padding-top: .2em;
	padding-bottom: .2em;
}

#well h2
{
	font-size: .8em;
	color: #BB9;
	font-family: Rockwell, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
	margin-top: 3em;
	margin-bottom: 1em;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #AA8;
	padding-top: .5em;
}
#well h3 {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin-top: -1em;
	margin-bottom: 2em;
	line-height: 1.3em;
	color: #AA8;
	text-transform: lowercase;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .1em;
}

#well p, #calendar p, #well ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.7em;
	color: #333;
	color: #444;
}

#well li
{
	list-style-type: circle;
	list-style-position: inside;
}



#well a, #calendar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #997;
	text-decoration: none;
}
#well a:link, #calendar a:link {
	text-decoration: none;
}
#well a:visited, #calendar a:visited {
	color: #886;
}
#well a:hover, #calendar a:hover {
	text-decoration: underline;
}
#well a:active, #calendar a:active {
	color: #775;
}

#well strong, #calendar strong {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	text-transform: normal;
}

#well img {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	border-color: #E8E8DF;
	background-color: #FFF;
}

#well img.onright {
	margin-left: 1em;
	float: right;
}
#well img.onleft {
	margin-right: 1em;
	float: left;
}

#well img.notop {
	margin-top: 0em;
}


#footer p {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 60%;
	text-shadow: 1px 1px 2px #000;	
}
#footer a {
	color: #FFF;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	color: #DDDDDD;
}
#footer a:hover {
	background-image: none;
	text-decoration: underline;
}
#footer a:active {
	color: #0FF;
}


#left p {
	font-size: 75%;
	color: #000;
	font-family: Rockwell, Tahoma, Geneva, sans-serif;
	font-style: bold;
	font-weight: normal;
	padding-left: 20px;
}
#left h1 {
	font-size: 60%;
	color: #886;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: .5em;
	padding-left: 20px;
	letter-spacing: 2px;
}
#left a {
	font-family: Rockwell, Tahoma, Geneva, sans-serif;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	line-height: 1.2em;
	font-variant: none;
	text-transform: none;
	color: #036;
}
#left a:link {
	color: #047;
}
#left a:visited {
	color: #047;
}
#left a:hover {
	color: #047;
	background-image: url(http://www.mountainpathways.org/images/linksblend_over220.png);
	background-repeat: repeat-y;
}
#left a:active {
	color: #047;
	background-image: url(http://www.mountainpathways.org/images/linksblend_over220.png);
	background-repeat: repeat-y;
	background-color:#BB9;
}


#content div {
	margin-bottom: -32676px; 
	padding-bottom: 32676px; 
}


/************************************************
* Sidebar *
************************************************/
#sidebar {
	float: left;
	width: 198px;
	margin-top: 0px;
	margin-bottom: 30px;
	background: url(http://www.mountainpathways.org/images/sidebarShadow.png);
	padding: 20px;
	padding-top: 10px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 1.6em;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #554;
	display: block;
}


#sidebar h1
{
	color: #079;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 1.4em;
	text-transform: uppercase;
	margin-bottom: 0em;
	font-weight: bold;
	display: block;
	margin-top: 1em;
	letter-spacing: 1px;
}

#sidebar h2 /*what our parents say*/
{
	color: #4F4F38;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: left;
	text-transform: normal;
	line-height: 1.4em;
	margin-top: 3em;
	margin-bottom: .5em;
	font-weight: bold;
	font-style: italic;
	display: block;
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
#sidebar h4 p /*what our parents say*/
{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: left;
	font-style: italic;
	color: #664;
	line-height: 2.2em;
	display: block;
	margin-bottom: 1em;
	font-weight: normal;
	padding-left: 11px;
	padding-right: 11px;
}
#sidebar strong
{
	font-weight: bold;
}

#sidebar a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #554;
}
#sidebar a:hover
{
	text-decoration: underline;
}
#sidebar a:active
{
	color: #332;
}
.noborder {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.quote {
	margin-left: 3em;
	margin-right: 3em;
	font-family: Rockwell, Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.7em;
	display: block;
	text-align: center;
	color: #888;
}

.intro {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #AA8;
}
.currentside {
	background-image: url(http://www.mountainpathways.org/images/linksblend_over220.png);
	background-repeat: repeat-y;
	background-color:#BB9;
}

.smallcaps
{
	font-variant: small-caps;
	text-transform: lowercase;
}
.courtesy
{
	font-size: .8em;
	line-height: 1.1em;
}
.level3 {
	font-style: italic;
	padding-left: 1em;
	color: #036;
	color: #047;
}

#well img {
	vertical-align: text-top;
}

.imglinks {
	border:none;
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}

