/*  
Theme Name: A KPR Jolly Jingle
Theme URI: 
Description: A customizaation of the wordpress theme by <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>.
Version: 1.3.2
Author: Quick Online Tips - modified by KPR
Author URI: http://themeanestmomma.com/
Tags: blue, widget ready, fixed width, three columns, clean, simple, widgets, right sidebar, valid CSS, valid XHTML 
*/


/* Begin Typography & Colors 
------------------------------------- */
body {
	font-size: 70%;  
	font-family: Arial, Helvetica, Sans-Serif; 
/*	background: #1BA6B2; */
	color: #000; 	/* black */
	text-align: center;
	background:#fff url(images/bg-flakes.jpg); 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center; 
	margin: 0px 0 0 0px;
	}

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

#header { 
/*	background: #14568A; 
	border: solid green 1px;  */
    background: url(images/hdr-blue2.jpg) no-repeat center center;
    margin: 0px 0 0 0;
    width: 950px;
    height: 196px;
	}
 
#content {
	font-size: 1.2em;
/*	border: solid blue 1px; */
/*        background: #fff; */
	} 

.narrowcolumn .entry, .narrowcolumn .archives  {
	line-height: 1.6em;
	} 

.narrowcolumn .postmetadata {
	vertical-align: top;
	text-align: left;
	}

.alt {
        border: 1px dotted #b0b07d;
 /*        background: #f4d5da;  light pink */

	}

.altEven {
        border: 1px dotted #b0b07d;
        background: #d9e7e7; /* light blue */
}


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

h1, h2, h3, h4 {
	font-weight: bold;	
	}

#content h1 {
	font-size: 1.7em; 
	text-align: left;
	}

#header td { 
	font-size: 1.1em; 
        }

#header h1 { 
	font-size: 1em; 
        margin: 0;
        padding:0;
        font-family: Georgia, "Times New Roman", Times, serif;  
	}

.blogtitle {
	font-size: 2.5em !important; 
	text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;  
  	font-weight: bold; 
    margin: 10px 0 0 0;
    padding: 0;
	}
 
.description {
	padding: 5px;
    color: #000;
	font-size: 1.1em;
	text-align: left;
	}
 
h2 {
	font-size: 1.7em;
	text-align: left;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}
 
h3 {
	font-size: 1.3em;
	}

#header  h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #7d5b3d;  /* brown */
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #7d5b3d;  /* brown */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7d5b3d;  /* brown */
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar h4, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h4 { 
	font-size: 1.2em;
	}

 
.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: normal;
	}

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

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

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;  /* dark gray */
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #336666;  /* darker green. Older color: 64a192 <- aqua */
	text-decoration: none;
	}

a:hover {
/*	color: #2C64B4; */
	color: #7d5b3d;  /* brown */
	}

.entry a {
        text-decoration: none;
        }  

.archives a, .archives a.visited {
		text-decoration: none;
		}

.entry a:hover {
	text-decoration: underline; 
        }   

.archives a:hover {
	text-decoration: underline; 
        }   

#sidebar a:hover {
	text-decoration: underline;
        }

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

#page {
/*	background-color: white; */
	margin: 0px auto 0px auto;
	padding: 0;
	width: 950px;
	border: 0px solid #ccc;
	}

#postFooter {
	background: url(images/divider2.jpg) no-repeat;
	background-position: bottom left;
	width: 495px;
	height: 30px;
/*	border:  solid green; */
}

#header a {
	color: #7d5b3d;  /* brown */
	text-decoration: none;
	}

#header a:hover {
	color: #336666;  /* dark blue; ccc = darker grey */
	}
 
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 470px;
/*	border: solid green; */
/*    background: #fff; */
	} 

.post {
	margin: 0 0 15px 0;
	text-align: justify; 
/* border: solid green; */
	}

.post hr {
	display: block;
	}

.entry{ 
        border-top: 1px solid #ddd;  
	}

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

.postmetadata {
	clear: left;
       }
 
#footer {
    color: #666; /* dark gray */
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.2em;
/*	margin: 20px auto 0 auto; */
	width: 950px;
	height: 42px;
	clear: both;
	background: url(images/footer.jpg) no-repeat top center; 
/*	border: solid black 1px; */
	margin: 0;
	padding: 8px 0 0px 0;
	text-align: center;
	}

#footer a {
	color: #666;  /* dark gray */
	text-decoration: none;
    border-bottom: 1px dotted #ccc; 	
    }

#footer a:hover {
	color: #336666;  /* dark green */
} 


/*	Begin Headers
------------------------------------- */
#content h1   {
	margin: 30px 0 0; 
	}

h2 {
	margin: 30px 0 5px 0;
	}

h2.pagetitle, h2.pagetitle {
	margin-top: 30px;
	text-align: center;
        }

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

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;  
	margin: 10px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	} 

h3.archives, h3 a archives, h3 archives a:visited  {
	padding: 0;
	margin: 0;
}

h3 archives a, h3 archives a:visited, h3 archives a:hover {
	text-decoration: none;
}


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

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
	} 


/* Begin Lists 
------------------------------------- */

html>body .entry ul, html>body .archives ul {
	margin-left: 0px;
	padding: 0 0 0 20px; 
	padding-left: 10px; 
	} 

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

html>body .archives li {
	margin: 2px 0 15px 10px;
	}

.entry ol, .archives ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li, .archives 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: 6px 0 0;
	padding: 0;
	} 



/* Begin Form Elements
------------------------------------- */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {  
	text-align:center;
	}

select {
	width: 130px;
	}

.formbutton{
   cursor:pointer;
   border: solid 0px #ccc;
   background:#999;
   color:#fff;
   font-weight:bold;
   padding: 1px 2px;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    border: 1px solid #999;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
    border: 1px solid #999;
	}

#commentform #submit {
	margin: 0;
	float: left;
	} 



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

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: decimal; 
	}

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

img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 


/* Begin Sidebar 
------------------------------------- */

#sidebar
{
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px 0 10px 0;
    margin-left: 565px;
	width: 370px;
/*        background: #fff; */
	font-size: 1.1em;
/*    border: solid blue 1px; */
        }


#adbox { 
        text-align: center;
/*        padding: 5px;  */
        margin: 0 0 5px 0;
/*        background: #fff; 
        border: 1px solid #ddd; */
/*
		width: 335px;
		height: 275px;
		background: url(images/frame2.png);
		background-repeat:no-repeat;
		background-position: top center; */
        }

#sidebar_low {
	clear:both;
	}

#l_sidebar {
	width:170px;
	float: left; 
    padding: 5px;
        border: 1px dotted #72522f;
/*        background: #f9f4f0; */
        }

#r_sidebar {
	width:170px;
	float: right; 
        padding: 5px;
/*        background: #EDF3DE; */
/*		background: #f9f4f0; */
        border: 1px dotted #72522f;
        }


#sidebar form {
	margin: 0;
	} 


/* Begin Tags & Classes 
------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #666; /* dark gray */
	}

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

/* Captions 
------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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


/* Nav 
------------------------------------- */

ul#Nav {
	margin: 0;
	padding: 0px 1px 0px 0px;
	list-style: none;
/*	width: 900px; */
	float: left;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
/*	border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
*/	
}

ul#Nav li {
	float: left;
        border-right: 0px solid #fff;
}

ul#Nav li.first {
	border-left: 1px solid #000;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #7d5b3d;  /* brown */
}

ul#Nav a:hover {
	text-decoration: none;
	color: #336666;  /* dark green */
}

ul#Nav li.current_page_item a { 
	#336666;  /* dark green */
	text-decoration: none;
}

/*  MISC - ADDED by KPR
--------------------------- */

#content p {
	margin-bottom:  12px;

}
