/*
Theme Name: Lasting Impressions
Description: Design for Lasting Impressions DayCare St. Paul MN.
Design & Development: GiantSquidIndustries.com

*/
/*Color Guide

green:#25b916;
red:#f16100;
dark blue:#292a60;
light blue:#c4d4fa;

*/



/* standard elements */
 html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
 
a {color: #7084be;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background: #02568e url(img/bg4.jpg) repeat-x top center ;
/*	background: #12670a url(img/bg1.jpg) repeat-x top center ;*/
	
	/*background: #fcfdf4 url(img/bg2.jpg) repeat-x bottom center ;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 10px;
        height:100%;
        
}

p,code,ul {padding-bottom: 1.2em; line-height:1.7em; font-size:14px;}

li {list-style: none;}

h1 {font: normal 1.9em Tahoma,sans-serif; color:#25b916;font-size:39px; padding:0; margin:0; font-weight:normal;}
h2 {font: normal 1.6em sans-serif; color:#f16100; padding:4px 0;}
h3 {font: bold 1em Tahoma,sans-serif; color:#292a60;}

h1,h2,h3 {padding-top: 0px; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	margin: 20px 0 20px 60px;
        padding:15px;
        border:1px solid #999;
        width:450px;
}



blockquote ul, 
blockquote li,
blockquote p{
    margin:0;
    padding:0 0 5px 0;
}

blockquote p{
   text-transform:uppercase;
   color:#7084be;
   font-size:14px;
   font-weight:bold;
}

/* misc */
.clearer {clear: both; }
.left {float: left;}
.right {float: right;}

/* structure */
#inner-container, #inner-container .sb-inner { background:#ffffff url(grad.png) repeat-x; }

#inner-container {
	font-size: 1.2em;
	margin: 0 auto;
    padding: 20px 10px 10px 10px;
	width: 865px;
    
}

.outer-container {
	padding-bottom: 10px;
}

#home{text-align:center;}

/* topNav */
.topNav {
        color: #666;
	font: normal 1.1em Verdana,sans-serif;
	width:900px;
        text-align:center;
        margin:0 auto;
        margin-bottom:18px;
}

.topNav ul{
  text-align:center;
  margin:0;
  padding:0;
}

.topNav ul li{
    display:inline;
    margin:0 30px 0 0;

}


.topNav a {
   font-size:23px;
   color:#fff;
   text-decoration:none;
}
.topNav a:hover {
	color: #242a60;
}

.topNav img{margin-bottom:15px;}

/* main */
.main {
  background: url(img/bg_main.gif) repeat-y;
  padding: 0 12px 0 0;
  clear:both;
  min-height:620px;
  height:auto !important;
  height:620px;
}

/* content */
.content {
 float:right;
 width:570px;
 padding: 0 0 0 25px;
}
.content .descr {
	display:none;
}
.content li {
	line-height: 1.4em;
	list-style: disc;
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
   float: left;
   width: 240px;
   margin:5px 0 0 10px;

}

.navigation ul {
 padding: 0;
 text-align:left;
 margin:0;
}
.navigation h2{padding:10px 0;  border-bottom:1px solid #ccc;}

.navigation li {padding:10px 0;  border-bottom:1px solid #ccc;}

.navigation li a {
  background:url(img/arrow.gif) no-repeat center left !important;
  padding:0 0 0 25px;        
  color:#292a60;
  font-size:13px;
  text-decoration:none;
  text-transform:uppercase;
}
.navigation li a:hover {
  background:url(img/arrow_roll.gif) no-repeat center left  !important;
  color:#f16100;  
 
}

.main .current_page_item a{color:#22c311 !important; font-weight: bold;}

/* footer */
.footer {
text-align:center;	
	color: #fff;
	font-size:14px;
	margin-top: 5px;
	padding: 10px 12px 0 0;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {text-decoration:underline;}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #664;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}

.post {margin: 0px 0 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
  margin:5px 0;
}
.post a img {}
.post a:hover img {}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; 
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}


/*Contact Stuff*/

label{
  color: #7084be;
  font-weight:bold;
}

input{
  border:1px solid grey;
  padding:5px;
}

#personalInfo{
   width:300px;
   float:left;
}

#app{
   margin-left:300px;
}



/**************************/
label{display: block; padding-bottom:3px;}
input, textarea {margin-bottom:10px;}
