/*
	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	: Thor Bjarte Tangeland
	Author Site	: mp-info.net
	Style Name	: MP 2010!
	Style URI	: mp-info.net
	Version		: 1.0
	Comments	: Meetingpoint Randaberg
	
	Header Text Color: White
	Header Width: 1150
	Header Height: 400
*/

#page {
	background: #F8F8F8 url('page_bg_10.jpg') center center repeat;
	border-left: none; /*thin solid #003300*/
	border-right: none; /*thin solid #003300*/
	border-bottom: none; /*thin solid #003300*/
	color: #ff6600;
	margin: 0px 5 0 5;
	width: 1150px !important;
	padding: 0px 0px 0px 0px !important;
	/* The entire design is contained within the 'page' id */
	/* color: = Text color for comments */;
}

body {
	background: #cccccc; /*url('bg_pattern.jpg')*/
	color: #aaaaaa;
	margin: 0 0 0;
}
	
#header {
	color: #000000 !important;
	height: 400px;
	margin: 0;
	background: #D0D0D0 url('mp_header_10.jpg') center center no-repeat;
	/* Contains the H1 and menu */
}

h1 {
  /*background: url('header_logo.png') 0 50% no-repeat;*/
	font-size: 72px;
	left: 147px;
	padding: 0;
	position: absolute;
	top: 60px;
	font-family: Helvetica, Arial !important;
}

h1 a {
	text-decoration: none !important;
	color: #000000 !important;
}

h1 a:hover {
	text-decoration: none !important;
	color: #000000 !important;
}

.description {
	left: 180px;
	position: absolute;
	top: 310px;
	width: 600px;
	font-size: 15px !important;
	color: #000000 !important;
}
	
#primary {
	/* Contains the main column */
	width: 630px;
	}

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

.entry-content {
	/*background: url('bf2.png') bottom no-repeat !important; /*Picture between posts*/
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #6699ff;
	margin-bottom: 5px;
	padding-bottom:50px;
}

a, a:visited, .sidebar a:visited {
	color: #0B3861;
}
	
.post p a:visited {
	color: #0B3861;
	}

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

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

.secondary {
	/* Contains both sidebars */
	}



/* -------- MENU -------- */
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #000000 !important;
	text-decoration: none;
	background: #B4CDFF;
}

ul.menu {
background: #6699ff; /*background-color of whole menu */
letter-spacing: 0px;
margin-bottom: 20px; /* you can use margin to control where the padding starts */
padding-left: 0px; /* my menu uses left padding to move it to the center */
width: 95% !important; /* this controls the spacing, my menu uses 70% */
} 

ul.menu li a {
	color: black;
	text-transform: uppercase;
	font: 1.0em Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

ul.menu a {
  color: black;
}
	
ul.menu li a:hover {
	background: #B4CDFF;
	color: black;
	/* Hover menu */
}


/* ---------- FROM CORE.CSS ---------- */
/*ul.menu {
	bottom: 0;
	left: 30px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 90%;
}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
}

ul.menu li a {
	border-top: medium none #ff0000;
	color: white;
	font-size: 1.1em;
	margin: 0px;
	/*padding-top: 5px;*
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

ul.menu li a:hover {
	background: #003300;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000000;
	background: #f1fff1;
	text-decoration: none;
	} */

/* ---------- FROM CORE.CSS --> END! ---------- */


	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #0066FF;
	font-family: Calibri, Verdana, Helvetica, Arial !important;
	/* Post heading */
}

h2 {
  font-size: 40px !important;
}

h3 {
  font-size: 40px !important;
}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555555 !important;
	font-weight: normal !important;
	}
/*
.entry-head {
	background: url('post.title.icon.flower.png') 0 50% no-repeat; /*picture before post-header
	padding: 0 0 0 30px;
} */

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444444;
	font-weight: normal;
	}

.primary img {
	border: 0;
	}
	
.counter a {
	color: #222222;
	}
	
.commentlist li {
	color: #666666;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
	margin-top: 0px;
	padding-top:20px;
	padding-bottom:20px;
	color: #666666;
}


.commentslink {
	background: url('icons/comment_org.png') left center no-repeat;
	}

.chronodata {
	background: url('icons/time_org.png') left center no-repeat;
	}

.entry-tags {
	background: url('icons/tag_blue_org.png') left center no-repeat;
	}
	
.commentsrsslink {
	background: url('icons/feed_org.png') left top no-repeat;
	}

.trackbacklink {
	background: url('icons/arrow_refresh_org.png') left top no-repeat;
	}

#commentlist li .comment-meta {
	background: url('icons/time_org.png') left center no-repeat;
	}

.login_button {
width: 150px;
height: 22px;
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-top:1px #000000 solid;
border-bottom:1px #000000 solid;
text-align:center;
font-size: x-large;
background: #6699ff;
}

.bible_verse {
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-top:1px #000000 solid;
border-bottom:1px #000000 solid;
}

	
#footer {
 background: #cccccc url('mp_footer_10.jpg') center top no-repeat;
	border: 0;
	margin: 0 5 0 0;
	width: 1150px;
	height: 100px;
}

.footerpoweredby {
	color: #fffff;
	padding-left:60%;
	text-align: left;
	}

.footerfeedlinks {
	color: #fffff;
	padding-left:60%;
	text-align: left;
	}

.footerstats {
	color: #fffff;
	padding-left:60%;
	text-align: left;
	}

.footerstyledwith {
 padding-left:60%;
 text-align: left;
}

.wp-version {

}

.k2-version {

}

/* Slider */
body.smartposition #rollingarchives {
	background: #ffffff !important;
	border-bottom: 1px solid #000000 !important;
	width: 630px !important;
}

#searchload {
	background-image: url('spinner.gif');
	}