/*
Theme Name: Notepad-BabyBlue
Author URI: http://ithemes.com
Version: 1.0.4
Author: iThemes
Description: Notepad Theme is a simple website CMS theme for professionals, like business coaches and consultants.

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

html, body { margin: 0; padding: 0; }


body { 
	background: #E4F4FA;
	color: #666;
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px; padding: 0px 0px 0px 0px;
}

body * {margin: 0px; padding: 0px;}



/*********************************************
		Link Styles
*********************************************/
a {
	color: rgba(6, 103, 198, 1);
	text-decoration: underline;
}

a:hover { color: #333; text-decoration: none; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #666;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; padding: 0px 10px 5px 0px; }
p {
	padding: 10px 0px;
	margin: 0px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 26px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
h1 a {
	color: #36C3E0;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #202020;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: groove #ffffff;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #36C3E0;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	text-align: left;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	clear: both;
}
h5 { /* This style used as header in the sidebars */
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
	text-align: center;
}

h6 { 
	color: #202020;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

/*********************************************
		Header Div Styles
*********************************************/
#toptag {
	display: block;
	background: #36C3E0;
	color: #fff;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	letter-spacing: 6px;
	text-transform: uppercase;
}
#header {
	display: block;
	max-width: 654px;
	margin: 0px 0px 0px 366px;
	padding: 25px 0px 0px 0px;
	text-align: left;
}
#header #title {
	color: #000;
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 12px;
	color: #666;
	text-decoration: none;
	text-align: left;
}
#header #title a {
	color: #000;
	text-decoration: none;
}
#header #title a:hover {
	color: #333;
	text-decoration: none;
}
#header #tagline { 
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #333;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#menu {
	list-style-type: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 20px 0px; padding: 0px;
}
#menu li {
	margin: 0px; padding: 7px 15px;
	display: inline;
}
#menu li a {
	color: #666;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #666;
	text-decoration: none;
}
#menu li a:hover {
	color: #333;
	text-decoration: none;
}

/*********************************************
		Container Div / Wrap Div
*********************************************/
#container {
	text-align: left;
    margin: 0px auto;

    padding: 0px;
}
#wrap {
    margin: 0px; padding: 0px;

}

/*********************************************
		Content Div
*********************************************/
#content {
	background: #FFF;
	float: right;
	margin: 0px;
	padding: 15px;
    max-width: 722px;
	border: 1px solid #CCC;
	display: block;
}
#content img.featureimg {
	float: left;
	margin: 0px; padding: 0px 10px 10px 0px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px;
	margin: 0px;
}

.meta-top p {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px; padding: 0px;
	text-align: center;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}

/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	font-size: 1em;
	color: #666;
	background-color: #ffffff;
	border: 1px solid #CCC;
	display: block;
	float: left;
	width: 300px;
	height: 1700px;
	margin: 0px 0px 10px 0px; 
	padding: 10px 10px 5px 20px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p, #l_sidebar .text-widget {
	padding: 0px 0px 5px 0px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li.item {
	padding: 0px 0px 10px 0px;
	display: block;
	float: left;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: disc;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 0px 0px;
}
#l_sidebar ul li ul li a {
	color: rgba(6, 103, 198, 1);
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	color: #666;
	display: inline;
	float: right;
	width: 150px;
	margin: 0px 0px 10px 0px; padding: 10px 10px 5px 20px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#r_sidebar p {
	padding: 0px 0px 5px 0px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li.item {
	padding: 0px 0px 10px 0px;
	display: block;
	float: left;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#r_sidebar ul li ul li a {
	color: #36C3E0;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	width: 654px;
	color: #666;
	margin: 0px 366px auto;
	padding: 15px 0px;
	clear: both;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #C0C0C0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer .left {
	width: 40%;
	float: left;
	margin: 0px 0px 0px 20px;
}
#footer .right {
	width: 40%;
	float: right;
	text-align: right;
	margin: 0px 20px 0px 0px;	
}

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.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;
}


.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:2px 2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:2px 2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-cxkv{background-color:#ffffff}
.tg .tg-702o{background-color:#cdffff}








/* General Resets */
html, body {
    margin: 0;
    padding: 0;
}


/* #copd-wrapper {
	width: 1280px;
	float: left;
	
}
*/

/* Wrapper */
#copd-wrapper {
    max-width: 1280px; /* Limit maximum width */
    margin: 0 auto; /* Center the wrapper */
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping */
}

/* Content Area */
#content {
    flex: 1; /* Take available space */
    padding: 15px; /* Add padding */
    box-sizing: border-box; /* Include padding in width */
    margin: 0; /* Remove margin */
	order: 2;
}

/* Sidebar */
#l_sidebar {
    width: 300px; /* Fixed width for larger screens */
	max-width: 300px;
	height: 100%;
    margin: 0 10px; /* Add margin */
}

#r_sidebar {
    width: 150px; /* Fixed width for larger screens */
	max-width: 150px;
    margin: 0 10px; /* Add margin */
	order: 3;
}

/* Ensure the content and sidebars stack on smaller screens */
@media (max-width: 768px) {
    #l_sidebar, #r_sidebar {
        width: 100%; /* Full width on small screens */
		max-width: 300px;
        margin: 10px 0; /* Add margin */
		order: 2;
    }

    #content {
        margin: 0; /* Reset margin */
    }
}

/* Header and Footer Styles */
#header, #footer {
    width: 100%; /* Make header and footer full width */
	max-width: 722px;
    margin: 0 auto; /* Center them */
}

/* H1 Styles */
h1 {
    font-size: 2em; /* Responsive title size */
}

/* Responsive Text Elements */
p {
    font-size: 1em; /* Base font size */
}

/* Adjustments for smaller screens */
@media (max-width: 480px) {
    h1 {
        font-size: 1.5em; /* Smaller title on very small screens */
    }

    #content {
        padding: 10px; /* Reduce padding */
		width:100%;
    }
}

.comment-meta {
	display:none;
}

.navigation.pagination {
	text-align: center;
}


.attachment-post-thumbnail,.size-post-thumbnail,.wp-post-image
{
	float: right;
	padding-top: 15px;
}

.attachment-thumbnail, .size-thumbnail
{
	float: left;
	padding-top: 15px;
}