/*
===================================================================================================================================
PhotoNews Contest Gallery Style Sheet

COLOURS:
red                                                   	#c80000
background red								#380000

===================================================================================================================================
*/

	
* {
  margin:0;
  padding:0;
}


html {
	height:100%;
	width:100%;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:13px;
}


body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	width:100%;
	background:#161616;
	background-image:url(/images/gallery/emptyBoxes_bg.gif);
	background-repeat:repeat;
}


a:link, a:visited {
	text-decoration: none;
	color:#666666;
}

a:hover {
	color:#ffffff;
}


a.blkText:link, a.blkText:visited, #cntrLeft a:link, #cntrLeft a:visited {
	text-decoration: underline;
	color:#000000;
}

a.blkText:hover,  #cntrLeft a:hover {
	color:#666666;
}

a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	background:#c80000; 
	color:#fff;
}

a.tooltip span {
	display:none; 
	padding:5px; 
	margin:20px 0 0 -100px; 
	width:90px;
	height:auto;
}

#cntrLeft a.btmNav:link, #cntrLeft a.btmNav:visited {
	text-decoration: none;
	color:#C80000;
	padding: 0 20px 50px 0;
	font-size:350%;
	letter-spacing: -2px;
}

#cntrLeft a.btmNav:hover {
	color:#666;
}


#cntrLeft a.btmNav2:link, #cntrLeft a.btmNav2:visited {
	text-decoration: none;
	color:#666;
	padding:  30px 10px 0 0;
	font-size:85%;
}

#cntrLeft a.btmNav2:hover {
	color:#c80000;
}



#wrapper {
    padding:0;
	margin:0;
	width:100%;
	height:100%;
}

#content {
    float:left;
    width:auto;
	height:auto;
	text-align:left;
}

#cntrLeft {
	width:700px;
	height:auto;
	float:left;
}

#details, #cntr, #galleryArchive {
	margin:100px 0 0 0;
	width:660px;
	padding:20px;
	color:#000;
	background:#fff;
}

#cntr {
	height:760px;
}

#details {
	height:360px;
}

#galleryArchive {
	height:auto;
}

.imgDes, .prodDes {
	float:left;
	width:660px;
	height:180px;
	background:#fff;
	margin:0;
}

.imgDes {	padding: 20px 20px 0 20px;}
.prodDes {	padding: 10px 20px 0 20px;}


#menuBar {
	width:690px;
	height:30px;
	float:left;	
	padding:70px 0 0 5px;
}

#menuBar a:link, #menuBar a:visited, #menuBar a.magazine:link, #menuBar a.magazine:visited {
	text-decoration:none;
	display:block;
	width:auto;
	height:auto;
	padding:0 25px 0 0;
	float:left;
}

#menuBar a:link, #menuBar a:visited {
	color:#fff;
}

#menuBar a.magazine:link, #menuBar a.magazine:visited {
	color:#c80000;
}

#menuBar a:hover, #menuBar a.magazine:hover {
	color:#999;
}


a.mainNav:link, a.mainNav:visited {
	display:block;
	width: 200px;
	height:30px;
	background:#900;
	color:#fff;
}

a.mainNav:hover {
	color:#999;
}




#logo {
	display:block;
	position:fixed;
	top:30px;
	right:0;
    width:auto;
	height:auto;
	padding:0;
	margin:0;
	z-index:100;
}




#rcMenu a:link, #rcMenu a:visited {
	display:block;
	color:#fff;
	margin: 1px 0 0 0;
	padding:5px 0;
	background:#900;
}

#rcMenu a:hover {
	color:#999;
}



.thWinner, .thEntry {
	width:100px;
	height:100px;
	float:left;
}

.thText {
	float:left;
	width:90px;
	height:90px;
	font-size:80%;
	padding:7px 5px 3px 5px;
	color:#666666;
}

.nav {
	width:auto;
	height:auto; 
	margin: 0;
	padding:0 0 30px 0;
}

#btmMenu {
	width:auto;
	height:auto;
	margin:0 0 30px 0;
	padding: 0;
}




img {
	border: 0;
	padding:0;
	margin:0;
	float:left;
}

.floatRight {
	float:right;
}




p {
	padding: 0 0 10px 0;
	margin:0;
	font-size:90%;
	line-height:110%;
}

p.note {
	color:#666;
	font-size:90%;;
	margin: 0 0 5px 0;
}

#details p {
	padding: 10px 0 0 0;
	margin: 10px 0 5px 0;
	line-height:130%;
}

h1 {
	font-size:350%;
	line-height:100%;
}

h2 {
	font-size:230%;
	line-height:100%;
	padding: 10px 0 0 0;
}

h3 {
	font-size:160%;
	padding: 10px 0 0 0;
}

h4 {
	font-size:120%;
	font-weight:normal;
	margin: 0 0 5px 0;
	padding:0;
	color:#c80000
}




