/*
	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	: Walter Miller	
	Author Site	: www.mamamission.com
	Style Name	: Mamamission
	Style URI	: www.mamamission.com
	Version		: 1.0
	Comments	:
*/

body {
	background: url(images/mm-hdg_K2.jpg) repeat-x;
		}

#page {
	padding-top: 0px;
	border: none;
	background: url(images/mm_page_K2.png) no-repeat;
	}


#header {
	background: url(images/mm_header_K2.jpg);
	}

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

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

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

ul.menu {
	margin: 0px 0;
	}

ul.menu li a {
	font-size: 1.1em;
	padding: 8px 10px 6px 10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	}


ul.menu li a:hover {
	background: #FFCC99;
	color: #444;
	}



#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content { 
	/* The meat and potatoes of every entry */
	}
	
.entry-head { margin-top: 30px; 
	
	}	
	
.columns-three .secondary {
	width: 181px;
	}	

.content {
	padding: 0 0px 10px 20px;
	}
	
#primary {
	width: 490px;
	}
	
#sidebar-1 { background: #FFCC99;
    padding: 0 10px 10px 10px;
	margin-top: 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	
	/* The first sidebar */
	}

#sidebar-2 {  background: #CC9966;
	 padding: 0 10px 10px 10px;
	 margin: 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
  
	/* The second sidebar */
	}

.secondary {  
	 margin-left: 10px;
	/* Contains both sidebars */
	}
	
#footer {
	background: url(images/mm_footer_K2.png) no-repeat;
	background-position: bottom center;
	height: 100px;
	}	

#footer p {
	margin-right: 400px;
	margin-top: -3px;
	
	}	
	
/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/icons/link-icon_external_07.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/icons/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/icons/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/icons/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/icons/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/icons/link-icon_pdf.png) no-repeat right;  }


a[rel~="attachment"] img,
.gallery a img,
.wp-caption, .imgtfe {
	background-color: #FFFAF4;
	border: 1px solid #D0BCAA;
	padding: 3px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 3px;
	border: 1px solid #D0BCAA;
	}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	font-size: 0.7em;
	text-align: left;
	padding-left: 10px;
	}


	
