/*Century Gothic & Portfolio Black Style*/
/*Developed by Timothy McCormick for Timothy McCormick dot Com*/
/*Start standard definitions*/
a			{ font-family:Century Gothic, Veranda, Arial; color:#999999; text-decoration:none; }
a:hover		{ font-family:Century Gothic, Veranda, Arial; color:#CCCCCC; text-decoration:none; }
a:active	{ font-family:Century Gothic, Veranda, Arial; color:#C0C0C0; text-decoration:none; }
a:visited	{ font-family:Century Gothic, Veranda, Arial; color:#666666; text-decoration:none; }
h1			{ font-family:Century Gothic, Veranda, Arial; font-size:1.8em; font-weight:normal; font-style:normal; color:#FFFFFF; text-align:center; border:solid; border-width:0px 0px 2px 0px; border-color:#CCCCCC; }
h2			{ font-family:Century Gothic, Veranda, Arial; font-size:1.8em; font-weight:normal; font-style:normal; color:#FFFFFF; text-align:center; }
h3			{ font-family:Century Gothic, Veranda, Arial; font-size:1.6em; font-weight:normal; font-style:normal; color:#FFFFFF; text-align:center; }
h4			{ font-family:Century Gothic, Veranda, Arial; font-size:1.4em; font-weight:normal; font-style:normal; color:#FFFFFF; margin-top:0; }
h5			{ font-family:Century Gothic, Veranda, Arial; font-size:1.2em; font-weight:normal; font-style:normal; color:#FFFFFF; margin-top:0; }
h6			{ font-family:Century Gothic, Veranda, Arial; font-size:0.8em; font-weight:normal; font-style:normal; color:#FFFFFF; text-align:center; border:solid; border-width:0px 0px 2px 0px; border-color:#CCCCCC; }
body			{ font-family:Century Gothic, Veranda, Arial; color: #FFFFFF; background:Black; }
img			{ border: none; }

/*Global Site Organization Definitions*/
#banner		{ position:fixed; top:0; width:100%; margin-bottom:0; padding-bottom:0; background:black; }
#menu		{ position:fixed; top:75px; left:0; width:15%; max-width:170px; }
.menu_item img	{ /*IE*/ filter:alpha(opacity=75); /*CSS3*/ opacity:0.75; }
#content	{ position:absolute; top:80px; right:20px; width:80%; height:80%; z-index:-1; }
#footer		{}
/*Portfolio Index Definitions*/
p.show			{ margin-top:0cm; text-align:justify; text-indent:36px; font-style:italic; }
p.info			{ margin-top:0cm; text-align:justify; text-indent:48px; }
div.portfolio_link img	{ /*IE*/ filter:alpha(opacity=75); /*CSS3*/ opacity:0.75; } 
/*Portfolio Slide Definitions*/
.slide_title	{} 
.slide_body		{}
.text			{ margin-left:auto; margin-right:auto; width:75%; padding:10px; border:none; }
.image			{ margin-left:5%; margin-right:5%; padding:10px; }
.image_gallery	{ margin-left:5%; margin-right:5%; padding:10px; }
/*Transparent Text Box*/
div.transbox		{ position:absolute; top:5%; right:5%; width:80%; height:80%; margin:20px; overflow:auto; background-color:#000000; border:1px solid white;
				/* for IE */
					filter:alpha(opacity=60);
				/* CSS3 standard */
					opacity:0.6; }
div.transbox p	{ margin-right:50%; font-weight:bold; color:#ffffff; }
div.text			{ text-align:left; } 