/*
Theme Name: Traction PRO Child Theme
Theme URI: http://thethemefoundry.com/traction/
Description: PRO child theme for Traction.
Version: 1.02
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: traction
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../traction/stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Logo
-----------------------------------------------------------*/
div.logo.logo-img { line-height: 0; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
/* Login Widget BELOW this line
-----------------------------------------------------------*/
 div#sidebar-me img.avatar    { background-image: url(http://www.extreme-tea.co.uk/wp-content/themes/traction_pro/images/menu_striped.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 10px 15px 0; float: left; border: solid 2px #888 }

 div#sidebar-me h4   { font-size: 16px; font-weight: normal; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 0 8px }
#login-text   { color: black; font-size: 12px; background-color: #e5e7e4; padding: 10px; border: dashed 3px #eeae0c; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px  }
#sidebar-login-form   { background-image: url(http://www.extreme-tea.co.uk/wp-content/themes/traction_pro/images/stain.png); background-repeat: no-repeat; padding: 10px; -khtml-border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px  }

/*Menu Hover Mod*/

#pg-nav   { background-image: url(http://www.extreme-tea.co.uk/wp-content/themes/traction_pro/images/menu_striped.png); background-repeat: repeat-x; float: right }

/*Logo Padding*/

h1#title, div#title, div.logo img { padding: 20px 0 0 20px; }
#header { padding-bottom: 20px; }

/*Background*/

body {
	font: 62.5% Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #444;
	line-height: 2.2em;
	background: #292929 url(http://extreme-tea.co.uk/wp-content/themes/traction/images/grunge-danger-background.jpg) repeat center top;
	min-width: 960px;
}

.wrapper.big { background: none; /*background: url(../images/grid.png) repeat-y center top;*/ }

#pg-nav-bg { background: none;}


/*Registration Page*/
#signup_form  { }
#basic-details-section { }
.register-section  { 
background: url("http://www.extreme-tea.co.uk/wp-content/uploads/2010/04/WhoDrinksWins.png") no-repeat top; 
padding: 10px }

.error  {
color: #FFFFFF;
background-color: #FF0000;
padding: 5px;
 }
h2 { font-size: large; }
h4 { font-size: medium; }

/*BP Custom template*/
/*Profile Menu*/

div.item-list-tabs {
background: none repeat scroll 0 0 #CFCFCF;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
margin: 25px -19px 20px;
overflow: hidden;
padding: 5px 10px 1px;
 }

div.item-list-tabs ul li a, div.item-list-tabs ul li span {
padding: 5px 10px;
}

div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
background-color: #EDEBEB;
color: #555555;
font-weight: bold;

 }

div#subnav.item-list-tabs ul li a {
padding: 5px 10px;
}

div#subnav.item-list-tabs {
background: none repeat scroll 0 0 #EDEBEB;
}


/*Side video tab*/

div.menu_float {
	background:none;
	position:fixed;
	left:0;
	top:50%;
	margin-top:-117px;
	width:42px;
	z-index:20;
}
.float_yellow {
	background:url(http://www.juandiegovelasco.com/wp-content/themes/porta/images/floatmenu_yellow.png) top left repeat-y;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:40px;
	margin-bottom:8px;
}

