/*
Theme Name: FSB
Theme URI: http://fifasoccerblog.com
Description: Child Theme for Network
Author: Project 14
Author URI: http://www.project14.co.uk
Template: network
Version: 0.1
*/



/* Layout */
body { background:url("images/bg.jpg") 0 0 repeat-x;  }
#site-header { background:url("images/bg-header.jpg") bottom left no-repeat; }
#logo { margin-top:12px; width:200px; padding-top:165px; background:url("images/logo.png") 0 0 no-repeat; }
.logo-small { background-image:url("images/logo-small.png"); }

#posts-recent article img, #posts-related article img { border-color:#c81010; }

#site-decoration { background:url("images/site-decoration-wide.jpg") bottom center no-repeat; height:210px; margin-top:20px; }
	.grid_6 #site-decoration { background:url("images/site-decoration-narrow.jpg") bottom center no-repeat; }

footer { background:url("images/bg-footer.jpg") 0 0 repeat-x; }


/* Navigation */
		.tabs li.active { background-color:#c81010; }
		.tab { border-top:3px solid #c81010; }

.pagination {  }
	.pagination .current { background:#c81010; color:#fff; border:1px solid #ddd; }
	.pagination a { color:#c81010; border:1px solid #e68585; }
	.pagination a:hover,
	.pagination a:visited:hover { border-color:#e68585; -moz-box-shadow:0 0 5px #ff9393; -webkit-box-shadow:0 0 5px #ff9393; box-shadow:0 0 5px #ff9393; }		
		

/* Forms */
#search .submit { background-image:url("images/search-submit.gif"); } 
		
		
/* Typography */
.widget h3 { border-bottom:3px solid #c81010; }
footer { text-shadow:0 1px 0 rgba(255,255,255,0.1); }		

.media-gallery li:hover { -moz-box-shadow:0 0 5px rgba(200,16,16,1); -webkit-box-shadow:0 0 5px rgba(200,16,16,1); box-shadow:0 0 5px rgba(200,16,16,1); }

.comment-avatar img { border-bottom:3px solid #c81010; }
.commentlist li.comment-author-admin,
.commentlist li.bypostauthor { border-color:#c81010; background:#c81010; }

	
/*  Links  */
a			{ color:#c81010; }
a:active	{ color:#c81010; }
a:visited:hover,
a:hover		{ color:#525252; }
a:visited	{ color:#c81010; }

#posts-recent h2 a			{ color:#000; text-decoration:none; }
#posts-recent h2 a:active	{ color:#000; }
#posts-recent h2 a:visited:hover,
#posts-recent h2 a:hover		{ color:#c81010; }
#posts-recent h2 a:visited	{ color:#000; }

footer a			{ color:#000; text-decoration:none; }
footer a:active		{ color:#000; }
footer a:visited:hover,
footer a:hover		{ color:#fff; }
footer a:visited	{ color:#000; } 
