/* Global Page Styles   
----------------------------------------------- */

body {
	text-align:center;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	background:#eee;
	font-weight: 400;
	line-height: 1.5;
}

html, body {
	height:100%; /* dont remove*/
}

#wrapper {
	width:970px;
	margin: 0 auto;
	text-align:left;
	background:#FFFFFF url(../images/bg_dash.png) bottom left repeat-x;
}


#main {
	width: 920px;
	margin:25px;
	padding-bottom:20px;
}

#side_left {
	width: 180px;
	float: left;
}

#content {
	width: 700px;
	float:right;
}


#side_right {
	width: 160px;
	float: right;
}


#banner_h {
	text-align:center;
	padding: 20px 15px;
	background: url(../images/bg_dash.png) top left repeat-x;
}

#banner_v {
	text-align:center;
}

p {
	margin: 0 0 10px 0;
	padding:0;
}

ul, ol {
  	margin: 0;
	padding: 0 0 10px 25px;
  }
  
li   {
  	margin: 0;
  	padding: 0;
}
  
.comment {
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	color:#333333;
	font-size:11px;
	margin:0;
}

.comp_table {
	margin:10px 0;
	width: 700px;
	border-top:1px solid #ccc;
	border-collapse:collapse;
}

.comp_table td {
	padding:10px;
	border-bottom:1px solid #ccc;
}

  
/* Header
----------------------------------------------- */

#header {
	width:970px;
	height: 125px;
	position:relative;
	overflow:hidden;
	background:url(../images/bg_dash.png) 10px 100px repeat-x;
}
#header a#logo, 
#header a:hover#logo {
	width: 220px;
	height: 100px;
	display:block;
	text-decoration:none;
	position:absolute;
	top: 25px;
	left: 0px;
	text-indent:-900px;
	color:#fff;
	font-size:1px;
	background:url(../images/logo.png) center no-repeat #fff;
}

#nav_mem {
	width: 400px;
	position:absolute;
	bottom: 35px;
	right: 20px;
	color:#333;
	text-align:right;
	font-size:12px;
}


/* Main Nav Menu   
----------------------------------------------- */
#nav {
	width: 970px;
	height: 40px;
	overflow: hidden;
	background: #000;
}
#nav ul {
	width: 950px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	background: #000;
}
#nav li {
	background-image:none;
	list-style-type: none;
	margin: 0;
	padding:0;
	float:left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding:0;
	text-align:left;
	display:block;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	background-position: 0 0;
	background-repeat:no-repeat;
}
#nav a:hover,
#home a#n_home,
#awards a#n_awards,
#about_awards a#n_about_awards,
#members a#n_members,
#competitions a#n_competitions,
#contact a#n_contact  {
	color: #d000d0;
	text-decoration: none;
	background-position: 0 -40px;
}
a#n_home {
	width:80px;
	padding-left: 35px;
	background-image:url(../images/bg_home.png);
}
a#n_awards {
	width:170px;
	padding-left: 35px;
	background-image:url(../images/bg_awards.png);
}
a#n_about_awards {
	width:160px;
	padding-left: 25px;
	background-image:url(../images/bg_about.png);
}
a#n_members {
	width:100px;
	padding-left: 40px;
	background-image:url(../images/bg_mem.png);
}
a#n_competitions {
	width:130px;
	padding-left: 40px;
	background-image: url(../images/bg_comp.png);
}
a#n_contact {
	width:90px;
	padding-left: 40px;
	background-image:url(../images/bg_contact.png);
}

a#n_competitions {
	width:130px;
	padding-left: 40px;
	background-image: url(../images/bg_comp.png);
}

/* Pricing Styles   
----------------------------------------------- */

#purchase_box {
	width:700px;
	height:213px;
	background:url(../images/bg_purchase.png) 0 0 no-repeat;
}
.purchase_inner{
	width:232px;
	height:213px;
	position:relative;
	float:left;
}
.price{
	position:absolute;
	left:0;
	width:232px;
	top:75px;
	color:#000000;
	font-size: 18px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}
.credit{
	color:#e300ff;
	width:232px;
	font-size: 24px;
	text-align:center;
	line-height:35px;
}
.buybutton{
	position:absolute;
	width:232px;
	left:0;
	top:162px;
	text-align:center;
}

/* Homepage Styles   
----------------------------------------------- */

#home_image {
	border:1px solid #ccc;
	background:#f6f6f6;
	text-align:center;
	padding-top:5px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#000000;
	line-height:40px;
}

#rotator {
	position:relative;
	height: 230px;
	margin-left:5px;
}

#rotator ul,
#rotator ul li {
	padding:0;
	margin:0;
	list-style: none;
	position:absolute;
	top: 0;
	left: 0;
	
}

#rotator ul li.show {
	z-index:500
}

/* Judges Page   
----------------------------------------------- */
.judge_row {
	width: 500px;
	padding:10px 0;
	border-top:1px solid #ddd;
}

.judge_desc {
	float:left;
	width:340px;
	overflow:hidden;
}

.judge_img {
	float:right;
	width:140px;
	overflow:hidden;
	padding-top:20px;
}

/* Sidebar Styles   
----------------------------------------------- */

H3.sidebar {
	font-size:15px;
	line-height: 1.5;
	padding: 10px 0;
	margin:0;
	color:#000;
	font-weight: 700;
}

H3.topmem {
	font-size:16px;
	line-height: 1.5;
	padding: 0 0 10px 35px;
	margin: 0;
	color:#000;
	font-weight: 700;
	background:url(../images/crown.png) 0 3px no-repeat;
}

H2.sidebar {
	font-size:18px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 10px 0;
	color:#000;
	font-weight: 400;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}

.side_content {
	padding-left:10px;
	padding-bottom:20px;
	background:url(../images/bg_sidediv.png) left bottom no-repeat;
	margin-bottom:20px;
	font-size:11px;
	color:#000000;
}

.side_content2 {
	padding-bottom:15px;
}

.side_blog {
	padding-bottom:15px;
	background:url(../images/bg_sidediv.png) left bottom no-repeat;
	margin-bottom:10px;
	font-size:11px;
	color:#000000;
}

.side_nav,
.side_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side_nav a {
	color: #b004c4;
	text-decoration: none;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	line-height:24px;
	border-top:1px dashed #ddd;
	font-weight:700;
}
.side_nav a:hover {
	color:  #e300fd;
	text-decoration: none;
	
}

.blog_nav,
.blog_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blog_nav a {
	color: #b004c4;
	text-decoration: none;
	font-size:11px;
	display:block;
	border-top:1px dashed #ddd;
	font-weight:400;
	padding:5px 0;
}
.blog_nav a:hover {
	color:  #e300fd;
	text-decoration: none;
	
}

.blog_arc {
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}


.blog_arc li {
	list-style-type: none;
	padding: 5px 10px;
	display: block;
	color:#CCCCCC;
	border-bottom:1px dashed #ddd;
}

.blog_arc a {
	color: #b004c4;
	text-decoration: none;
	font-weight:400;
}
.blog_arc a:hover {
	color:  #e300fd;
	text-decoration: none;
	
}

#votefor {
 	margin-bottom:15px;
}

.btn {
	float:right;
	margin-left:10px;
}

.searchrow {
	padding: 10px 0;
	border-bottom:1px dashed #ddd;
}

.small {font-size:11px;}

.commentlist,
.commentlist li {
	padding:0;
	margin:0;
	list-style: none;
	font-size:11px;
} 

.commentlist li {
	padding: 5px 0;
} 

.comment-author {
	font-weight:700;
}

/*  Profile Page
--------------------------------- */

#profile_nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#profile_nav a {
	color: #000;
	text-decoration: none;
	font-size:11px;
	display:block;
	line-height:24px;
	border-top:1px dashed #ddd;
}
#profile_nav a:hover {
	color:  #e300fd;
	text-decoration: none;
}

#profile_left {
	width: 500px;
	float:left;
	
}
.profile_desc {
	margin-bottom:15px;
	font-style:italic;
	color:#333333;
	font-size:11px;
}

.profile_desc H6 {
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	padding:0;
}

.profile_image {
	padding: 5px;
	border:1px solid #999;
	margin-bottom:10px;
}

.file_single_left {
	width: 260px;
	float:left;
}


.file_single_right {
	width: 420px;
	float:right;
}


.file_table {
	border-collapse:collapse;
}

.file_table td {
	padding-right:10px;
}

.myaward {
	width: 360px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border: 1px solid #CCC;
	background:#FFF;
}

/*  Headings and page styles
--------------------------------- */
H1#title {
	font-size:20px;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 1.4;
	color:#000;
	font-weight: 700;
	width:500px;
}

H1#title a,
H1#title a:hover {
	color:#000;
	text-decoration:none;
}



H1 {
	font-size:18px;
	padding: 0;
	margin: 0 0 10px 0px;
	line-height: 1.4;
	color:#333;
	font-weight: 400;
}

H2 {
	font-size:15px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.4;
	font-weight: 700;
	color:#333;
}

H3 {
	font-size:14px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 10px 0;
	color:#333;
	font-weight: 700;
}

H4  {
	font-size:13px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	color:#333;
}

H5 {
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	padding:0;
}

H6 {
	color:#000000;
	font-size:14px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:normal;
	margin:0 0 10px 0;
	padding:0;
}

/* Image Grid   
----------------------------------------------- */

.report {
	font-size:10px;
	text-align:right;
	width:100px;
	float:right;
}

.description {
	color:#000000;
	margin-bottom:10px;
	width: 500px;
}

H1.home_title {
	font-size:20px;
	padding: 0 0 0 35px;
	margin: 0;
	line-height: 30px;
	color:#000;
	font-weight: 700;
}

.hwin {
	background:url(../images/ico_win.png) left no-repeat;
}

.hvote {
	background: url(../images/ico_tick.png) left no-repeat;

}

.image_table {
	margin:10px 0;
	width: 498px;
	background: #f6f6f6;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.image_table td {
	padding:3px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}

.image_table th {
	color:#000000;
	font-size:12px;
	padding:3px;
	background:#ccc;
}

.img_grid {
	padding: 9px;
	margin-bottom:10px;
	width: 480px;
	background: #f6f6f6;
	border:1px solid #ccc;
}

.home_grid {
	padding: 9px ;
	margin-top:15px;
	width: 480px;
	background: #f6f6f6;
	border:1px solid #ccc;
}

#inner_left {
	margin-bottom:10px;
	width: 500px;
	float:left;
}

#inner_left_profile {
	margin-bottom:10px;
	width: 500px;
	float:left;
}

.thumb_div {
 	width: 100px;
	padding: 10px;
	float:left;
	font-size:10px;
	color:#000;
	line-height:13px;
	height:150px;
	overflow:hidden;
	text-align:center;
	position:relative;
}

.thumb_smdiv  {
 	width: 100px;
	float:left;
	height:100px;
	padding:10px;
	overflow:hidden;
	position:relative;
}

.thumb_vsmdiv  {
 	width: 75px;
	height: 85px;
	overflow:hidden;
	position:relative;
}


.thumb_image {
 	padding:4px;
	background:#fff;
 	border:1px solid #999;
}

.thumb_pc {
	position:absolute;
	top: 10px;
	right: 10px;
	z-index:900;
}



.thumb_smdiv .thumb_prize {
	position:absolute;
	bottom: 10px;
	left: 10px;
	z-index: 800;
}

.thumb_div .thumb_prize {
	position:absolute;
	bottom: 60px;
	left: 10px;
	z-index: 800;
}

/* Member Grid
----------------------------------------------- */

.mem_grid {
	border: 1px solid #999;
	width: 245px;
	margin-bottom: 5px;
	height:106px;
	overflow:hidden;
	position:relative;
}

.mem_grid_image {
	width: 90px;
	position:absolute;
	top:8px;
	left:8px;
}

.mem_grid_content {
	width: 135px;
	position:absolute;
	top:5px;
	right:5px;
	font-size:11px;
	line-height:14px;
}

/* Vote / Show page Styles
----------------------------------------------- */

#votebox {
	border: 1px solid #ccc;
	padding:10px;
	line-height:24px;
	margin: 10px 0 20px 0;
	color:#000000;
	background:#f6f6f6;
}

/* Footer Styles   
----------------------------------------------- */

#footer {
	width:970px;
	margin: 10px auto;
	background:#FFFFFF url(../images/bg_dash.png) top left repeat-x;
	padding-top:6px;
}

#footer_inner {
	width:970px;
	background: url(../images/logo_footer.png) 10px 10px no-repeat;
	font-size:11px;
	height:90px;
	line-height:90px;
	color: #000;
	text-align:center;
	position:relative;
}
#footer_inner a {
	color:#000;
	text-decoration: none;
	text-transform:uppercase;
}
#footer_inner a:hover {
	color: #000;
	text-decoration: underline;
}

#footer_inner a#toplink {
	display:block;
	width:150px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/bg_toparrow.png) center 20px no-repeat; 
}

#copy {
	font-size:10px;
	color: #999;
	padding:20px;
	text-align:center;
}


/* Links 
----------------------------------------------- */

a {
	color: #b004c4;
	text-decoration: none;
}

a:hover {
	color: #e300fd;
	text-decoration: underline;
}

a.black {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #666;
	text-decoration: underline;
}

/* Search Form
----------------------------------------------- */
#search {
	width:160px;
	float:right;
	height:26px;
	background:url(../images/bg_field.png) 0 2px no-repeat #fff;
	position:relative;
	overflow:hidden;
	margin-top:3px;
}

.input_search {
	width: 115px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border:none;
	margin:0;
	padding-left:5px;
	padding-top:4px;
	background: transparent;
	position:absolute;
	left:0;
	top: 2px;
}

.btn_search {
	position:absolute;
	margin:0;
	padding:0;
	right:0;
	top: 2px;
}


/* Forms  
----------------------------------------------- */

form {
	padding:0;
	margin:0;
}

label {
	line-height:26px;
	font-size:12px;
	color:#000;
}

.button {
	border:none;
	background: #b004c4;
	font-size:12px;
	color:#fff;
	font-weight:700;
	padding:5px 10px ;
}

.button1 {
	border:none;
	background:#dc9ce4;
	font-size:12px;
	color:#fff;
	font-weight:700;
	padding:5px 10px ;
}

.input {
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	border: 1px solid #CCC;
	padding:5px 10px;
	background:#FFF;
}

.inputs {
	width: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	border: 1px solid #CCC;
	padding:5px 10px;
	background:#FFF;
}

#login_form p {
	margin: 0 0 5px 0;
	padding:0;
	height:39px;
	background:url(../images/bg_field.png) 0 16px no-repeat #fff;
	position:relative;
	overflow:hidden;
}
#login_form label {
	margin:0;
	padding:0;
	height:16px;
	line-height:16px;
	font-size:10px;
	color:#333;
	text-transform:uppercase;
	position:absolute;
	left:0;
	top:0;
}
.input_bg {
	width: 135px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	border:none;
	margin:0;
	padding-left:5px;
	padding-top:4px;
	background: transparent;
	position:absolute;
	left:0;
	top: 16px;
}
.btn_login {
	position:absolute;
	margin:0;
	padding:0;
	right:0;
	top: 13px;
}

.btn_report {
	border:none;
	background: #fff;
	font-size:10px;
	color: #666;
	font-weight:400;
	padding:0;
	font-style:italic;
}
/* Miscelaneous  
----------------------------------------------- */

.pager {
	text-align:center;
	width:498px;
	border-top: 1px solid #ccc;
	padding:8px 0;
	border:1px solid #ccc;
}

#overlayfrm { /* Lightbox Form CSS */
	background-color:#000; 
	-moz-opacity:0.8; 
	opacity:.80; 
	filter:alpha(opacity=80);
}


a.upload {
	color: #fff;
	text-decoration: none;
	display:block;
	text-transform:uppercase;
	float:right;
	padding:3px 8px;
	font-weight:700;
	font-size:11px;
	background: #000;
	margin-left:10px;
	line-height:18px;
}
a:hover.upload {
	color: #d000d0;
	text-decoration: none;
}

.error {
	padding:3px;
	border:1px dashed #000;
	margin-bottom:10px;
}

.error_inner {
	padding:5px;
	background:  #FFCC66;
	font-style:italic;
	font-size:12px;
	color:#000000;
}

.note {
	padding:3px;
	border:1px dashed #000;
	margin-bottom:10px;
}

.note_inner {
	padding: 5px;
	background:#FFCCFF;
	font-size:13px;
	color: #000000 ;
	font-weight:400;
}

.note a {
	font-weight:700;
}

.message {
	padding:3px;
	border:1px dashed #000;
	margin-bottom:10px;
}

.message_inner {
	padding:5px;
	background: #CCFFFF;
	font-style:italic;
	font-size:11px;
	color:#000000;
}

.message a {
	color: #003399;
	text-decoration: none;
}

.message a:hover {
	color: #0033FF;
	text-decoration: underline;
}

.fl {
	float:left;
}

.fr {
	float:right;
}


.clearBoth {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}
img {
	border: none;
}
hr  { 
	height: 0px; 
	border: 0px solid #cccccc; 
	border-top-width: 1px;
	display: block;
	margin: 15px 0;
}
table {
	border-collapse:collapse;
}
