/*---:[ 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 {width:920px;text-align: left; margin: 0 auto; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;background-image: url(images/bg.jpg);background-position:center;background-repeat:repeat-y;}

/*---:[ 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 { width:24em;}

.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: #a2b09d; border-bottom-color: #d2382c; color: #222; }*/

/*.custom #footer {background-image: url(images/footerbgxi.jpg); background-position: bottom;background-repeat: no-repeat;width: 920px;height:80px;}*/

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

.custom a { color: #FF9501; }

.custom a:visited { color: #FF9501; }

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

	/*---:[ site title (logo) in the header ]:---*/
	
	.custom #logo a { color: #222; 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: #222; }

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

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

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

	.custom h2 a, .custom h2 a:visited { color: #5ba4ed; }

	.custom h2 a:hover { color: #e6880e; }
	
	/*---:[ 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; background: #d2382c; }
	
	/*---:[ link to comments that follows posts on the main page, archive pages, and search pages ]:---*/
	
	.custom .post_meta a:hover { color: #222; border-color: #d2382c; }
	
	/*---:[ 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: #222; border-color: #5BA4ED; }
	
	/*---:[ 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: #C8CACE; }
	
	.custom dl#comment_list dt .comment_num a:hover { color: #d2382c; }
	
	/*---:[ comment author's link colors ]:---*/
	
	.custom dl#comment_list dt strong a, .custom dl#comment_list dt strong a:visited { color: #222; border-color: #999; }
	
	.custom dl#comment_list dt strong a:hover { color: #222; border-color: #d2382c; }
	
	/*---:[ footer link colors ]:---*/
	
	/*
	.custom #footer a, .custom #footer a:visited { color: #222; border-color: #d2382c; }

	.custom #footer a:hover { color: #222; border-color: #f8f8f0; }
*/

/*---:[ 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: #ccccba; }


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

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

	.custom h1, .custom h2, .custom h3, .custom h4 { font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; }

	.custom h1, .custom h2 { color: #5ba4ed; }
	
	.custom .archive h1 { color: #222; }
	
	.custom .archive h2 { font-size:2em; }
	.custom .entry h2 { font-size:1.75em; }
	
	.custom #sidebar h2 { color: #222; }

	.custom h3, .custom h4 { color: #222; }

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

	.custom blockquote { font-family: Georgia, "Times New Roman", Times, serif; color: #555; border-color: #d2382c; }

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

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

	.custom .post_date { color: #C8CACE; }

	.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: #C8CACE; }

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

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

	.custom #comment_form .text_input { color: #d2382c; 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: #222; 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: #d2382c; }
	
	/*---:[ search form ]:---*/
	
	.custom #search_form .search_input { color: #C8CACE; 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; }

	#access { background: url(images/horizmenu2.jpg) no-repeat; width: 575px; height:36px; line-height: 36px;float:right;margin: 8em 0 0 0;}

	

	/*div.menu ul ul { border: 1px solid #191919;}*/

	/*div.menu ul li {border-right: 1px solid #191919;}*/

	div.menu, div.menu a {	color: #FFF;font-weight:bold;font-size: 1.2em;}

	div.menu ul li a {line-height: 23px;	padding: 0 1em;	font-size: 1.1em;}
	
	div.menu ul li a:visited  {color: #FFF;}

	/*div.menu ul li a:hover, div.menu ul li.current_page_item a {	background-color: #5E6065;background-image: url(images/menu-hover-bg.jpg);}*/
	div.menu ul li a:hover, div.menu ul li.current_page_item a {	color:#FF9501;font-weight:bold}

	div.menu ul ul {}

	div.menu ul li ul li {	border: 0 none;	float: none;}

	div.menu ul li ul li a {	padding-right: 5em;	font-size: 1em;}

	div.menu ul li ul li a {color:#FFF}
	
	div.menu ul li.current_page_item ul li a {color:#737373}
	
	div.menu ul li ul li a:hover {color:#FFF;	background-image: none;}

	div.menu ul li ul li a {background-color: #FF9501;}

	div.menu ul li ul li a:hover, div.menu ul li ul li.current_page_item a {text-decoration: underline;}
	
	div.menu ul li:hover ul, div.menu ul li.sfhover ul {left:auto;}
	
	div.menu ul,div.menu ul ul {line-height:1;list-style:none;margin:0;padding:0;}
	
	div.menu ul a {display:block;text-decoration:none;}
	
	div.menu ul ul ul a {font-style:italic;}
	
	div.menu ul li ul {left:-999em;position:absolute;}
	
	div.menu ul li:hover ul, div.menu ul li.sfhover ul {left:auto;}
	
	div.menu ul li,div.gallery dl,div.navigation div.nav-previous {float:left;}
	
	li#cat-posts-463663041 {padding:0px;text-align:center;}
	li#cat-posts-463663041 h2 {font-weight: bold;}
	
	li#cat-posts-463669581 h2 {font-weight: bold;}
	li#cat-posts-463669581  {padding:0px;text-align:center;}
	
	li#extended-categories-1 {font-weight: bold;padding:2em 0 0 5em;text-align:left;}
	li#extended-categories-1 a {color:#5BA4ED;font-size:1.5em;}
	
	.post_date {display:none;}
	
	#logo {position:absolute;top:95px;margin-left:34px;}
	#search img{position:fixed;top:80px;margin-left:175px;font-size:1.5em; color: #5ba4ed;font-family: Georgia;font-weight: bold;}
	#search .c2c{position:fixed;top:180px;margin-left:175px;font-size:1.5em; color: #5ba4ed;font-family: Georgia;font-weight: bold;}
	#search .c2c_input { color: #666; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; border-color: #999; border-right-color: #eee; border-bottom-color: #eee; }
	#search {position:absolute;margin-left:755px;width:100px;top:10px;}
	
	
#navbar {margin: 0 0 0 1.75em; }
#navbar li { list-style: none;float: left; }
#navbar li a { padding: 0 1em 0 0;display: block;color: #FFF;font-weight:bold;font-size: 1.2em;}

#navbar ul li a:hover, #navbar ul li.current_page_item a {	color:#FF9501;font-weight:bold}
#navbar ul li ul li.current_page_item a {text-decoration: underline;color: #FFF}

#navbar li:hover li a { padding-left:1em;background-color: #FF9501;border-bottom: 1px solid #fff;color: #585765; }

#navbar li ul {display: none;background-color: #FF9501;}
#navbar li:hover ul { display: block;position: absolute;margin: 0;padding: 0;color:#FF9501;font-weight:bold }
#navbar li:hover li {float: none;}

#navbar li li a:hover { text-decoration:underline; }

	li#cat-posts-463669581
	{
		padding-top: 15pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 35pt;
		text-align: left;
	}
	li#cat-posts-463669581 ul
	{
		list-style-image: url("custom/bulletMenu.gif");
		font-weight: bold;
		font-size: 1em;
 	}
	li#text-498943841
	{
		width: 200pt;
		padding-top: 50pt;
		padding-right: 0pt;
		padding-bottom: 0pt;
		padding-left: 10pt;
		text-align: left;
	}
	li#text-498943841 h2
	{
		text-align: center;
	}
