/*
Theme Name: LikaBra ABI
Theme URI: http://likabra.se/
Description: Custom theme by LikaBra AB.
Author: Bjarne Werner
Version: 1.0
Tags: LikaBra
*/


/* Reset Browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

/* @font-face {src: url('css/Chalkduster.ttf'); }  */


/* General typography */

p {margin: 0 0 10px 0}
h1 {
	font-size: 24px;
}
h2 {
}
h3 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}

a {text-decoration: none; color: #008e78;}
a:link {}
a:visited {}
a:active {}
a:hover {text-decoration: underline;}

ul {}
li {}

table {
	border-collapse:collapse;
}
table,th, td {
	border: 1px solid #BEBEBE;
}

img {}

fieldset {}
form {}
label {}
legend {}
.vcard {font-weight: bold;}
.comment-body {padding: 5px 0 10px 0;}
#respond {margin: 10px;padding-top: 3px;}
#commentform textarea {width: 100%}
#comments {padding: 20px 0 0 0}

.calendar-table {
	padding: 5px;
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	background: #fff;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 10px;
	}

.alignleft {
	float: left;
	margin: 10px;
	}
#changeText {font-weight: bold; font-size: 14px;text-align: center;color: olive;margin: 10px 0;padding: 0 0 15px 0}



.datestamp {float:right;margin-top: 25px;}
.game{}
#games{padding-top: 20px;}
.gametitle {font-size: 14px;font-weight: bold;width: 300px;margin:20px 0 0 0;}
.result {float: right;font-size: 14px;font-weight: bold;}
.accordionimg {
	height:300px; 
	width:220px; 
	float:left; 
	margin-right:20px;
	overflow: hidden;
}
.postmetadata {font-size: 10px;margin:20px 0 10px 0}
.kjo-link {display: none;}
td.calendar-heading, td.calendar-next, td.calendar-prev, td.calendar-month, td.calendar-heading table {background: none;border: none;}
td.normal-day-heading, td.weekend-heading {background: none;}
/* Background */

html {
	height: 100%;
}

body  {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #80d7aa;
	font-size: 12px;
	color: #666;
	height: 100%;
}

#bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: no-repeat center bottom;
	height: 100%;
	z-index: 0;
}
	#foot {
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
	}
	#foot a {
		text-decoration: none; 
		text-shadow: 0px 1px 0px #d9d9d9;
		color: #333;
	}
	#foot a:hover {
		color: #000; 
	}


#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(img/top_tone.png) repeat-x;
	height: 600px;
	z-index: 0;
}
#iehack {height: 30px;} /* Top and bottom margin for #container */


/* Main layout */

#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 4px 10px #333;
	-moz-box-shadow: 0 4px 10px #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
} 
#wrap {
	margin: 10px;
	background: #ebebeb url(img/container_bg.png) repeat-y;
	overflow-y: auto;
	overflow-x: hidden;
	
}
	#header { 
		background: #fff url(postImages/header.jpg) no-repeat;
		height: 200px; 
	} 
	.nav {
	    list-style-type: none;
	    text-align: center;
	    height: 24px;    /* Same as line-height for .nav ul li a (below) */
	    border-bottom: 1px solid #000;
	    border-top: 1px solid #fff;
	    overflow: hidden;
	    background: #666;
	}
	.nav ul {
	    padding: 5px 0;
	    display: inline;
	    border-left: 1px solid #fff;
	    border-right: 1px solid #000;
	}
	    .nav ul li {
	    	display:inline;
	    } 
	    	.nav ul li a {
	    		padding: 5px 30px;
	    		font-size: 14px;
	    		line-height: 24px;
	    		font-weight: bold;
	    		color: #fff;
/*
	    		text-shadow: 0px 1px 0px #c7c7c7;
	    		text-decoration: none;
		    	border-right: 1px solid #ff6d00; 
			    border-left: 1px solid #FFCC66;
*/
	    	}
	    	.nav ul li a:hover {
			    background: #000;
	    	}

#infotext {
	padding: 4px 0px;
	background: #008636;
	color: #fff;
	border-top: 1px solid #7fd5a6;
	border-bottom: 1px solid #123943;
	height: 14px;
	overflow: hidden;
}









	.modnav {
	    height: 30px;
	    background: #333 url(img/abi_menu.png) repeat-x;
	    text-align: center;
	    width: 940px;
		-webkit-box-shadow: 0 2px 4px #333;
		-moz-box-shadow: 0 2px 4px #333;
		border-top: #999 solid 1px;
	}
	.modnav a:hover {text-decoration: none;}
/*
	.modnav ul {
	    padding: 5px 0;
	    display: inline;
	    border-left: 1px solid #fff;
	    border-right: 1px solid #000;
	}
	    .modnav ul li {
	    	display:inline;
	    } 
	    	.modnav ul li a {
	    		padding: 5px 30px;
	    		font-size: 14px;
	    		line-height: 24px;
	    		font-weight: bold;
	    		color: #fff;
	    	}
	    	.modnav ul li a:hover {
			    background: #666;
	    	}
*/

ul.dropdown { 
	position: relative; 
	list-style-type: none;
	border-left: 1px solid #000;
	border-right: 1px solid #bebebe;
	height: 30px;
	float: left;
	margin-left: 145px; 
}
ul.dropdown li { 
	font-size: 16px; 
	float: left; 
	zoom: 1; 
	width: 140px;
	text-align: center;
	padding: 0 10px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #000;

}
ul.dropdown a:hover	{ 
	color: #000 
}
ul.dropdown a:active { 
	color: #ffa500; 
}
ul.dropdown li a { 
	display: block; 
	color: #fff; 
	line-height: 30px;
	height: 30px;
}
ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover { 
	background: #000 url(img/abi_menu_hover.png) repeat-x; 
	color: #fff; 
	position: relative; 
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-shadow: -1px -1px 0px #666;
}
ul.dropdown li.hover a { 
	color: #fff; 
}
ul.dropdown ul.sub_menu {
	list-style-type: none;
	-webkit-box-shadow: 0 2px 4px #333;
	-moz-box-shadow: 0 2px 4px #333;
	width: 160px;
}
ul.dropdown ul.sub_menu li {
	text-align: left;
	background: #eeeeee;
	color: #000;
	border-left: none;
	border-right: none;
	text-shadow: none;
}
ul.dropdown ul.sub_menu li.hover, ul.dropdown ul.sub_menu li:hover { 
	background: #bebebe; 
	border-left: none;
	border-right: none;
	text-shadow: none;
}
ul.dropdown ul.sub_menu li a { 
	color: #000; 
	border-left: none;
	border-right: none;
	text-shadow: none;
}









	    	
	    	
	#leftSidebar {
		float: left;
		width: 180px;
		padding: 10px;
		display: inline;
	}
	#rightSidebar {
		float: right;
		width: 180px;
		padding: 10px;
		display: inline;
	}
		.widget {
			margin: 0 0 30px 0;
			list-style-position: inside;
			width: 100%;
			background: url(img/hr_sidebar.png) bottom no-repeat;
		} 
			.widget li {
				list-style-type: none;
				text-align: left;
			}
			#rightSidebar h2, #leftSidebar h2 {
				font-size: 18px;
				font-weight: bold;
				background: url(img/hr_sidebar.png) bottom no-repeat;
				display: block;
				width: 180px;
				height: 30px;
				margin: 0;
			}
			#rightSidebar ul, #leftSidebar ul {
				background: url(img/hr_sidebar.png) bottom no-repeat;
				display: block;
				width: 170px;
				margin: 0 0 10px 0;
				list-style-type: none;
				list-style-position: inside;
				padding: 0 0 5px 0;
			}
				#rightSidebar ul li {
					padding: 0 0 0 15px;
					margin: 0;
					line-height: 20px;
					font-size: 14px;
					background: url(img/bullet.png) no-repeat;
				}
				#leftSidebar ul li a {
					padding: 0;
					margin: 0;
					list-style-type: none;
					background: none;
				}
				#leftSidebar ul li img {
					border: 1px solid #bebebe;
					padding: 4px;
					background: #fff;
					margin: 4px 0;
				}
				#rightSidebar ul li a {
					padding: 0 0 0 15px;
					margin: 0;
					line-height: 20px;
					font-size: 14px;
					background: url(img/bullet.png) no-repeat;
				}
				#rightSidebar ul .child a, #leftSidebar ul .child a {
					padding-left: 25px;
					background: none;
					font-size: 12px;
					line-height: 18px;
				}
	#content { 
		margin: 5px 200px 0 200px;
		padding: 10px 0;
	}
			#submenu {
				text-align: center;
				font-weight: bold;
				font-size: 14px;
				border-bottom: 1px solid #bebebe;
				padding-bottom: 5px;
			}

			#submenu ul {
				display: inline;
				list-style-type: none;
			}
			#submenu ul li {
				display: inline;
				padding: 0 10px;
			}

			#title {
				color: #4c4c4c;
				height: 30px;
				padding: 20px 0 0 10px;
			}
			#main {
				font-size: 12px;
			}
			
				#topfive {
					background: #fff;
					margin: 0px 10px;
					overflow: auto;
					border: 1px solid #bebebe;
				}
				#topfive img {
					width: 250px;
					height: 250px;
					float: left;
					border: none;
				}
				#topfive ul {
					list-style-type: none;
				}
				#topfive ul li {
					line-height: 14px;
					overflow: hidden;
				}
				#topfive ul li a {
					background: #e6e6e6 url(img/topfive_bg.png) repeat-x;
					display: block;
					float: right;
					width: 250px;
					height: 36px;
					padding-left: 18px;
					padding-top: 14px;
					font-weight: bold;
					font-size: 14px;
				}
				#topfive ul li a:hover {
					background: url(img/topfive_bg_hover.png) repeat-x;
					text-decoration: none;
				}
			
			#main tfoot, .entry tfoot {display: none;}
				.post {
					background: url(img/Trivselbostad_post_bg.png) repeat-x;
					padding: 0 10px;
				}
				.entry {float: left;width: 520px;}
					.post .share {float: right;} 
					.post h2 {
						padding: 20px 0 10px 0;
						font-size: 18px;
						font-weight: bold;
						line-height: 22px;
					}
					.post h2.team {
						font-size: 24px;
						margin: 30px 0 0 0;
						padding: 0 0 30px 0;
					}
					.post img {
						padding: 9px;
						border: 1px solid #bebebe;
						-webkit-box-shadow: 0 1px 2px #333;
						-moz-box-shadow: 0 1px 2px #333;
						margin: 0 0 10px 0;
						background: #fff;
					}
					.post img.magicfields {margin: 0;}
					.post .backlink {font-size: 12px; text-shadow: none;}
					.thumb {
						float: right;
						margin: 0 0 10px 10px;
					}
					.thumb img {padding: 4px;}
					.post ul {
						padding: 10px;
						list-style-position: inside;
					}
				.links ul {
					padding: 0;
					margin: 0;
					list-style-position: inside;
				}
				.links ul li {
					background: url(img/Trivselbostad_post_bg.png) repeat-x;
					padding: 0 20px 15px 20px;
					margin: 30px 0 0 0;
					font-size: 14px;
					overflow: auto;
				}
				.links ul li ul, .links ul li ul li {
					background: none;
					list-style-position: inside;
					padding: 5px;
					margin: 0;
				}
				.links h2 {
					padding: 10px 0 10px 0;
				}
				.links img {
					float: right;
					border: 1px solid #bebebe;
					-webkit-box-shadow: 0 1px 2px #333;
					-moz-box-shadow: 0 1px 2px #333;
					background: #fff;
					padding: 5px;
					margin: 10px;
				}
				.navigation {padding: 20px;}
	#footer { 
		background:#bebebe;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 100%;
		float:right;
		font-size: 10px;
	}
 #topfive ul li a.hilight {
	background: url(img/topfive_bg_hover.png) repeat-x;
	}
	
.widgetMatch {font-size:11px;line-height:13px;}
