/*  
Theme Name: Kathy's Mountain Blue Theme
Theme URI: http://www.sasez.com/
Description: Alternate default design for General & Outdoor Sites
Version: 2.0, April 7, 2008
Author: Kathy Burns
Author URI: http://www.electronicperceptions.com/

grey: #D6DBE7
blue: 0065CE
Orange/Brown: CC9966
*/



/* Begin Typography & Colors */
body {
	border: solid 2px #0065CE;
	margin: 1% 2% 1% 2%;
	padding: 0;
	background-color: #D1D9E1;
	color: black;
	font-size: 13px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#rap {
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 10px;
	width: 98%;
	}

#header {
	background: #D1D9E1;
	border: solid 1px #000000;
	width: 80%;
	height: 175px;
	font: italic normal 200% Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
}

#header a {
	color: #0065CE;
	text-decoration: none;
}

#header a:hover {
	color: #0065CE;
}



#subt
{
	width: 300px;
	float:left;
	text:inline;
	margin-left: 30px;
	color:#0065CE;
	font-size: 12px;
	font-style: italic;
}


h1 {

	color:#0065CE;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 38px;
	font-style: italic;
	text-align: right;
	letter-spacing: 2px;
	margin-top:.15em;
}

#col1
{
	float: left;
	width: 65%;
	margin-bottom: 1em;
	padding-right: 1%;
	padding-left: 2%;
	background-color: #FFFFFF;
  	display: inline; /* Needed for IE bug */
}


#col2
{
	float: left;
	width: 15%;
	border-left: double medium #0065CE;
	margin-bottom: 1em;
	padding-right: 1%;
	padding-left: 1%;
}

#col2wide
{
	float: left;
	width: 25%;
	border-left: double medium #0065CE;
	margin-bottom: 1em;
	padding-right: 1%;
	padding-left: 1%;
}

#col3
{
	float: left;
	width: 15%;
	border-left: double medium #D6DBE7;
	margin-bottom: 1em;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 1%;
}

#footer
{
	clear: both;
	height: 50px;
	border-top: 1px solid #0065CE;
	padding: .5em;
	text-align: right;
}


h2 {
	border-bottom: 1px dotted #0065CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 0 0;
}

#h2 a:hover {
	background:#D6DBE7;
	color:black;
	border-top : 1px solid #0065CE;
	border-bottom : 1px solid #0065CE;
}

h3 {
	border-bottom: dotted 1px #0065CE;
	font: 95% Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

.feedback {
	color: #808080;
	text-align: right;
	font-size:9pt;
}

.credits {
	color: #808080;
	text-align: center;
	font-size:8pt;
}

.about {
	color: #808080;
	text-align: left;
	font-size:8pt;
}

.extra {
	color: #808080;
	text-align: right;
	font-size:8pt;
}

A:hover
{
	background:#D6DBE7;
	color:black;
	border-top:1px solid #0065CE;
	border-bottom:1px solid #0065CE;
}

A:link
{
	color:#0065CE;
	text-decoration:none;
	font-weight:normal;
}
A:visited
{
	color:#00B0B0;
	text-decoration:none;
}


blockquote {
	border-left: 5px solid #0065CE;
	margin-left: 1.5em;
	padding-left: 5px;
}

i {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #0065CE;
	border-bottom: 1px solid #0065CE;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 100px 0 50px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	color:#D6DBE7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.postmetadata a {
	padding-top: 5px;
	color:#0065CE;
	text-decoration:none;
	font-weight:normal;
	font-size:9pt;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
/* End Structure */



/*	Begin Headers */

#menu h2 {
	margin: 5px 0 0 2px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	list-style-type: none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
}

/*	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 Menu/Sidebar


#menu {
	background: #fff;
	border-left: 1px dotted #0065CE;
	padding: 5px 0 10px 2px;
	margin: 2px;
	width: 13.5em;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input {
	background: #D6DBE7;
	border: 1px dotted #0065CE;
	letter-spacing: -0.05em;
	width: 80%;
}

#widgettitle {
	list-style-type: none;
}

#menu ul {
	color: #0065CE;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 3px;
}

#menu ul li {
	list-style-type: none;
	font: italic normal 100% Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 3px; /*border-bottom: dotted 1px #D6DBE7;*/
}

#menu ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	padding: 1px;
	text-align: left;
}

#menu ul ul li {
	list-style-type: none;
	border: 0;
	font: normal normal 100%/115% Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 1px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

.meta {
	font-size:9pt;
	display: inline;
	margin: 0 0 5px 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

/* End Entry Lists */




/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}

#commentform textarea {
	width: 100%;
}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* 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 Various Tags & Classes */


.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


