/*
Theme Name:		Soccer Mastermind
Theme URI: 		soon!
Version: 		1.0
Description: 	A WordPress theme for Soccer Mastermind
Author: 		Ruben Kislaki
Author URI:		http://ruben.kislaki.net
Tags:			two-columns, fixed-width, sticky-post, threaded-comments, microformats
*/

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }


/*********************************************************************
 * 
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 *********************************************************************/

/* Document Body */
body {background:url(img/footer-bg.jpg) repeat;}
body, input, textarea { font: 13px/1.5 Tahoma, Verdana, "lucida sans", sans-serif; border-top:5px solid #B6D002; }

.container {background: #fff url(img/bg.jpg) repeat;}

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/* Widths */
.px960 {width:94%; max-width:960px; margin:0 auto;}

/* Header */
.social-icons { right:0px;}
.social-icons a {background-image:url(img/sprite.png); background-repeat:no-repeat; text-transform:uppercase; color:#4E4E4E; font-size:10px; float:left; padding:2px 0 2px 20px; margin-right:12px; }
.stayconnected a {background-image:url(img/sprite.png); background-repeat:no-repeat; padding:2px 0 2px 20px;}
.sub-icons a {background-image:url(img/sprite.png); background-repeat:no-repeat; padding:2px 0 8px 20px; margin:4px 0; color:#4E4E4E; font-size:10px; display:inline-block; text-transform:uppercase;}
	.social-icons a#rss, .stayconnected a#rss, .sub-icons a#rss {background-position:0px -99px;}
	.social-icons a#facebook, .stayconnected a#facebook, .sub-icons a#facebook {background-position:0px -129px;}
	.social-icons a#twitter, .stayconnected a#twitter, .sub-icons a#twitter {background-position:0px -189px;}
	.social-icons a#digg, .stayconnected a#digg {background-position:0px -159px;}
.stayconnected a#email {background-position:0px -430px;}

#header-sidebar { top:50px; right:45px; position:absolute; }
.ie7 #header-sidebar {width:270px;}

/* Logo */
.header {height:152px; background: #fff url(img/header-bg.png) repeat-x bottom;}
#logo {display:inline-block; margin-top:6px;}
#logo a { background: #fff url(img/sprite.png) top left; display:inline-block; width:310px; height:82px; }
#logo span {display:none;}
#tagline { color: #333; display:none; }

/* Menu */
.nav { float: left; line-height: 1; margin-top:23px;  font-family: 'Yanone Kaffeesatz', arial, serif; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative;	 margin-right:14px; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 6px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */

.nav a { color: #006699; text-transform:uppercase; font-size:18px; font-weight:bold; }
.safari .nav a {font-weight:200;} 
.nav a:hover { text-decoration: underline;  }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fff; }

.nav li.current_page_item {background:url(img/sprite.png) no-repeat right -581px; padding:0px 16px 0px 0px;}
.nav li.current_page_item a {color:#333; background:url(img/sprite.png) no-repeat left -615px; padding: 6px 0px 6px 17px;}
.nav li.current_page_item a:hover { text-decoration:none;}
.nav li.current_page_item a span {background:url(img/sprite.png) no-repeat center -620px; padding-bottom:18px;}

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #006699; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; }
.entry-content a:hover { text-decoration: underline; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 32px; line-height: 22px; padding: 5px 0px; font-family: 'Yanone Kaffeesatz', arial, serif; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* Content */
#content { margin-top:36px; padding-bottom:30px; margin:36px auto 0px auto; }
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; line-height: 34px;font-size: 32px;  }
.entry-title a:hover { color: #2361a1; text-decoration: none; }
.entry-content {color:#333333;}

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea { background: #fff url(img/sprite.png) repeat-x 0 -755px; border:1px solid #E7E7DC; font-size: 14px; }
input, textarea { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 6px; font-size:12px; color:#9F9F9F; font-style:italic; }
input.active, textarea.active {color:#333; font-family:Helvetica, Arial, sans-serif; font-style:normal;}

/* bugfix */
/*.chrome input { padding: 1px 3px; }*/
.safari .search-input {padding:0 10px 0 30px !important; width:147px !important;}
.mac.safari .searchform {width: 254px;}
.mac.chrome .search-input { width:152px !important;}
#search-button {float:right;}

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: left; margin: 0px 14px 10px 0px; border: 1px #ddd solid; padding: 1px; }
.comment-content {margin-left:68px;}
.commenter {font-style:normal; font-weight:bold; font-size:14px;}
#leave-a-reply, .comment-title, .pings-title { font-family: 'Yanone Kaffeesatz', arial, serif; font-size:24px; margin-bottom:14px;}
#comment-form input, #comment-form textarea {text-indent:20px;}
#comment-form input {width:250px;}
#comment-form textarea {max-width:458px; width:100%; height:144px;}
#comment-form #author {background-position:6px -336px;}
#comment-form #email {background-position:6px -865px;}
#comment-form #url {background-position:6px -392px;}
#comment-form #comment {background-position:6px -888px;}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Search */
.searchform { border:1px solid #E7E7DC; background: #fff url(img/sprite.png) repeat-x 0 -667px; -webkit-border-radius: 15px; vertical-align:top; margin-bottom:45px;}
.search-input {border:none; margin-top:3px; background:none; width:148px; padding:0 10px 0 30px; background:url(img/sprite.png) no-repeat 8px -311px;}
.safari .search-input {background-position: 8px -310px; }
.mac.safari .search-input {width:194px; background-position: 10px -308px !important;}
.chrome .search-input { background-position:8px -308px !important;}
.ie7 .search-input {width:148px; display:inline-block; float:left;}

/* Buttons */
button { background-color:transparent; background-image:url(img/sprite.png); background-repeat:no-repeat; border:none; display:inline-block;  margin:0; padding:5px 11px 4px 0px; cursor: pointer;}
button span { background-image:url(img/sprite.png); background-repeat:no-repeat; padding:6px 0px 5px 11px; text-shadow: 0px 1px 0px #00537C; color:#fff; font-weight: bold; text-transform:uppercase; font-size:10px; white-space: nowrap;}
button.blue {background-position:right -460px;}
	button.blue span {background-position:left -491px; }
button.grey {background-position: right -521px;}
	button.grey span {background-position: left -552px;}

.chrome button {padding:6px 11px 6px 0px;}
.chrome button span {padding: 6px 0px 6px 11px;}
.ie8 button span {padding:6px 0px 6px 11px;}

.ie7 button {padding:0px 13px 0px 0;overflow: visible; border:0; padding:0;}
.ie7 button span {padding:5px 0px 3px 11px; height:16px; margin:-2px 13px 0px 0px; display:block; position:relative;}

.mac.safari button { padding:6px 11px 6px 0px; }
.mac.safari button span { padding:6px 0px 6px 11px; }

/* Post */
.post-thumbnail { float:left;padding-right:9px; }
.post-thumbnail img { padding:9px;border:1px solid #E3E3E3; filter:Gray;}
.singlepost-thumbnail { background:url(img/img-bg.png) no-repeat top right; padding-right:9px; float:left; margin-right:3px; margin-top:4px;}
	.singlepost-thumbnail img {border:1px solid #E3E3E3; padding:9px;}
.entry-meta {font-size:11px; }
.entry-meta.entry-head {margin-bottom:20px;}
.entry-meta span {margin-right:16px;}
.entry-categories {background:url(img/sprite.png) no-repeat 0px -280px; padding-left:16px;}
.published {background:url(img/sprite.png) no-repeat 0px -221px; padding-left:16px;}
.comment-count {background:url(img/sprite.png) no-repeat 0px -250px; padding-left:16px;}
.facebook-like { padding:20px 0; border-bottom:1px dashed #d6d6d6;border-top:1px dashed #D6D6D6;}
.single-article {text-align:justify;}

#primary > div:hover .entry-content {border-color:#B6D002; color:#333333;}
#primary > div:hover .post-thumbnail {background:url(img/thumb-bg.png) no-repeat 160px top;}
#primary > div:hover .post-thumbnail img {filter:none;}

.call2action {display:block; padding:0px; margin:20px 0 50px;}
.call2action h3 {color:#80a402;font-size: 26px; line-height: 22px; padding: 5px 0px; font-family: 'Yanone Kaffeesatz', arial, serif;}
.call2action div.left {width:444px; float:left; margin-right:22px; background:#F6F8E4; border:1px solid #B4CF17; padding:16px 14px 16px 10px; font-family:Helvetica, Arial, sans-serif; font-size:12px;}
.call2action div.right { float:left; padding-top:16px;}
.call2action div.right a {background-image:url(img/sprite.png); background-repeat:no-repeat; padding:2px 0 2px 20px; color:#333;}
.call2action div.right h4 { font-size:20px;font-family: 'Yanone Kaffeesatz', arial, serif;}
.call2action ul {list-style-type:none; list-style-position:inside;margin:0;}

#quick_subscribe_form {margin-top:10px;}
#quick_subscribe_form small {font-size:12px; font-style:italic; font-family: Georgia, "Times New Roman", Times, serif; color:#787878; margin-top:3px; display:inline-block;}
#quick_subscribe_form input {width:282px; margin-left:8px; margin-bottoM:10px;}
.safari #quick_subscribe_form input {margin-left:8px; margin-bottom:10px; width:270px;}
#quick_subscribe_form button {float:right;}
#quick_subscribe_form small {vertical-align:middle;}
#quick_subscribe_form label {width:140px; display:inline-block; float:left; margin-top:8px;}
.safari #quick_subscribe_form label {font-size:11px; }

.side-subscribe {width:266px;}
.subscribe-btn {float:right;}

.shareit { padding-top:10px; margin-left:254px; display:block; height:66px;}
.shareit div { float:left; margin-right:14px; }
.gbuzz {margin-right:0 !important;}

.entry-tags { font-size:11px; margin:40px 0 20px 0; padding-top:20px; display:block; border-top:1px dashed #d6d6d6;}

/* Frontpage */
.frontpage {border-bottom:1px dashed #D5D5D5; padding-bottom:24px; margin-bottom:24px; position:relative;}
.frontpage h2.entry-title { clear:none; }
.frontpage h2.entry-title a {color: #006699;}
.frontpage h2.entry-title a:hover {text-decoration:underline;}
.frontpage div.entry-content { font-family:Georgia, "Times New Roman", Times, serif; color:#989898; font-size:14px; font-style:italic; border-left:5px solid #E3E3E3; padding-left:8px; height:64px; margin-bottom:20px; overflow:hidden; }
.frontpage div.entry-meta { margin-left:170px; position:absolute; bottom:26px;}
.ie7 .frontpage div.entry-meta {margin-left:0px;}
.frontpage div.article {border-bottom:none;}

/* Footer */
.footer {border-top:5px solid #C0DC00; background:url(img/footer-bg.jpg) repeat; padding:16px 0 40px; width:100%;}
.footer a { color:#fff; text-shadow:0px 1px 0px #000; text-transform:uppercase; font-size:11px;}
.footer ul { width:140px; margin-right:20px; float:left; display:block; margin-left:0;}
.stayconnected {float:right; width:250px; }
.stayconnected ul {width:250px;}
.footer li {list-style-type:none;border-bottom:1px dashed #616161; padding:7px 0;}
.footer h3 {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#c0dc00;} 
.footer li span {float:right; color:#C2C2C2; font-family:Georgia, "Times New Roman", Times, serif; display:none; font-style:italic; font-size:11px; vertical-align:middle; }
.footer li:hover span {display:inline;}

#farchive {width: 660px; float:left;}
#ye2010, #ye2008 {width: 106px; float:left; margin-right:50px;}
#ye2009 {float:left; width:276px;}
#y2009 {width:280px !important;}
#y2009 div.first {margin-right:20px;}

/* Widgets */
.aside {font-family: Helvetica, Arial, sans-serif;}
.widget-title {font-size:13px; font-weight:bold; text-transform: uppercase; text-shadow: 0px 1px 0px #D3E598; background:url(img/sprite.png) no-repeat left -708px; padding:10px 0 20px 20px; color:#333333;}
.widget ul {list-style-position:inside; vertical-align:top;}
.widget > ul { margin-left:20px;}
.widget li { color:#333; list-style-image:url(img/li-bullet.png); border-bottom:1px dashed #D6D6D6; padding-top:8px; font-size:12px; }
.widget li.current-cat { list-style-image:url(img/li-bullet-hover.png);}
.widget li.current-cat a { font-weight:bold;}
.widget ul li a { vertical-align:top; font-size:12px; padding: 0px 0px 8px 0; font-family:Helvetica, Arial, sans-serif; font-style:normal; width:260px; margin-right:10px; display:inline-block; }
.widget ul li a:hover span.cat-title { text-decoration:underline;}

.widget_categories2 li a:hover {text-decoration:none;}
.widget_categories2 .article-count {color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; float:right; margin-right:10px; width:auto;}
.widget_categories2 li:hover .article-count { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#989898; text-decoration:none;}

#subscribe {padding-left:20px;}
#subscribe small {font-size:10px; font-style:italic; font-family: Georgia, "Times New Roman", Times, serif; color:#A4A4A4; margin-right:4px; margin-top:6px; display:inline-block; }
#subscribe ul {margin-bottom:4px; margin-left:0; padding-left:0; }
#subscribe li {border-bottom:none;}
#subscribe input {width:250px; margin-bottom:8px; display:block; clear:both;}
#quick_subscribe_messages {padding-left:20px; margin-top:10px;}

/* Popularity Contest */
.akpc_report ul { margin-left:20px;}
.akpc_report li a { padding: 0px !important; }
span.viewcount {display:block; color:#333; padding-left:18px; font-style:normal; padding-bottom:8px;}

/* WP-Pagenavi */
.wp-pagenavi {text-align:center; color:#D6E0EB;}
.wp-pagenavi .pages {font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; color:#989898; font-style:italic; margin:0 24px;}

.optional {text-transform:uppercase; font-size:10px; font-style:italic; color:#9F9F9F;}

.ie7 #categories li a {padding:0; display:inline-block; }
.ie7 .widget li {vertical-align:top; padding-top:0px;}
.ie7 .widget UL LI SPAN.cat-title {width:100px; display:inline;}
.ie7 .widget_categories2 .article-count {width:70px;float:left; display:inline;}

