/*  
Theme Name: Kathy's Blue/Earth Tones
Theme URI: http://sasez.com/
Description: Expanded from Scaletippers original custom w/mix of WP1.5 Kubrick.
Version: 1.5
Author: Kathy Burns
Author URI: http://sasez.com/

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



/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0065CE;
	color: #333;
	margin:0;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	margin:0;
	}

#header {
	border-top:25px solid #0065CE;
	padding-left:25px;
	padding-right:25px;
	text-align:right;
	margin-bottom:1em;
	}

#subt
{
	float:left;
	text:inline;
	margin-top:1.25em;
}


h1 {

	color:#0065CE;
	border-bottom:double medium #CC9966;
	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: 60%;
	margin-bottom: 1em;
	padding-right: 3%;
	padding-left: 6%;
	background-color: #FFFFFF;
  	display: inline; /* Needed for IE bug */
}


#col2
{
	float: right;
	width: 20%;
	border-left: double medium #CC9966;
	margin-bottom: 1em;
	padding-right:25px;
	padding-left:15px;
}


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


h2 
{
	border-bottom: medium double #CC9966;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 24px;
	color: #CC9966;
}

h3
{
	border-bottom: medium double #CC9966;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 18px;
	color: #CC9966;
}

.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 #CC9966;
	border-bottom : 1px solid #CC9966;
}

A:link
{
	color:#0065CE;
	text-decoration:none;
}
A:visited
{
	color:#0065CE;
	text-decoration:none;
}

A.other
{
	color:#000000;
	text-decoration:none;
}

A:hover.other
{
	color:#000000;
	text-decoration:none;
}

A:visited.other
{
	color:#000000;
	text-decoration:none;
}

blockquote {
	color: #808080;
	margin:10px 35px 10px 35px;
	padding-left:5px;
	font-style:italic;
	border-left:double medium #0065CE;
}

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

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

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	}

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

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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



/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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



/* Begin Images */
p img {
	padding: 0;
	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-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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 */

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



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
