@charset "utf-8";
/* CSS Document */

/*** main tags ***/
BODY	{
	background: #ffffff url(/themes/hardwired/images/bg_main.png) repeat-y top center;
	font:12px/14px Tahoma, Geneva, sans-serif;
	color:#6e7371;
	padding:0; margin:0;
}

A IMG	{border:0;}

H1	{
		font:22px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d92121;
		font-weight:normal;
}

H2	{
		font:20px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d92121;
		font-weight:normal;
		margin:0; padding:8px 0;
}

H3	{
		font:18px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d92121;
		font-weight:normal;
		margin:0; padding:6px 0;
}

H4	{
		font:16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d92121;
		font-weight:bold;
		margin:0; padding:5px 0;
}

H5	{
		font:13px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#d92121;
		font-weight:bold;
		margin:0; padding:5px 0;
}

BUTTON	{
		font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		background:#909a96 url(/themes/hardwired/images/bg_buttons.png) top left repeat-x;
		height:24px;
		font-weight: bold;
		border:1px solid #a2a9a6;
	
}

form	{margin:0; padding:0;}

fieldset 	{
	border:1px solid #ccd3d0;
	-moz-border-radius:10px;
/*	-webkit-border-radius:10px;*/
	padding: 10px;
}
fieldset button	{
	margin:5px 5px 0 5px;
}

input, textarea	{
	background:#ffffff;
	border:1px solid #c7d0cc;
	font: 12px/16px Tahoma, Geneva, Arial, Helvetica,sans-serif;
	color:#6e7371;
}

a {
	color:#0286d9; text-decoration:underline;
}
a:link {
	color:#0286d9; text-decoration:underline;
}
a:visited {
	color:#01adef; text-decoration:underline;
}

a:hover, a:active	{
	color:#fc2626; text-decoration:underline;
}


/*** common styles ***/

.fs11	{font-size: 11px!important; line-height:14px!important; }
.fs12	{font-size: 12px!important; line-height:16px!important; }
.fs14	{font-size: 14px!important; line-height:18px!important; }
.fs16	{font-size: 16px!important; line-height:21px!important; }
.fs18	{font-size: 18px!important; line-height:24px!important; }


.dcb1	{clear:both!important; height:1px!important;}
.dcb5	{clear:both!important; height:5px!important;}
.dcb15	{clear:both!important; height:15px!important;}
.dcb10	{clear:both!important; height:10px!important;}
.dcb15	{clear:both!important; height:15px!important;}
.dcb20	{clear:both!important; height:20px!important;}
.bcb	{clear:both;}
.dfr	{float:right;}
.dfl	{float:left;}

.nowrap	{white-space:nowrap;}

.ml5	{margin-left:5px;}
.ml10	{margin-left:10px;}
.mr5	{margin-right:5px;}
.mr10	{margin-right:10px;}
.mr15	{margin-right:15px;}
.mr20	{margin-right:20px;}
.mt0	{margin-top:0;}
.mt5	{margin-top:5px;}
.mt10	{margin-top:10px;}
.mb5	{margin-bottom:5px;}
.mb10	{margin-bottom:10px;}

.pr10		{padding-right:10px;}
.pl10		{padding-left:10px;}
.phz5		{padding-left:5px; padding-right:5px;}
.phz10		{padding-left:10px; padding-right:10px;}

.blue_lt	{color:#01adef;}
.blue_dk	{color:#015373;}
.blue		{color:#0286d9;}
.red_lt		{color:#fc2626;}
.red_dk		{color:#d92121;}
.gray		{color:#6e7371;}

.fl	{float:left;}
.fr	{float:right;}

/*** layout styles ***/

#mainFrame	{
	width:1000px; margin:0 auto;
/*	border:1px solid red;
/*	padding:0 1px;*/
}

.navLink	{
	font-family: Arial, Helvetica, sans-serif;
}
a.navLink:link, a.navLink:visited	{
	color:#015373; text-decoration:underline;
}
a.navLink:hover, a.navLink:active	{
	color:#730101; text-decoration:underline;
}

.userLink	{
	font-family: Arial, Helvetica, sans-serif;
}

span.userLink	{
	color:#a62929;
}

a.userLink:link{
	color:#d92121; text-decoration:none;
}
a.userLink:visited	{
	color:#f2557a; text-decoration:none;
}
a.userLink:hover, a.userLink:active	{
	color:#0286d9; text-decoration:underline;
}


.inputLikeNavLink	{
	border:0px; background:none;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; line-height:18px;
	font-weight:normal;
	text-align:left;
	color:#015373; text-decoration:underline;
}



.mainContent	{
	padding:5px 10px;
/*	min-height:100%;*/	
}


.subBlock_grey	{
	background:#f2f2f2 url(/themes/hardwired/images/bg_special_gray.png) 0 0 repeat-x;
	padding: 10px; margin:10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.subBlock_grey_small	{
	background:#f2f2f2 url(/themes/hardwired/images/bg_spec_small.png) 0 0 repeat-x;
	padding: 10px; margin:10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.subBlock_white	{
	background:none;
	padding: 10px; margin:10px 0;
	border:1px solid #ccd3d0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.subBlock_alert	{
	background:none;
	padding: 10px; margin:10px 0;
	border:1px solid #d92121;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.subBlock_warning	{
	background:none;
	padding: 10px; margin:10px 0;
	border:1px solid #015373;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.liteLine {
	background:none; height:1px; border:0; outline:0; width:100%; text-align:center;
	border-bottom:1px dotted #cbd2cf;
}
div.blueLine {
	background:none; height:1px; border:0; outline:0; width:100%; text-align:center;
	border-bottom:1px dotted #015373;
}
div.liteLine hr, div.blueLine hr {
  display: none;
}

/*** >>pages ***/
.paginator	{
	text-align:center;
	height:44px;
	line-height:auto;
}

.paginator .pageON	{
	border:1px solid #015373;
	background:#0286d9;
	padding:3px 4px;
	margin:0 2px;
	color:#fff;
	text-decoration:none;
}

.paginator .pageOFF	{
	border:1px solid #015373;
	padding:3px 4px;
	margin:0 2px;
}

.paginator .pageArrow	{
	text-decoration:none;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

/*** header ***/

#header	{
	background:#fff url(/themes/hardwired/images/bg_header.png) repeat-x top left;
	height:190px; 
	margin:0; 
	padding:0 10px;
}

#header h1	{
	margin:0; padding:10px 0;
	text-align:right;
}

#logo	{
	position:relative;
	display:inline;
	top:-5px; left:0;
	float:left;
}

#header p	{
	text-align:justify;
	margin:0; padding:0;
}

em.stats	{
	font-style:normal; font-weight:normal;
	width:100px;
}

/*** header INNER ***/

#headerIN	{
	background:#fff url(/themes/hardwired/images/bg_header_in.png) repeat-x top left;
	height:130px; 
	margin:0; 
	padding:0 10px;
}

#headerIN h1	{
	margin:0; padding:10px 0;
	text-align:right;
}


#headerIN p	{
	text-align:justify;
	margin:0; padding:0;
}

#headerIN H5	{
	margin:0; padding:0 0 5px 0;
}

em.stats	{
	font-style:normal; font-weight:normal;
	width:100px;
}

.innr_stats{ 
/*float:right;*/
width:330px;
margin-left:650px;
padding:0;
/*border:1px solid red;*/
}

.innr_stats td	{
	padding:2px 0;
}


/**** Login form ****/

#loginForm TD	{
	padding:2px 1px;
}

#loginForm input	{
	width:228px;
	height:16px;
	background:#ffffff;
	border:1px solid #c7d0cc;
}
a.registerLink	{
	color:#fc2626;
	font-size:14px;
   font-family: 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space:nowrap;
}
a.registerLink:link, a.registerLink:visited 	{
	color:#fc2626;
	text-decoration:underline;
}
a.registerLink:hover, a.registerLink:active 	{
	color:#fc2626;
	text-decoration:none;
}

#loginForm .navLink	{
   font-family: 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/*** main menu ***/
DIV#mainMenu	{
	background:#ffffff url(/themes/hardwired/images/bg_mainmenu.png) bottom left repeat-x;
	text-align:center;
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   height:37px;
}

DIV#mainMenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   height:37px;
}
DIV#mainMenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0; padding:0;
   position:relative;
   right:50%;
   height:37px;
   background: url(/themes/hardwired/images/mainmenu_dvdr.png) left bottom no-repeat;
}

DIV#mainMenu ul li:first-child {
   background: none;
}


DIV#mainMenu ul li a {
   display:block;
   vertical-align:middle;
   margin:0;
   padding:15px 15px 0 15px;
   color:#015373;
   height:22px;
   font:12px/18px 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-decoration:none;
}
DIV#mainMenu ul li a:hover {
   background: url(/themes/hardwired/images/bg_mainmenu_OVER.png) left bottom repeat-x;
   color:#fff;
}
DIV#mainMenu ul li a.active,
DIV#mainMenu ul li a.active:hover {
   background: url(/themes/hardwired/images/bg_mainmenu_OVER.png) left bottom repeat-x;
   color:#fff;
}

DIV#mainMenu ul li a.menusel {
   display:block;
   margin:0;
   padding:15px 15px 0 15px;
   color:#fff;
   font:12px/18px 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
   font-size-adjust:110%;
   font-weight:bold;
   text-decoration:none;
   height:22px;
   background: url(/themes/hardwired/images/bg_mainmenu_ON.png) left bottom repeat-x;
}

DIV#mainMenu ul li span {
   display:block;
   margin:0;
   padding:15px 15px 0 15px;
   color:#fff;
   font:12px/18px 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
   font-size-adjust:110%;
   font-weight:bold;
   text-decoration:none;
   height:22px;
   background: url(/themes/hardwired/images/bg_mainmenu_ON.png) left bottom repeat-x;
}

/*** subMenu ***/

.subMenuBarNew	{
	background:#f2f2f2 url(/themes/hardwired/images/bg_submenu.png) repeat-x 0 0;
	margin:0; padding:7px 0 5px 0;
	text-align: center;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.subMenuBarNew li
{
list-style:none;
text-decoration: none;
display: -moz-inline-box;/* Firefox 2 */
display: inline-block;
margin: 5px 1px 0 1px;
vertical-align:middle;
height:22px;
padding: 0;
/*border:1px solid green;*/

}

.subMenuBarNew	a, .subMenuBarNew	span 	{
   font-family: 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	padding:5px 10px 5px 10px;
}

.subMenuBarNew	a, .subMenuBarNew a:link, .subMenuBarNew a:visited{
	color:#005273;
	text-decoration:underline;
}

.subMenuBarNew a:hover, .subMenuBarNew a:active{
	color:#ffffff;
	text-decoration:none;
	background:#015373 url(/themes/hardwired/images/bg_submenu_OVER.png) repeat-x bottom left;
}

.subMenuBarNew span{
	color:#ffffff;
	text-decoration:none;
	background:#d42020 url(/themes/hardwired/images/bg_submenu_ON.png) repeat-x bottom left;
}


/*** footer ***/
.footer	{
	clear:both; padding:10px;
	background:#dde6e2 url(/themes/hardwired/images/bg_footer.png) repeat-x 0 0;
	font-size:11px; line-height:16px;
	text-align:center;
	bottom:0;
/*	border:1px solid blue;*/
}

/*#mainFrame	{border:1px solid green;} /*stupieddd!!! IE ***/

/*** index styles ***/

.idx_right{ 
/*float:right;*/
width:290px;
margin-left:690px;
height:auto !important; /* for modern browsers */
height:150px; /* for IE5.x and IE6 */
padding:0;
/*border:1px solid red;*/
}

.idx_main {
float:left;
width:620px; margin-right:10px;
height:auto !important; /* for modern browsers */
height:150px; /* for IE5.x and IE6 */
/*border:1px solid green;*/
}

.mostHottest	{
	float:left;
	width:240px;
/*	border:1px solid green;*/
}

ul.details_particulars	{
	list-style:none;
	font-size:12px;
	margin:5px 0 0 0; padding:0;
}

ul.details_particulars li	{
	list-style:none;
	padding:2px 0;
	margin:0;
}


.restHottests	{
	margin-left:20px; padding:0;
	width:360px;
	float:left;
/*	border:1px solid #F0F;*/
}

.restHottests	div.a {
	margin-right:35px;
	width:170px;
	float:left;
/*	border:1px solid green;*/
}
.restHottests	div.b {
	margin-right:0px;
	width:170px;
	float:right;
/*	border:1px solid green;*/
}

.catSlider	{
	background:#f2f2f2 url(/themes/hardwired/images/bg_special_gray.png) 0 0 repeat-x;
	padding: 0 10px 10px 10px; margin:0 0 10px 0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.catSlider p	{
	margin: 0 0 5px 0;
	padding:0;
}

.catSlider div.catDetails	{
	width:500px;
}

.catTitle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a.catTitle:link{
	color:#d92121; text-decoration:underline;
}
a.catTitle:visited	{
	color:#d92121; text-decoration:underline;
}
a.catTitle:hover, a.catTtitle:active	{
	color:#0286d9; text-decoration:underline;
}

.caruButtonPrev	{
	float:left; padding-top:50px;
	margin-right:10px;
	cursor:pointer;
}

.caruButtonNext	{
	float:right; padding-top:50px;
	margin-left:10px;
	cursor:pointer;
}

div.catList	{
	background:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:10px 0 0 0;
	padding:10px;
	text-align:center;
}

div.catList	a	{
	color:#01adef;
	font-weight:bold;
	font-size:14px; line-height:22px;
	cursor:pointer;
	margin-left:1em;
}

/*** Hall of fame ***/
.idx_hof	{
	width:620px;
}

.hof_list_profile	{
	width:200px;
	float:left;
	margin:0 10px 20px 0;
}

.idx_profileMiniBlock	{
	margin:10px 0;
}

.idx_profileMiniBlock img	{
	margin: 5px 10px 35px 0;
}

.idx_profileMiniBlock ul	{
	margin-top:0; padding-top:0;
}

.linkoMizer	{
	padding:0; margin:0; list-style:none;
}

.linkoMizer	li {
	background:url(/themes/hardwired/images/pointer_1.png) no-repeat 0 5px;
	margin:0;
	padding:2px 0 8px 20px;
}

.linkoMizer	li a	{
	font:14px/18px;
	font-weight:bold;
}

.linkoMizerSpec	{
	padding:0; margin:0; list-style:none;
}

.linkoMizerSpec	li {
	background:url(/themes/hardwired/images/pointer_1.png) no-repeat 8px 5px;
	margin:0;
	padding:2px 0 12px 30px;
}

.linkoMizerSpec	li.requestfriend {
	background:url(/themes/hardwired/images/ico_become_friends.png) no-repeat 0 0;
}
.linkoMizerSpec	li.sendmessage {
	background:url(/themes/hardwired/images/ico_send_message.png) no-repeat 3px 0;
}
.linkoMizerSpec	li.searchprofile {
	background:url(/themes/hardwired/images/ico_search_profiles.png) no-repeat 3px 0;
}

.linkoMizerSpec	li.nextitem {
	background:url(/themes/hardwired/images/ico_next_item.png) no-repeat 3px 0;
}
.linkoMizerSpec	li.thlist {
	background:url(/themes/hardwired/images/ico_thlist.png) no-repeat 3px 0;
}
.linkoMizerSpec	li.removeit {
	background: url(/themes/hardwired/images/msg_delete_ico.png) no-repeat 3px -2px;
}
.linkoMizerSpec	li.editit {
	background: url(/themes/hardwired/images/ico_edit_display.png) no-repeat 0px 0;
}

.linkoMizerSpec	li a	{
	font:14px/18px;
	font-weight:bold;
	color:#015373; 
	text-decoration:underline;
}

.linkoMizerSpec	li a:hover, .linkoMizerSpec	li a:active	{
	color:#730101; text-decoration:underline;
}

/*** Key notes ***/
.keynote	{
	background:#fcfbf5 url(/themes/hardwired/images/bg_keynote.png) 0 0 repeat-x;
	border:1px solid #fef0c0;
	font: 11px/16px Tahoma, Geneva, sans-serif;
	color:#736e5a;
	padding:5px 8px;
	margin:5px 0;
	text-align:left;
}

.keynote b	{
	font-weight:normal;
	color:#403b23;
}

#keynoteMAIN	{
	background:#fcfbf5 url(/themes/hardwired/images/bg_keynote.png) 0 0 repeat-x;
	border:1px solid #fef0c0;
	padding:3px 8px;
	margin:5px 0;
}

.keynoteMAIN_show	{
	font-size:12px;
	color:#736e5a;
	line-height:22px;
}

.keynoteMAIN_hide 	{
	line-height:16px;
	font-size:11px;
}


#keynoteMAIN b	{
	font-weight:bolder;
	color:#403b23;
}

.keynote ins, #keynoteMAIN ins	{
	background:url(/themes/hardwired/images/ico_keynote.png) left center no-repeat;
	display:block;
	padding:0 0 0 26px;
	text-decoration:none;
}

.keySpace1	{
	padding:0 30px 0 10px
}

/*** Uh! ****/
/*** subMenu ***/

.subMenuBarInner	{
	margin:0; padding:7px 0 5px 0;
	text-align: center;
}

.subMenuBarInner li
{
list-style:none;
text-decoration: none;
display: -moz-inline-box;/* Firefox 2 */
display: inline-block;
margin: 5px 1px 0 1px;
vertical-align:middle;
padding: 0;
/*border:1px solid green;*/

}

.subMenuBarInner	a, .subMenuBarInner	span 	{
   font-family: 'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	white-space:nowrap;
	padding:5px 15px 5px 15px;
	text-align:center;
	display:block;
}

.subMenuBarInner	a, .subMenuBarInner a:link, .subMenuBarInner a:visited{
	color:#005273;
	text-decoration:underline;
}

.subMenuBarInner a:hover, .subMenuBarInner a:active{
	color:#ffffff;
	text-decoration:none;
	background:#015373 url(/themes/hardwired/images/bg_submenu_OVER.png) repeat-x bottom left;
}

.subMenuBarInner span{
	color:#ffffff;
	text-decoration:none;
	background:#d42020 url(/themes/hardwired/images/bg_submenu_ON.png) repeat-x bottom left;
}

.vrfEmail {
    display: none;
}

#mc1 img, #mc2 img, #mc3 img, #mc4 img {
	max-width: 120px;
}

#albumContent .albumLink img {
	width: 160px;
	height: 120px;
}