/* CSS Document */
/* Setup for main CSS rules */
body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:"Century Gothic","Trebuchet MS", Verdana,Arial ;
	font-size:12px;
	line-height:14px;
	letter-spacing:0px;
	text-align:center;
	color: #a8daf5;
	background:#000935 url(../images/bg.jpg) top center no-repeat;
	}
a {	
	color: #e0f0ff; 
	}
a:link,a:active,a:visited,a:hover {
	text-decoration: none; 
	}
a:hover {
	color:#ffffff;
	}
a img {
	border:0px;
	}
a.zCLink {position:absolute;display:block;top:0px;right:0px;left:0px;bottom:0px;z-index:1000;text-align:right;font-size:10px;}

img {
	width:auto;
	height:auto;
	}
select, input, textarea {
	background:#151820;
	border:1px solid #353840;
	color:#ada;
	margin-bottom:8px;
	}
label {
	font-size:14px;
	color:#abc;
	}
h1,h2,h3,h4,h5{
	font-family:"Century Gothic","Trebuchet MS", Verdana,Arial ;
	font-weight:normal;
	font-style:normal;
	margin:4px 0px;
	font-variant:small-caps;
	}
h1{
	font-size:24px;
	letter-spacing:4px;
	line-height:30px;
	position:absolute;
	top:-4px;
	left:28px;
	color:#145B8F;
	}	
h2 { 
	font-size:20px;
	line-height:22px;
	margin:2px 0px;
	}
h3 { 
	font-size:16px;
	line-height:20px;
	margin:4px; }
h2 strong, h2 b{
	font-size:28px;
	font-weight:bold;
}
h3 strong, h3 b {	
	font-size:24px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px; 
	}
h4 { 
	font-size:14px;
	line-height:18px;
	margin:2px;
	letter-spacing:2px; 
	}
h4 strong, h4 b {	
	font-size:22px;
	font-weight:bold;
	}
	
ul{ list-style:none;
	list-style-type:none;
	}
li, ul {padding:0px;
	margin:0px;}
div {
	display:block;
	padding:0px;margin:0px;
	}	

.notice {
	font-size:12px;
	padding:16px;
	}	
span.star {
	font-size:12px;
	color:red;
	}
.close {
	position:absolute;
	top:0px;
	right:0px;
	}
.hidden {
	visibility:hidden;
	display:none;
	}
						/* Position and width of site */
#positionme {
	position:relative;
	width:1080px;
	height:800px;
	text-align:center;
	margin:0px auto;
	}							
						/* Navigation Bar*/
#navL,#navR {
	position:absolute;
	top:51px;
	left:35px;
	height:19px;
	}	
	#navR {
		left:647px;
		}
	#navL li,#navR li{
		display:inline;
		height:19px;
		position:relative;
		top:-6px;
		}
	#navL li:hover,#navR li:hover {
		background:url(../images/f.png) top left;
		}		
	#navL a,#navR a,#navL img,#navR img{
		height:19px;
		}



								/* Header Specific*/
#cHeader {
	position:relative;
	margin:8px auto;
	width:1040px;
	height:134px;
	background:url(../images/b.png) no-repeat top center;
	}


					/* Footer Specific*/
#cFooter {
	position:relative;
	text-align:center;
	width:auto;
	margin:32px auto;
	font-size:10px;
	color:#0d58a2;
}
	#cFooter a{
		font-weight:normal;
		color:#1d68b2;
		font-variant:small-caps;
	}
		#cFooter a:hover{
			color:#2d78c2;
	}




					/* Content*/
#cContent {
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	vertical-align:top;
	z-index:100;
}

#Llogo {
	width:auto;
	margin:80px auto 60px auto;
	text-align:center;
	}
.box, .artbox, form#contactForm {
	background:url(../images/fd.png) center center;
	border:1px solid #0d2852;
	border-color:#8De8f2 #0D2852 #0D2852 #1D78e2;
	text-align:left;
	color:#fff;
	display:inline-table;
	vertical-align:top;
	}
	.box p{
	color:#c0c0c0;
	font-weight:normal;
	line-height:16px;
	}
	.box p stong, .box p b{
	color:#fff;
	font-weight:bold;
	}
	.box p stong, .box p b{
	color:#fff;
	font-weight:bold;
	}
	.size1{
		padding:8px;
		width:256px;
		margin:16px;
		}
	.size1a{
		padding:8px;
		width:384px;
		margin:16px;
		}
	.size1d{
		padding:8px;
		width:800px;
		margin:16px;
		}
	.size1b{
		padding:8px;
		width:640px;
		margin:16px;
		}
	.size1c, form#contactForm{
		padding:8px;
		width:340px;
		margin:16px;
		}
	.size2{
		padding:8px;
		float:left;
		width:256px;
		margin:16px;
		}
	.size3{
		padding:8px;
		float:right;
		width:256px;
		margin:16px;
		}
#contactForm input:focus,#contactForm textarea:focus {
		border-color:#CCFFFF;
		}
#contactForm label {text-align:left;}
.artbox {
	background:none;
	border:none;
	text-align:center;
	color:#fff;
	}
	.sizeA{
		width:433px;
		margin:16px;
		float:left;
		}
	.sizeB{
		width:100%;
		margin:0px auto;
		text-align:center;
		}
		
		
/* gallery */		
div.gallery img.gImg {
	margin:7px 7px;
	}
div.gallery img.gImgM {
	border:16px solid #000;
	}

div.gallery .next {
	position:absolute;
	top:-58px;
	right:368px;
	cursor:pointer;
	}
div.gallery .previous {
	position:absolute;
	top:-58px;
	left:368px;
	cursor:pointer;
	}
div.gallery .play {
	position:absolute;
	top:-58px;
	right:64px;
	cursor:pointer;
	}
div.gallery .pause {
	position:absolute;
	top:-58px;
	right:64px;
	cursor:pointer;
	}
div.gallerylayer {
	background:#000935 url(../images/bg.jpg) 50% -154px  no-repeat;
	border:1px dotted #000;
	}
/* slideshow */
.fadeslidedescdiv {
	top:-32px;
	height:24px;
	}
div.status {
	position:absolute;
	top:-56px;
	right:28px;
	color:#2d4872;
	}	
div.gallerylayer a img{
	border:none;
	}
.descpanelbg {
	background:url(../images/fd.png) top center repeat-y;
	}
	
	
	
/* ----------------------------------------- news items */
.WRAP {
	width:100%;
	display:block;
	margin:0px auto;
	}
.CATLIST {
	text-align:right;
	position:absolute;
	top:4px;
	right:16px;
	line-height:16px;
	}
.CATLIST a {
	letter-spacing:1px;
	padding:0px 4px;
	background:url(../images/fd.png) left top repeat;
	border:1px solid #0d2852;
	border-color:#8De8f2 #0D2852 #0D2852 #1D78e2;
	color:#a8daf5;
	font-variant:small-caps;
	}
.CATLIST a.zon  {
	color:#fff;
	}
.CATLIST a:hover {
	background:url(../images/bg1.png) left top repeat;
	border-color:#cDffff #4Da8c2 #4Da8c2 #5Db8ff;
	color:#fff;
	}

.zCAT {
	width:100%;
	border-bottom:2px solid #2d4872;
	text-align:left;
	margin:auto;
	margin-bottom:16px;
	}
/* .pControl box normal	.zCAT .pControl{
	float:right;
	text-align:right;
	position:relative;
	top:-32px;
	margin:4px;
	font-size:16px;
	line-height:14px;
	vertical-align:middle;
	display:table;
	}
*/
.zCAT .pControl{
	font-size:12px;
	}

	.zCAT .pControl a.zon{
	/* background:url(../images/p2on.png) center center no-repeat; */
	font-size:16px;
	font-weight:bold;
	color:#fff;
	}
	.zCAT .pControl a{
	position:absolute;
	top:-58px;
	font-weight:normal;
	color:#6Da7fF;
	}
	.zCAT .pControl a:hover{
	color:#fff;
	}
	#zFirst { left:300px; }
	#zPrevious { left:368px; }
	#zNext { right:368px; }
	#zLast { right:300px; }
	#zPageNum {
		width:100%;
		top:8px;
		text-align:center;
		position:relative;
		vertical-align:middle;
	}
	#zPageNum a {
		vertical-align:middle;
		position:relative;
		margin:0px 4px;
	}
	.zCAT .zITEMS {
	width:100%;
	text-align:center;
	}
		.zCAT .zITEMS .zPage {
		width:100%;
		}
	.zCAT .TITLE {
			border-bottom:1px solid #2d4872;
	/*		background:url(../images/bgt.png) top center repeat;*/
			width:100%;
			height:32px;
			}

.zITM{
	position:relative;
	background:url(../images/fd.png) center center;
	border:1px solid #0d2852;
	border-color:#8De8f2 #0D2852 #0D2852 #1D78e2;
	text-align:left;
	color:#fff;
	display:inline-block;
	width:192px;
	height:256px;
	margin:8px;
	}
.zITM:hover{
	border-color:#cDffff #4Da8c2 #4Da8c2 #5Db8ff;
	}
.zITML:hover{
	border-color:#8De8f2 #0D2852 #0D2852 #1D78e2;
	}
	.zITM p{
	color:#fff;
	margin:0px 8px;
	}
	.zITM div {
	width:100%;
	}
	.zITM .TITLE{
		border-bottom:1px solid #2da8f2;
		background:url(../images/bg1.png) top left repeat;
		position:relative;
		height:24px;
		top:-4px;
		text-align:center;
		color:#002244;
		letter-spacing:0px;
		}
	.zITM:hover .TITLE{
		color:#fff;
		border-bottom:1px solid #5dd8ff;
		}
	.zITML:hover .TITLE{
		color:#002244;
		}
	.zITM .DATED{
		border-bottom:1px solid #2d4872;
		font-size:10px;
	/*	background:url(../images/fd.png) -256px 0px repeat; */
		position:relative;
		top:-4px;
		text-align:right;
		height:14px;
		}
	.zITM .DATED p{
		color:#6BB5DC;
		}
	.zITM .THUMB{
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
		width:192px;
		height:128px;
		background:#000;
		position:relative;
		top:-4px;
		color:#002244;
		}
		.zITM .THUMB img{
			margin:auto;
			clip:rect(0px,192px,128px,0px);
			}
	.zITM .IMAGE{
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
		width:800px;
		height:300px;
		background:#000;
		position:relative;
		top:-4px;
		color:#002244;
		}
		.zITM .IMAGE img{
			margin:auto;
			clip:rect(0px,800px,300px,0px);
			}
	.zITM .DESCR{
		position:absolute;
		line-height:14px;
		top:176px;
		bottom:16px;
		overflow:hidden;
		}
	.zITM .LDESC{
		position:absolute;
		top:340px;
		line-height:16px;
		bottom:40px;
		overflow:hidden;
		}
	.zITM .KEYW{
		position:absolute;
		bottom:0px;
		height:16px;
		font-size:10px;
		overflow:hidden;
		border-top:1px solid #2d4872;
		background:url(../images/fd.png) -256px 0px repeat;
		}
	.zITM .KEYW p{
	color:#6BB5DC;
	}
	.zITM .LINK{
		position:absolute;
		bottom:16px;
		height:24px;
		font-size:16px;
		line-height:20px;
		color:#6BB5DC;
		overflow:hidden;
		text-align:center;
		border-top:1px solid #2d4872;
		background:url(../images/fd.png) center center repeat;
		font-variant:small-caps;
		}
.zITM a.zCLink {padding-top:224px;}

.zITML{
	position:relative;
	display:block;
	width:800px;
	height:512px;
	margin:8px auto;
	}
	
.zITML .TITLE {	
	letter-spacing:2px;}

.zPage .zITM{
	vertical-align:top;
	}

.TITLE {
	letter-spacing:2px;
	font-variant:small-caps;
	}


/*specials for links */
#zlinks.WRAP {
	width:600px;
	}
#zlinks .zCAT {
	margin:16px 0px 32px 0px;
	border:none;
	position:relative;	
}
#zlinks .zCAT>.TITLE {
	border:1px solid #2da8f2;
	border-color:#8De8f2 #0D2852 #2da8f2 #1D78e2;
	background:url(../images/bg1.png) top center repeat;
	position:relative;
	height:24px;
	top:-4px;
	text-align:center;
	color:#002244;
	}
/*#zlinks .zCAT:hover>.TITLE{
	color:#fff;
	border-color:#cDffff #4Da8c2 #5dd8ff #5Db8ff;
	}*/

.zlinks {
	width:600px;
	margin:1px 0px;
	border-top:1px solid #5dd8ff;
	height:32px;
}
#zlinks .zITM{
	background-position: -128px;
}
.zlinks .THUMB {
	width:32px;
	height:32px;
	top:0px;
	position:absolute;
	left:16px;
	}

.zlinks .TITLE,.zlinks .LINK{
	border:0px;
	font-size:14px;
	background:none;
	color:#fff;
	width:224px;
	height:32px;
	position:absolute;
	top:0px;
	text-align:left;
}
.zlinks .TITLE {
left:32px;
}
.zlinks .DESCR{
	top:8px;
	left:160px;
	background:none;
	height:24px;
	width:280px;
	font-size:10px;
	text-align:center;
}
.zlinks .DESCR p{color:#adf8ff;}
.zlinks .LINK{
	right:32px;
	top:7px;
	text-align:right;
	font-size:16px;
	height:32px;
	width:240px;
}
.zlinks .LINK a:hover{
	font-weight:bold;
}
	


div.SOCIAL {
	position:absolute;
	top:32px;
	right:-130px;
	width:128px;
	background:url(../images/fd.png) top right;
	z-index:2000;
	}
.SOCIAL ul li {
padding:0px 0px 4px 18px;

}
.SOCIAL ul li a {
font-weight:normal;
color:#2B75bC;
font-size:12px;
font-family:"Arial Narrow",arial;
font-variant:small-caps;
padding:0px 4px 0px 4px;
}
.SOCIAL ul li a:hover {
color:#ffffff;
background:url(../images/bg1.png);
}
ul li.delicious {
background:transparent url(../images/l_delicious.gif) no-repeat scroll 0 0;
}
ul li.digg {
background:transparent url(../images/l_digg.gif) no-repeat scroll 0 0;
}
ul li.reddit {
background:transparent url(../images/l_reddit.gif) no-repeat scroll 0 0;
}
ul li.facebook {
background:transparent url(../images/l_facebook.gif) no-repeat scroll 0 0;
}
ul li.stumbleupon {
background:transparent url(../images/l_stumble.gif) no-repeat scroll 0 0;
}

