/*   
Theme Name: brightpurple
Description: A Child Theme of Cutline customized to display brightpurple's logo
Author: brightpurple
Author URI: http://brightpurple.com/
Template: Cutline-1-1.4-2ColumnRight
*/
@import url(../Cutline-1-1.4-2ColumnRight/style.css);

/*---:[ global elements ]:---*/

a { color: purple; text-decoration: underline; }

	a:hover { color: purple; text-decoration: underline; }


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

h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #444; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; 
					color: #444; font-size: 3.0em; letter-spacing: 0.0em;
					text-align: right; }


/*---:[ header styles ]:---*/
/*
<div id="blog_title"><?php bloginfo('name'); ?></div>
<h1 id="header"><?php bloginfo('description'); ?></h1>
*/
#masthead { width: 770px; height: 140px; 
background-color: white; 
background-image:url('images/logo_brightpurple.gif');
background-repeat:no-repeat;
background-position: left;
}
	#masthead a { display: block; width: 770px; height: 140px; text-decoration: none; }

		ul#nav li a:hover { color: purple; text-decoration: underline; }
		
		ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_item a:hover { color: purple; text-decoration: none; }

/*---:[ image styles ]:---*/

	/*.entry img { max-width: 490px; }*/
		.entry img, .entry .gallery img { border: 0px solid #bbb; }

/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 221px; padding: 3px; color: purple; 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; }

/*---:[ footer styles ]:---*/

#footer { width: 770px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; 
			background-color: purple; }

#footer p { margin-right: 20px; font-size: 1.3em; color: #888; text-align: right; }

	#footer a, #footer a:visited { color: white; text-decoration: none; }
		
		#footer a:hover { color: white; text-decoration: underline; }
