﻿/* CSS Document */

h3{margin-left:10px;}

#jpdArt{margin-left:130px; font-size:36px;}
#jpd{font-weight:bold;}
#art{color:#777777;}
#name{color: #25E6EF}
#com{font-size:24px;color:#25E6EF;}
.picLinkWrapper{width:25px; height:25px; float:left; padding:10px;overflow:hidden;}
body{background-color:#000000; background-image: url(images/blackgrayblackgradient.jpg); color:#ffffff; font-family:Calibri, Arial, Verdana, sans-serif;}
#pageEnvelope{width: 800px; margin:0px auto;}
#headerEnvelope{width:800px; height:100px;border-bottom:#ffffff solid 2px;}

#header_left{width:300px; height:100px; float:left;}
#leftTopGradientCorner{width:12px; height:100px; float:left; background-image:url(images/topLeftGradientCorner.png); background-repeat:no-repeat;}
#leftTopContent{width:288px; height:100px;float:left; background-image:url(images/topFillGradient.png);background-repeat:repeat-x;}
#header_center{width:200px; height:100px;float:left; background-image:url(images/topFillGradient.png);background-repeat:repeat-x;}
#header_right{ width:300px; height:100px;float:left;}
#rightTopContent{width:288px; height:100px;float:left; background-image:url(images/topFillGradient.png);background-repeat:repeat-x;}
#crest{margin-left:100px;}
#rightTopGradientCorner{width:12px; height:100px; float:left; background-image:url(images/topRightGradientCorner.png); background-repeat:no-repeat;}

#centerEnvelope{width:800px;background-color:#444444;}
#navigationEnvelope{width:130px; float:left;background-color:#444444 }
#contentEnvelope{width:670px; float:left; background-color:#444444;}


#topLeftContentCorner{width:12px; height:10px; float:left; background-image:url(images/topLeftWhiteCorner.png); background-repeat:no-repeat; }
.horizontalWhiteFiller{width:576px; height:10px; float:left; background-color:#888888;}
#topRightContentCorner{width:12px; height:10px; float:left; background-image:url(images/topRightWhiteCorner.png); background-repeat:no-repeat;}
#contentArea{width:600px; float:left; background-color:#000000;background-image: url(images/blackgrayblackgradient.jpg);}
#leftContentArea{ width:100px;height:420px;float:left;background-color:#333333;border:solid 2px #25E6EF;border-left:none; }
#rightContentArea{width:498px;height:424px;float:left; background-color:#888888; text-align:center;}
#bottomLeftContentCorner{width:12px; height:10px; float:left;clear:both; background-image:url(images/bottomLeftWhiteCorner.png); background-repeat:no-repeat;}
#bottomRightContentCorner{width:12px; height:10px; float:left; background-image:url(images/bottomRightWhiteCorner.png); background-repeat:no-repeat;}
#footerEnvelope{width:800px; height:100px; border-top:#ffffff solid 2px; }

#footer_left{width:200px; height:100px;float:left;}
#leftBottomGradientCorner{width:12px; height:100px; float:left; background-image:url(images/bottomLeftGradientCorner.png); background-repeat:no-repeat;}
#leftBottomContent{width:188px; height:100px;float:left;background-image:url(images/bottomFillGradient.png); background-repeat:repeat-x;}
#footer_center {width:400px; height:100px;float:left;background-image:url(images/bottomFillGradient.png); background-repeat:repeat-x; text-align:center;font-size:smaller;}
#footer_right{width:200px; height:100px; float:left;}
#rightBottomContent{width:188px; height:100px;float:left;background-image:url(images/bottomFillGradient.png); background-repeat:repeat-x;}
#rightBottomGradientCorner{width:12px; height:100px; float:left; background-image:url(images/bottomRightGradientCorner.png); background-repeat:no-repeat;}

.linkItem{width:150px; border: solid 1px #25E6EF; padding:10px; font-size:14px;}
.linkGrid{margin:25px;}
.linkCell{float:left; margin:5px;}
.floatCancel{float:none; clear:both}

.wallpaperSection{margin:25px;height:94px;border: solid 1px #25E6EF; }
.wallpaperImage{float:left;}
.wallpaperSizes{float:left;text-align:center; margin-left:50px;}

.navigationItem{
width:80px;
height:30px;
background-color:#444444;
color:white;
padding-left:10px;
line-height:30px;
text-align:left;
font-size:14px;}

.navigationHover{
width:80px;
height:30px;
background-color:#804040;
color:white;
padding-right:10px;
line-height:30px;
text-align:right;
cursor:pointer;
font-size:14px;}

.navigationCurrent{
width:80px;
height:30px;
background-color:#dddddd;
color:black;
padding-right:10px;
line-height:30px;
text-align:right;
cursor:pointer;
font-size:14px;}

a:link{
text-decoration:none;
color:#ffffff;}

a:visited{
text-decoration:none;
color:#ffffff;}

a:hover{
text-decoration:none;
cursor:pointer;
color:#ffffff;}

a:active{}

a.navigationItem:link{
text-decoration:none;
color:#ffffff;}

a.navigationItem:visited{
text-decoration:none;
color:#dddddd;}

a.navigationItem:hover{
text-decoration:underline;}

a.navigationItem:active{}

a.redLink:link{
text-decoration:none;
color:#ffffff;}

a.redLink:visited{
text-decoration:none;
color:#dddddd;}

a.redLink:hover
{
	color:Red;
	cursor:pointer;
text-decoration:none;}

a.redLink:active{}

a.wallpaperSize:link{
text-decoration:none;
color:#ffffff;}

a.wallpaperSize:visited{
text-decoration:none;
color:#dddddd;}

a.wallpaperSize:hover
{
	color:#25E6EF;
	cursor:pointer;
text-decoration:underline;}

a.wallpaperSection:active{}


