/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:  Dan Brazelton
	Author Site	:  danbrazelton.com
	Style Name	:  Booty Camp
	Style URI	:  southsidebootycamp.com
	Version		:  .54
	Comments	:  Needs NextGen Gallery, Flexi Pages Widget
	
	
	
	There are 4 other files to modify
					
					
				In header.php  @ line 133  DELETE the following to get ride of header nav links:
					
		<ul class="menu">
			<?php if ('page' != get_option('show_on_front')) { ?>
			<li class="<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>/" title="<?php echo get_option('k2blogornoblog'); ?>"><?php echo get_option('k2blogornoblog'); ?></a></li>
			<?php } ?>
			<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
			<?php wp_register('<li class="admintab">','</li>'); ?>
		</ul>
		
				In footer.php  @ line 22  DELETE the following to get ride of feed links:
				
				<p class="footerfeedlinks"><?php printf(__('<a href="%1$s">Entries Feed</a> and <a href="%2$s">Comments Feed</a>','k2_domain'), get_bloginfo('rss2_url'), get_bloginfo('comments_rss2_url')) ?></p>
	<!-- <?php printf(__('%d queries. %.4f seconds.','k2_domain'), $wpdb->num_queries , timer_stop()) ?> --
		
				In nggallery.css change line 239 to read:
				
					margin:4px 8px 4px 8px;
					
					
				in sidebar.php DELETE lines 5-7 to get ride of search:
				
					<div id="search"><h4><?php _e('Search','k2_domain'); ?></h4>
		<?php include (TEMPLATEPATH . '/searchform.php'); ?>
	</div>
				
				
				ROUNDED CORNERS has a bug -- two spaces in the right side.  	
		
		
		
*/


body {
	background: #FF0000;
	color: #bbb;
	margin: 0;
	}

#page {
width:950px !important; /*Width of entire Blog*/
_width: 950px !important; /*Check in IE to get the value that matches your blog*/
border: 0px !important;
padding: 0px !important;
_padding: 0px !important;
background: #FFFFFF
	}

    

#primary {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px;
	}	
#header {
    background: #FFFFFF url('header.jpg') center center no-repeat;;
   	padding: 0;
	margin: 0;
	width: 100%;
	height: 290px;
	}
	
	

	
	
	
h1 { /* H1 is used for the title of your blog */
font-size: 3.5em; /* Change to adjust title size */
padding-top: 75px;
margin: 0 0 0 500px;
font-weight: bold; /* Change bold to normal if you prefer that */
}




#header .description { /* Blog description, under blog title */
font-size: 1.5em; /* Make it larger with something like 1.1em */
margin: 0 0 0 550px;
}
	
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #FF6633 !important;
	}

a {
	color: #FF3300;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #FF3300;
	}
	

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	width: 300px;
	float: right;
	font-size: 1.5em;
	line-height: 2em;
	color: #000000;!important
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}



#footer {
	background: #FFFFFF url('footer.jpg') bottom center no-repeat !important;
	height: 60px; /*sets the height of footer*/
	margin: 0px auto 0 !important;
	_margin-top: -15px;
	position: relative !important;
	padding-top: 20px;
	_padding-top: 0px;
	width: 950px; /*sets the width of footer*/
	_width: 950px; /*IE tweak*/
	

}

 /*ROUNDED CORNERS*/
.roundedcornr_box_425835 {
	background: url(RoundedCorners01/roundedcornr_425835_tl.png) no-repeat top left;
}
.roundedcornr_top_425835 {
	background: url(RoundedCorners01/roundedcornr_425835_tr.png) no-repeat top right;
}
.roundedcornr_bottom_425835 {
	background: url(RoundedCorners01/roundedcornr_425835_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_425835 div {
	background: url(RoundedCorners01/roundedcornr_425835_br.png) no-repeat bottom right;
}
.roundedcornr_content_425835 {
	background: url(RoundedCorners01/roundedcornr_425835_r.png) top right repeat-y;
}

.roundedcornr_top_425835 div,.roundedcornr_top_425835,
.roundedcornr_bottom_425835 div, .roundedcornr_bottom_425835 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_425835, .roundedcornr_bottom_425835 {
	margin-top: -19px;
}
.roundedcornr_content_425835 { padding: 0 15px; }
