/*------------------------------
=BASIC SETUP
= styles4.css
= current version
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	margin: 1em auto;
	padding: 2px 12px;
	width: 940px;
	font: 0.8em/1.5em Helvetica, Arial, sans-serif;
	background: #ccccff;
	/*background-color: rgba(51, 128, 204, 0.2);*/
	/*background: #666;	*/
	/*background: #CCF;	*/
}

#box {  
    /* Just a box */  
    width: 940px;  
    /*height: 1200px;  */
    z-index: 1;
	/*background: #ccccff;*/
    background: white;
    /*background: -moz-linear-gradient(top, #a4a4a4, #e3e3e3);  */
    /*background: -webkit-gradient(linear, left top, left bottombottom, from(#a4a4a4), to(#e3e3e3));  */
    /*border: 2px solid black;  */

    /* Rounded corners */  
    -moz-border-radius: 20px;  
    -webkit-border-radius: 20px;  
    border-radius: 20px;  
  
    border: 2px solid black;  
  
    /* Multiple border colors in Gecko */  
    -moz-border-top-colors: #292929 white;  
    -moz-border-right-colors: #292929 white;  
    -moz-border-bottom-colors: #292929 white;  
    -moz-border-left-colors: #292929 white;  
  
    /* Compensate for Webkit. Not as nice, but works. */  
    /*-webkit-box-shadow: 0 -1px 2px #292929;  */
    box-shadow: 3px 3px 5px #777; 
  	-moz-box-shadow: 3px 3px 6px #777;
  	-webkit-box-shadow: 3px 3px 6px #777;
  
    /*background: #e3e3e3;  */
} 

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	font-size: 3em;
	color: #339;
	line-height: 3px;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 12px;
	text-shadow: 0px 2px 3px #555;
}

h1 a {
	text-decoration: none;
}

h1 a {
	text-decoration: none;
	color: #339; 
}

h1 a:visited {
	color: #339; 
}

h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	font-size: 1.5em;
	line-height: 15px;
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 12px;
}

h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:italic;
	font-size: 1.3em;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
}

h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.8em;
	color: black;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
}

p {
	padding-bottom: 10px;
}

/*------------------------------
=HEADER
------------------------------*/

#HeaderSection {
	position: relative;
}

#HeaderSection p {
	padding-left: 15px;
}
#HeaderSection img {
		position: absolute;
		margin-top: 10px;
		margin-right: 20px;
		top: 0;
		right: 0;
		width: 100;
		height: 80%;
	
		/*-moz-border-radius: 22px;*/
		/*-webkit-border-radius: 22px*/;
	box-shadow: 5px 5px 10px #777; 
	-moz-box-shadow: 5px 5px 10px #777;
	-webkit-box-shadow: 5px 5px 10px #777;
	}

/*------------------------------
=NAVIGATION
------------------------------*/

#navigation {
	position: relative;
	margin: 0px; 
	padding-top: 9px; 
	padding-left: 6px; 
	padding-right: 6px; 
	padding-bottom: 0px; 
	/*background: #7d7d7d; 	*/
	background: #6666ff;
	border-top: 2px solid black; 
	border-bottom: 2px solid black; 
	z-index: 1000;
}

#menu {
	position: relative;
	padding-bottom: 0px; 
	line-height: 100%; 
	background: #6666ff; 
	z-index: 9999;
}

#menu LI {
	margin: 0px 4px; 
	position: relative; 
	padding-top: 0px
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom: 9px; 
	float: left; 
	list-style-type: none; 
	list-style-image: none; 
}

#menu A {
	margin: 0px; 
	padding-bottom: 9px; 
	padding-left: 20px; 
	padding-right: 20px; 
	display: block; 
	color: #e7e5e5; 
	font-weight: bold; 
	text-decoration: none; 
	padding-top: 8px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}

#menu A:hover {
	background: #000; 
	color: #fff 
} 

#menu .current A {
	color: #444; 
	border-top: #f8f8f8 1px solid; 
}

#menu LI:hover > A {
	background: url(gradient-white.png) #ddd repeat-x 0px -40px; 
	color: #444; 
}

#menu UL LI:hover A {
	border-bottom: medium none; 
	border-left: medium none; 
	color: #666; 
	border-top: medium none; 
	border-right: medium none; 
}

#menu LI:hover LI A {
	border-bottom: medium none; 
	border-left: medium none; 
	background: none transparent scroll repeat 0% 0%; 
	color: #666699; 
	border-top: medium none; 
	border-right: medium none; 
}

#menu UL A:hover {
	color: #000033 !important; */
	font-style: bold;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	text-decoration: underline;
}

#menu LI:hover > UL {
	display: block
}

#menu UL {
	position: absolute; 
	display: none; 
	padding-top: 0px; left: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; margin: 0px; 
	background: #ddd; 
	top: 29px; 
	width: 185px; 
	border-left: #b4b4b4 1px solid; 
	border-bottom: #b4b4b4 1px solid; 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
#menu UL LI {
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	float: none; 
	padding-top: 0px
}

#menu UL A {
	font-weight: normal; 
}

#menu UL UL {
	top: -3px; left: 181px
}

#menu UL LI:first-child > A {
	-webkit-border-top-left-radius: 9px; 
	-moz-border-radius-topleft: 9px; 
	-webkit-border-top-right-radius: 9px; 
	-moz-border-radius-topright: 9px
}

#menu:after {
	line-height: 0; 
	display: block; 
	height: 0px; 
	VISIBILITY: hidden; 
	CLEAR: both; CONTENT: "."
}

#menu {
	display: inline-block
}

HTML[xmlns] #menu {
	display: block
}

* HTML #menu {
	height: 1%
}


/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;
	margin-left: 10px;
	margin-bottom: 10px;

 	/*background-color: rgba(51, 128, 204, 0.2);*/
 	/*background-color: #ffffcc;*/
	/*background-color: #ffeedd;*/

	/*border: 1px solid #897048;*/
	/*border-radius: 22px;*/
	/*-moz-border-radius: 22px;*/
	/*-webkit-border-radius: 22px;*/

}

#content p {
	font-size: 1.5em;
	color: #330000;
	padding-bottom: 12px;
	}

#content img {
	margin: 12px 0;
	box-shadow: 5px 5px 10px #777; 
	-moz-box-shadow: 5px 5px 10px #777;
	-webkit-box-shadow: 5px 5px 10px #777;
	}
	
	#mainContent {
		display: table-cell;
		width: 600px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 12px;
	}
	
	#mainContent p {
		font-size: 1.2em;
		color: #330000;
		padding-bottom: 12px;
	}	

	#mainContent ul {
		font-size: 1.0em;
		color: #330000;
		padding-left: 20px;
		padding-bottom: 12px;
	}		

	#mainContent li {
		font-size: 1.0em;
		color: #330000;
		padding-left: 20px;
		padding-bottom: 2px;
	}		
	
	aside {
		display: table-cell;
		width: 260px;
		margin-left: 20px;
		/*background: url("images/sidebar_background.png") top left;*/
	}


/*------------------------------
=ContentItem
------------------------------*/

.ContentItem header p, .ContentItem header p a {
	font-size: 1.2em;
	font-style: italic;
}
	
.ContentItem header p a:hover {
	text-decoration: none;
	color: #000;
}

.ContentItem div {

	/* Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
}

.ContentItem p {
	font-size: 1.0em;
	font-style: normal;
	}

	
.ContentItem img {
	margin: 12px 0;
	width: 200px;
	box-shadow: 5px 5px 10px #777; 
	-moz-box-shadow: 5px 5px 10px #777;
	-webkit-box-shadow: 5px 5px 10px #777;
}

/*------------------------------
=SIDEBAR
------------------------------*/

aside section {
	margin: 22px 0 0 22px;
	margin-right: 10px;
	padding: 11px 11px;
	/*background: url("images/sidebar_section_background.png") repeat-x;*/
	/*background: white;*/
	background: #ccffff;
	/*background: #ddddee;*/
	/*background: #ccbb99;*/
	border: 1px solid #897048;

	/* border-radius not implemented yet */
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;

}

	aside section ul {
		/*margin: 0 0 0 22px;*/
		list-style: none;
	}
	
		aside section ul li a {
			display: block;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
			}



/*------------------------------
=FOOTER
------------------------------*/
footer {
	/*position: absolute;*/
	/*left: 0;*/
	position: relative;
	/*width: 100%;*/
	/*background: #222;*/
	background: #110022;
	/*border-radius: 2em; */
	/*9-webkit-border-radius: 20px;*/
	/*-moz-border-radius: 20px;*/
	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4); */
	/*-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/
	
	-moz-border-radius-bottomleft: 16px; 
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px; 
	-webkit-border-bottom-right-radius: 16px;
	/* slightly smaller radius, because the footer is sitting inside the outer box border*/

	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 5px 0;
		width: 940px;
		color: #777;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
		}
		
		footer div #Copyright, footer div #Design, footer div #Hosting {
			padding-right: 10px;
		}
		
	footer h3,h4 
	{
	    font-style:italic;
		color: #FFF;
	}

	footer p {
		font-size: 10px;
	}	
	
	footer a {
		color: #999;
	}
	
		footer a:hover {
			color: #FFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #565656;
	}
	
		footer ul li a {
			display: block;
		}

