
/**
 * ProcesssWire.com site template stylesheet. Prepared for use in the basic site profile. 
 *
 * Please feel free to use and/or modify under the same license as ProcessWire.
 *
 * Copyright 2010 by Ryan Cramer Design, LLC
 *
 */
 

.site-header {
 font-size: 12pt;
 padding-top: 13px;
 text-transform:uppercase;
}

#simple-menu a {
text-transform: uppercase;
color: #555;
}

#simple-menu a {
text-transform: uppercase;
color: #555;
}

#simple-menu a:hover { color: #000000; }

#simple-menu a.on { 

color: #666666;
font-weight: bold; 
}


/* ########################### */

#sub-menu ul
{
	width:100%;
	list-style-type:none;
	padding-bottom: 10px;
}



#sub-menu a
{
	display:inline;
	text-transform: uppercase;
	color: #555;
    margin-right: 15px;
	float:left;
	text-decoration:none;
}

#sub-menu.a:hover {background-color:#ff3300;}




#sub-menu a:hover { 
	color: #000000; }

#sub-menu li.current 
{ 
color: #000000;
font-weight: bold; 
}



#sub-menu li.parent 
{
color: #000000;
font-weight: bold;
}

/* ########################### */
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; height: 0; } 





/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

	


.gallery-detail-nav {
   display: block;
   width: 79px;
   margin-left: auto;
   margin-right: auto;
}


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

p.center {
text-align: center;
font-style: italic;
}





    