/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.6 2003/09/09 12:15:20 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
/* created by wchulseiee -- http://www.wchulseiee.net */

body 	{
		font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
		margin: 0;
		padding: 0;
		background-color: #D083B9;
        color:#000;
		}
		
.post 	{
		background-color:#EED2EE;
		padding: 10px;
		margin: 10px;
		}

a:link		{
			color: #000;
			text-decoration: underline;
			}

a:visited 	{
			color: #999999;
			text-decoration: underline;
			}

a:active    {
			color: #000;
			text-decoration: underline;
			}

a:hover		{
			text-decoration: underline;
			color:#fff;
			}

.img		{
			border-style: none;
			}

.sponsor	{
			position:absolute;
			left:52%;
			top:20px;
			border-style: none;
			}

acronym, abbr 	{
				border-bottom: 1px dashed #000;
				}

acronym, abbr, span.caps 	{
							cursor: help;
							font-size: 90%;
							letter-spacing: .07em;
							}

blockquote 					{
							border-left: 1px solid #ccc;
							margin-left: 1.5em;
							padding-left: 5px;
							}

h1 a:link		{
				color:#CD3278;
				font: 30px Trebuchet MS, Bitstream Vera Sans, sans-serif;
				text-decoration: none;
				}
				
h1 a:visited 	{
				color:#CD3278;
				font: 30px Trebuchet MS, Bitstream Vera Sans, sans-serif;
				text-decoration: none;
				}
				
h1 a:hover 		{
				text-decoration: none;
				}

h2 				{
				border-bottom: 1px dotted #8E5F27;
				color:#CD3278;
				font-size: 16px; 
				font-family: Trebuchet MS, sans-serif;
				font-weight: bold;
				margin: 1px 1px;
				}

h3 				{
				color:#CD3278;
				font-size: 16px; 
				font-family: Trebuchet MS, sans-serif;
				font-weight: bold;
				text-decoration: none;
				margin: 1px 1px;

}

ol#comments li p 	{
					font-size: 100%;
					}

.feedback	{
			color: #ccc;
			text-decoration: none;
			}

.meta 			{
				font-size: .90em;
				}

.meta, .meta a 	{
				color: #808080;
				font-weight: normal;
				letter-spacing: 0;
				}

.meta ul 		{
				display: inline;
				margin: 0;
				padding: 0;
				list-style: none;
				}

.meta li 		{
				display: inline;
				}

.storytitle 			{
						text-decoration: none;
						}

.storytitle a:link		{
						text-decoration: none;
						}

.storytitle a:visited 	{
						text-decoration: none;
						}
						
.storytitle a:active  	{
						text-decoration: none;
						}

.storytitle a:hover  	{
						text-decoration: none;
						color:#C60000;
						}

.commentform input, .commentform textarea, .commentform select	{
																border:1px solid #000;
																background-color: #EED2EE;
																}

#content  			{
					position:absolute; 
					left:270px;
					right:270px;
					top:222px;
					color:#000;
					}
			
#content a:link  	{
					color:#000;
					}
      
#content a:visited	{
					color: #999999;
					}
					
#content a:active  {
					color:#000;
					}
					
#content a:hover	{
					color:#C60000;
					}

#banner	{
		left: 20px ;
        padding: 15px;
		}
		
/* elements for left menu */
.left_tit	{
			color:#8E5F27;
			font-size: 16px; 
			font-family: Trebuchet MS, sans-serif;
			font-weight: bold;
			border-bottom:dashed 1px; 
			}
      
.left      			{
					font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
					padding:15px;
					float: left; 
					top:130px;
					color:#000;
					text-decoration: none;
					}
      
.left a:link 		{
					color: #000;
					}
					
.left a:visited		{
					color: #000;
					}
					
.left a:active 		{
					color: #000;
					}
					
.left a:hover  		{
					color: #EED2EE;
					}
	
/* elements for right menu */
.right_tit	{
			color:#8E5F27;
			font-size: 16px; 
			font-family: Trebuchet MS, sans-serif;
			font-weight: bold;
			border-bottom:dashed 1px; 
			}
      
.right     			{
					font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
					padding:15px;
					float: right;
					top:130px;
					color:#000;
					text-decoration: none;
					}
      
.right a:link 		{
					color: #000;
					}
					
.right a:visited		{
					color: #000;
					}
					
.right a:active 		{
					color: #000;
					}
					
.right a:hover  		{
					color: #EED2EE;
					}
.album_tit	{
			color:#8E5F27;
			font-size: 16px; 
			font-family: Trebuchet MS, sans-serif;
			font-weight: bold;
			}
			
.album_tit a:link		{
						color:#8E5F27;
						text-decoration: none;
						}
				
.album_tit a:visited 	{
						color:#CD3278;
						text-decoration: none;
						}
				
.album_tit a:hover 		{
						color: #EED2EE;
						}
