/*

        Filename:    style.css
        Description: Style sheet
        Site:        Steven Dahlman Photography
        Author:      Steven Dahlman, DCM Software
        Start date:  03-22-08
        Last update: 08-31-10

        Colors:
         #e6e6e6 = 10% Gray
         #191970 = Midnight Blue
         #ffffff = White

*/


/* Body */

body {
	background-color: #ffffff;
	margin-left:      0;
	margin-right:     0;
	margin-top:       0;
	margin-bottom:    0;
}

/*
 * Text
 */

/* Sans serif */

.medium1 { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; } /* Midnight Blue */
.medium2 { font-family: Helvetica,Arial; font-size: 10pt; color: #ffffff; } /* White */

.small1 { font-family: Helvetica,Arial; font-size: 9pt; color: #191970; } /* Midnight Blue */

/* Serif */

.medium3 { font-family: Georgia,Times; font-size: 12pt; color: #191970; } /* Midnight Blue */
.medium4 { font-family: Georgia,Times; font-size: 12pt; color: #ffffff; } /* White */

/* Pictorials */

.pictitle { font-family: Georgia,Times; font-size: 24pt; color: #191970; }
.pictext  { font-family: Georgia,Times; font-size: 10pt; color: #191970; }

/*
 * Buttons
 */

.button1 {
	font-family:      Helvetica,Arial;
	font-size:        10pt;
	font-weight:      bold;
	color:            #0000ff;
	background-color: #ffffff;
	border:           1px solid #000000;
}

/*
 * Menus
 */

/* Main menu */

A.mainmenu:link    { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #e6e6e6; text-decoration: none; }
A.mainmenu:visited { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #e6e6e6; text-decoration: none; }
A.mainmenu:hover   { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }

/* Menu at top of page */

A.topmenu:link    { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: none; }
A.topmenu:visited { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: none; }
A.topmenu:hover   { font-family: Helvetica,Arial; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none; }

/* Pictorial menu */

A.picmenu:link    { font-family: Georgia,Times; font-size: 12pt; color: #191970; text-decoration: none; }
A.picmenu:visited { font-family: Georgia,Times; font-size: 12pt; color: #191970; text-decoration: none; }
A.picmenu:hover   { font-family: Georgia,Times; font-size: 12pt; color: #191970; text-decoration: underline; }

/* Web links */

A.web:link    { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: none; }
A.web:visited { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: none; }
A.web:hover   { font-family: Helvetica,Arial; font-size: 10pt; color: #191970; text-decoration: underline; }