/*movies template style sheet*/
/*NOTE: need to place the no-repeat statement inside the IF statement for bg-image*/
	BODY {
		
			background-image: url(sweet.jpg); 
			background-repeat:no-repeat;
		
		background-color: #000000;
		margin-top: 0px; 
		margin-left: 0px; 
		margin-right: 0px;
		}
	.mainBGcolor {background-image: url(sweet.jpg); background-color: #000000; color: #FFFFFF; font-family: verdana, sans-serif; font-size: 11pt;}
	.bgcolor {background-color: #000000}
	.line {background-color: #FFFFFF}
	.submit_button {font-family: verdana, sans-serif; color: #FFFFFF; font-weight: bold; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #000000; border-right-color: #000000; background-color: #FFFFFF; padding:0; font-size: 12px}
	.email {font-family: verdana, sans-serif; font-size: 8pt; color: #CCFF99}
	.blogTitlenobg {font-family: verdana, sans-serif; font-size: 11pt; color: #1825FF; font-weight: bold}

/*entry*/
	.entry		{font-family: verdana, sans-serif; font-size: 11px; color: #FFFFFF; line-height: 16px;}
	a:link		{color: #0000FF;} 
	a:visited	{color: #00FFFF;} 
	a:active	{color: #33CCFF;} 
	.line 		{background-color: #FFFFFF;}
	.blogTitle 	{font-family: arial, sans-serif; font-size: 16px; color: #1825FF; font-weight: bold;}
	.title 	{font-family: verdana, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; line-height: 16px;}
	.date 		{font-family: arial, sans-serif; font-size: 14px; margin-top: 24px; color: #FFFFFF; font-weight: bold;}
	.mood 		{font-family: verdana, sans-serif; font-size: 10px; line-height: 16px; color: #FFFFFF;}

/*timestamp*/
	.time 		{font-family: geneva, verdana, sans-serif; font-size: 9px; text-align: right; color: #FFFFFF;}
	a.timeLink:link		{color: #0000FF; text-decoration: none;}
	a.timeLink:visited	{color: #0000FF; text-decoration: none;}
	a.timeLink:active	{color: #0000FF; text-decoration: none;}

/*PANEL specific styles*/
	.panelBackground {	
	
		background-image: url(mm.jpg);
	 
	background-color: #1825FF; font-family: verdana, sans-serif; font-size: 11px;}
	.button    {font-size: 10px; background-color: #eeeeee; font-family: verdana, sans-serif;}

/*CALENDAR specific styles - user can only change border color*/
	.calBorder {background-color: #000000;}
	.calHeadHeavy {font-family: verdana, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold;}
	.calDay 	{font-family: verdana, sans-serif; font-size: 10px; color: #000000; background-color: #ffffff;}
	.calToday 	{font-family: verdana, sans-serif; font-size: 10px; color: #ff0000; background-color: #ffffff;}
	.calFuture 	{font-family: verdana, sans-serif; font-size: 10px; color: #aaaaaa; background-color: #ffffff;}

/*LINK specific styles*/
/*user cannot change the color for the title or links themselves*/
	.linkTitle {font-family: verdana, sans-serif; font-size: 11px; color: #330066; font-weight: bold;}
	a.panelLinks:link {font-family: verdana, sans-serif; font-size: 11px; color: #C6E87F;}
	a.panelLinks:visited {font-family: verdana, sans-serif; font-size: 11px; color: #C6E87F;}
	a.panelLinks:active {font-family: verdana, sans-serif; font-size: 11px; color: #C6E87F;}

/*comments and profile*/
	.post 		{font-family: verdana, sans-serif; font-size: 10px; line-height: 16px; font-weight: bold; color: #FFFFFF;}



