/*
Theme Name: Partille Cup
Theme URI: http://www.partillecup.se/
Description: Theme for "A World of Handball".
Version: 1.0
Author: Niclas Andersson
Author URI: http://www.gothiacup.se
*/

body {
	margin:0px;
	padding:0px;
	background-color:#c4e3f2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/pc_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
}
/* Listen överst på sidan */

#pc_list {
	height: 39px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 3;
	-webkit-background-clip: padding-box;
	background-color: #52A0C1;
	background-image: url(images/pc_list_bg.jpg);
}
#pc_listwidth {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	line-height:39px;
}
/* Språkväljaren i listen */

#pc_list .menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	width:200px;
	height:39px;
	float:left;
}
#pc_list .menu ul {
	height:39px;
	list-style:none;
	margin:0;
	padding:0;
}
#pc_list .menu li {
	float:left;
	padding:0px;
	background-position: left center;
	background-repeat: no-repeat;
	width:200px;
}
#pc_list .menu li a {
	color:#FFF;
	display:block;
	font-weight:normal;
	line-height:39px;
	margin:0px;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#pc_list .menu ul:hover a {
	color:#666;
}
#pc_list .menu li a:hover, .menu ul li:hover a {
	background: #FFF;
	color:#666;
	text-decoration:none;
	background-position: left center;
	background-repeat: no-repeat;
}
#pc_list .menu li ul {
	background:#FFF;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,.6);/*top:1em;
		/*left:0;*/
	color: #333;
}
#pc_list .menu li:hover ul {
	display:block;
}
#pc_list .menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
	height:35px;
	background-color:#FFF;
	background-image:none;
}
#pc_list .menu li:hover li a {
	background-color:#FFF;
	background-image:none;
	color: #333;
}
#pc_list .menu li ul a {
	display:block;
	height:40px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-color:#FFF;
	background-image:none;
	color: #333;
}
#pc_list .menu li ul a:hover, .menu li ul li:hover a {
	border:0px;
	color:#666;
	text-decoration:none;
	background-color: #E6E6E6;
}
#pc_list .menu p {
	clear:left;
}
/* Social media */

#pc_socialbar {
	width:197px;
	height:31px;
	background-image: url(images/pc_socialbar.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-left:35px;
	padding-top:8px;
	margin-left:5px;
}
/* Logga in på My Team Info */

#pc_mtinfo {
	height:39px;
	float:left;
	margin-top:7px;
}
#pc_mtinfo_text {
	height:39px;
	float:left;
	font-size: 10px;
	color: #d5e7f1;
	line-height:11px;
	margin-right:5px;
}
#pc_mtinfo .hint {
	float:left;
	height:20px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666;
	padding-left:4px;
}
#pc_mtinfo .knapp {
	width:67px;
	height:24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-image: url(images/pc_mti_login.jpg);
	color: #5e5e5e;
}
/* Sök från listen */
#pc_sok {
	height:39px;
	float:right;
	margin-top:7px;
}
#pc_sok .hint {
	float:left;
	height:20px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #666;
	padding-left:4px;
	margin-right:9px;
}
#pc_sok .knapp {
	width:67px;
	height:24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-image: url(images/pc_mti_login.jpg);
	color: #5e5e5e;
}
/* Menyn i toppen */

#pc_top {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	height:99px;
	margin-top:39px;
	margin-bottom:15px;
}
#pc_topwidth {
	width: 970px;
	margin-left:10px;
	background-image: url(images/pc_top_bg.jpg);
	background-repeat: repeat-x;
	height:99px;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
}
#pc_toptop {
	height:71px;
	width:970px;
}
#pc_Toplogo {
	width:256px;
	height:71px;
	float:left;
}
#pc_toptopmenu {
	height:71px;
	width:714px;
	float:left;
	padding:0px;
	margin:0px;
}
#pc_Mainmenu {
	width: 714px;
	height: 71px;
	padding:0px;
	margin:0px;
}
#pc_Mainmenu ul.pc_Mainmenu {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pc_Mainmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pc_menulibg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
}
div#pc_Mainmenu li a {
	display: block;
	width: 132px;
	padding-left:10px;
	padding-top:25px;
	height: 46px;
	overflow: hidden;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	text-shadow: #333 1px 1px 2px;
	margin:0px;
	text-transform: uppercase;
}

div#pc_Mainmenu li.page-item-16 a {
	font-size:16px;
	line-height:18px;
}
div#pc_Mainmenu li a:hover {
	color: #E5E5E5;	
}
.liunder {
	font-size:9px;
	font-weight:normal;
	color:#d5e8f1;
	text-transform:none;
}
div#pc_Mainmenu li.current_page_item a {
	background-image: url(images/pc_menucurrentbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#undernavigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:26px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
#undernavigation li {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
}
#undernavigation ul {
	padding: 0px;
	list-style: none;
	height:26px;
	margin: 0px;
}
#undernavigation a {
	line-height:26px;
	color: #FFF;
	display: block;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 8px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/pc_undernavbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-shadow: #333 1px 1px 2px;
}
#undernavigation .current_page_item a {
	color: #E5E5E5;	
}
#undernavigation a:hover {
	color: #E5E5E5;	
}

/* Boxar */
.pc_box {
		background-color:#FFFFFF;
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	padding:9px;
	margin-bottom:15px;
}

.pc_left_w775 {
	float:left;
	width:775px;
	

}

.pc_left_775 {
	float:left;
	width:757px;
	

}
.pc_right_180 {
	float:left;
	width:162px;
	margin-left:15px;

}
.pc_right_180w {
	float:left;
	width:195px;
	

}
.pc_left_400 {
	float:left;
	width:382px;
	

}
.pc_right_555 {
	float:left;
	width:537px;
	margin-left:15px;

}
.pc_left_312 {
	float:left;
	width:295px;
	margin-right:15px;
}
.pc_right_312 {
	float:left;
	width:295px;
	
}
.pc_970 {
	float:left;
	width:970px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.6);
	
}
.pc_left_232 {
	float:left;
	width:213px;
	margin-right:15px;
}

.pc_left_232 H2 {
	font-size: 14px;
	text-align: center;
	border-bottom-style: none;	
}
.pc_right_232 {
	float:left;
	width:213px;
	
}
.pc_allsocial {
	width:47px;
	height:150px;
	background-image: url(images/pc_allsocial.jpg);
	background-repeat: no-repeat;
	margin-right:-73px;
	float:left;
	padding-left:26px;
	padding-top:17px;
}

/* Nyhets Box */

.pc_datum {
	float:left;
	color: #999;
	margin-right:10px;
}
.pc_kategori {
	float:left;
	color: #CCC;
	margin-right:10px;
	
}
.pc_news a {
	float:left;
	margin-bottom:0px;
	margin-top:2px;
}

/* Fyra boxar */
.pc_mlRubrik {
	font-size: 15px;
	color: #5f9bb7;
	text-align: center;
	margin-bottom:4px;
}
.pc_mlUnder {
	font-size: 11px;
	color: #666;
	text-align: center;
}
a:hover .pc_mlUnder {
	color: #5f9bb7;
	text-decoration: none;
}



hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.width {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
.size-large {
	visibility:hidden;
	height:0px;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
table {
	margin:0px;
	padding:0px;
}

/* Styles */
img {
	border:none;
}
a, a:link {
	color:#75adc8;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #5f9bb7;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	color: #5f9bb7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 14px;
	color: #5f9bb7;
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size:16px;
}
.ingress {
	font-size: 12px;
	color: #5f9bb7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.nyhetlink a, .nyhetlink a:link  {
	font-size: 12px;
	color: #5f9bb7;
	padding-top:10px;
}

.wp-caption-dd {
	background-image: url(images/linkimg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 15px;
	margin-top:5px;
}

/* Huvud */
#head {
	background-color:#75adc8;
	height:156px;
}
#toplogo {
	width:500px;
	height:115px;
	float:left;
	margin-bottom:11px;
}
#topcenter {
	float:left;
	width:263px;
	height:110px;
}
.toplinks {
	background-color:#c4e3f2;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:29px;
	line-height:29px;
	float:right;
	margin-left:7px;
	
}
.toplinks div {
		background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left:7px;
	padding-right:7px;
}
#datum {
	color:#FFF;
	font-size:14px;
	margin-top:40px;
	margin-left:40px;
}
#myteam {
	background-color:#c4e3f2;
	height:120px;
	width:177px;
	margin-right:0px;
	float:right;
	margin-left:20px;

}
#myteam h2 {
	margin-top:5px;
	line-height:20px;
	color: #75adc8;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #FFF;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#login {
	color:#FFF;
	font-size:12px;
	margin-left:4px;
}
#login input {
	color: #75adc8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
	padding:4px;
}
#search {
	background-color:#92c0d7;
	background-image: url(images/slb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:27px;
	margin-top:4px;
	
}
#search div {
		background-image: url(images/srb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:100%;
	height:27px;
	margin-top:0px;
}
#search input {
	background-color:#92c0d7;
	background-image: url(images/slb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:27px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin:0px;
	padding:0px;
	width:133px;
		padding-left:5px;
	padding-right:5px;
}
#search input:focus {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline:0;
	background-color:#FFF;
	background-image: url(images/sflb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
/* Menu */



#menu {
	background-color:#92C0D7;
	background-image: url(images/slt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
	line-height:30px;
	width:780px;	
}
#menu div {
		background-image: url(images/srt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:100%;

}
#menu ul {
	padding: 0px;
	list-style: none;
	height:30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	

}
#menu a {
	line-height:30px;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 13px;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #999;
}

#menu .current_page_item {
	height:29px;
	
}
#menu .current_page_item a {
	
}
#menu .current_page_parent {
	height:29px;
}
#menu .current_page_parent a {
}
#menu li {
	height:30px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;

}

/* UnderMenu */



#undermenu {
	
	width:760px;
	height:25px;
	line-height:25px;
	
}

#undermenu ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	

}
#undermenu a {

	color: #75adc8;
	display: block;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 0px;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#undermenu .current_page_item {

	
}
#undermenu .current_page_item a {
	
}
#undermenu .current_page_parent {
	height:30px;
}
#undermenu .current_page_parent a {
}
#undermenu li {

	float: left;
	margin: 0px 0px;
	padding: 0px 0px;

}

/* Sidan */
#main {
	width:780px;
	float:left;
}
#mainw {
	width:970px;
	float:left;
}
.page {
	background:#FFF;
	padding:10px;
	margin-bottom:10px;
}
.pagenews {
	float:left;
	width:508px;
	padding-right:10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5f9cbb;
}
.pagenewsright {
	float:left;
	width:230px;
	padding-left:10px;
}
.pagenewsright h1 {
	margin-top:0px;
	font-size:16px;
}
#sidebar {
	width:177px;
	float:left;
	margin-left:13px;
}
#sidebar img {
	margin-bottom:10px;
}
.nyhet {
	margin-bottom:20px;
	background-color: #F9F6F4;
}
.nyhet:hover {
	background-color: #E7DED3;
}
.nyhet h1 {
	margin-top:0px;
	font-size:18px;
}
.ltext {
	width:238px;
	padding-left:0px;
	margin-right:20px;
	float:left;
}
.rimage {
	width:250px;
	float:left;
}
.rtext {
	width:238px;
	padding-right:0px;
	margin-left:20px;
	float:right;
}
.limage {
	width:250px;
	float:right;
}
.singleleft {
	width:200px;
	margin-right:20px;
	float:left;
}
.singleright {
	width:530px;
	float:left;
}
.pageleft {
	width:530px;
	margin-right:20px;
	float:left;
}
.pageright {
	width:200px;
	float:left;
}
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	text-align: center;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.alignleft {

	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
}
.alignright {

	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}
.aligncenter {

	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	margin-top: 3px;
	margin-bottom: 0px;
}
#filtrera {
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	background-color: #F5F5F5;
	border: 1px solid #D5D5D5;
}
.nyhetsarkiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:2px;
	padding-bottom:2px;

	line-height:15px;
}
.mediaarkiv {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

	line-height:15px;
}

.nyhetsarkiv a, .nyhetsarkiv a:link, .nyhetsarkiv a:visited {
	margin-left:15px;
}
