/* --------------------------------------------------------------------------*/
/*                                                                           */
/* QuickTime Video Comments WordPress Plugin								 */   
/* Written by Shawn Van Every <vanevery@walking-productions.com>			 */
/*	and John Schimmel														 */		
/*                                                                           */
/* Copyright (c) 2006-2007 Shawn Van Every <vanevery@walking-productions.com>*/
/* 	and John Schimmel              											 */
/*                                                                           */
/* This program is free software; you can redistribute it and/or             */
/* modify it under the terms of the GNU General Public License               */
/* as published by the Free Software Foundation; either version 2            */
/* of the License, or (at your option) any later version.                    */
/*                                                                           */
/* See file LICENSE for further informations on licensing terms.             */
/*                                                                           */
/* This program is distributed in the hope that it will be useful,           */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
/* GNU General Public License for more details.                              */
/*                                                                           */
/* You should have received a copy of the GNU General Public License         */
/* along with this program; if not, write to the Free Software Foundation,   */
/* Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           */
/*                                                                           */
/* --------------------------------------------------------------------------*/



div#movie_container {
	margin:5px;
	padding:3px;	
	padding-bottom:1px;
}

div#comments_container {
	margin:8px;	
	height:230px;
	width:340px;
	overflow:scroll;
	background:white;
}

div#oneButton {
	margin-left:10px;
}

div#commentform {
	margin:5px;
	width:auto;
	height:200px;
	width:340px;
}

.timecode {
	text-decoration:underline;
}

div.non_live_comment {
	font-size:11px;
	padding:0 5px 0 5px;
}

div.non_live_comment:hover {
	background-color:#F0E895;
}


.timecode {
	font-size:x-small;
	color:grey;
}


/* comment form styles */

input.videocomments_form  {
	border:1px solid grey;
	background:white;
	float:top;
	margin:2px;
}

input.videocomments_buttons {
	border:1px solid grey;
	background:white;
	padding:3px;
}

#make_Button:hover,#save_Button:hover, #cancel_Button:hover{
	background:#71C589;
}

#comment {
	padding:4px;
	width:335px;
	height:120px;
	border:1px solid grey;
}	
