/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Steve Wilson
	Author Site	: www.steve-wilson.net
	Style Name	: sunisland
	Style URI	: 
	Version		: 0.1
	Comments	: it's just K2 with a few minor edits
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background: #cfbb1f;
	}
	
ul.menu li a {
background: #C2220F;

	filter:alpha(opacity=75);    Internet Explorer       */
   -moz-opacity:0.75;            Mozilla 1.6 and below   */
   opacity: 0.75;                newer Mozilla and CSS-3 */


   }	

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
opacity:1;
}	

ul.menu li a:hover {
	background: #33623b;
	color: #d1bc21;
}
	
#primary {
	/* Contains the main column */
	}

.slideshowproPhotos {
	width: 720px !important;
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 0;
}	
	

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-1 div.aktt_tweets {
	margin: 0 0 0;
	}

#sidebar-1 div#whereabouts div {
	margin: 0 0 0;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}


.secondary .k2-asides .metalink {
padding-left:0px;
display: none;
}

#search h4 {
display:block;
}

/*
#searchform {
display:block;
height:auto;
position:relative;
}

#s {
font-size:1.1em;
width:98%;
}

*/

.entry-content ul {
	list-style-type: disc;
	}

