@charset "utf-8";
/* CSS Document */

/*  
Theme Name: the Palette
Theme URI: http://www.the-palette.com/
Description: This is my theme for the palette
Version: 1.0
Author: Jennibeth Bongalon
Author URI: http://www.digitalbarrio.com/
Tags: the Palette, custom header, fixed width, two columns, widgets
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center; /*a fix for older IEs to center the wrapper*/
	vertical-align: top;
	background: #FFFFFF; /*dark grey*/
	color: #222222; 
	
}
h1 {
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	color: #222222; 
}
h3 {
	margin: 0;
	padding: 0;
}
h3 a:link {
	text-decoration: none;
	color: #333333; /*grey*/
}

h3 a:hover {
	text-decoration: underline;
	color: #C6268F; /*fuschia*/
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 10px 0 0 0;
}

dl {
	margin: 0;
	padding: 10px 0 0 0;
}
hr {
	margin: 0;
	padding: 10px 0 0 0;
}
form {
	margin: 0;
	padding: 10px 0 0 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #222222; /*white*/
}

a:hover {
	text-decoration: underline;
	color: #C6268F; /*fuschia*/
	/*font-weight: bold;*/
}

/* 
---------------------------
Entire Page
---------------------------
 */
.entire-page {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 15px;
}
/* 
---------------------------
Top Header
---------------------------
 */
#header {
	width: 800px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;	
	border-right: 1px solid #555555;	
}
#header a#img {
	background-image: url(images/palette_header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 206px;
	display: block; /*used to be able to click the logo as a link*/
}

/*
---------------------------
Menu Navigation
---------------------------
*/
.topNav {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 800px; 
	/*height: 30px;*/
	position: relative; 
	z-index:100;
	margin-top: -78px;
}
.topNav ul li a, .topNav ul li a:visited {
	display: block; 
	text-decoration: none; 
	color: #FFFFFF;
	width: 68px;  /*space between top nav list items*/
	height: 33px; /*height of drop-down menu*/
	text-align: center; 
	padding-top: 2px;
	font-size: 14px; 
	overflow: hidden;
}
.topNav ul {
	padding: 0; 
	margin: 0; 
}
.topNav ul li {
	float: left; 
	position: relative;
	list-style-type: none; /*remove bullets*/
	padding-left: 18px; /*force center topNav*/
	padding-top: 2px; /*puts a white space between blocks of the drop-down menu*/
}

.topNav ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.topNav ul li:hover a {
	color: #C6268F; /*fuschia*/
	font-weight: bold;
}
.topNav ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 21px; 
	left: 0; 
	/*width: 105px;*/
}
.topNav ul li:hover ul li a.hide {
	background: #C6268F; /*fuschia*/  
	color: #FFF;
}
.topNav ul li:hover ul li:hover a.hide {
	background: #C6268F; /*fuschia*/ 
	color: #FFF;
}
.topNav ul li:hover ul li ul {
	display: none;
}

/*
--------------------
second level nav
---------------------
*/
.topNav ul li:hover ul li a {
	font-size: 13px;
	display: block; 
	background: #666666; /* dark grey*/ 
	color: #FFFFFF; 
	width: 135px; /*width of drop-down list item block*/
	text-align: left; /*dropdown menu items are aligned to the left*/
	padding-left: 10px;
}
.topNav ul li:hover ul li a:hover {
	background: #C6268F; /*fuschia*/
	color: #FFFFFF;
	text-decoration: none;
}
.topNav ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 105px; 
	top: 0;
}
.topNav ul li:hover ul li:hover ul.left {
	left: -105px;
}


/*
---------------------------
Content
---------------------------
*/
#content {
	float: left;
	width: 579px;
	position: relative;
	padding-left: 30px;
}
.blogContent {
	width: 770px;
	position: relative;
	border-left: 1px solid #555555;	
	border-right: 1px solid #555555;
}
#pagecontent {
	float: left;
	width: 770px;
	position: relative;
	padding: 30px 0 0 30px;
	border-left: 1px solid #555555;	
	border-right: 1px solid #555555;
}

.post {
	width: 520px;
	padding: 0 0 10px 0;
}
.post h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
}
.post h2 a {
		color: #C6268F; /*fuschia*/
}
.pgentry {
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
	width: 745px;
}
/*------------------
BLOG
------------------*/
.entry {
	width: 520px;
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
}
.entrypage {
	padding-left: 100px;
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
}
.entry p a {
	text-decoration: none;
	color: #0033FF;
	/*font-weight: bold;*/
	text-decoration: underline;
}
.entry p a:hover {
	color: #C6268F; /*fuschia*/ 
	text-decoration: none;
}
.entry ol li a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry ul li a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry td a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry td ul li a {
	text-decoration: none;
	color: #555555; /*gray*/
	font-weight: bold;
}
.entry td ul li a:hover {
	color: #C6268F; /*fuschia*/
	font-weight: bold;
	text-decoration: underline;
}
p.postmetadata {
	border-top: 1px solid #222222; 
	margin: 10px 0 0 0;
}
.navigation { /*before, after pages*/
	padding: 10px 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
#fadeshow1 {
	padding: 0;
	margin: 15px auto;
}


/*
---------------------------
Right Side Bar
---------------------------
*/
.sidebar {
	float: left;
	position: relative;
	width: 178px;
	background-color: #FFF;
	margin: 0 0 0 11px;
	display: inline; /*to fix IE's bug of doubling the set margin*/
}
.sidebar ul {
	list-style-type: none; /*Firefox*/
	margin: 0;
	padding: 0 20px 0 10px;
}
.sidebar ul li {
	padding: 5px 0 5px 0;
	line-height: 10px;
}
.sidebar ul li h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	padding: 4px 0 0 0;
	height: 20px;
	color: #555555;
}
.sidebar ul li table#wp-calendar {
	width: 100%;
}
.sidebar ul li table#wp-calendar caption {
	color: #C6268F; /*fuschia*/
	font-weight: bold;
}
.sidebar ul li table#wp-calendar tr {
	color: #C6268F; /*fuschia*/
}

/*
---------------------------
left Side Bar
---------------------------
*/
.sidebar-left {
	float: left;
	width: 175px;
	margin: 5px;
	padding-right: 20px;
}
.sidebar-left ul {
	list-style-type: none; /*Firefox*/
	margin: 0;
	padding: 10px 9px 14px 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 30px;

}
.sidebar-left ul li {
	list-style-type: square;
	padding: 1px 0 5px 2px;
	margin-left: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	border-bottom: 1px #FFFFFF solid;
}
.sidebar-left h4 a:hover {
	color: #C6268F; /*fuschia*/
	font-weight: bold;
}
.sidebar-left ul li a:hover {
	color: #C6268F; /*fuschia*/
	font-weight: bold;
}


/*
---------------------------
footer
---------------------------
*/
#footer {
	width: 800px;
	height: 158px;
	clear: both; /*to make sure the Footer doesn’t attach itself to anything above it*/
	float: left;
	padding: 0;
	margin: 0 0 20px 0; /* remove all the borders and padding from the default list styling */
	/*list-style-type: none; /* remove all the bullets from the default list styling */
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;	
	border-right: 1px solid #555555;	
}
#hr {
	margin: 20px 0 0 15px;
	border-top: 2px solid #555555;/*the border*/
	width: 770px;
} 
#footer-nav  {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: -25px;
	padding: 0;
	list-style-type: none;
}

#footer-nav ul li {
	float: left;
	display: inline;
	border-right: 1px solid #333333;
}
#footer-nav ul li a {
	margin: 0;
	padding: 0 10px 0 10px;
}
#footer-nav a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
#footer-nav a:hover {
	text-decoration: underline;
	color: #C6268F; /*fuschia*/
}

#footer #footer-copyright {
	float: right;
	text-align: right;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	margin: -9px 15px 0 0;
	padding: 0;
}
#footer #footer-copyright p a:hover {
	text-decoration: none;
	font-weight: bold;
}



/*Comments.php Style*/
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #222222;
}

.comments-template h2, .comments-template h3 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
