/* THE BELOW CODES ARE ONES YOU CAN USE TO CUSTOMIZE THIS THEME
   WITHOUT HARMING THE ORIGINAL CSS FILES - UNCOMMENT OUT THE
   LINES OF CODE TO ACTIVATE THEM - IF YOU NEED HELP CUSTOMIZING
   THIS THEME, DO NOT HESITATE TO CONTACT ME. hi@madebyguerrilla.com */
   
/* HEADER COLORS */

/*
.headerwide {background: #252525 url(../images/bg_header.jpg) repeat-x top center;}
*/

/* NAVIGATION COLORS */

/*
.navigationwide {background: #252525 url(images/bg_nav.jpg) repeat-x top center;}
.navigationwrap ul li a {color: #FFF; background: #252525;}
.navigationwrap ul li a:hover {color:#FFF; background:#252525;}
.navigationwrap ul li:hover ul li a {background:#252525; color:#FFF;}
.navigationwrap ul li:hover ul li a:hover {background:#8B0000; color:#FFF;}
*/

/* FOOTER COLORS */

/*
.footerwide {background: #252525 url(../images/bg_header.jpg) repeat-x top center;}
*/

/* POST & SIDEBAR TITLE COLORS */

/*
h1, h2, h3, h4, h5, h6{ color: #464646; }

.postwrap h1 { color: #464646; }
.postwrap h1 a, .postwrap h1 a:visited { color: #464646; text-decoration: none; }
.postwrap h1 a:hover { color: #464646; text-decoration: underline; }
.postwrap h2 { color: #464646; }
.postwrap h2 a, .postwrap h2 a:visited { color: #464646; text-decoration: none; }
.postwrap h2 a:hover { color: #464646; text-decoration: underline; }

.sidebox h3 { color: #464646; }
.sidebox h3 a, .sidebox h3 a:visited { text-decoration: none; }
.sidebox h3 a:hover { text-decoration: none; }
*/

/* SIDEBAR LINK COLORS */

/*
.sidebox ul li a, .sidebox ul li a:visited { color: #252525; text-decoration: none; }
.sidebox ul li a:hover { color: #464646; text-decoration: none; }
*/

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social ul {
	float: left;
	width: 100%;
	margin:0 0;
}

#social li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	background: transparent;
}

#social a:link, #social a:visited, #social a:active {
	float: left;
	display: block;
	width: 42px;
	height: 0;
	padding: 42px 0 0 0;
	overflow: hidden;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background-position: 0 50%;
	background-repeat: no-repeat;
	border-bottom: 0;
background-color: transparent;
}

#social a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
	border-bottom: 0;
}



#social-facebook a {
	background-image: url("http://ukpokerreview.co.uk/wp-content/uploads/2010/03/facebook.png");
}

#social-twitter a {
	background-image: url("http://ukpokerreview.co.uk/wp-content/uploads/2010/03/twitter.png");
}

#social-youtube a {
	background-image: url("http://ukpokerreview.co.uk/wp-content/uploads/2010/03/youtube.png");
}
