@charset "utf-8";
/* CSS Document */
    @media (min-height: 701px) {
	#Workshop-Update {
		top: 340%;
	}
 }
/*Containers */
@media (max-height: 700px){
	#Workshop-Update {
		top: 390%;
	}
}
body {
	background:url('../graphics/creampaper.png') repeat;
}

p{
	color:#000;
}

a.small {
	display:none;
}

#Low-Content {
	position: absolute;
	left: 241px;
	top: 239px;
	width: 617px;
	height: 272px;
	z-index: 3;
	display:none;
	color: #F06F06;
}

.dropdowndiv{
width:90%;
text-align:center;
border-bottom: 1px solid #B1B1B1;
padding:10px 5%;
background-color:#FEFEFE;
margin:0px !important;
display:none;
}

#drop {
	z-index:4;
	display:none;
	position:relative;
}
#Container {
	position: absolute;
	top: 40px;
	left: -500px;
	width: 1000px;
	margin: 0 50%;
	height: 600px;
	z-index: 2;
	display:block;
	min-height: 100%;
}

.menu{
	width: 100px;
	height: 100px;
	padding: 5px 5px 20px 0px;
}

#Menu2-right {
	position: absolute;
	right: 0px;
	top: 35%;
	width: 165px;
	height: 70%;
	z-index: 3;
}

#Slider {
	position: absolute;
	left: -325px;
	margin: 0 50%;
	top: 35%;
	width: 650px !important;
	height: 70%;
	z-index: 3;
	overflow:HIDDEN;
}
a.text-menu {
margin-right: 0px;
color:#000; text-decoration:none;
}
a:hover.text-menu{
	color:#F06F06;
}


#Menu2-left {
	position: absolute;
	left: 0px;
	top: 35%;
	width: 165px;
	height: 70%;
	z-index: 3;
}

/*Top Navigation */
.active, #Top-Nav ul li a:hover {
	background: #29251F url(graphics/darkbrown.jpg) repeat;
	color:#FFF;
	-webkit-border-radius:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index:1;
}
#Top-Nav ul li {
	text-transform: uppercase;
	list-style-type:none;
	margin: auto;
	display:inline;
}
#Top-Nav ul li a{
	text-decoration: none;
	padding: .4em .5em;
	color:#000;
	line-height: 2.5em;
}

#Top-Nav {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 550px;
	height: 20%;
	z-index: 3;
	overflow:visible;
}
/* Top Navigation ends */

#Header {     /*For logo or Title */
	position: absolute;
	left: 0px;
	top: 10px;
	width: 500px;
	height: 30%;
	z-index: 5;
}



#Workshop-Update {   /*For Workshop updates below the slider */
	position: absolute;
	left: -540px;
	margin: 0 50%;
	width: 678px;
	height: 40px;
	z-index: 3;
	text-align:center;
	color:#F06F06;
}

#Workshop-Update img {
	width:90%;
	//height: 229px;
	height: 420px
}
/*Tags modification*/
a {
	color:#fff;
}

a img{
	border:none;   /* IE fix */
}

h2 { color: #fff;}

/* Footer */
#footer {
	margin-top: 100%;
	width: 100%;
	border-top: solid 1px #ccc;
	white-space:normal;
	position: relative;
	font-size: 0.80em;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:10px 0 20px 10px;
}
#footer li {
	display:inline;
	margin:0;
	padding: 0 5px;
	border-right:solid #000 1px;
}
#footer li.lastitem {
	border-right:none;
}
#footer p {
	height: auto;
	padding:5px 10px;
}
#footer a:link {
	text-decoration:none;
	color:#0021a5;
}
#footer a:visited {
	text-decoration:none;
	color:#0021a5;
}
#footer a:hover {
	text-decoration:underline;
	color:#ff4a00;
}
.clear {
	height: 0;
	clear:both;
}

#copyright {
	color: #787878;
	margin-top:0;
	padding:0 10px;
	line-height:1.5em;
}
#copyright a:link {
	color: #787878;
}
#copyright a:visited {
	color: #787878;
}
#copyright a:hover {
	color: #000000;
}
#wordmark {
	margin-top:0;
	padding-top:0;
}
.inText a:link {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
.inText a:hover {
	text-decoration:none;
	border-bottom: none;
}
#copyright .inText a:link {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:visited {
	color:#0021a5;
	text-decoration: none;
	border-bottom: 1px dashed #0021a5;
}
#copyright .inText a:hover {
	color:#ff4a00;
	text-decoration:none;
	border-bottom: 1px dashed #ff4a00;
}
#wordmark {
	float: right;
	margin: 0 10px 0px 0px;
}
#wordmark img {
	height: 43px;
	width: 155px;
}
/* End of Footer */
