/* 
Theme Name: Mountain Dawn
Theme URI: http://ulyssesonline.com/2008/01/04/the-mountain-dawn-theme/
Description: A simple single column WordPress theme.
Author: Ulysses Ronquillo
Author URI: http://ulyssesonline.com
Version: 0.3
Tags: one columns, fixed width, blue, green, orange, widgets, no sidebar, graphics free

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */


/* main colours
YELLOW color:#ffc70f;
  */

* {color:#000;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif
	color: #333;
	background-color: #fff;
	text-align: left;
	margin:0;
	padding:0;	
	}

#page {
	background-color: #fff;
	text-align: left;
	margin:0;
	padding:0;
	}

#header {
        background-color:#fff;
	}
	
#content {
	font-size: 1.1em
	}

#footer {
        background-color: transparent;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.65em;
	}

.narrowcolumn .entrytext, .widecolumn .entrytext {
        line-height: 1.65em; 
        }

.widecolumn {
	line-height: 1.65em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	}

small {
	font-family: Arial, Sans-Serif
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #000;
       }

h1 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h2, h3, h4 {
       font-family: Arial, Sans-Serif
}

h1 {
	font-size: 3.4em;
	text-align: left;
	/*text-transform: lowercase;
        letter-spacing: 0.05em;
        font-style: italic;
		*/
	}

.description {
	font-size: 1.2em;
	text-align: left;
	color:#ddd;
	}

h2 {
	font-size: 17px;
	}

h2.pagetitle {
	font-size: 17px;
	}
	
#sidebar {
        border: none;
	}
	
#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.3em;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #ffc70f;
	}
	
h2, h2 a, h2 a:visited {
	color: #000;
	text-decoration:none;
font-size:27px;
font-weight:bold;

	}
	
h3, h3 a, h3 a:visited, h4 {

color: #000;
	text-decoration:none;
font-size:18px;
font-weight:bold;
padding-bottom:20px;

}	

h3 a, h3 a:visited, #wp-calendar caption, cite {
	
	color:#000;
font-weight:bold;
padding-bottom:20px;
	}
	
	
h3 a:hover, h2 a:hover	{
	
	color:#ffc70f;
font-size:27px;
font-weight:bold;
padding-bottom:20px;
text-decoration:none;
	}
	
	
	
	h2 a, h2 a:visited, { text-decoration:none; font-size:17px; }

.entry p a:visited {
	color: #F56203;
	}

.commentlist li, #commentform input, #commentform textarea {
/*	font: 0.9em Verdana, Arial, Sans-Serif;*/
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-decoration:none;
	}
	
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	text-decoration:none;
	}
	
.commentlist cite a:hover {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	text-decoration:none;
	color:#000;
	}		

/*.commentlist span {
font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	color:#00CC00;

}*/
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
        color: #000;
	text-decoration: underline;
	}




h2 a:hover, h3 a:hover {
       
	color:#000;
font-size:27px;
font-weight:bold;
text-decoration:none;
	}
	
a:hover{
       
	color: #ffc70f;
	text-decoration: underline;
	}	
	
#wp-calendar #prev a #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 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 0 0px 0; 
	}

#page {
	margin: 0;
	padding: 0;
	width: 805px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 85px;
	width: 100%;
	}

.narrowcolumn {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0;
	width: 633px;
	
	margin-top:-7px;
}

.widecolumn {
	padding: 20px 0 20px 0;
	margin: 5px 0 0 40px;
	width: 550px;
	}

.superwidecolumn {
	padding: 20px 0 20px 0;
	margin: 5px 0 0 40px;
	width: 550px;
	}

.pagepost {
	margin: 0 0 40px;
	text-align:left;
	}
	
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.indexpost a:link, .indexpost a:active, .indexpost a:visited, .indexpost a:hover, h2.indexpost, .indexpost {
background-image:url(/images/content/heading_background_1.gif);
background-position:left center;
font-size:17px;
font-weight:bold;
margin-bottom:0.7em;
padding:5px 5px;
margin-top:18px;
}	

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
        margin: 20px 0 5px 0;
	padding-top: 5px;
	}

.widecolumn .postmetadata {
        margin: 20px 0 5px 0;
	}
	
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 10px 30px;
	text-align: left;
        color: #eee;
	}

#footer a {
        color:#000;
}

/* End Structure */


/*	Begin Headers */

h1 {
	padding: 40px 0 0 25px;
	margin: 0;
	}

.description {
	padding: 0 0 0 30px;
	}

h2 {
	color:#000000;
font-size:27px;
font-weight:bold;
margin:20px 0 6px;
	}

h2.pagetitle {
	margin: 30px 0 10px 0;
        padding: 0; 
	}

#sidebar h2 {
	margin: 30px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */


/* Begin Sidebar */

#sidebar {
	padding:0;
	margin:0;
	width: 550px;
	}	

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Navigation  */




#nav1
{
	background-image:url(../images/layout/nav1_background.gif);
	background-repeat:repeat-x;
	height:36px;
	text-align:left;
	padding-top:17px;
	width:805px;
}

#nav1 ul, #nav1 li
{
	display:inline;
}


#nav1 ul li a
{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	display:inline;
	padding-left:15px;
	padding-right:30px;
}

#nav1 ul li a:hover
{
	color:#ffc70f;
}



#navHolder {position:relative; float:left; width:160px; padding:0; margin:0;}

#nav2
{
	width:160px; position:relative; top:0; padding:0; margin:0;
}


#nav2 ul

{ list-style:none; padding:0; margin:0; padding-top:5px;
}

#nav2 ul li.position1
{
	padding-left:0px;	
	padding-top:0px;
}

#nav2 ul li a
{
	color:#fff;
	background-image:url(/images/nav2/nav2_background.jpg);
	background-repeat:none;
	background-position:left center;
	width:160px;
	display:block;
	height:22px;
	text-indent:15px;
	padding-top:5px;
	font-weight:bold;
	font-size:13px;
	vertical-align:center;
	text-decoration:none;
	line-height:16px;	
}


#nav2 ul li.position1 a:hover, #nav2 ul li.position1 a.on
{
	color:#000000;
	background-image:url(/images/nav2/nav2_1.jpg);
}

#nav2 ul li.position2 a:hover, #nav2 ul li.position2 a.on
{
	color:#000000;
	background-image:url(/images/nav2/nav2_2.jpg);
}

#nav2 ul li.position3 a:hover, #nav2 ul li.position3 a.on
{
	background-image:url(/images/nav2/nav2_3.jpg);
}

#nav2 ul li.position4 a:hover, #nav2 ul li.position4 a.on
{
	background-image:url(/images/nav2/nav2_4.jpg);
}

#nav2 ul li.position5 a:hover, #nav2 ul li.position5 a.on
{
	background-image:url(/images/nav2/nav2_5.jpg);
}

#nav2 ul li.position6 a:hover, #nav2 ul li.position6 a.on
{
	background-image:url(/images/nav2/nav2_6.jpg);
}

#nav2 ul li.position7 a:hover, #nav2 ul li.position7 a.on
{
	background-image:url(/images/nav2/nav2_7.jpg);
}

#nav2 ul li.position8 a:hover, #nav2 ul li.position8 a.on
{
	background-image:url(/images/nav2/nav2_8.jpg);
}

#nav2 ul li.position9 a:hover, #nav2 ul li.position9 a.on
{
	background-image:url(/images/nav2/nav2_9.jpg);
}

#nav2 ul li.heading
{
	background-image:url(/images/nav2/nav2_background_heading.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	height:28px;
	padding-left:15px;
	font-size: 16px;
	color:#575757;
	padding-top:13px;
}

#nav2 ul li a
{	
	color:#fff;
}

#navHolder
{
	float:left;
}

#nav3
{
	width:160px;
	font-weight:bold;
}

#nav3 ul
{ list-style:none; padding:0; margin:0;}

#nav3 ul li
{
	padding-left:15px;	
	padding-top:8px;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000; /* was 666666 grey */
}

#nav3 ul li a
{	
	font-size:13px;
	color:#000000; /* was 666666 grey */
	text-decoration:none;
	line-height:16px;
}

#nav3 ul li a:hover
{
	color:#ffc70f;
}

#nav4
{
	width:160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000; /* was 666666 grey */
	padding-bottom:15px;

}

#nav4 strong
{
	font-weight:bold;
	padding-top:15px;
	padding-bottom:7px;
	display:block;
	padding-left:15px;
	font-size:13px;
}

#nav4 ul 
{
	margin-left:15px;
}

#nav4 ul li.heading
{
	background-image: none;
}

#nav4 ul li
{
	background-image: url(../images/nav4/arrow.gif);
 	background-repeat: no-repeat;
	background-position: -4px 5px;
	padding-left:15px;	
	padding-top:4px;
	padding-bottom:4px;
}

#nav4 ul li a
{
	font-size:11px;
	text-decoration:underline;
}

#nav4 ul li a:hover
{
	color:#FFC70F;
}



/*         */



#logo {

width:173px;
	position:absolute;
	left:0px;
	padding:0;
	margin:0;
}

a.blockLnk { text-decoration:none;
display:block; background: transparent;}


#strapline
{
	width:116px;
	position:absolute;
	left:174px;
	font-size:13px;
	padding-left:12px;
	padding-top:11px;
	color:#000000;
	line-height:1.15em;
}

#strapline strong
{
		font-weight:bold;
	font-size:13px;
	color:#000000;
	}
	
.courseinfo { line-height:34px; position:relative; left:0; top:5px; font-size:7px; text-decoration:none; color:#ffc70f; }	

#homeButton {line-height:34px; position:absolute; top:2px; left:170px;}
#homeButton span {font-size:11px; line-height:34px; position:absolute; margin-left:2px;}	

#sitemapButton {line-height:34px; position:absolute; top:2px; left:235px;}
#sitemapButton span {font-size:11px; line-height:34px; position:absolute; margin-left:2px}	
	
#sitemapButton a:hover span, #homeButton a:hover span { text-decoration:underline;}	
#freephone {position:absolute; top:34px; right:0;}




/**/




* {
color:#000000;
font-family:Arial;
font-size:13px;
text-align:left;
text-decoration:none;
}


#navcontainer{
background: transparent url(/images/layout/nav1_background.gif) repeat-x;
margin:0; padding:0;
border-bottom:1px dotted #000;
}

#navcontainer ul .current_page_item a { 
	background: transparent;
}

ul#navlist {
/*	margin:0;
	padding:0 0 0 30px;
	margin:0;
	white-space: nowrap;
	text-align: left;
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;*/
	

text-align:left;
width:805px;
font-size: 16px;
padding:0; margin:0;
padding-top:17px; padding-bottom:5px;
height:36px;
	
}

#navlist li {
margin:0;
        padding:0px;
	display:inline;
	list-style-type: none;
}

#navlist a {
letter-spacing:normal;
margin:0; 
padding:0px; 
font-size:17px;
font-weight:bold;
padding-left:15px;
padding-right:29px; text-decoration:none;
display:inline; }

#navlist a:link, #navlist a:visited {
color:#fff;


}

#navlist a:hover {
	color: #ffc70f;
	background: transparent;
	text-decoration: none;
}



#logos {padding-top:10px; padding-bottom:20px;}

#logos img {
display:block;
margin:15px auto 0;
text-align:center;
}
/* End of Navigation */



/* 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: 0 0 0 10px;
        padding: 0 0 0 10px;
	}

.pagepost ul li, .post ul li {
        list-style-type: square;
        }

.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: 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: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
        background-color: #eee;
        color: #333;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-color: #eee;
        color: #333;
	}

.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;
        color: #333;	
        background-color: #f7f7f7;
        border: 1px solid #ccc;
	}

#commentform textarea {
	width: 540px;
	padding: 2px;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        color: #333;
	}

#commentform #submit {
	margin: 0 4px 20px 0;
	padding: 20px;
	float: left;
        /*border: 1px solid #ccc;*/
		background: transparent url(/images/form/send.gif) no-repeat;
		border:none;
		width:66px;
	}
#commentform #submit:hover {
	margin: 0 4px 20px 0;
	float: left;
        /*border: 1px solid #ccc;*/
		background: transparent url(/images/form/send_over.gif) no-repeat;
		border:none;
		width:66px;
	}	

input, textarea {
        padding-left:2px;
        color: #333;
	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.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 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: left;
	width: 100%;
        margin: 0;	
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

#wp-calendar {
        margin: 0;
}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        border-left: 1px solid #ccc;
        padding-left: 10px;
}

hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

img {
        border: 0;
}

.post img, .postpage img {
        padding: 1px;
        border: none;
	}

.entry img, .entrytext img {
	margin:0;
        padding:1px;
        border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.widget_search {
	padding: 0;
        margin: 30px 0 0 0;
}
	
.widget_search input {
	margin: 2px 0;
	padding: 1px;
	color: #333;
	background-color: #eee;
}

html {
        min-height: 100%;
        margin-bottom: 1px;
}

.embed {
	width:48%;
	float:left;
        padding:0 0 0 10px;
        margin:0 0 20px 0;
}

#personalpic img {
        padding:0;
	margin:0 10px 0 0;
	border: none;
	float:left;
}

.highlighted li {
        background-color:#ffe;
        border:1px solid #ddd;
}

#contact legend {
       font-size: 1.5em;
       color:#F56203;
}

table.center {
       margin-left:auto; margin-right:auto;
}

.post table {
       margin: 10px 0;
}

.post table th {
      background-color: #F56203;
}

.post table td {
      background-color: #f7f7f7;
}

.left {
      float: left;
      margin: 0 0 0 40px;
}

.right {
      float: right;
      margin: 0 40px 0 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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 Various Tags & Classes*/


#footer
{
	width:805px;
	height:80px;
	clear:both;
}

#footer div.left
{
margin:0;
	float:left;
	padding-left:160px;
	width:645px;
	height:80px;
	background-image:url(/images/content/page_break_tile.gif);
	color:#000000; #grey was #ff0000
	clear:none;
	position:relative;

}

/*#footer div.left span
{
	line-height:1.4em;
}

#footer div.left strong
{
	font-weight:bold;
	font-size:13px;
}*/

#footer div.right
{
float:right;
width:67px;
margin:0;
padding:0;
}
/*margin:0;
position:relative;
	float:right;
	top:0;
	clear:none;
	width:67px;
	height:80px;
	border:1px solid;
	background-image:url(/images/content/page_break_right.gif);
}*/



 
#subfooter
{
	padding-left:171px;
	padding-top:15px;
	font-size:10px !important;
	width: 634px;
	clear:both;
	
}


#subfooter strong
{
	font-size:10px;
	font-weight:bold;
}

#subfooter p 
{
color:#000;
padding:0;
	font-size:10px;
	line-height:1em;
	padding-bottom:1em;
}
#subfooter h1 { padding:0; line-height:1.21; font-size:10px; color:#000; font-weight:normal; font-style:normal;}

#subfooter a 
{
	text-decoration:underline;
	font-size:10px;
}

