/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 2.3 Header */
#header{padding:0px 0;clear:both;position:relative;}

#logo  { float:left; }
#logo img  {
	url(http://catherinelorenz.com/wp-content/uploads/2011/09/CLheader.png) no-repeat;
	height: 136px;
	margain: 0 auto 0;
	padding: 0;
	}
#logo .site-title, #logo .site-description  { font-family:Verdana, Geneva, sans-serif; color: #000; display:none;  }
#logo .site-title a { color:#555; font-size:36px; line-height:40px; text-transform:none; font-weight:bold; text-decoration:none; letter-spacing:-3px; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#777; font:italic 14px Georgia, serif; }

#topad{float:right; margin-top:13px; padding: 4px;}

	<div id="footer" class="col-full">
	
		<div id="copyright" class="col-left">
			<p>&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>. <?php _e('All Rights Reserved.', 'woothemes') ?></p>
		</div>
		
		<div id="credit" class="col-right">
			<p>&nbsp;</p>
		</div>
		
	</div>
	<!-- footer Ends -->
	
</div>
