/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	height: 200px;
	background:url(Images/top-background.jpg) no-repeat;
}
.right_menu {
	clear: both;
	float: right;
	padding-top: 15px;
}
.right_menu ul li {
	display: inline;
}
.right_menu li a {
	padding: 0 22px 0 22px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 1em;
}
#menu {
	clear: both;
	width: 960px;
	float: left;
}
#menu ul li {
	display: inline;
	padding: 0 0 0 9px;
}
#menu li a {
	padding: 0 20px 0 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0033FF;
}
h3.heading {
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
}

/* end header */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(Images/content_background.gif) repeat-y;
	clear: both;
}
/* left content */
.left_content {	
	float: left;  /* Floats the content DIV to the left of the layout. */
	width:550px; /* Sets the width of the content column to 420 pixels. */
}
.left_panel {
	float: left;
	padding-top: 30px;
	margin-left: 35px;
	border-bottom: 2px dotted #999999;
}
.left_panel h3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom: 2px dotted #999999;
}
.paneleft {
	padding: 5px; 
	width: 124px; 
	height: 78px; 
	float: left;
}
.paneright h4 {
	margin-left: 10em;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
}
.paneright p { 
	padding: 10px; 
	width: 350px; 
	float: left; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right_link {
	width: 90px;
	float: right;
}
span {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* end left content */

/* right content */
#right-content {
	float: right;  /* Floats the content DIV to the left of the layout. */
	width: 350px; /* Sets the width of the content column to 420 pixels. */
}
.news {
	margin-top:20px;
	width:300px;
	height:275px;
	background: url(Images/side.jpg) no-repeat;
}
.news p.news_heading {
	color:#FF9900;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.news p.ikon {
	margin-left:20px;
	width:200px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(Images/pic_home_mobile_30x37-vfl37458.gif) no-repeat left top;
	padding:.1em 0 0 4.5em;
}
.news p.ikon_1 {
	margin-left:20px;
	width:200px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(Images/annotation-vfl42087.gif) no-repeat left top;
	padding:.1em 0 0 4.5em;
}
.news p {
	margin-left:20px;
	margin-top:3em;
	width:250px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.news .more_link {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:16em;
}
.rss_search_bg { 
	background: url(Images/himamu_videos2_r2_c2.jpg) no-repeat;
	width:296px; 
	height:95px; 
	position:relative; 
	font-size:11px; 
}
.rss_search_bg .s_input {
	position:absolute; 
	top:61px; 
	left:15px; 
	width:225px; 
	border:1px solid; 
	background:none;
}
.rss_search_bg .s_submit { 
	position:absolute; 
	top:60px; 
	left:255px;
}
.add_link {
	padding-top:20px;
	text-align:center;
	clear:both;
	font-size:14px;
	color:#0033FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:50px;
}
h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0033FF;
}
.clear {
	clear:both;
}
/* right content */
/* end page */

/* footer */
.footer_img {
	background: url(Images/btm_bar.gif) no-repeat;
	width:960px;
	height:12px;
} 
#footer {
	clear:both;
	margin:0 auto;
	background: url(Images/footer.jpg) no-repeat;
	width:960px;
	height:150px;
}
#footer ul {
	padding:30px 0 0 0;
	text-align:center;
	list-style:none;
}
#footer li {
	padding:40px 10px 0 10px;
	display:inline;
}
#footer li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FF0000;
}
/* end footer */


/*---------- single page layout ----------*/
#mainbody {
	padding:0 0 0 20px;
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.left_video {	
	padding-top:40px;
	padding-left:30px;
	float: left;  /* Floats the content DIV to the left of the layout. */
	width:550px; /* Sets the width of the content column to 420 pixels. */
}
.comments { 
	padding: 0; 
	margin: 0; 
}
#formblock { 
	margin: 0px 0px 20px 0px; 
	padding: 10px 20px 10px 20px; 
	background: #F0F0F0; 
	border: 1px solid #CCC; 
}
#formblock p { 
	margin: 0 0 0.5em 0; 
}
.submit_button { 
	background:#CC6600;
	color:#FFFFFF; 
}
.submit_button:hover { 
	background: #7B8691; 
}
label {
	font-size: 11px; 
}
#comment { 
	width: 98%; 
}
#author { 
	width: 98%; 
}
#email { 
	width: 98%; 
}
#url { 
	width: 98%; 
}
#submit { 
	color: #fff; 
	padding: 5px; 
}
.alignright a {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
}

/* side bar -- */
.right_video {
	float: left;  /* Floats the content DIV to the left of the layout. */
	width:300px; /* Sets the width of the content column to 420 pixels. */
         padding-left:30 px;

}
#right_video {
	float: left;  /* Floats the content DIV to the left of the layout. */
	width: 330px; /* Sets the width of the content column to 420 pixels. */
	border:2px dotted #0066FF;
         margin-top: 50px;
         padding-left:30 px;
         padding-top:40 px;


}
.add_video {
	margin:0 auto;
	width:300px;
}
.panel_img{
	padding: 5px; 
	width: 76px; 
	height:49px; 
	float: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}
h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}
.clear {
	clear:both;
}
/* --- end sidebar --*/

