/*  
Theme Name: Charming Charlotte
Theme URI: http://www.paddsolutions.com
Description: Professional theme, Valid XHTML & CSS, 2 Columns, Widget Ready
Version: 1.0
Author: Padd IT Solutions
Author URI: http://www.paddsolutions.com
*/


/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */ 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #0d66b2; 
	text-align: center;
	background: #FFFFFF url(images/body-bg.jpg) top repeat-x;  
	}
 
#page {
    background-color:#FFFFFF;
	text-align: left;
	background: transparent;   
	}

#headerimg 	{  
   	background: transparent url(images/headerimg.jpg) right no-repeat;
	} 

#content {
	font-size: 12px;  
	background-color:#FFFFFF;
	line-height: 18px;
	}

.widecolumn .entry p {
	font-size: 1.5em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	margin: 0px 0px 0px 0px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	line-height: 1.8em;
	}

h1, h2, h3 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	}

h1 {
	font-size: 48px;
	text-align: left;
	color:#fff;
	}

#headerimg .description {
	font-size: 14px;
	text-align: left;
	color:#fee194;
	padding-left:30px;
	}

h2 {
	font-size: 1.8em;  
	}

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

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 13pt;	
	color:#06c;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#930;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #de5400;
	}

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

.entry p a:visited {
	color:#477725;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-color: #fffff3;
	}

.commentlist li {
	font-weight: bold;
	border: 1px solid #f8f8f8;
	}

.commentlist li {
	font-weight: bold;
	border: 1px solid #f8f8f8;
	margin: 10px 0;
	}

.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", "Lucida Sans Unicode", sans-serif;
	}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: url(images/sidebar-bg.jpg) top center no-repeat;
	line-height: 16px; 
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #8c8c8c; 
	}

blockquote { 
    color:#999900;  
	background: url(images/blockquote-bg.jpg) top left no-repeat;
	}	

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

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

a, h2 a:hover, h3 a:hover {
	color: #477725;
	text-decoration: none;
	letter-spacing: .07em;
	}
a:hover {
	color: #147;
	letter-spacing: 1px;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, 'Lucida Grande', Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


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

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px; 
	}

#header-content {
    float:left;
    width:646px;
	min-height:600px;
	}
	
#header {
    padding: 0; 
	margin:0;
	height: 170px;  
	width:646px;
	}

#headerimg {
   height: 142px;
   width:646px;
   }

#content {
    /* diff */
    width:600px;
	min-height:600px;
    padding:0;
	margin:0;
	margin-left:25px;
	margin-bottom:20px;
	}

/* Begin Sidebar */
#sidebar {
    float:right;
	padding: 0;
	margin:0;
	width: 314px;  
	min-height: 1225px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar p {
    padding:5px;
	}	
/* End Sidebar */	
	
	
.narrowcolumn { 
	margin: 5px 0 0 150px;
	width: 450px;
}


.narrowcolumn .post {
    margin:0;
	padding:0;
    }

.narrowcolumn .post .entry {
    margin:0;
	padding:0;
	padding:10px 0; 
	}

.widecolumn {
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post-body{
    padding: 0 20px 0 0px; 
}

.post-head {
    float:left;
	margin-top: 25px;
	margin-bottom: 5px;}
	
.post-head h2 { margin: 0em 0px 5px 0px;}	

.post {
	text-align: justify;  
	padding:0;
	background: url(images/post-divider.jpg) bottom right repeat-x;
    width:600px; 
}
 

.post hr {
	display: block; 
	}

.date-posted { 
    float:left;
	margin-top: 20px;
	text-align:center;
	height:59px;
	width:50px;
	background: url(images/post-date-bg.jpg) center center no-repeat;
	margin-right:15px;
	color:#fff;
	font-family: Arial;
	}	

.dp-year {
    padding-top:4px;
	font-size:10px;
	height:15px;
 }

.dp-day {
    font-size:18px;
	font-weight:bold;
	}

.dp-month {
    font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}

.category-icon {
    background: url(images/category-icon.jpg) left center no-repeat;
	width:12px;
	height:12px;
	padding-left: 15px;
    }	
	
.comment-icon {
    background: url(images/comment-icon.jpg) left center no-repeat;
	width:12px;
	height:12px;
	padding-left: 15px;
    }	
	
.entry {
    /* diff */
    margin-left: 65px;
	padding-bottom:10px; 
	}
	
.post .entry p {
   margin-top:0;
   padding-top:0;
}  	

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Headers */
h1 {
	padding-top:30px; 
	padding-left:25px;
	margin: 0;
	}

h2 {
	margin: 25px 0em 3px 0em;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: left;
}

#sidebar h2 {
	margin: 0;
	padding-left: 12px;
	line-height:38px; 
	}

#sidebar .rss-feed-a {
   padding-right: 25px;
   background: url(images/rss-icon.jpg) right no-repeat;
   height:20px;
   color:#0066CC; 
}

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

h3.comments {
	margin-left:25px; 
	}
/* 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: 0 20px 15px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -5px;
	} 

html>body .entry li {
	margin: 7px 0 8px 0px;  
	}
.entry ul {
   margin-left:15px;
}

.entry ul li {
   padding:0;
   padding-left:10px;
}	
	
.entry ul li:before, #sidebar ul ul li:before {
	color: #006699;
	}

.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;
	margin-left:16px 
	}

#sidebar ul li {
	list-style-type: none;
    margin:0;
	padding:0;
	margin-bottom: 15px;
	}

#sidebar ul li p { margin-right:15px; text-align:justify; }

#sidebar ul li h2 {
    margin:0;
	padding:0;
    height: 49px; 
	margin-top:5px;
	line-height:49px; 
	padding-left:35px; 
	background: url(images/sidebar-head-bg.jpg) top left no-repeat;
	}	
	
#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 38px; 
	padding: 0; 
	list-style-image: none; 
    list-style-type:disc;  
    background:none;
    color: #0d66b2;	
  }
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	width: 314px;
	height:130px;
    }

#searchform div {
   padding-top:20px;   
}

#sidebar #searchform #s {
	width: 172px;
	padding: 2px;
	margin-left:35px;
	}

#sidebar #searchform {
   	background: transparent url('images/search-bg.jpg') center top no-repeat; 
	}	
	
#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 4px 1px 0; 
	}

#commentform textarea {
	width: 593px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
    margin-bottom: 2em;
    margin-right:20px;
}
/* End Form Elements */



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

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

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

.commentlist li ul li {
    list-style: disc outside;
    border:0;
	margin:0;
	}
	
.commentlist li ol li {	
	list-style: decimal outside;
	margin:0;
	border:0;
    margin-left:4px;
	padding:5px;
	}

.commentlist p {
	margin: 10px 5px 10px 25px;
	}

#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: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 25px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
 	text-align: center;
	margin-left:25px;
	margin-top: 10px;
	margin-bottom: 10px; 
	width:600px;
	height:15px;
}	
/* End Various Tags & Classes*/  


/* PAGE MENU */
#menu-bar {
   margin:0;
   padding:0;
   height: 28px;
   width: 636px;
   margin-left:10px; 
   }
   
#pagemenu {
   margin:0;
   padding:0;
   height: 28px;
   } 

#pagemenu ul {


}
   
.pagenav {
    list-style-type:none;   
	line-height:28px;
	height:28px; 
	padding:0;
	margin:0;
   }

.pagenav h2 {display:none;}	 

.pagenav ul { 
   list-style-type:none;
   }

.pagenav ul li {
    padding:0;
	margin:0;
	height:28px; 
    display:inline;
    }


.pagenav ul li a{
   float:left;
   height:28px; 
   margin-right:4px; 
   width:110px;
   text-decoration: none;
   background: url('images/pagemenu-inactive-bg.jpg') bottom left no-repeat;
   color:#477725;
   font-size:9pt;
   font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
   text-align:right;
   text-transform: uppercase;
   }	
	
.pagenav ul li a:hover {
 	color:#0d66b2;
	text-decoration: none;
	}		

.pagenav ul li.current_page_item a {
    color:#0d66b2; 
	}
	
#menu-bar *{
    margin:0;
    padding:0;
    }
/* END PAGE MENU */
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%; 
	height:35px;
	clear: both;
	background: #f5bd34 url('images/footer-bg.jpg') repeat-x top; 
	border: none;
	font-size:10px;
	}

#footer p {
	margin: 0px 0px 0px 0px;
    line-height:35px;
	text-align: center; 
	color: #cc4f00;
	}
	
#footer a { color:#663300 }
