/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
height:30px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
z-index: 1;
padding: 15px 25px;
margin-right: 3px;
color: #000;
background:#ce60cd;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#ce60cd;
background:#000;
border-bottom: 5px solid #000;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.innercontent{ background:#3a383f;  -moz-border-radius:7px; padding:10px; font-size:1.4em; color:#fff; line-height:22px; 	opacity:0.85;
	filter:alpha(opacity=85);}
	.portShowcase{ padding:20px 10px 30px; background:#000; -moz-border-radius:4px;}
		.portShowcase2{ padding:20px 10px 30px; margin:10px 0; background:#000A16; -moz-border-radius:4px;}
.siteThumb{ float:left; width:300px;}
.siteDesc{ margin:0 0 0 320px;}


.siteThumb a{ display:block; padding:5px; border:5px solid #1F1F1F;}
.siteThumb a:hover{ border:5px solid #1c9cc2; padding:5px;}

.siteDesc h1{ font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; color:#9E9E9E; padding:10px 0 20px; border-bottom:5px solid #19171e; font-style:italic; font-size:35px;}

.siteDesc h2{ font-size:16px; padding:10px 0;}
.siteDesc h2 a{ color:#B643B5; text-decoration:none;}
.siteDesc h2 a:hover{ color:#FF91FE; text-decoration:underline;}
.siteDesc p{ font-size:14px;}
#countrydivcontainer{ -moz-border-radius-topright:10px;  -moz-border-radius-bottomright:10px;  -moz-border-radius-bottomleft:10px;}

