@charset "utf-8";

body 
{
	background: #eed5ff;
	color: #111111;
	
	background-image: url(../../Images/backImg.png);
	background-repeat:no-repeat;
	background-position:right top;
}

a
{
	color:#006699;
	font-weight: bold;
}

img{
	border:0;
}

blockquote{
	font-style: italic;
}

dt {
	background: #C587EE;
}

/***************************** TOP BOX *******************/

section.topBox {
	text-align: center;
}

section.topBox header  {
	color: #22112b;
	padding: 1px;	
}
	
section.topBox header hgroup {
	line-height: 0px;
	text-shadow: #EED5FF 0px 0px 10px;
}

section.topBox header hgroup h1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;	
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing:3px;
}

/***************************** NAVIGATION *******************/
nav {	
	text-align: center;
}

nav section {
	display: block;
	background: #000910;
	margin: 0 auto 0 auto;
	width: 540px;
	height: 40px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

nav ul {
	padding:0;
	margin:0;
	display: table-row;
}

nav ul li {
	display: table-cell; /* inline-block; */
	list-style-type:none;	
	width: 140px;
	
	text-shadow: #A070C0 1px 2px 4px;
	font-size: large;
	padding: 5px 0px 2px 0px;
}

nav ul > li > ul > li {
	visibility: hidden;
	display: inline-block;
	text-align: center;
	text-shadow: none !important;
	background: #000910;
	width: 120px;
	position:relative; 
	z-index:1;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

nav ul > li:hover > ul > li {
	visibility: visible;
}

nav ul > li:hover > ul > li > a {
	width: 100px;
	display: inline-block;	
	position:relative; 
	z-index:2;
}

nav a:link, nav a:visited {
	color: #fff;		
	padding: 2px;
	margin: 4px;
	
	text-decoration: none;
}

nav a:hover, nav a:active {
	background: #D0A0F0;
	color: #000910;
	padding: 2px;
	margin: 4px;
	text-shadow: none !important;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

/***************************** CONTENT BARS *******************/
section.evenBar {
	display: table-cell;
	min-width: 200px;
	max-width: 380px;
	width: auto;
}

section.narrowBar {
	display: table-cell;
	min-width: 250px;
	max-width: 350px;
	width: auto;
}

section.wideBar {
	display: table-cell;
	min-width: 400px;
	max-width: 700px;
	width: auto;
}

section.fullPage {
	display: table-cell;
	width: 90%;
}


/***************************** ARTICLE *******************/

article {
	margin: 5px;
}

article header  {
	background: #22112b;
	color: #FFF;
	padding: 1px;
	text-align: center;
	display: block;
	clear:both;
	
	border-radius: 14px;
	-moz-border-radius: 14x; 
	-webkit-border-radius: 14px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

article header h1 {
	margin: 2px;
}

article header h2 {
	margin: 2px;
}

article header h3 {
	margin: 2px;
}

article header a {
	text-shadow: none !important;
	text-decoration: none !important;
	color: #FFF;
}

article aside {
	display: block;
	float: right;
	border-style: solid;
	border-width: 2px;
	max-width: 200px;
	clear:both;
	
	padding: 3px;
	margin: 2px;
}

section.articleBody {
	margin: 0px 15px 0px 15px;
	display: block;
	background-color: #D0A0F0;
	padding: 10px;
	text-align: left;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

section.articleBody p:first-letter {
	font-size: large;
}

section.articleBody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

article footer{
	background: #22112b;
	color: #FFF;
	padding: 5px;
	text-align: right;
	display: block;
	
	border-radius: 14px;
	-moz-border-radius: 14x; 
	-webkit-border-radius: 14px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

pre
{
	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
}

/***************************** Tweet Bar *******************/
#tweet li {
	margin: 4px;
	padding: 6px;
	text-align: left;
	display: block;
	background-color: #D0A0F0;
	
	font-family: Georgia;
	
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	box-shadow: 3px 3px 7px #21003A; 
	-webkit-box-shadow: 3px 3px 7px #21003A; 
}

/***************************** Thumb Image *******************/
.thumb {

}

.alt {
	background: #C587EE;
}

.plain {
	text-decoration: none !important;
	color: #000;
}

/***************************** Active Project *******************/
.activeProj h1:before {
	float: right;
	content: url(../Images/active.png);
}

.activeProj h1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
/***************************** FOOTER *******************/
footer.pageFoot  {
	position: fixed;
	padding-top: 10px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	widht: 95%;
	
	color: #FFF;
	background: #000910;
	text-align: center;
	font-style: italic;
	font-variant: small-caps;

	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
