/*   
Theme Name: AK_THEME
Description: Custom theme for abekanan.com
Author: Randy Bajzer
Author URI: randybajzer.com
Version: 1
*/

body{
	margin: 0;
	padding:0;
	background-color: #f1f1f1;
	background-image:url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:'Droid Sans', sans-serif;
	font-size: 14px;
	color: #222;
}


#main_container{
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
h1{
	font-family:'Droid Sans', sans-serif;
	font-size: 22px;
	color: #0D5682 !important;
	margin-bottom: 5px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

/***** HEADER *****/

#header_container {
	width: 960px;
	height: auto;
	border-top: 4px solid #f87b00;
	overflow: auto;
}
#logo_container {
	width: 148px;
	height: 58px;
	display: block;
	float: left;
	margin: 30px 0 10px 0;
	background-image: url(images/ak_logo.png);
	background-repeat: no-repeat;
	background-position: top;
}
#sh_logo_container {
	width: 125px;
	height: 41px;
	display: block;
	float: right;
	margin: 45px 0 10px 0;
	
}
#sh_logo_container a {
 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}
#sh_logo_container a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: .5;
}

@media handheld, only screen and (max-width: 568px) {
	
	.mobile_hide{
		display: none;	
	}
	#main_container{
	width: 100%;
	}
	
	#header_container {
		width: 98%;
		margin: 0 auto;
	}
	#logo_container {
		width: 148px;
		height: 58px;
		display: block;
		float: none;
		margin: 10px auto 10px auto;
		background-image: url(images/ak_logo.png);
		background-repeat: no-repeat;
		background-position: top;
	}
	#sh_logo_container {
		width: 100%;
		display: block;
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;

	}
	
}

/***** HOMEPAGE *****/


.home_static_hero{
	
	width: 960px;
	height: auto;
	display: block;
	margin: 10px auto 0 auto;
}

#home_left_content{
	width: 500px;
	height: 350px;
	display: block;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #e1e1e1;
	margin-top: 25px;
	line-height: 18px;
	position: relative;
}
	
	
	/***** Mannos Memo *****/
	
	#home_mm_header{
		width: 600px;
		height: 29px;
		display: block;
		font-size: 20px;
		line-height: 1;
		color: #222;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		border-bottom: 1px solid #e1e1e1;
		padding: 5px 0 0 0;
		text-decoration: none;
	}
		#home_mm_header span{
			color: #f87b00;
		}
		#home_mm_header:hover{
			color: #2AACE3;
		}

	.mm_subhead {
		font-size: 18px;
		color: #999;
		display: block;
		padding: 5px 0;
	}
	#home_left_content h3{
		font-family:'Droid Sans', sans-serif;
		font-size: 16px;
		color: #0D5682 !important;
		margin-bottom: 5px;
		margin-top: 10px;
		padding-bottom: 0;
		font-weight: normal;
	}
	#home_full_content{
		width: 960px;
		height: auto;
		clear: both;
		border-top: 1px solid #e1e1e1;
	}
	#home_left_btn, .home_left_btn{
		width: 88px!important;
		height: 12px!important;
		display: block!important;
		background-image:url(images/btn_readmore.png)!important;
		background-repeat: no-repeat!important;
		background-position:top!important;
		font-family:'Droid Sans', sans-serif!important;
		font-size: 12px !important;
		line-height: 12px!important;
		color: #0D5682!important;
		text-decoration: none!important;
		text-align: center!important;
		padding: 8px 0!important;
		position: absolute!important;
		bottom: 10px!important;
		right: 30px!important;
		outline: none!important;
	}
	#home_left_btn:hover,.home_left_btn:hover{
		background-position:bottom!important;
		color: #f1f1f1!important;
	}

#home_right_content{
	width: 429px;
	height:350px;
	display: block;
	float: left;
	padding-right: 0;
	margin-top: 25px;
	position: relative;
}

		/***** Twitter Feed *****/
		#twitter_header{
			width: 429px;
			height: 29px;
			display: block;
			border-bottom: 1px solid #e1e1e1;
			padding: 5px 0 0 0;
			font-size: 20px;
			line-height: 1;
			color: #222;
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
		}
			#twitter_header span{
				color: #2AACE3;
				margin-left: 10px;

			}
				
		#home_right_btn{
			width: 88px;
			height: 12px;
			display: block;
			background-image:url(images/btn_readmore.png);
			background-repeat: no-repeat;
			background-position:top;
			font-family:'Droid Sans', sans-serif;
			font-size: 12px;
			line-height: 12px;
			color: #0D5682;
			text-decoration: none;
			text-align: center;
			padding: 8px 0;
			position: absolute;
			bottom: 10px;
			right: 0;
			outline: none;
		}
		#home_right_btn:hover{
			background-position:bottom;
			color: #f1f1f1;
		}	

@media handheld, only screen and (max-width: 568px) {
	
	.home_static_hero{
		width: 98%;
		/*height: 200px;
		background-image:url(images/ak_on_hold_mobile.jpg);
		background-color: #000;
		background-position: center center;
		background-repeat: no-repeat;*/
	}
	
	#home_left_content{
	width: 98%;
	height: 350px;
	display: block;
	float: none;
	padding-right: 0;
	border-right: 0;
	margin: 25px auto 0 auto;
	
}
	
	#home_mm_header{
		width: 100%;
		height: 29px;
		display: block;
		font-size: 20px;
		line-height: 1;
		color: #222;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		border-bottom: 1px solid #e1e1e1;
		padding: 5px 0 0 0;
		text-decoration: none;
	}
	#home_left_btn, .home_left_btn{
		right: 0!important;
		
	}
	
	#home_right_content{
	width: 98%;
	height:350px;
	display: block;
	float: none;
	padding-right: 0;
	margin: 25px auto 0 auto;
	position: relative;
}

		#twitter_header{
			width: 100%;
			height: 29px;
			display: block;
			border-bottom: 1px solid #e1e1e1;
			padding: 5px 0 0 0;
			font-size: 20px;
			line-height: 1;
			color: #222;
			font-family: 'Montserrat', sans-serif;
			font-weight: 700;
		}
	
}

	
/***** MANNOS MEMO PAGE *****/
	
#mm_header{
	width: 960px;
	height: 100px;
	display: block;
	background-image:url(images/smBanner_mm.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 35px;
	font-size: 32px;
	line-height: 1;
	color: #222;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
}
		#mm_header span{
			color: #f87b00;
		}


#mm_left_container{
	width: 620px;
	height: auto;
	display: block;
	float: left;
	padding: 20px 30px 20px 20px;
	line-height: 18px;
	border-right: 1px solid #e1e1e1;
	position: relative;
	
}
	#mm_left_container h1{
		font-family:'Droid Sans', sans-serif;
		font-size: 22px;
		color: #0D5682 !important;
		margin-bottom: 5px;
		margin-top: 0px;
		padding-bottom: 10px;
		font-weight: normal;
	}
	#mm_left_container span.topp{
		font-size: 14px;
		line-height: 18px;
		color: #222;	
	}
	#mm_left_container a{
		color: #0D5682;
		text-decoration: none;
	}
		#mm_left_container a:hover{
		text-decoration: underline;
		}
	#mm_facebook{
		width: 55px;
		height: 21px;
		display: block;
		margin-top: -21px;
		position: absolute;
		top: 30px;
		right: 90px;
	}
	#mm_twitter{
		width: 51px;
		height: 21px;
		display: block;
		margin-top: -21px;
		position: absolute;
		top: 30px;
		right: 30px;	
	}
	#mm_left_container h2{
		font-family:'Droid Sans', sans-serif;
		font-size: 18px;
		color: #0D5682 !important;
		margin-bottom: 5px;
		margin-top: 0px;
		padding-bottom: 0;
		font-weight: normal;
	}
	#mm_left_container span{
		color: #0D5682;	
	}
	#mm_left_container ol li{
		padding: 5px 0;
	}
#mm_right_container{
	width: 259px;
	height: auto;
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}
	#mm_right_container .previous_header{
		width: 259px;
		display: block;
		margin-bottom: 15px;
		border-bottom: 4px solid #2aace3;
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		padding: 10px 0;
	}
	
#mm_sidebar .mm_item a{
	padding: 10px 0 10px 10px;
	display: block;
	color: #0D5682;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
#mm_sidebar .mm_item a:hover{
	background-color: #e1e1e1;
	color: #2AACE3;
}

@media handheld, only screen and (max-width: 568px) {
	
	#mm_header{
	width: 98%;
	height: auto;
	display: block;
	background-image: none;
	background-repeat: no-repeat;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	font-size: 32px;
	line-height: 1;
	color: #222;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
	text-align: center;
}


#mm_left_container{
	width: 98%;
	height: auto;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	line-height: 18px;
	border-right: 0;
	position: relative;
	
}
	
	#mm_right_container{
	width: 98%;
	height: auto;
	display: block;
	float: none;
	margin: 5px auto 0 auto;
}
	#mm_right_container .previous_header{
		width: 98%;
		display: block;
		margin: 0 auto 15px auto;
		border-bottom: 4px solid #2aace3;
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		padding: 10px 0;
	}
	.entry iframe {
		width: 100%;
	}
	
}

/***** MANNOS MEMO ARCHIVES *****/

#mm_archive_header{
	width: 960px;
	height: 100px;
	display: block;
	background-image:url(images/smBanner_mm_archive.png);
	background-repeat: no-repeat;
	margin-top: 10px;	
}
	

#mm_left_archive_container{
	width: 620px;
	height: auto;
	display: block;
	float: left;
	padding: 20px 30px 20px 20px;
	line-height: 18px;
	border-right: 1px solid #e1e1e1;
	position: relative;
}


	#mm_left_archive_container h1{
		font-family:'Droid Sans', sans-serif;
		font-size: 22px;
		color: #0D5682 !important;
		margin-bottom: 5px;
		margin-top: 0px;
		padding-bottom: 10px;
		font-weight: normal;
	}
	#mm_left_archive_container span.topp{
		font-size: 14px;
		line-height: 18px;
		color: #222;	
	}
	#mm_left_archive_container a{
		color: #0D5682;
		text-decoration: none;
	}
		#mm_left_archive_container a:hover{
		}
		
	#mm_left_archive_container h2{
		font-family:'Droid Sans', sans-serif;
		font-size: 20px;
		color: #0D5682 !important;
		margin-bottom: 5px;
		margin-top: 0px;
		padding-bottom: 0;
		font-weight: normal;
	}	
	
	#mm_left_archive_container h2 a:hover{
		color: #2AACE3;
	}
#archive_container .post{
display: block;
position: relative; 
border-bottom: 1px solid #e1e1e1;
padding: 10px 0 30px 0;
}
#mm_sidebar li{
	list-style: none;
}
#mm_sidebar li a{
	padding: 10px 0 10px 10px;
	display: block;
	color: #0D5682;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #e1e1e1;
}
#mm_sidebar li a:hover{
	background-color: #e1e1e1;
	color: #2AACE3;
}

#mm_archive_btn{
	width: 259px;
	display: block;	
	border-bottom: 1px solid #e1e1e1;
	color: #222;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	text-decoration: none;
}
#mm_archive_btn span{
	color: #f87b00;
}
#mm_archive_btn:hover{
	color: #2AACE3;
}

#mm_right_container .mm_archive_header{
		width: 259px;
		display: block;
		color: #222;
		font-size: 18px;
		line-height: 1;
		font-weight: 700;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 15px;
		border-bottom: 4px solid #2aace3;
		padding: 10px 0;
	}
	#mm_right_container .mm_archive_header span{
			color: #f87b00;
		}


/***** FOOTER *****/

#contact{
	width: 960px;
	height: auto;
	overflow: auto;
	border-top: 1px solid #e1e1e1;
}
#contact iframe{
	float: left;
	margin: 20px 0 0 0;	
}
.email_us{
	margin: 20px 0 0 0;
	display: inline-block;
	float: right;
	color: #0D5682;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	
}
.email_us:hover{
	color: #2AACE3;
}
#disclaimer{
	width: 960px;
	height: auto;
	border-top: 1px solid #e1e1e1;
	text-align: center;
	padding: 20px 0;
	font-size: 11px;
	color: #999;
}

@media handheld, only screen and (max-width: 568px) {
 #contact{
	width: 98%;
	height: auto;
	overflow: auto;
	border-top: 1px solid #e1e1e1;
	margin: 0 auto;
	text-align: center;
}
#disclaimer{
	width: 98%;
	height: auto;
	border-top: 1px solid #e1e1e1;
	text-align: center;
	padding: 20px 0;
	font-size: 11px;
	color: #999;
	margin: 0 auto;
}
#contact iframe{
	float: none;
	margin: 20px auto 0 auto;
	width: 200px !important;
}
.email_us{
	margin: 0;
	padding-bottom: 20px;
	display: block;
	float: none;
	color: #0D5682;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	
}
	
}


/********************/
/***** PLUG-INS *****/
/********************/

/***** NEW TWITTER FEED *****/
#kebo_twitter_feed_widget-2{
	width: 429px !important;
	margin: 0px auto 0 auto !important;	
}
@media handheld, only screen and (max-width: 568px) {
	#kebo_twitter_feed_widget-2{
		width: 100% !important;
	}
}
	#kebo_twitter_feed_widget-2 a{
		font-size: 11px !important;
		color: #0D5682 !important;
		text-decoration: none !important;
		font-style:normal !important;
	}
		#kebo_twitter_feed_widget-2 a:hover{
			text-decoration: underline !important;	
		}
.ktext{
	min-height: 0 !important;
	display: block !important;
	padding: 0 10px 5px 10px !important;	
	font-size: 12px !important;
}
.kaccount{
	display: none !important;	
}
.kdate{
	display: block !important;
	padding: 0 0 5px 0 !important;
	position: absolute !important;
	bottom: 0 !important;
	left:10px !important;
}
.kebo-tweets li{
	padding: 5px 0 5px 0 !important;
	position: relative !important;
	border-bottom: 1px solid #e1e1e1 !important;	
}
.kfooter{
	margin-right: 10px !important;	
}
/***** TWITTER FEED *****/

ul#twitter_wp_tweetlist{
	margin-left: -10px;
	font-size: 12px;
}
#twitter_wp_widget-2{
	margin: 40px 0 0 0 ;
}
#twitter_wp_widget-2 li{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	font-family:'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.twitter_wp_inner a{
	font-size: 11px;
	color: #0D5682;
	text-decoration: none;
	font-style:normal;
}
.twitter_wp_inner a:hover{
	text-decoration: underline;	
}
.my_lt_content a{
	color: #0D5682;
	text-decoration: none;
}
.my_lt_content a:hover{
	text-decoration: underline;
}
.twitter_wp_follow_us{
	float: right;	
}
.tw_wp_ontwitter{
	display: none;	
}
.twitter_wp_follow_us{
	display: none;
}
.my_source{
	display: none;
}

/***** Slider *****/


#meteor-slideshow{
	margin-top: 10px;	
}


header#branding .meteor-buttons {
	left: 5px; /* A little nudge for Twenty Eleven */
}
.meteor-buttons{
	left: 435px !important;
}
.meteor-buttons a {
	background: url('images/control-off.png') no-repeat!important;
	display: block;
	float: left;
	width: 12px!important;
	height: 12px!important;
	margin: 0 3px 0 0 !important;
	padding: 0 3px 0 0!important;
	outline: none;
	text-indent: -9999px;
}
.meteor-buttons a:hover {
	background: url('images/control-on.png') no-repeat!important;
}
.meteor-buttons a.activeSlide {
	background: url('images/control-on.png') no-repeat!important;
}
	
/***** List Category Post *****/

#home_left_content ul.lcp_catlist{
	margin: 0;
	padding: 0;
}
#home_left_content .lcp_catlist li{
	list-style: none;
}
#home_left_content .lcp_catlist li yes a{
	font-size: 16px;
	line-height: 18px;
	color: #0D5682 !important;
	margin-bottom: 5px;
	margin: 10px 0 5px 0;
	padding-bottom: 0;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
#home_left_content .lcp_catlist li yes a:hover{
	color: #2AACE3!important;
}

#mm_left_container ul.lcp_catlist{
	margin: 0;
	padding: 0;
}
#mm_left_container .lcp_catlist li{
	list-style: none;
	display: block;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 30px 0;
}
#mm_left_container .lcp_catlist li yes a{
	font-size: 20px;
	color: #0D5682 !important;
	margin-bottom: 5px;
	margin: 10px 0 5px 0;
	padding-bottom: 0;
	font-weight: normal;
	display: block;
	text-decoration: none;
}

#mm_left_container .lcp_catlist li yes a:hover{
	color: #2AACE3!important;
}

.levert_header{
	width: 960px;
	height: 333px;
	display: block;
	background-image:url(images/levert_header.png);	
	background-repeat: no-repeat;
}
#prank_left_container{
	width: 500px;
	height: auto;
	display: block;
	float: left;
	padding: 20px 30px 20px 20px;
	line-height: 18px;
	border-right: 1px solid #e1e1e1;
	position: relative;
	
}
#prank_right_container{
	width: 379px;
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 5px;
	padding-top: 70px !important;
}
#prank_left_container a{
		color: #0D5682;
		text-decoration: none;
	}
		#prank_left_container a:hover{
		text-decoration: underline;
		}
.haiku-time-holder span{
	color: #2aace3 !important;	
}

.on_hold_header{
	width: 960px;
	height: 333px;
	display: block;
	background-image:url(images/on_hold_header.png);	
	background-repeat: no-repeat;
}




