@charset "UTF-8";
/* CSS Document */

.activetab {
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(226,226,226,1) 66%, rgba(206,206,206,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(66%,rgba(226,226,226,1)), color-stop(100%,rgba(206,206,206,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 66%,rgba(206,206,206,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 66%,rgba(206,206,206,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 66%,rgba(206,206,206,1) 100%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(226,226,226,1) 66%,rgba(206,206,206,1) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#cecece,GradientType=0)";
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
	-webkit-border-radius: 10px;
	-webkit-border-radius-bottom-right:none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #888;
	height:91px;
	width:340px;
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;	
}

.inactivetab {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(196,196,196,1) 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(196,196,196,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2F2,endColorstr=#C4C4C4,GradientType=0)";	
	-webkit-border-radius: 10px;
	-webkit-border-radius-bottom-right:none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #888;
	height:182px;	
	width:340px;
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;	
	box-shadow:inset 0px 0px 50px 3px rgba(0,0,0,.3);
-webkit-box-shadow:inset 0px 4px 50px 3px rgba(0,0,0,.3);
-moz-box-shadow:inset 0px 0px 50px 3px rgba(0,0,0,.3);	


}

.inactivetab:hover {
	-webkit-border-radius: 10px;
	-webkit-border-radius-bottom-right:none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #888;
	height:182px;	
	width:340px;
	border-bottom:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;	
	box-shadow:inset 0px 0px 50px 3px rgba(200,200,200,.4);
-webkit-box-shadow:inset 0px 4px 50px 3px rgba(200,200,200,.4);
-moz-box-shadow:inset 0px 0px 50px 3px rgba(200,200,200,.4);	
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(196,196,196,1) 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(196,196,196,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(196,196,196,1) 50%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#C4C4C4,GradientType=0)";	

}

.inactivetabcontainer, .activetabcontainer, .hovertabcontainer {
	height:91px;
	overflow:hidden;
}

.showcase {
	height:auto;
	width:1060px;
	border-radius: 10px;
	border:solid 1px #888;
	border-style:solid;
	border-top-right-radius:0;
	border-top-left-radius:0;
	background: rgb(255,255,255);

background-image: linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(188,188,188)),
	color-stop(1, rgb(255,255,255))
);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffcccccc,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffcccccc,GradientType=0);

	
}
.showcasecontent {
	margin:17px 16px 17px 16px;;
	height:auto;
	width:1024px;
	background-color:#eeeeee;	
	border-radius: 10px;
	border:solid 1px #bfbfbf;
	box-shadow:inset 0px 4px 6px 1px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0px 4px 6px 1px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0px 4px 6px 1px rgba(0,0,0,.3);	
	padding-bottom:20px;
	display:inline-block;
}

.about {
	font-family:Verdana, Geneva, sans-serif;

font-size:18px;

line-height:120%;

color:rgb(0,0,51);

text-align:left;
	
}

.linkbox {
background-image: linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(188,188,188)),
	color-stop(1, rgb(255,255,255))
);
border-color:rgb(0,0,0);
border-width:1px;
-moz-border-radius:15px ;
-webkit-border-radius:15px ;
border-radius:15px ;
border-style:solid;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0);	
}

.bubble {
background-image: linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(188,188,188) 0%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(188,188,188)),
	color-stop(1, rgb(255,255,255))
);
width:820px;
height:60px;
border-color:rgb(0,0,0);
border-width:1px;
-moz-border-radius:15px ;
-webkit-border-radius:15px ;
border-radius:15px ;
border-style:solid;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0);	
margin-top:20px;
}

.bubble-exppppp {
background-image:-moz-linear-gradient(49% 0% -90deg,rgb(255,255,255) 0%,rgb(136,136,136) 100%); 
background-image:-webkit-gradient(linear,49% 0%,49% 172%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(136,136,136)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(136,136,136) 100%);
background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(136,136,136) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(136,136,136) 100%);
background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(136,136,136) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff888888,GradientType=0);
width:820px;
height:60px;
border-color:rgb(0,0,0);
border-width:1px;
-moz-border-radius:15px ;
-webkit-border-radius:15px ;
border-radius:15px ;
border-style:solid;	
margin-top:20px;
}


.shadowborder {
-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.65);
box-shadow:0px 0px 4px rgba(0,0,0,0.65);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a5000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#a5000000,Positive=true);	
}

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#252525;
	padding-bottom:20px;
}

.ce {
	margin-left:12px;
	margin-right:20px;
	margin-top:13px;
	height:33px;
	width:33px;
	float:left;
	background-image:url(images/ce-blank.png);
}
.bubble h1 {
	text-align:left;
	margin-top:16px;
	font-size:24px;
	color:#000033;
	font-family:Verdana, Geneva, sans-serif;
}
.postart {
	-moz-box-shadow: 0px 0px 9px #000;
	-webkit-box-shadow: 0px 0px 9px #000;
	box-shadow: 0px 0px 9px #000;
	float:left;
	margin:0 20px 10px 0;
	display:inline;
	height:300px;
	width:300px;
}
.epcontent {
	margin-left:20px;
	font-size:14px;
	padding-right:25px;
}
.podPress_content {
	display:none;	
}
.linkbox a {
	text-decoration:none;
	color:#000033;	
}
.imagelink {
	line-height:12px;
}	
.cinlink, .epcontent {
	font-family:Verdana, Geneva, sans-serif;
font-size:18px;
line-height:120%;
color:rgb(0,0,51);
text-align:left;
margin:2px 0 2px 15px;
	
}
.noround {
	border-radius:0;	
}
.leftheader {
width:816px;
border-color:rgb(153,153,153);
border-style:solid;
-moz-border-radius:17px ;
-webkit-border-radius:17px ;
border-radius:17px;
border-width:2px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
background-color:rgb(0,0,59);
padding:20px 0;
height:auto;
float:left;
margin-left:1px;
border-bottom:none;
-moz-box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
	
}

.rightheader {
border-style:solid;
-moz-border-radius:17px ;
-webkit-border-radius:17px ;
border-radius:17px ;
border-width:2px;
border-color:rgb(153,153,153);
width:214px;
background-color:rgb(0,0,59);
padding:20px 0;
height:auto;
float:right;
border-bottom:none;
-moz-box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
-webkit-box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
box-shadow:inset 0px 12px 4px rgba(0,0,0,0.3);
border-bottom-right-radius:0;
border-bottom-left-radius:0;
margin-right:1px;
}

.instructions {
		font-family:Verdana, Geneva, sans-serif;
font-size:18px;
line-height:120%;
color:rgb(0,0,51);
text-align:left;
padding:0px 20px;
}

.aboutcontent {
	font-size:14px;
}
.profileimage {
	-moz-box-shadow: 0px 0px 9px #000;
	-webkit-box-shadow: 0px 0px 9px #000;
	box-shadow: 0px 0px 9px #000;
	float:left;
	margin:10px 25px 10px 0;
	display:inline;
}
.profile {
	margin-left:20px;
	margin-bottom:40px;
	width:870px;
	font-size:18px;	
}
.twitterbird {
	margin-top:5px;
	margin-bottom:-5px;	
}
.profilename {
	font-size:22px;	
}
.eptitle {
	font-weight:bold;
	font-size:22px;
	color:#000066;
	margin-left:30px;
	vertical-align:6px;
}
#epheader {
	margin-top:20px;	
}
.singlearchive .postart  {
		margin-top:-63px;
}
body a {
	color:#000066;	
}

.archiveindex {
			font-family:Verdana, Geneva, sans-serif;
font-size:18px;
line-height:120%;
color:rgb(0,0,51);
text-align:left;
padding:0 30px;
}
#abouthelp {
	margin:30px auto;	
}

#ieuser {
	z-index:10000;
	position:absolute;
	background-image:url(images/iedetected.png);
	width:756px;
	height:102px;
	top:0px;
	margin-left:158px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	font-size:13px;
}

#ieuser p {
	margin-top:50px;	
}
#ieuser a {
	color:#fff;	
}