/*  
Theme Name: Pamela
Theme URI: http://www.karenswebworks.com
Description: A simple, two column site

*/

/* main styles */
body {
	background-color: #FBE7E7;
	margin:0;
         margin-top: 0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
        font-family: Georgia, Times New Roman, Times, serif;	
        font-size: 16px;
        color: #666699; 
        font-style: italic;	
}
h5 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
h6 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #E87171;
	font-style: italic;
         margin-top: 12px;
}
a:link, a:visited {color:#E87171; text-decoration:none;}
a:hover, a:active {color:#E87171; text-decoration:underline;}
#container {
	width:820px;
	margin:0 auto;
	background-repeat: repeat-y;
	background-image: url(images/container-bg.gif);
	background-color: #E87171;
         float:none;
         height:1000px;
}
#page {
	width:740px;
	margin:0 auto;
         margin-top: 0px;
	background-color: #E87171;
}
#header {
	height:173px;
	background-color: #EDF4F7;
	background-repeat: no-repeat;
	/* margin-top: 5px; */
	background-image: url(images/header7.gif);
}
#content {
	width: 510px;
	float:right;
	padding:20px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#sidebar {
	width:186px;
	float:left;
	text-align:left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/sidebar_top2.gif);
}

#footer {clear:both; text-align:center; padding:10px 0 40px 0; color:#000000; font-family:Arial; font-size:11px;}
#footer a:link, #footer a:visited {color:#000; text-decoration:none;}
#footer a:hover, #footer a:active {color:#000; text-decoration:underline;}

/* header */
#header h1 {margin:0; color:#FFF; padding:45px 0 0 30px; font-size:36px; font-weight:normal;}
#header h2 {margin:0; color:#FFF; font-size:16px; padding:0 0 0 30px; font-weight:normal;}
#header a:link, #header a:visited, #header a:hover, #header a:active {color:#FFF; text-decoration: none;}

/* posts... */
.post {padding:0;}
.post h1 {font-size:24px;}
.post h2 {font-size:18px;}
.post h1, .post h2 {padding:0; margin-bottom:0;}
.post h1 a:link, .post h1 a:visited, .post h2 a:link, .post h2 a:visited {color:#333;}
.post h1 a:hover, .post h1 a:active, .post h2 a:hover, .post h2 a:active {color:#8DA857;}
.post small {font-size:11px; padding:0; margin-top:0; color:#999;}
.post blockquote {border-left:10px solid #CEF; padding-left:10px;}
.entry {font-size:12px; color:#333; line-height:18px; padding:0;}
.entry img {border:1px solid #CCC; padding:3px; margin:0 5px;}
img.wp-smiley {border:none;}
.postmetadata {font-size:11px; text-align:right; margin-bottom:30px; color:#333; clear:both; padding-top:10px;}
.more-link {font-style:italic;}

/* ...and comments */
#comments {text-align:center; font-size:16px; color:#333; padding-top:40px; }
#commentform {padding-left:20px; }
#commentform p {font-size:12px;}
.commentlist {font-size:11px; line-height:16px; padding:0 20px; }
.commentlist li {padding: 15px 5px; background:url(images/comm-box.png) 0 0 repeat-x; margin-top:10px;}
.commentlist cite {font-weight:bold;}
/* .commentlist li .avatar {float: right; border: 1px solid #eee; padding: 2px; background: #fff;} */
#respond {font-size:14px; color:#333; text-align:center; padding-top:40px; }
.nocomments {text-align:center; padding:0 20px; font-size:11px; color:#999;}
.tags {border:1px solid #CCC; background-color:#EEE; padding:3px; margin-right:20px;}


/* sidebar navigation */
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 186px;
	padding-top: 0px;
	margin-top: 70px;
}
#navlist a, #navlist a:visited {
	display: block;
         width: 126px;
	background-image: url(images/circle_off2.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	/* background-position: 0% 50%; */
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Times New Roman, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 60px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#navlist a:hover {
	color: #333333;
	background-color: #E87171;
	background-image: url(images/circle_on2.gif);
}

/* other */
.navigation {text-align:center; font-size:12px; margin:0 20px; padding:10px;}
#searchform {text-align:right; font-size:11px; color:#666;}
.libera {clear:both;}

/* align */
.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
/* .alignleft {float: left;} */
/* .alignright {float: right;} */
.wp-caption {border: none; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;}
.wp-caption img { margin: 0; padding: 0; border: none;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}