/**
 * Master style sheet for maehrcreations.net
 * Purple: #7d17b7
 * Blue: #3333FF
 * @author Jeff Keen
 */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
    color: #FFFFFF;
	text-align: center; /* To center layout in IE5/Win */
	line-height: 1.5;
	margin: 0;
    border: 0; /* Remove border around viewpoint in old versions of IE */
	padding: 0;
	background: #000000;
	}

p {
	font-size: 1.1em;
	margin: 10px 0;
    line-height: 1.5em;
	}
a {
    text-decoration: none;
    outline: none;
    }
a:link, a:visited, a:active {
    color: #1CBE46;
    }
a:hover {
    color: #00FF00;
    text-decoration: underline;
    }
img {
	border: none;
	}
.thumb-wrap {
   padding: 2px;
   border: 2px solid #333;
}
a.thumb-wrap:hover {
    border-color: #DDDDDD;
}

/* headings */
h1 { /* Used only at top of page */
    color: #3333FF;
	font-size: 1.9em;
    margin: 0 0 15px 0;
	}
h2 {
    color: #FF6600;
	font-size: 1.6em;
	margin: 10px 0 5px 0;
	}
h3 {
    color: #DDDDDD;
	font-size: 1.3em;
    margin: 10px 0 0 0;
	}



/*	LAYOUT
------------------------------------------------------------------------*/
#masthead {
    height: 55px;
    padding-top: 10px;
    background: #333;
    border-bottom: 1px solid #505050;
}
#masthead-inner {
    margin: 0 auto;
    width: 1000px;
}
#page {
    width: 1000px;
	margin: 25px auto 0 auto;
    padding: 0 30px;
	text-align: left; /* Re-aligns "body" definition */
    overflow: hidden;
	}
a#logo {
    float: right;
    color: #DDDDDD;
    font-size: 24px;
    font-weight: bold;
}
a#logo:hover {
    color: #3333FF;
    text-decoration: none;
}

/* 2-column layout */
#navleft {
    float: left;
    width: 168px;
    height: 450px;
    background: transparent url("/img/nav/bg_nav.jpg") no-repeat left top;
}
#content {
	width: 800px;
	float: right;
}
.section {
   width: 100%;
   margin: 0;
   padding: 15px 0;
   border-bottom: 1px solid #7d17b7;
}

/* footer */
#footer {
    color: #DDDDDD;
    font-size: 0.9em;
    width: 1000px;
	margin: 35px auto 10px auto;
	padding: 3px 0;
    border-top: 3px solid #333;
	}
#footer ul {
	float: left;
	}
#footer li {
 	float: left;
	margin-right: 20px;
	}


/*	LISTS
------------------------------------------------------------------------*/
ul, li {
	font-size: 1.0em;
	margin: 5px 0;
	padding: 0;
	}
ul li { /* ol li need list types */
	list-style: none;
	}
ol {
    font-size: 1.0em;
    }

/* bullet lists */
ul.bullets {
    padding: 0 1em;
    margin-bottom: 15px;
    }
ul.bullets li {
    margin-left: 1em;
    list-style-type: disc;
    }



/*	FORMS
------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #CCCCCC;
	}
select {
    background: #DDDDDD;
}
.form-wrapper {
    background: #282828;
    border: 2px solid #333;
    padding: 7px 15px;
    margin: 10px 0;
}
    
/*	TABLES
------------------------------------------------------------------------*/
table {
    font-size: 1.0em;
	margin: 5px 0;
	border-collapse: collapse;
}


/*	NAVIGATION
------------------------------------------------------------------------*/
#navleft ul {
	list-style-type: none;
	margin-top: 80px;
	padding: 0px;
	margin-left: 0px;
	}

#navleft li a {
	width: 135px;
	float: left;
	clear: both;
	height: 60px;
	border: none;
	}
#navleft li a.g {background-image: url("/img/nav/g.jpg");}
#navleft li a.i {background-image: url("/img/nav/i.jpg");}
#navleft li a.m {background-image: url("/img/nav/m.jpg");}
#navleft li a.c {background-image: url("/img/nav/c.jpg");}
#navleft li a.g:hover {background-image: url("/img/nav/g2.jpg");}
#navleft li a.i:hover {background-image: url("/img/nav/i2.jpg");}
#navleft li a.m:hover {background-image: url("/img/nav/m2.jpg");}
#navleft li a.c:hover {background-image: url("/img/nav/c2.jpg");}

#navright { /* insight of #content div */
    width: 200px;
    float: right;
    clear: left;
    margin-left: 20px;
    border-left: 2px solid #333;
    padding-left: 20px;
}

/*	Gallery
------------------------------------------------------------------------*/
.gallery-item p {
    font-size: 0.9em;
    margin: 0 0 7px 0;
}
.gallery-item p.title {
    color: #EEEEEE;
    font-size: 1.1em;
}

/*	Announcements
------------------------------------------------------------------------*/
.shows {
   width: 550px;
}
.shows table th {
    font-weight: normal;
    white-space: nowrap;
    padding: 3px 20px 3px 0;
    vertical-align: top;
}
.shows table td {
    padding: 3px 0;
    vertical-align: top;
}


/*	Miscellaneous
------------------------------------------------------------------------*/
#google_translate_element {
    float: left;
}
.album img, .album object {
    margin: 5px;
}
.nopad { padding: 0; }
.nopadtop { padding-top: 0; }
.nopadbttom { padding-bottom: 0; }

.padbottom {
    padding-bottom: 10px;
}

.room-left { margin: 0 0 0 15px; }
.room-right { margin: 0 15px 0 0; }
.float-right { float: right; }
.float-left { float: left; }
.text-right { text-align: right; }
.text-left { text-align: left; }


/* Clear Fix
 * credit to http://www.positioniseverything.net/easyclearing.html
 * use on container that holds floats
------------------------------------------------------------------------*/
/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
    }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

<!--[if IE]>
.clearfix {
  zoom: 1%;     /* triggers hasLayout */
  display: block;     /* resets display for IE/Win */
  }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->

