/*
Author: Ben Newman info@funkycode.net
http://www.funkycode.net
Default PHPmotion theme in Valid xhtml/css
HTTP://WWW.PHPMOTION.COM
You can make the file smaller by removing comments below.
Please leave this in or place a link back.

Main theme settings ONLY edit those commented unless you know what you're doing */
body{
padding:0;
margin:0;
text-align:center;
font-family:arial, tahoma, sans serif; /* Set's the font used across the site */
font-size:0.75em; /* Changes the size used across the site */
background:#000; /* This changes the background colour, you can also add a background image, etc... */
color:#fff; /* Changes the default font colour used across the site */
}

#center{
	width: 865px;
	text-align:left;
	/*background-color: #145014;*/
	background-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/content_bg_test.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#header {
	width: 865px;
	height: 194px;
	margin:0 auto;
	background-image: url(images/header_bg_slc.jpg);
	background-repeat: repeat-x;
}

#logo{
	position: relative;
	width: 865px;
	height: 108px;
	margin: 0px auto;
	display: block;
	text-align: left;
	padding:0px;
	border: 0px;
}

#logo img{
	position: absolute;
	display: block;
	top: 20px;
}

#textpage {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h1{
margin: 0px;
padding: 2px;
font-size: 12pt;
}

img{border:none;}
img.space{margin-right:5px;}
.left{float:left}
.right{float:right}
.clear{
	clear:both;
} 
.center{text-align:center}

.error{
	text-align:center;
	/*border:1px solid #FF0000;  #FF0000 represents the border colour on the error messages currently red. */
	padding:5px;
	margin:10px;
	font-weight: bold;
	color: #FF0000;
}

/* Default link styling */
a{
color:#FFFFFF; /* The default link colours. */
text-decoration:none; /* All links by default are underlined. Set to none for no underline. */
}

a:visited{
	color:#CCCCCC; /* The colour for a link the visitor has already clicked on */
	text-decoration: none;
}

a:hover, a:active{
	text-decoration:none; /* Same as above make sure there's a way to tell when someone is over a link or not. */
	color: #FFCC66;
}


h3{
	margin-bottom:0;
	color: #FFCC33;
}

input, textarea{ /* This styles the form buttons submit, delete, etc... */
border: 1px solid #1c6b1c;
background-color: #FFFFFF;
color:#1c6b1c;
padding-left: 3px;
}

input.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
	background-color: #235825;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #5D845E;
	border-bottom-color: #173918;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #173918;
	border-left-color: #5D845E;
	text-transform: uppercase;
}

.title{ /* Styling for headers on boxes */
	line-height:25px; /* Background colour */
	color:#fff;
	font-weight:bold;
	background-color: #269726;
	background-image: url(images/titlebar_slc.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.titlerhs{ /* Styling for headers on boxes */
	line-height:25px; /* Background colour */
	color:#fff;
	font-weight:bold;
	background-color: #269726;
	background-image: url(images/titlebar_slc.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 5px;
}

.title a{
color:#fff; /* The title links in the sidebars */
}

#content{ /* Changing this will make your site a mess */
width:680px; 
float:left;
margin-left:20px;
}

#footer{ /* This styles the footer for everypage */
	margin-top:20px;
	margin-bottom:10px;
	line-height:25px;
	text-align:center;
	font-size:0.8em;
	color:#FFF;
	background-color: #289D28;
	background-image: url(images/titlebar_slc.jpg);
}

/****** MAIN MENU ******/

#mainMenu{
	height:85px;
	width: 875px;
	text-align: center;
	padding: 0px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px;
}

#mainMenu a{
	text-decoration:none; /* Never underline main menu links */
}

#mainMenu ul{ /* Positions the Main links don't edit unless you really have to */
	list-style:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 224px;
}

#mainMenu ul li{
text-align:center;
float:left;
width: 80px;
padding-right: 13px;
position: relative;
}

#mainMenu ul li a{
font-weight:bold;
color:#FFFFFF;	/* Main menu link colour */
}

#signUp{ /* Positions the login/signup bar */
	width: 300px;
	padding: 0px;
	font-weight:bold;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}

#signUp a{
color: #FFFFFF;
}

/***** SEARCH BAR *****/
#mainMenu #searchBar{
	float: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	margin-top: 0px;
}

#mainMenu #searchBar input[type="text"]{
width:200px; /* WIDTH FOR SEARCH BAR INPUT BOX */
}

/** User Menu **/
.userMenu{
text-align:center;
padding:5px;
margin: 5px 0;
}

.userMenu a{
text-decoration:none;
color: #fff;
}

.userMenu a:hover{
text-decoration:underline;
}

/****** SIDE BAR *****/
#sidebar{
	width:235px;
	float:right;
	margin-bottom:20px;
}

#sidebar h1{
	margin: 0px;
	color: #FEF295;
	font-size: 12px;
	background-image: url(images/titlebar_slc.jpg);
	height: 25px;
	line-height: 25px;
	padding-right: 0px;
	padding-left: 5px;
	background-color: #269726;
	padding-top: 0px;
	padding-bottom: 0px;
}

.sidebox{
	margin-top:20px;
	background-color: #333333;
}

.sideboxmembers{
	background-color: #333333;
	border: 1px solid #1c6b1c;
	padding: 5px;
}

.sideboxNoTitle{
margin-top:20px;
border:1px solid #1c6b1c; /* The borders for sidebar boxes which don't have a title */
padding:5px;
color:#666;
}

.sidebox ul, .sideboxNoTitle ul{
padding-left:0;
margin-left:1em;
}

.sideContent td{
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1c6b1c;
}

.sideContent{ /* Sidebox borders */
	padding: 3px;
	background: #333;
	border: 1px solid #1c6b1c;
}

.sideContent a, li{
	color: #fff;
	list-style-type: none;
}

.sideContent form input[type="text"], .sideContent form input[type="password"]{ /* Changes the border colours in login boxes */
border:1px solid #1c6b1c; 
}

/*** Small Sidebar ***/
#sidebarLeft{
width:150px;
float:left;
margin-bottom:20px;
}

/***** CONTENT *****/
.contentBox{
width:620px;
margin-bottom:20px;
}

.contentBoxInside{
	background-color: #333333;
}

/***** MAIN PAGE *****/
table tr td.recent{
	width:155px;
	text-align:center;
	padding:10px 0;
	color: #000;
	background-color: #FEF8B9;
	background-image: url(images/recent_bg_slc.jpg);
	background-repeat: repeat-x;
}

table tr td.recent a{
font-size:0.8em;
color: #000;
}


#indexajax{
	/*background-color: #333333;*/
	margin: 0px;
}

#indexajax h1{
	background-color: #e1e1e1;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
}

/** VIDEO TABLES STYLING **/
table.videosMainTable{
	background-color: #e1e1e1;
	border-spacing:0;
	width:100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	/*margin-top: 20px;*/
}

table tr.tableVideo{
	height:100px;
	padding: 10px;
	margin: 10px;
}

table td.tableVideoExtra a{
	color: #000;
	text-decoration: underline;
}


/* Styles the img bit (doesn't need much :-) ) */
table tr.tableVideo td.tableVideoImg{
vertical-align:middle;
text-align:center;
border-bottom:1px solid #333; /* Change the bottom border for all the video lists */
}

table tr.tableVideo td.tableVideoDesc{
width:300px;
border-bottom:1px solid #333; /* Change the bottom border for all the video lists */
vertical-align:top;
color: #000;
}

table tr.tableVideo td.tableVideoDesc h4{
color: #235825;
margin:0;
}

table tr.tableVideo td.tableVideoDesc h4 a{
color: #000;
text-decoration:none;
}

table tr.tableVideo td.tableVideoDesc h4 a:hover{
text-decoration:underline;
}

table tr.tableVideo td.tableVideoDesc b{
font-size:0.8em;
}

table tr.tableVideo td.tableVideoExtra{
width:auto;
border-bottom:1px solid #333;/* Change the bottom border for all the video lists */
vertical-align:top;
color: #000;
}

/* CATEGORIES PAGE */
#categoryPage .categorybox{
	width:310px;
	height:140px;
	margin:5px;
	padding:5px;
	float:left;
	color: #FFFFFF;
	border:1px solid #1c6b1c;
	background-color: #333333;
}

#categoryPage .categorybox h3{
margin:5px;
}


/**	SIGNUP PAGE **/

#register{
width:300px;
float:left;
}

#registerInfo{
background:#333333; /* The background colour for the sign-up box */
padding:5px;
border:1px solid #1c6b1c; /* The borders */
border-top:none;
}

#registerInfo form input[type="radio"] {
	background-color: #333333;
}

#login{
width:300px;
float:left;
margin-left:40px;
}

.loginbox{
	padding:5px;
	border:1px solid #1c6b1c;
	border-top:none;
	/*text-align:right;*/
	background-color: #333333;
}

/** WELCOME ACCOUNT PAGE **/
#centerWelcome{
padding-top: 10px;
padding-bottom: 10px;
text-align:center;
font-weight:bold;
margin-bottom:20px;
}

#containMenus{
padding-top: 10px;
padding-bottom: 10px;
width:600px;
margin:0 auto;
background: #FFFFFF;
}

#containMenus a{
	color: #999999;
}

#leftMenu{
width:300px;
float:left;
}

#rightMenu{
float:left;
width:300px;
margin-bottom:20px;
}

#inviteFriends{
text-align:right;
}

#inviteFriends p{
margin-right:100px;
}

/** GROUP HOME PAGE **/
#groupBlock{
	border:1px solid #ccc;
	background:#F0F0F0;
	padding:5px;
	background-color: #e1e1e1;
	color: #000000;
}

#groupBlockVideo{
margin-right:5px;
}

#groupAdmin{
border:1px solid #CCCC00;
background:#F0F0F0;
margin:10px 0;
padding:5px;
}

#groupMyVideos{
border:1px solid #ccc;
background:#F0F0F0;
padding:5px;
}

.groupAjaxVideoBlock{
width:120px;
float:left;
text-align:center;
}

/* FRIENDS PAGE */
.friendBlock{
width:145px;
padding:5px;
margin:10px;
float:left;
text-align:center;
background:#333333;
border:1px solid #1c6b1c;
}

#friendsInvite #invite_member{
width:400px;
padding:5px;
margin-left:150px;
margin-bottom:20px;
background:#F333333;
border:1px solid #1c6b1c;
}

#friendsInvite #invite_new{
text-align:right;
}

#friendsInvite #invite_new p{
margin-right:100px;
}

/* EMAIL PAGES */
#sidebarEmails{
width:150px;
float:left;
}

/* MY VIDEOS PAGE */
.myVideosBlock{
	width:145px;
	padding:5px;
	margin:10px;
	float:left;
	text-align:center;
	background:#333333;
	border:1px solid #1c6b1c;
	color: #ffffff;
	font-size: 10px;
}

/* UPLOAD PAGES */
#uploadFormPage #content{
width:400px;
margin-left:150px;
float:left;
}

#uploadFormPage p.textRight{
text-align:right;
margin-right:100px;
}

#uploadVideoPage #content{
margin-left:20px;
width:680px;
float:left;
}

#sidebarUpload{
width:130px;
float:left;
}

/* COMMENTS STYLING */
#Comments{
width:600px;
}

#uploadForm{
	text-align:left;
	padding:8px;
	background-color: #333333;
	border:1px solid #1c6b1c;
	margin-bottom: 10px;
}

#profileForm{
	text-align:left;
	padding:8px;
	background-color: #333333;
	border:1px solid #1c6b1c;
	margin-top: 20px;
	margin-bottom: 10px;
}

#profileForm p{
	margin-top: 10px;
}
#profileForm h3{
	margin-top: 20px;
}

#commentForm{
	text-align:center;
	padding:5px;
	background-color: #333333;
	border:1px solid #1c6b1c;
}

.commentsBox{
margin:10px 0;
padding:5px;
border:1px solid #1c6b1c;
background-color: #333333;
}

/* PLAY PAGE */
#mainBox{
	float:left;
	width:450px;
}

commentsdiv{
	height: 20px;
}

#playSidebar{
	width:170px;
	line-height:25px;
	margin:0 5px 5px 5px;
	border:1px solid #1c6b1c;
	background:#e1e1e1;
	float:left;
	color: #333333;
	padding: 3px;
}

#playSidebar a{
	color: #006600;
}


#playSidebar #favAbuse ul{
	margin:0;
	padding:0;
	list-style:none;
	color: #333333;
}

#playSidebar #favAbuse ul li a{
	display:block;
	padding:5px;
	color: #333333;
	text-decoration: underline;
}

#playSidebar #favAbuse ul li a:hover{
	text-decoration:none;
}

#playPage #spread a{
color:#FF6600;
}

#playPage #spread a:hover{
text-decoration:none;
color:#FF0000;
}

#playPage #videoDescription{
	padding:5px;
	line-height:normal;
	font-size: 11px;
}

#playSidebar2{
width:220px;
float:left;
}

#playPage #playTags,#playPage #linkAndEmbed{
	border:1px solid #1c6b1c;
	font-weight:bold;
	padding:5px;
	margin:10px 0;
	width:438px;
	background-color: #333333;
}

/* MEMBER'S PROFILE PAGE */
#membersInfo{
width:380px;
float:left;
margin-bottom:20px;
}

#membersVideosBlock{
float:left;
margin-left:10px;
width:200px;
}


/* UPDATE PROFILE PAGE */
#updatePage content p{
text-align:right;
padding-right:100px;
}
