@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	background-color: #ede0cd;
	margin: 0;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
   	text-align: center;
}

#sigma {
	float: right;
}

#sigmared {
	color:#da2127;
}

#bulletin_board {
	background-image: url(../src/pushpin.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
	color: #000;
	margin: 0 148px;
	border-color:#999;
	border-width: thin;
	border-style: solid;
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:50px;
	width:700px;
}

.centerimage {
	text-align:center;
	margin: 20px;
}

#bulletin_board h2{
	text-align: center;	
}

#photo_text {
	font-size: 14px;
	float:left;
	font-weight: lighter;
	color: #FFF;
	margin-top: 0px;
	max-width: 600px;
	margin-left:400px;
	line-height: 2em;
	text-align:left;
	display:inline;
}
#photo_text_about {
	font-size: 14px;
	float:left;
	font-weight: lighter;
	color: #FFF;
	margin-top: 0px;
	max-width: 700px;
	margin-left:300px;
	line-height: 2em;
	text-align:left;
	display:inline;
}
#wrapper {
	text-align: left;
	margin: 0 auto 20px auto;
	background-color:#FFF;
	width: 1098px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	display:block;
}

#masthead {
	background-image: url(../src/header_crombie_mcneill.gif);
	background-repeat:no-repeat;
	background-position: left;
	margin: 20px auto 20px 20px;
	height: 97px;
	width: 1038px;
}

.tile_trim {
	background-image: url(../src/tile_trim.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 10px;
	width: 1098px;
	margin:0;
	padding: 0;
}
#photo_frame {
	background-image: url(../src/crombie_mcneill_headshot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 272px;
	margin:0;
	width: 1099px;
	background-color: #404040;

}
#photo_frame_about {
	background-image: url(../src/crombie_mcneill_headshot2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 272px;
	margin:0;
	width: 1099px;
	background-color: #404040;

}
#photo_frame_blank {
	background-image: url(../src/blank.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 272px;
	margin:0;
	width: 1099px;
	background-color: #404040;
}
#photo_frame_about_workshops {
	background-image: url(../src/about_workshops.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 274px;
	margin:0;
	width: 1099px;
	background-color: #404040;

}

#photo_frame_workshops_medieval {
	background-image: url(../src/workshops_medieval.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 274px;
	margin:0;
	width: 1099px;
	background-color: #404040;
}

#photo_frame_workshops_dance {
	background-image: url(../src/workshops_dance.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 274px;
	margin:0;
	width: 1099px;
	background-color: #404040;
}

#photo_frame_about_courses {
	background-image: url(../src/about_courses.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 274px;
	margin:0;
	width: 1099px;
	background-color: #404040;

}
#photo_frame_under_construction {
	background-image: url(../src/under_construction.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 11px;
	height: 273px;
	margin:0;
	width: 1099px;
	background-color: #404040;

}
#bottom_wrapper {
	background-color: #000;
	width: 1047px;
	min-height: 20px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	padding: 25px;
	font-size: 110%;
	text-align:left;
}
#bottom_wrapper a {
	color: #115FA5;	
}
.clearfix:after {
    content		: ".";
    display		: block;
    height		: 0;
    clear		: both;
    visibility	: hidden;
}
#menu {
	min-width:1000px;
	max-width: 1098px;
	text-align: left;
	padding-left: 10px;
	display: block;
	background: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menu ul ul {
	/*display		: none;	*/
}
#menu ul {
	padding		: 15px 0px 15px 0px;
	margin		: 0px auto 0 auto;
	list-style	: none;
	position: relative;
}

#menu ul li {
	margin		: 0px;
	display		: inline;
	position: relative;
}

#menu ul li a {
	padding			: 19px 14px 18px 14px;
	font-size		: 14px;
	text-decoration	: none;
	color			: #fff;
}

#menu ul li a:hover {
	background	: url(images/menu_item_highlight.jpg) repeat-x;
	color		: #115FA5;
}

#menu li.on a {
	background-color	: #000/*url(images/menu_item_highlight.jpg) repeat-x*/;
}
ul#main li ul {
	padding:0px;
	position:absolute;
	display:none;
	top:34px;
	left:0px;
	list-style:none;
	margin:0px;
	background-color:#000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

ul#main li:hover > ul {
	display:block;
}

ul#main li ul li {
	/*padding:7px 10px;*/
	/*width:100px;*/
	border-bottom:1px solid #000;
	display: block;
	height: auto;
}

ul#main li ul li a{
	display: block;
	padding: 2px 5px;
	background: #000;
	font-size: 90%;
	color:#ccc;
	text-align:center;
	text-decoration:none;
}
ul#main li ul li a:hover{
	display: block;
	padding: 2px 5px;
	background: #ccc;
	font-size: 90%;
	border: #000;
	text-decoration:none;
}

#footer_text {
	display:block;
	text-align:center;
	font-size: 85%;
	color: #666;
	margin: .5em;
}

#sample_images {
	text-align: center;
}
