/*

Theme Name: Soler
Theme URI: http://blaugrana.no/
Description: Wordpress theme for BLAUGRANA.NO. Dedicated to the 5th President of FC Barcelona, Josep María Soler (1905–1906).
Author: BLAUGRANA.NO
Version: 5.0

*/

/*
* import fonts
*/

@import url('fonts/fonts.css');

/*
* reset
*/

*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-text-size-adjust: none;
}

/*
* global anchor
*/

a
{
	-webkit-transition: color 0.20s;
	-moz-transition: color 0.20s;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}

a:hover
{
	color: #7592c2;
}

/*
* common elements
*/

span.blaugrana
{
	font-family: 'Titillium Bold', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: white;
}

.hr
{
	height: 2px;
	border-bottom: 2px #63071d dotted;
	margin: 25px 0;
	color: #aaa;
}

.hr hr
{
	display: none;
}

code
{
	font-family: Courier New, Courier, monospace;
	font-weight: bold;
	margin: 0 5px;
}

abbr
{
	border-bottom: 1px #aaa dotted;
	cursor: help;
}

/*
* image baseline fix
*/

#image img,
.ad img
{
	vertical-align: bottom;
}

/*
* recaptcha iframe fix
*/

body iframe
{
	display: none;
}

.adsense iframe
{
	display: inline;
}

#live iframe
{
	display: inline;
}

/*
* html
*/

html
{
	background: #16264f url(images/background.jpg) top center no-repeat fixed;
	height: 100%;
}

/*
* body
*/

body
{
	width: 950px;
	margin: 10px auto 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.35);
	text-rendering: optimizeLegibility;
}

/*
* header
*/

#header
{
	background: #71041f url(images/header.jpg) top left;
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 10px;
	cursor: pointer;
}

/*
* search
*/

#search
{
	width: auto;
	text-align: right;
	position: absolute;
	top: 60px;
	right: 10px;
}

#search form
{
	overflow: hidden;
}

#search .wrapper
{
	float: left;
	background: white;
	width: 190px;
	max-height: 20px;
	height: 20px;
	padding: 4px;
}

#search input
{
	background: white;
	width: 100%;
	height: 21px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #3b4978;
}

#search #button
{
	background: #3b4978;
	width: 30px;
	height: 30px;
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
	color: #74667f;
}

#search #button:hover
{
	background: #45558e;
}

#search #button:focus
{
	color: #5669b4;
}

/*
* #navigation
*/

#navigation
{
	display: block;
	background: #71041f url(images/navigation.png) top repeat-x;
	height: 40px;
	line-height: 40px;
}

#navigation a
{
	font-size: 13px;
	font-weight: 500;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	background: #71041f url(images/navigation.png) top repeat-x;
	float: left;
	position: relative;
	border-right: 2px #7f0321 solid;
}

#navigation ul li a
{
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
}

#navigation ul li#home img
{
	border-bottom: none;
	position: relative;
	top: 3px;
	padding: 0 2px;
}

#navigation ul li#facebook img
{
	border-bottom: none;
	position: relative;
	top: 2px;
	padding: 0 2px;
}

#navigation ul li.active,
#navigation ul li a:hover
{
	background: #283c6b url(images/navigation.png) bottom repeat-x;
	color: #7592c2;
}

#navigation ul li span
{
	float: right;
	background: url(images/pull.png) no-repeat 0 0;
	width: 11px;
	height: 10px;
	margin: 0 0 0 7px;
	position: relative;
	top: 15px;
}

#navigation ul li span.active
{
	background-position: -11px 0;
	cursor: pointer;
}

#navigation ul li ul
{
	list-style: none;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 50;
}

#navigation ul li ul li
{
	background-color: #283c6b;
	background-image: none !important;
	padding: 5px;
	border-bottom: 5px #22335c solid;
	border-right: none;
}

#navigation ul li ul li a:first-child
{
	border-top: 1px #283c6b solid;
}

#navigation ul li ul li a
{
	background: url(images/go.png) 5px 10px no-repeat;
	width: 150px;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0 15px;
	/* border-bottom: 2px #253965 solid; */
	border-bottom: 2px #2b4072 solid;
	font-weight: normal;
}

#navigation ul li ul li a:last-child
{
	border-bottom: none;
}

#navigation ul li ul li a:hover
{
	background: #22335c url(images/go2.png) 5px 10px no-repeat;
	color: #7592c2;
}

/*
* twitter
*/

#twitter
{
	background: #3b4978;
	color: #e0e0e0;
	margin: 5px 0;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}

#twitter ul
{
	list-style: none;
}

#twitter strong
{
	font-weight: bold;
}

#twitter .return
{
	font-weight: bold;
	font-family: Helvetica;
}

#twitter a
{
	color: white;
	font-weight: 600;
}

#twitter a:hover
{
	color: #87ace7;
}

/*
* main layout
*/

#container
{
	background: url(images/container.png) repeat;
	margin: 5px 0;
	padding: 10px;
	overflow: hidden;
}

#container #content,
#container #page,
#container #live
{
	width: 620px;
	float: left;
	margin: 0 10px 0 0;
}

#container .full
{
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

#container #sidebar
{
	width: 300px;
	float: right;
}

/*
* page
*/

#page .legend
{	
	background: #67051d;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#page .category
{
	color: #aaa;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.15;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#page h1
{
	font-size: 25px;
	line-height: 1.25;
	margin: 5px 0 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#page h2
{
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.45;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#page h3
{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: white;
}

#page p:first-child
{
	font-size: 20px;
	line-height: 1.45;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#page p
{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}

#page p strong
{
	font-weight: bold;
	color: #aaa;
}

span.fcb,
#page p:first-child strong
{
	font-weight: bold;
	color: white;
}

#page #byline
{
	margin: 15px 0 0 0;
	color: #aaa;
	line-height: 1.3;
	font-size: 13px;
	font-weight: normal;
}

#page #byline a
{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: silver;
}

#page #byline a:hover
{
	text-decoration: none;
	color: #7592c2;
}

#page #share
{
	list-style: none;
	overflow: hidden;
	margin: 15px 0 0 0;
}

#page #share div
{
	float: left;
	margin: 0 10px 0 0;
}
	
#page .text a
{
	text-decoration: underline;
	color: silver;
	font-weight: bold;
}
	
#page .text a:hover
{
	text-decoration: none;
	background: #21345e;
	color: #7592c2;
}

#image
{
	position: relative;
}

#image img
{
	min-width: 300px;
	max-width: 300px;
	height: 250px;
}
	
#caption
{
	background: url(images/transparent-black.png);
	width: 290px;
	padding: 5px;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
}
	
#caption strong
{
	font-weight: bold;
	text-transform: uppercase;
}

#page ul
{
	margin: 15px 75px 0 0;
	padding: 0 0 0 25px;
	list-style: disc;	
}

#page ul li
{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}

#page ol
{
	margin: 15px 75px 0 0;
	padding: 0 0 0 35px;
}

#page ol li
{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}

#page blockquote
{
	border-left: 3px solid #63071d;
	padding: 0 10px;
}
	
#page blockquote p strong,
#page blockquote p:first-child
{
	font-size: 13px;
	font-weight: bold;
	color: silver !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}

#page blockquote p
{
	font-size: 13px;
	color: silver;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
}

#page .inlinequote
{
	font-size: 18px;
	font-style: italic;
	margin: 25px auto;
	padding: 0 75px;
}

#page .inlinequote .cite
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 25px 0;
	text-align: right;
}

#page .inlinequote .cite strong
{
	color: #aaa;
	text-transform: uppercase;
}

#page p > a.normal > img
{
	border: 5px #63071d solid;
}

#page p > a.normal:hover > img
{
	border: 5px #21345e solid;
}

#page p > a.normal,
#page p > a.normal:hover
{
	background: none;
}



/* archive */

#page .post
{
	overflow: hidden;
	margin: 25px 0;
}

#page .post h2
{
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	line-height: 1.20;
}

#page .post p
{
	font-size: 13px;
	line-height: 1.50;
	margin: 5px 0 0 0;
}

#page .meta
{
	margin: 5px 0 0 0;
	color: #aaa;
	font-weight: normal;
	font-size: 12px;
}

/*
* top story
*/

#top-story
{
	background: #6a071e url(images/gradient-red.png) repeat-x;
	width: 620px;
	height: 250px;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

#top-story .image
{
	width: 310px;
	height: 250px;
	float: right;
}

#top-story .image img
{
	min-width: 100%;
	max-height: 100%;
}

#top-story .text
{
	padding: 25px 15px;
	width: 280px;
	height: 200px;
}

#top-story .text h1
{
	margin: 0 0 15px 0;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#top-story .text p
{
	font-size: 20px;
	line-height: 30px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#top-story .comments
{
	background: url(images/transparent-red.png);
	padding: 5px 5px 4px 5px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#top-story .comments img
{
	min-width: 1px;
	padding: 0 2px 0 0;
}

/*
* features
*/

#features
{
	margin: 10px 0 0 0;
	height: 250px;
	overflow: hidden;
}

#features .item
{
	background: url(images/gradient-red.png) repeat-x;
	float: left;
	width: 200px;
	height: 250px;
	text-align: left;
	margin: 0 10px 0 0;
	position: relative;
}

#features .item:last-child
{
	float: right;
	margin: 0;
}

#features .sticky
{
	background: url(images/gradient-blue.png) repeat-x;
}

#features .image
{
	width: 200px;
	height: 120px;
	overflow: hidden;
}

#features .image img
{
	max-width: 100%;
	min-width: 100%;
}

#features .text
{
	padding: 10px;
}

#features .text h2
{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	line-height: 18px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#features .text p
{
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#features .comments
{
	background: url(images/transparent-red.png);
	padding: 5px 5px 4px 5px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	cursor: pointer;
}

#features .comments img
{
	min-width: 1px;
	padding: 0 2px 0 0;
}

/*
* headlines
*/

#headlines
{
	background: #6c071f;
	width: 620px;
	height: 250px;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}

#headlines .section
{
	float: left;
	width: 190px;
	height: 250px;
	margin: 0 10px 0 0;
	padding: 0 5px;
}

#headlines .section:last-child
{
	margin: 0;
}

#headlines .section strong
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-top: 1px #6c071f solid;
	border-bottom: 2px #67071f solid;
	font-weight: bold;
	color: white;
}

#headlines .section a
{
	display: block;
	background: url(images/go.png) no-repeat 5px center;
	line-height: 23px;
	padding: 0 5px 0 13px;
	border-bottom: 2px #67071f solid;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}

#headlines .section a:last-child
{
	border-bottom: 1px #6c071f solid;
}

#headlines .section a:hover
{
	background: url(images/go2.png) no-repeat 5px center;
	color: #7592c2;
}

/*
* related articles
*/

#related-articles
{
	margin: 10px 0;
	background: #63071d;
	margin: 10px 0 0 0;
	color: white;
	overflow: hidden;
	padding: 0 5px;	
}

#related-articles strong
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-top: 1px #6c071f solid;
	border-bottom: 2px #67071f solid;
	font-weight: bold;
	color: white;
}

#related-articles a
{
	display: block;
	background: url(images/go.png) no-repeat 5px center;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 13px;
	border-bottom: 2px #67071f solid;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}

#related-articles a:last-child
{
	border-bottom: 1px #63071d solid;
}

#related-articles a:hover
{
	background: url(images/go2.png) no-repeat 5px center;
	color: #7592c2;
}

/*
* tags
*/

#tags
{
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#tags ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tags li
{
	background: #63071d;
	float: left;
	margin: 0 5px 5px 0 !important;
	font-size: 12px !important;
	padding: 1px 3px;
}

#tags li:hover
{
	background: #21345e;
}
	
#tags a
{
	font-weight: bold;
	color: #ddd;
}

#tags a:hover
{
	color: #7592c2;
	text-decoration: underline;
}

/*
* comments
*/

#comments h3
{
	margin: 15px 0 5px 0;
}

#comments p:first-child
{
	text-shadow: 0 1px rgba(0, 0, 0, 0.35);
}

#comments p.notice
{
	font-size: 12px;
	margin: 10px 0 15px 0;
	color: #aaa;
	line-height: 16px;
}
	
#comments .comment
{
	background: #6C071F;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
}
	
#comments .left
{
	width: 40%;
	float: left;
	text-align: left;
}
	
#comments .right
{
	width: 60%;
	float: right;
	text-align: left;
}
	
#comments .author
{
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
	
#comments .text p
{
	line-height: 20px;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 12px;
}

#comments .text p.message
{
	font-style: italic;
	font-weight: bold;
}

#comments .text a
{
	color: #aaa;
	font-weight: bold;
}
	
#comments .text a:hover
{
	background: #21345e;
	color: #7592c2;
}
	
#comments .text p:first-letter
{
	text-transform: capitalize;
}
	
#comments .report a
{
	color: #aaa;
	text-decoration: underline;
	font-weight: bold;
	padding: 0;
	margin: 0 10px 0 0;
	text-align: left;
}
	
#comments .report a:hover
{
	background: #21345e;
	text-decoration: none;
	color: #7592c2;
	padding: 0;
}
	
#comments .staff
{
	color: #7592C2;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats", "Arial Unicode MS Normal", "Arial Unicode MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	cursor: help;
}
	
#comments .staff:hover
{
	color: #ffaa00;
}

/*
* respond
*/

#respond h3
{
	margin: 15px 0 5px 0;
}
	
#respond p.notice
{
	margin: 10px 0 15px 0;
	color: #aaa;
	line-height: 16px;
	font-size: 12px;
}

#respond p.notice strong
{
	color: silver;
}

#respond p.notice a
{
	color: #aaa;
	text-decoration: underline;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
	
#respond p.notice a:hover
{
	background: #21345e;
	text-decoration: none;
	color: #7592c2;
	padding: 0;
}

#respond p.warning
{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	color: #aaa;
	line-height: 16px;
}
	
#respond .user
{
	margin: 10px 0 15px 0;
	color: white;
	line-height: 17px;
	border-left: 3px #7592c2 solid;
}
	
#respond p
{
	margin: 10px 0;
}

#respond p:first-child
{
	text-shadow: 0 1px rgba(0, 0, 0, 0.35);
}

#comments span.fcb,
#respond span.fcb
{
	display: inline;
	margin: 0;
	color: #aaa;
}

#respond .fix
{
	margin: 10px 0 0 0;
}
	
#respond label
{
	font-size: 12px;
	cursor: pointer;
}

#respond label strong
{
	color: white;
}

#respond .button
{
	width: auto;
	margin: 0 10px 0 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	border: 1px #71041f solid;
	color: #71041f;
}
	
#respond input:hover.button
{
	color: #325196;
	border: 1px #325196 solid;
}
	
#respond input:focus.button
{
	color: #8093bc;
	border: 1px #325196 solid;
}

/*
* Users
*/

#users
{
	overflow: hidden;
}

#users .left
{
	float: left;
	width: 310px;
}

#users .right
{
	float: right;
	width: 310px;
}

#users .user
{
	margin: 25px 0 0 0;
	overflow: hidden;
	height: 60px;
}

#users .user .photo
{
	float: left;
	width: 60px;
	height: 60px;
	background: url(images/photo.png);
}

#users .user .info
{
	background: #6c071f;
	float: left;
	width: 240px;
	height: 50px;
	padding: 5px;
}

#users .user .name
{
	font-weight: bold;
}

#users .user .position
{
	margin: 2px 0;
	font-style: italic;
}

/*
* next fixture
*/

#next-fixture
{
	height: 210px;
	overflow: hidden;
	background: #6a071e url(images/fixtures.png) no-repeat;
	margin: 0 0 10px 0;
	position: relative;
	padding: 20px 5px;
	text-align: center;
	position: relative;
}

#next-fixture .logo
{
	cursor: pointer;
}

#next-fixture .days
{
	margin: 5px 0 0 0;
	font-size: 26px;
	letter-spacing: -1px;
}

#next-fixture .days span
{
	font-size: 24px;
}

#next-fixture .opponent
{
	margin: 10px 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#next-fixture .date
{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

#next-fixture span.weekday
{
	background: #8a182b;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	cursor: help;
}

#next-fixture .competition
{
	margin: 3px 0 0 0;
	font-size: 13px;
}

#next-fixture .location
{
	margin: 3px 0 0 0;
	font-size: 13px;
}

#next-fixture .tv
{
	margin: 10px 0 0 0;
	cursor: help;
}

/*
* last fixture
*/

#last-fixture
{
	padding: 60px 5px;
	text-align: center;
	position: relative;
}

#last-fixture .block
{
	overflow: hidden;
	height: 41px;
	padding: 0 30px;
}

#last-fixture .hometeam
{
	float: left;
	width: 40%;
	text-align: center;
}

#last-fixture .result
{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 41px;
}

#last-fixture .awayteam
{
	float: right;
	width: 40%;
	text-align: center;
}

#last-fixture .match
{
	margin: 10px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#last-fixture .datetime
{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

#last-fixture span.weekday
{
	background: #8a182b;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	cursor: help;
	text-transform: uppercase;
}

#last-fixture span.now
{
	font-weight: bold;
	color: #ffaa00;
}

#last-fixture .competition
{
	margin: 3px 0 0 0;
	font-size: 13px;
}

#last-fixture .location
{
	margin: 3px 0 0 0;
	font-size: 13px;
}

/*
* league table
*/

#league-table
{
	background: #63071d;
	margin: 10px 0 0 0;
	color: white;
	overflow: hidden;
	padding: 0 5px;	
}

#league-table .legend
{
	background: #63071d;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-top: 1px #63071d solid;
	border-bottom: 2px #6c071f solid;
	font-weight: bold;
	color: white;
}

#league-table abbr
{
	cursor: help;
	border-bottom: 1px silver dotted;
}

#league-table .row
{
	background: #63071d;
	text-align: left;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-bottom: 2px #6c071f solid;
	overflow: hidden;
}

#league-table .row:last-child
{
	border-bottom: 1px #63071d solid;
}

#league-table .dotted
{
	border-bottom: 2px #c0c0c0 dotted;
}

#league-table .solid
{
	border-bottom: 2px #c0c0c0 solid;
}

#league-table .position
{
	float: left;
	width: 30px;
	text-align: center;
	margin: 0 10px 0 0;
}

#league-table .team
{
	float: left;
	width: 130px;
	text-align: left;
}

#league-table .int
{
	float: left;
	width: 45px;
	text-align: center;
	margin: 0 10px 0 0;
}

#league-table .points
{
	float: left;
	width: 45px;
	text-align: center;
	margin: 0;
}

#league-table .highlight
{
	font-weight: bold;
	color: #deb307;
}

/*
* league (mini)
*/

#league-mini
{
	background: #63071d;
	margin: 10px 0 0 0;
	color: white;
	height: 250px;
	overflow: hidden;
	padding: 0 5px;	
}

#league-mini .legend
{
	background: #63071d;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-top: 1px #63071d solid;
	border-bottom: 2px #6c071f solid;
	font-weight: bold;
	color: white;
}

#league-mini .legend a
{
	float: right;
	padding: 0 0 0 10px;
	background: url(images/plus.png) 0 7px no-repeat;
	font-size: 9px;
	text-transform: uppercase;
}

#league-mini .row
{
	background: #63071d;
	text-align: left;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-bottom: 2px #6c071f solid;
	overflow: hidden;
}

#league-mini .row:last-child
{
	border-bottom: 1px #63071d solid;
}

#league-mini .dotted
{
	border-bottom: 2px #c0c0c0 dotted;
}

#league-mini .solid
{
	border-bottom: 2px #c0c0c0 solid;
}

#league-mini .position
{
	float: left;
	width: 21px;
	text-align: center;
	margin: 0 10px 0 0;
}

#league-mini .team
{
	float: left;
	width: 166px;
	text-align: left;
}

#league-mini .played
{
	float: left;
	width: 21px;
	text-align: center;
	margin: 0 10px 0 0;
}

#league-mini .difference
{
	float: left;
	width: 21px;
	text-align: center;
	margin: 0 10px 0 0;
}

#league-mini .points
{
	float: left;
	width: 21px;
	text-align: center;
}

#league-mini .highlight
{
	font-weight: bold;
	color: #deb307;
}

/*
* fixture-list
*/

#fixture-list .legend
{
	background: #63071d;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

#fixture-list .row
{
	background: #6c071f;
	height: 25px;
	line-height: 25px;
	margin: 2px 0 0 0;
	padding: 5px;
	overflow: hidden;
}

#fixture-list .row:last-child
{
	margin: 2px 0 10px 0;
}

#fixture-list .row div
{
	float: left;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0 5px;
}

#fixture-list .row .weeknumber
{
	width: 10px;
	height: 25px;
	text-align: center;
}

#fixture-list .row .weeknumber abbr
{
	border-bottom: 1px #aaa dotted;
	cursor: help;
}

#fixture-list .row .weekday
{
	width: 15px;
	height: 25px;
	text-align: left;
}

#fixture-list .row .weekday abbr
{
	border-bottom: 1px #aaa dotted;
	cursor: help;
}

#fixture-list .row .date
{
	width: 115px;
	text-align: center;
}

#fixture-list .row .hometeam
{
	width: 100px;
	text-align: right;
}

#fixture-list .row .awayteam
{
	width: 100px;
	text-align: left;
}

#fixture-list .row .result
{
	width: 75px;
	height: 25px;
	font-weight: bold;
	text-align: center;
}

#fixture-list .row .team
{
	width: 150px;
	text-align: left;
}

#fixture-list .row .logo
{
	width: 25px;
	height: 25px;
}

#fixture-list .row .logo img
{
	width: 25px;
	height: 25px;
}

#fixture-list .row .score
{
	width: 16px;
	text-align: center;
}

#fixture-list .row .competition
{
	width: 125px;
}

/*
* discussions
*/

#discussions
{
	background: #6c071f;
	margin: 10px 0 0 0;
	color: white;
	height: 250px;
	overflow: hidden;
}

#discussions .legend
{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

#discussions .legend a
{
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0 2px 0 0;
	padding: 0 10px;
	overflow: hidden;
	font-weight: normal;
	background: #5e081f;
	cursor: pointer;
}

#discussions .legend .active
{
	font-weight: bold;
	color: white;
	background: #63071d;
}

#discussions .tab
{
	background: #63071d;
	padding: 0 5px;	
}

#discussions .tab a
{
	display: block;
	background: url(images/quote.png) 5px center no-repeat;
	text-align: left;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 20px;
	border-bottom: 2px #6c071f solid;
	overflow: hidden;
	font-weight: normal;
}

#discussions .tab a:last-child
{
	border-bottom: 1px #63071d solid;
}

#discussions .tab a:hover
{
	color: #7592c2;
}

/*
* #team
*/

#team
{
	overflow: hidden;
	margin: 15px 0 0 0;
}

#team .left
{
	float: left;
	width: 50%;
	overflow: hidden;
}

#team .right
{
	float: right;
	width: 50%;
	overflow: hidden;
}

#team .player
{
	overflow: hidden;
	margin: 5px 0;
}

#team .flag
{
	float: left;
	width: 8%;
}

#team .flag img
{
	position: relative;
	top: 1px;
}

#team .number
{
	float: left;
	width: 9%;
	text-align: center;
}

#team .position
{
	float: left;
	width: 15%;
	text-align: center;
}

#team .name
{
	float: left;
	width: 60%;
}

#team .name strong
{
	font-weight: 500;
	color: white;
	text-transform: uppercase;
}

#team .captain
{
	background: #5e081f;
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	color: #dfba57;
	text-transform: uppercase;
	position: relative;
	top: -1px;
}

#team .vicecaptain
{
	background: #5e081f;
	padding: 2px;
	font-size: 9px;
	font-weight: bold;
	color: silver;
	text-transform: uppercase;
	position: relative;
	top: -1px;
}

/*
* feedback
*/

#feedback .category
{
	color: #aaa;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.15;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#feedback h1
{
	font-size: 25px;
	line-height: 1.25;
	margin: 5px 0 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#feedback h2
{
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.45;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

#feedback h3
{
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	color: white;
}

#feedback label
{
	display: block;
	cursor: pointer;
}

#feedback p
{
	margin: 15px 310px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: white;
}

#feedback input:focus, #feedback select:focus, #feedback textarea:focus
{
	background: white;
	color: #d53860;
	border-color: #d53860;
}

#feedback input:hover, #feedback select:hover, #feedback textarea:hover
{
	color: #8093bc;
}

#feedback select.disabled:hover
{
	color: #888;
}

#feedback .button
{
	background: #f0f0f0;
	width: auto;
	margin: 0 10px 0 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	border: 1px #71041f solid;
	color: #71041f;
}
	
#feedback input:hover.button
{
	color: #325196;
	border: 1px #325196 solid;
}
	
#feedback input:focus.button
{
	color: #8093bc;
	border: 1px #325196 solid;
}

/*
* Forms
*/

form .wrapper
{
	background: #f7f6fc;
	width: 60%;
	line-height: normal;
	max-height: 25px;
	border: 1px #dfe1e7 solid;
	padding: 3px;
}

form .inline
{
	float: left;
	margin: 0 10px 0 0;
}

form .field
{
	width: 100%;
	background: #f7f6fc;
	padding: 1px 0;
	text-align: left;
}

form .textarea
{
	background: #f7f6fc;
	width: 75%;
	border: 1px #dfe1e7 solid;
	padding: 5px;
}

form .wrapper input
{
	width: 100%;
	background: inherit;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #74667f;
}

form .textarea textarea
{
	width: 100%;
	height: 100%;
	background: inherit;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #74667f;
	line-height: 1.35;
}

form .wrapper select
{
	width: 100%;
	background: inherit;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #74667f;
	cursor: pointer;
}

form select optgroup
{
	margin: 5px 0;
	padding: 0 5px;
	cursor: pointer;
}

form option
{
	margin: 5px 0;
	padding: 0 5px;
	cursor: pointer;
}

/*
* ad
*/

.adsense .board
{
	background: #25345d;
	height: 60px;
	margin: 0 0 10px 0;
	padding: 5px;
}

.adsense .board .unit
{
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
}

.adsense .single
{
	background: #ae1616;
	height: 60px;
	padding: 5px;
}

.ad .single img
{
	height: 70px;
	vertical-align: bottom;
}

/*
* footer
*/

#footer
{
	background: #283c6b;
	overflow: hidden;
	border-bottom: 10px #16264f solid;
	padding: 0 10px;
}

/*
* sitemap
*/

#sitemap
{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px #2b4072 solid;
}

#sitemap .section
{
	width: 221px;
	float: left;
	margin: 0 15px 0 0;
}

#sitemap .section:last-child
{
	margin: 0;
}

#sitemap .section strong
{
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	border-bottom: 2px #2b4072 solid;
	font-weight: bold;
	color: white;
}

#sitemap .section a
{
	display: block;
	background: url(images/go.png) no-repeat 5px center;
	height: 23px;
	line-height: 23px;
	padding: 0 5px 0 13px;
	border-bottom: 2px #2b4072 solid;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}

#sitemap .section a:last-child
{
	border-bottom: none;
}

#sitemap .section a:hover
{
	background: url(images/go2.png) no-repeat 5px center;
	color: #7592c2;
}

/*
* information
*/

#information
{
	border-top: 1px #253765 solid;
	overflow: hidden;
	padding: 10px 0;
}

#information .left
{
	width: 25%;
	float: left;
}

#information .right
{
	width: 75%;
	float: right;
	text-align: right;
}
