/*---:[ custom styles for the Copyblogger theme that YOU define ]:---*/
/*---:[ ------------------------------------------------------- ]:---*/

/*---:[ to change the body background, the default font, and the default font color...               ]:---*/
/*---:[ NOTE: if you change the body background color, you will need to update your image files also ]:---*/
/*---:[ Download the image template (.psd) with the Organic theme package at http://www.copyblogger.com/downloads/organic.zip ]:---*/

body.custom { background: #f8f8f0; color: #3333cc; font-family: Verdana, Arial, Helvetica, sans-serif; }

/*---:[ uncomment the following lines only if you've uploaded updated image files to the a folder called "custom" within your copyblogger theme directory ]:---*/

.custom .add_comment { background: url('custom/icon_comment.gif') 0 50% no-repeat; }

.custom #rss { background: url('custom/rss.gif') 50% 0 no-repeat; }

.custom li.widget li, .custom li.linkcat li { background: url('custom/bullet.gif') 0 0.4167em no-repeat; }

.custom dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dt.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd { background: #d7d7ca url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #fade7f url('custom/comment_author_bottom.gif') 0 100% no-repeat; }


/*---:[ to change the colors of the header and footer... ]:---*/

.custom #header { background: #7475dc; border-bottom-color: #ff9800; color: #ffffff; }

.custom #footer { background: #7475dc; border-top-color: #7475dc; color: #f8f8f0; }



/*---:[ to change link colors and behaviors... ]:---*/

.custom a { color: #009900; }

.custom a:visited { color: #7475dc; }

.custom a:hover { color: #ff9800; }

	/*---:[ site title (logo) in the header ]:---*/
	
	.custom #logo a { color: #f8f8f0; font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif; }
	
	/*---:[ navigation links in the header ]:---*/

	.custom #nav ul li a, .custom #nav ul li a:visited { color: #3333cc; }

	.custom #nav ul li a:hover, .custom #nav ul li a.current:hover { color: #f8f8f0 !important; background: #ff9800; } /* leave the !important declaration */

	.custom #nav ul li a.current, .custom #nav ul li a.current:visited { color: #3333cc; }

	/*---:[ headline link colors on the main page, archive pages, and search pages ]:---*/

	.custom h2 a { color: #009900; }

        .custom h2 a:visited { color: #7475dc; }

	.custom h2 a:hover { color: #ff9800; }
	
	/*---:[ category links located underneath headlines ]:---*/
	
	.custom .post_date a, .custom .post_date a:visited { color: #222; }
	
	.custom .post_date a:hover { color: #222; background: #ccccba; }
	
	/*---:[ link behavior within posts ]:---*/
	
	.custom .entry a, .custom .entry a:visited { border-color: #a2b09d; }
	
	.custom .entry a:hover { color: #f8f8f0; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #ff9800; border-color: #ff9800;}
	
	/*---:[ inter-post navigation (found at the bottom of main pages or at the top of single post pages) ]:---*/
	
	.custom .navigation a:hover { color: #222; border-color: #d2382c; }
	
	/*---:[ sidebar link colors ]:---*/
	
	.custom li.widget li a:hover, .custom li.linkcat li a:hover { color: #f8f8f0 !important; background: #ff9800; }
	
	/*---:[ calendar widget link colors ]:---*/
	
	.custom table#wp-calendar td a, .custom table#wp-calendar td a:visited { color: #d2382c; }
	
	.custom table#wp-calendar td a:hover { color: #d2382c; }
	
	/*---:[ comment permalink colors (precedes the commenter's name on each comment) ]:---*/
	
	.custom dl#comment_list dt .comment_num a, .custom dl#comment_list dt .comment_num a:visited { color: #7475dc; }
	
	.custom dl#comment_list dt .comment_num a:hover { color: #ff9800; }
	
	/*---:[ comment author's link colors ]:---*/
	
	.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { color: #7475dc; border-color: #999; }
	
	.custom dl#comment_list dt strong a:hover { color: #ff9800; border-color: #ff9800; }
	
	/*---:[ footer link colors ]:---*/
	
	.custom #footer a, .custom #footer a:visited { color: #fff; border-color: #fff; }

	.custom #footer a:hover { color: #ff9800; border-color: #ff9800; }


/*---:[ to change all of the gray double-borders in one fell swoop... ]:---*/

.custom .page h1, .custom #sidebar h2, #comments h3.comment_intro, .custom .post_date, .custom .post_meta, .custom .page .entry { border-color: #ff9800; }


/*---:[ other stuff you may want to change... ]:---*/

	/*---:[ headlines ]:---*/

	.custom h1, .custom h2, .custom h3, .custom h4 { font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }

	.custom h1, .custom h2 { color: #3333cc; }
	
	.custom .archive h1 { color: #3333cc; }
	
	.custom #sidebar h2 { color: #3333cc; }

	.custom h3, .custom h4 { color: #3333cc; }

	/*---:[ in-post stuff ]:---*/

	.custom blockquote { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ff9800; border-color: #009900; }

	.custom blockquote.right, .custom blockquote.left { border-color: #ff9800; } /* These are pullquotes */

	.custom code { color: #555; font-family: Courier, "Courier New", monospace; }

	.custom .post_date { color: #777; }

	.custom img.frame { border-color: #d7d7ca; }

	/*---:[ calendar widget ]:---*/

	.custom table#wp-calendar caption { border-color: #ccccba; }

	.custom table#wp-calendar th { color: #666; border-color: #ccccba; }

	.custom table#wp-calendar td { color: #999; }

	/*---:[ comments ]:---*/

	.custom dl#comment_list dt { color: #777; }

		.custom dl#comment_list dt strong { color: #3333cc; } /* Comment author's name */

	/*---:[ comment form elements ]:---*/

	.custom #comment_form .text_input { color: #3333cc; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; border-top-color: #999; border-left-color: #999; border-right-color: #eee; border-bottom-color: #eee; }

	.custom #comment_form .text_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }
	
	.custom #comment_form .form_submit { color: #3333cc; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; } /* This is the submit button on the comment form */
	
	.custom #comment_form .form_submit:hover { color: #ff9800; }
	
	/*---:[ search form ]:---*/
	
	.custom #search_form .search_input { color: #777; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; border-color: #999; border-right-color: #eee; border-bottom-color: #eee; }
	
	.custom #search_form .search_input:focus { border-top-color: #666; border-left-color: #666; border-right-color: #ddd; border-bottom-color: #ddd; }


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:700px; height:32px; font-size:1.1em; position:relative; z-index:100;border-right:0;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:701px; w\idth:700px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:125px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:125px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:16px;text-decoration:none; color:#3333cc; width:138px; height:30px; border:0px solid #ddd; border-width:0px 0 1px 1px; background:#F8F8F0; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:125px; w\idth:113px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#F8F8F0 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FF9800 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#FF9800 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#F8F8F0;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FF9800;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
