/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

You need to use .custom before every style e.g. 

.custom a {color:#555555;}
.custom #tabs {background:#000000;width:460px}

*/

/* FORUM FIXES */

a img {
border: 0;
}

body input {
	padding: 2px 4px;
}

body #header a {
	color: #fff;
}

body #header input.text,
body #header input.title {
	width: 100px;
}

body #header .login {
	margin-top: 15px;
	height: 35px;
	vertical-align: bottom;
	font-size: 11px;
}

body #header #fbconnect_widget_div {
visibility: hidden;
}

body #header .invitebutton,
body #header .fbconnect_userpicmain_cont,
body #header .fbconnect_userpicmain,
body #header .fbconnect_miniprofile,
body #header .fbconnect_miniprofile div {
visibility: visible !important;
}


body #header #fbconnect_widget_div div {
display: none;
}

body #header .invitebutton,
body #header .fbconnect_userpicmain_cont,
body #header .fbconnect_userpicmain,
body #header .fbconnect_miniprofile,
body #header .fbconnect_miniprofile div {
display: block !important;
}

body #header .fbconnect_miniprofile a {
width: 100%;
}

body #header .fbTabs {
display:none;
}

body #header .fbconnect_miniprofile {
width: 50%;
float: left;
}

body #header .invitebutton {
width: 50%;
float: right;
}

body #mini-profiles .image {
	margin-right: 25px !important;
}

body #mini-profiles p {
	float: left;
	width: 300px;
	margin-top: 15px !important;
}

body #homecontent img {
	text-align: center;
	margin: 0px auto;
}

body #sidebar ul li ul.sz-videolisting {
	background: none;
	padding: 10px;
	display: block;	
	height: 500px;
}
body #sidebar ul li ul.sz-videolisting li {
	background: none;
	padding: 5px;
	display: inline-block;
	float: left;	
	min-height: 150px;
	margin: auto;
}

body .sz-youtube-list li {
	background: none !important;
	text-align: center;	
}

body .alert-me {
	display: none;
}
