/*
Theme Name: Whitney Keyes TWO

Theme URI: http://www.whitneykeyes.com/

Description: Blog Theme for http://www.whitneykeyes.com/

Version: 2.0

Author: Blog

Author URI: http://www.whitneykeyes.com/

*/

body { background: white ; color: black;  font:76% Verdana,Tahoma,Arial,sans-serif; text-align: center; }

* { padding: 0; margin: 0; }



/*---GLOBAL ELEMENTS---*/

a { color: black; text-decoration: underline; }

	a:visited { color: black; text-decoration: underline; }

	a:hover { color: #006EC2; text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }



/*---HEADLINES---*/

h1, h2, h3, h5 {color: #006EC2; }

h1 {font: 12pt Arial; font-weight: bold; padding-top: 0px; padding-bottom: 5px; }

	
	
	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }


h5 {font: 12pt Arial; font-weight: bold; padding-top: 0px; padding-bottom: 5px; }

		
	h5 a, h5  a:visited, h5 a:hover { color: #000; text-decoration: none; }

	
h2 { font: 10pt Arial; font-weight: bold; padding-top: 0px; padding-bottom: 5px;  }

	h2 a {  color: #006EC2;text-decoration: underline; }
	
		h2 a:visited { color: #006EC2; text-decoration: underline; }
	
		h2 a:hover {  color: #006EC2; text-decoration: none; }
	
	
h3 { font-size: 1.0em; text-transform: uppercase; }

	
	.entry h3 { margin: 2.5em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
	h3.comments_headers {  font:76%; color: black; }

h4 { font: italic 1.2em Georgia, "Times New Roman", Times, serif; color: #888; }

	h4 a, h4 a:visited { color: #888; text-decoration: none; }
	
		h4 a:hover { color: #888; text-decoration: underline; }
	
	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; }



/*---CORE LAYOUT ELEMENTS--*/

#container { width: 800px; margin: 0px auto 0 auto; background: white;  }
					
	#content_box { width: 800px; text-align: left; float: left; clear: both; margin-top:10px; background-color: #281D29;}
	
		#content { width: 368px; padding: 0 0 0 10px; float: left; }
		
		#sidebar { width: 196px; padding: 0 10px 0 0px; float: right;}
	
		#l_sidebar { width: 196px; padding: 0 0 0 10px; float: left; }
		
	#footer {clear:both; color: white; text-align:center; background-color: #281D29;}

	#footer div.inner {width:800px; text-align:center; margin:5px auto;}

	#footer p {margin:0; padding:15px 0;font-size:0.9em;}


	#footer a {color:#777;}

	#footer a:hover {color:#555; text-decoration:underline;}

	


/*---HEADER---*/

#masthead { width: 800px; height: 163px;  background: #281D29; 			}

	
			


/*---CONTENT---*/

.headtop {
	width: 368px;
	height: 14px;
	background-image: url('images/ContentTop.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.headbottom {
	width: 368px;
	height: 16px;
	background-image: url('images/ContentBottom.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;

	}
	


.entry { 
	background: white; 
	background-image: url('images/ContentBack.gif');
	background-repeat: repeat;
	width: 338px;
	padding: 0px 10px 0px 20px;
	margin: 0px;	
	
	}

		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	
	.entry p { PADDING: 0 0 1.5em 0; }

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	

.tagged { color: black; clear: both; }

	.tagged a, .tagged a:visited { color: black; text-decoration: none; }
	
		.tagged a:hover { color: #006EC2; text-decoration: underline; }
	
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation {  width: 338px; float: left; color: black;  font-weight: bold; padding-bottom: 10px;}
	
	.previous { }
	
	.next { float: right; }
	
	.navigation a {  color: white; text-decoration: underline; }
	
	.navigation  a:visited { color: white; text-decoration: underline; }
	
	.navigation  a:hover {  color: black; text-decoration: none; }

	


.clear { width: 376px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 .2em 0 !important; }

.whitespace { margin: 0 0 .2em 0 !important; }



/*---SIDEBAR---*/

ul.sidebar_list { list-style: none; padding: 0px; margin: 0px; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {  float: left; padding: 0px; margin: 0px;}

		li.widget h2, li.linkcat h2 {  }

		li.widget p {}
		
		li.widget ul, li.linkcat ul { list-style: square; }
		
		li.widget ol, li.linkcat ol { }
		
			li.widget li, li.linkcat li { padding: 0px; margin: 0px; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: underline; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: none; }
			
				li.widget li .recent_date {  }
		
		li.widget ul.flickr_stream { list-style: none;  }
		
			li.widget ul.flickr_stream li { }
			
				li.widget ul.flickr_stream li a img {  }
				
				li.widget ul.flickr_stream li a:hover img { }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }

				/*---< RSS styles for the widget only >---*/
		
			#rss-2 ul {list-style: none; }
			#rss-2 li {margin-bottom: 10px; }

			
				


				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				

 .top_sidebar {  background: #281D29; 
						background-image: url('images/lSidebarTopb.gif');
						background-repeat: no-repeat;
						width: 196px;
						height: 14px;
						padding: 0px;
						margin: 0px;
						 }
 .bottom_sidebar { background: #281D29; 
						background-image: url('images/lSidebarbottom.gif');
						background-repeat: no-repeat;
						width: 196px;
						height: 13px;
						padding: 0px;
						margin: 0px 0px 10px 0px;	
						
						}
 .body_sidebar { background: white; 
						background-image: url('images/lSidebarBody.gif');
						background-repeat: repeat;
						width: 166px;
						padding: 0px 15px 5px 15px;
						margin: 0px;	
						
						}
						
l_sidebar .h2 { background: white; 
						background-image: url('images/lSidebarBody.gif');
						background-repeat: repeat;
						width: 181px;
						padding: 0;
						margin: 0px;	
						
						}

						
					
						


/*---COMMENTS---*/

#comments { float: left; clear: both; }

	ul#comment_list { list-style: none;  float: left; }
		
		ul#comment_list li.comment { width: 338px; float: left; }
			
		ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { background: white; 
					background-image: url('images/ContentBack.jpg');
					background-repeat: repeat;
					width: 338px;
					padding: 0px 10px 10px 20px;
					margin: 0px;	}
			
				.comment_num { padding: 0 15px 0 20px; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-weight:bold; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }
		
			.comment .entry { }
			
				.comment .entry p {  }
			


/*---COMMENT FORM---*/

#comment_form { width: 376px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 321px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			
/*************************************
	Horizontal Menu
**************************************/
#menu {
    width: 800px; height: 29px;
    background: url(images/menuBack.gif) repeat-x ;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 0px; 
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: lowercase;
    clear: both;
    float: left;
    }
#menu ul {
	display: block;
	float: left;
	width: 700px;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0px -4px 0px 4px;
	padding: 0px;
	background: url(images/menu.gif) top left no-repeat;	
	width: 97px;
	}
#menu ul li:hover, #menu ul li.hover, #menu ul li.current_page_item {
	background: url(images/menu-active.gif) top left no-repeat;
	}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.current_page_item a {
	color: #7AC849;	
	text-decoration: none;
	background: url(images/menu-active.gif) top right no-repeat;
	}
#menu ul li.current_page_item a:hover {
	text-decoration: none;
	}
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 8px 0px;
	text-align: center;
	background: url(images/menu.gif) top right no-repeat;
	}
#menu ul li a:hover {
	color: #7AC849;
	text-decoration: none;
	background: url(images/menu-active.gif) top right no-repeat;
	}
		
		
		
/*************************************
	Footer Menu
**************************************/
#menu2 {color:  #7AC849; background: #281D29; }
#menu2 li  {display: inline;padding-left: 7px;padding-right: 7px;border-left: 1px solid white;}
#menu2 a {color: #7AC849;text-decoration:none;}
#menu2 a:hover {color:white;}
		span.nav a {color: #fff;text-decoration: none;}
		span.nav a:hover {text-decoration: underline;}
	
			
.menu3 {color:  #7AC849;}
.menu3 li  {display: inline;padding-left: 7px;padding-right: 7px;}
.menu3 a {color: #7AC849;text-decoration:none;}
.menu3 a:hover {color:white;}
		span.nav a {color: #fff;text-decoration: none;}
		span.nav a:hover {text-decoration: underline;}
	
		
		
		
			
/*---SEARCH FORM---*/

#search_form { }

	#search_form .search_input { width: 201px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1.1em !important; }
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

