﻿]@charset "utf-8";

body  {
	background-color:#ddd;
	font-family:Tahoma, arial, Serif;
}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
    /* background:#FFFFFF url(../Images/Common/bg-grid.gif) repeat-y left top; */
    background-color:#fff;
}

.hd.print {
	/* hides inline logo for print.Css use*/
	display:none;
}

.bd {

}

.ft {
    margin:20px 0 0 0;
}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:Arial, Times New Roman, Serif;
    font-weight:normal; 
    margin:10px 0;
    color:#333;
}

h1 {
	font-size:197%;
	font-family:Georgia;
	border-bottom:1px dotted #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	color:#333;
}

h2 {
	font-size:138.5%; 
	color:#333;
}

h3 {
	font-size:108%;  
}

h4 {
	/*11px  equivalent*/
	font-size:85%; 
	background-color: #DDDDDD;
	padding:5px;
	color:#000;
}


p 
{

	font-size:100%;
    line-height:130%;
    color:#666666;
    margin-bottom:1em;
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
	font-style:bold;
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin:4px 0;	
}



/* Basic Element Styles Ends */

/* Search Box Styles Start*/

.srch 
{
	margin:40px 0 0 0;
	width:auto;
}

.srch .textfield 
{
	padding:5px 10px;
	width:200px;
}

.srch .button
{
	padding:5px 10px;
}


/* Search Box Styles End*/

/* Basic Link Styles Start */

a  {
    color:#3B5998;
    text-decoration: none;
}

a:hover {
	 /* mouse over link */
	color: #333;
	text-decoration: underline;
}

/* Basic Link Styles End */


.logo a{
	margin:0;
	position:relative;
	width:210px;
	height:90px;
	font-size:77%;
	display:block;
	text-decoration:none;
}

.logo a span {
	background:#FFFFFF url(../Images/Branding/Logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.box 
{
    background-color:#EEE;
    padding:10px 10px;
    margin:0 0 10px;
}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    width:100%;
    background-color:#333;
    line-height:normal;
    padding:0;
    margin:10px 0;
	height:35px;
	
  }
  
.np ul {
    margin:0;
    padding:0;
    list-style:none;
}
  
.np li {
    margin:0;
    padding:0;
    float:left;
    display:block;
}

.np ul li a {
    float:left;
    display:block;
    margin:0px;
    padding:0px 20px;
    text-decoration:none;
    cursor:pointer;
    font-size:116%;
    font-weight:bold;
    line-height:35px;
    height:35px;
    color:#fff;
}

.np ul li a:hover, .np .selected a {
  text-decoration::none;
  background-color:#D84213;
  color:#fff;
}

/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */
.ns .ns-hd { /* Navigation Secondary header span*/ 
     display:block;
     color:#666;
     font-weight:bold;
     padding:8px 0 8px 10px;
     margin:10px 0 0 0;
     background-color:#ddd;
     
}

.ns { /* Navigation Secondary*/ 
     
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#000;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
    color: #000;
	background-image:url(../Images/navigation/bg-ns.gif);
    background-position:0 0;
	background-repeat: repeat-x;
    padding: 8px 0 0 10px;
}

.ns li a:hover, .ns li.selected a {
    color: #000;
	background-image:url(../Images/navigation/bg-ns.gif);
	background-repeat: repeat-x;
    background-position:0 -32px;
    padding: 8px 0 0 10px;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #000;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 10px;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#333;
    background-color:#dddddd;
    background-image:none;
}

/* Navigate Secondary Submenu Styles End */     
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:5px 0px;
    padding:0 5px;
    border-bottom:1px solid #dddddd;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:1px solid #dddddd; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../Images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
    border-top:1px solid #dddddd;
    padding:10px 0 0 0;
	
}

.ft p 
{
    font-size:110%;
    color:#000;
    margin:0;
    padding:10px 0;
}

.ft ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.ft ul li
{
    display:block;
    float:left;
    margin:0px 0 10px 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.ft ul li a
{
    margin:0 10px 0 0;
    padding:0 0px 0 0px;
}

/* Navigate Footer Styles End */

/* Navigation Styles End  */


/* Header Styles Start  */
.login-logout {
    text-align:right;
    height:50px;
    line-height:50px;
    margin:0 0 10px 0;
    color:#999;
    position:relative;

}

.login-logout span {
    font-size:85%;
    position:absolute;
    top:0px;
    right:165px;
}


.login-logout img {
    border:1px solid #000;
    position:absolute;
    top:15px;
    right:0px;
}

.login-logout .facebook-avatar img {
    top:0px;

}

.login-logout a{
    font-weight:bold;
}

.login-logout .facebook-login img{
    border:none;
}

.create-list {
    text-align:center;
} 

.create-list h2{
    margin:0px;
    padding:0px;
}

.create-list h2 a{
    background-color: #ccc;   
    background:  url(../Images/Branding/sprite-create-list.png) no-repeat  0 0;
    display:block;
    padding:40px 0 0 0;
    height:0px;
    _height:40px;
    color:#666;
    text-align:center;
    overflow:hidden;
    
}

.create-list h2 a:hover {
    text-decoration:none;
    background-position:0 -40px;
    color:#000;
    
}

.search-holder {
    position:relative;
    background:  url(../Images/Branding/bg-search.png) no-repeat  0 0;
    height:40px;
    width:300px;

}

.search-holder .textfield {
    
    background-color: Transparent;
    border:none;
    color:#999;
    position:absolute;
    top:5px;
    left:10px;
    width:200px;
    font-size:167%;
    
}

.search-holder .button  {
    background-color: Transparent;
    position:absolute;
    top:5px;
    left:213px;
    height:0px;
    _height:0px;
    width:80px;
    border:none;
    padding:26px 0 0 0;
    cursor:pointer;
}


/* Header Styles End  */



/* Homepage Styles Start  */
.intro {
    background-color:#FCE7A6;
    border-bottom:1px dotted #D84213;
    border-top:1px dotted #D84213;
    font-family:Georgia;
    font-size:146.5%;
    font-style:italic;
    line-height:150%;
    margin:0 0 10px 0;
    padding:20px 20px;
}

.intro p{
    margin:0px;
    color:#333;
}

.lister {
    /*padding:10px;
    border:1px solid #ddd;*/
    margin:10px 0;
}


.lister h2 {
   /* color:#333;
    font-weight:normal;
    border-bottom:1px dotted #ddd;
    font-size:123.1%;
    font-weight:bold;
    padding:0 0 5px 0;
    margin:0 0 5px 0;*/
    color:#C83001;
    border-top:2px solid #333;
    height:37px;
    line-height:37px;
    font-size:123.1%;
    font-weight:bold;
    border-bottom:1px solid #DDDDDD;
}


.lister.search-results {
    padding:0px;
    border:none;
    margin:10px 0;
}

.lister ul li  {
    display:block;
    border-bottom:1px solid #ddd;
    padding:5px 0;
    margin:5px 0;
    position:relative;
}

.lister ul li img {
    border:1px solid #000;
}

.lister ul li p {
    top:5px;
    left:60px;
    position:absolute;
    font-family:"segoe ui";
    font-weight:bold;

}

.lister ul li p span{
    display:block;
    font-weight:normal;
    font-size:93%;
}

.lister ul li p span a{


} 

.facebook-widgets h2 {
    color:#C83001;
    border-top:2px solid #333;
    height:37px;
    line-height:37px;
    font-size:123.1%;
    font-weight:bold;
    border-bottom:1px solid #DDDDDD;
}


.facebook-widgets .recent-activity, .facebook-widgets .recommendations {
    border:1px solid #ddd;
    
}


/* Homepage Styles End  */
.list-title {
    margin:0 0 10px 0;
    border-bottom:1px dotted #CCC;
    padding:10px;
}

.list-title img {
    display:block;
    float:left;
    border:1px solid #000;
    margin:0 10px 0 0;
}

.list-title h1 {
    display:block;
    float:left;
    margin:0px;
    padding:0px;
    line-height:50px;
    color:#999;
    font-size:116%;
    font-family:Arial;
    border-bottom:none;
    width: 500px;
}

.list-title h1 span {
    font-family:Georgia;
    font-style:italic;
    color:#000;
    font-size:167%;

}

.list-sortable ul li {
    display:block;
    border-bottom:1px dotted #CCC;
    padding:15px 0;
    
}

.userSortable {
    cursor:move;    
}

.list-sortable ul li h2{
    margin-top:0px;
    font-size:167%;
    
}

.list-sortable ul li img {
    max-width:130px;
    margin:0 0 0 10px;
    border:1px solid #333;
    
}

.list-position {
    font-family:Georgia;
    font-style:italic;
    color:#000;
    font-size:182%;
}

.promote-social {
    margin:10px 0 0 0;
    padding:10px 0;
    height:60px;
    border-bottom:1px dotted #DDD;
    border-top:1px dotted #DDD;
}

.promote-social .fb-like {
    padding:0 20px 0 10px;
    
}

.list-promote-links  {
    border:1px solid #ddd;
    padding:0 10px;
    margin:10px 0;
}

.list-promote-links h2  {
    display:block;
    margin:0px;
    padding:0px;
    font-size:108%;
    border-bottom:1px dotted #ddd;
    line-height:40px;
    clear:both;
    font-weight:bold;
}

.list-promote-links h2 a{
    display:block;
    float:left;
    margin:0 0 0 5px;
}

.list-promote-links h2 a:hover {
    text-decoration:none;
}

.list-promote-links h2 span.icon {
    margin-top:15px;
    
}

.item h1 {
    color:#333;
    font-family:Georgia;
    font-size:197%;
    font-style:italic;
    border-bottom:1px dotted #ccc;
}

.item h1 span {
    display:block;
    padding:5px 0;
    margin:5px 0;
    font-size:70%;
    font-family:Tahoma;
    font-style:normal;
    color:#999;
}


.item {
    border-bottom:1px dotted #CCCCCC;
    display:block;
    padding: 0 0 10px 0;
    margin:0 0 10px 0;

}

.item img {
    margin:0 0 0 10px;
    border:1px solid #000;
    max-width:130px;
}

.item-details {
    margin:10px 0;
    padding:0 0 10px 0;
    border-bottom:1px dotted #CCCCCC;
    
}

.profile h1 {
    color:#333;
    padding:0 0 10px 0;
    font-family:Georgia;
    font-size:197%;
    font-style:italic;
    border-bottom:1px dotted #ccc;
}

.profile p{
    margin:0px;
}

.profile ul li  {
    display:block;
    border-bottom:1px solid #ddd;
    padding:5px 0;
    margin:5px 0;
    position:relative;
}

.profile ul li img {
    border:1px solid #000;
}

.profile ul li p {
    top:5px;
    left:60px;
    position:absolute;
}

.googleSearch
{
	margin: 5px;
	cursor: pointer;
}

.imageSearch
{
	float: left;
	margin-left: 200px;
}

.dialog .imageSearch
{
	margin-left: 0px;
}

#searchcontent
{
	float:left;
	height:300px;
	text-align:center;
	width:320px;
}

.dialog #searchcontent
{
	text-align: center;
	height: 150px;
	width: 605px;
	float: left;
}

.searchPaging
{
	cursor:pointer;
	float:left;
	margin-top:65px;
	width:50px;
}

.searchPaging img
{
	display: none;	
}

.googleSearch
{
	max-width: 145px;
	max-height: 120px;
}

.googleSearchSelected
{
	border: 3px solid #ED7F0C;
}

.loader
{
	display: none;
	margin-top:250px;
	text-align:center;
}

.item-position 
{
    font-size:45px;
    display:block;
    text-align:center;
    font-family:Georgia;
    font-style:italic;
    font-weight:normal;
    color:#333; 
}

.big-stats
{
    font-size:25px;
    display:block;
    text-align:center;
    font-family:Georgia;
    font-style:italic;
    font-weight:normal;
    color:#333; 
}

h2.invite-friends {
    display:none;
}

/*** Default sprite styles begin ***/
span.icon {
    background-image:url("../images/icons/sprite-icons.png");
    background-position:0 0;
    color:#000000;
    display:block;
    float:left;
    height:16px;
    margin:0 3px 0 0;
    width:16px;
}

.add span.icon {
    background-position:-96px 0;
}

.add-multiples span.icon {
    background-position:-160px 0;
}

.edit span.icon {
    background-position:-128px 0;
}

.delete span.icon {
    background-position:-16px 0;
}

.delete-list span.icon {
    background-position:-16px 0;
}

.external-link span.icon {
    background-position:-112px 0;
}

.video span.icon {
    background-position:-144px 0;
}

.tell-friends span.icon {
    background-position:-176px 0;
}

.create-version span.icon {
    background-position:-192px 0;
}

.view-poll span.icon {
    background-position:-208px 0;
}

.judge span.icon {
    background-position:-224px 0;
}


/*** Default fam fam sprite styles end ***/

.tools-panel {
    border-bottom:1px dotted #CCCCCC;
    padding:0 0 10px 0;
}

.tools-panel h2 {
    margin:0 0 10px 0;
    padding:0px;
    color:#666;
    font-size:123.1%;
    font-weight:bold;
}

.tools-panel a{
    display:block;
    float:left;
    margin:0 20px 0 0;
    font-size:93%;
    line-height:16px;
}

.tools-panel a:hover{
    text-decoration:none;
}

.list-item-tools a{
    display:block;
    float:left;
    margin:0 20px 0 0;
    font-size:93%;
    line-height:16px;
}

.list-item-tools a:hover{
    text-decoration:none;
}

.embed-list {
    margin:10px 0;
}

.embed-list h2{
    border-bottom:1px solid #DDDDDD;
    border-top:2px solid #333333;
    color:#C83001;
    font-size:123.1%;
    font-weight:bold;
    height:37px;
    line-height:37px
}

.embed-list .textarea{
    margin:0 0 10px 0;
    padding:10px;
    color:#666;
    font-size:93%;
    border:1px solid #ccc;
    width:278px !important;
    height:90px !important;
}

.edit-header h1 {
   color:#999;
}

.edit-header h1 span {
    font-style:italic;
    color:#333;
}

/** Judge styles starts **/
.judge {
    border-bottom:1px dotted #CCCCCC;
    padding:0 0 20px 0;
    margin:0 0 10px 0;
}

.judge .or {
    border-bottom:1px dotted #CCCCCC;
    color:#333333;
    font-family:Georgia;
    font-style:italic;
    font-size:197%;
    color:#999;
    margin:0 0 10px;
    padding:0 0 10px;
}

.judge-rhs {
    text-align:right;
}

.judge .vote {
    
}

.judge .vote a{
    
}

.judge .vote a span.icon {
    background-image:none;
}

.judge .judge-rhs  .vote {
    float:right;
}

.judge .result
{
	margin-bottom: 50px;
}


/** Judge styles ends **/


/** Poll styles start **/
.poll ul {
    border-top:1px dotted #ddd;
    margin:10px 0;
    padding:10px 0;
}
.poll ul {
    border-top:1px dotted #ddd;
    border-bottom:1px dotted #ddd;
    margin:10px 0;
    padding:10px 0;
}

.poll ul li{
    display:block;
    padding:10px 0;
    border-bottom:1px dotted #ddd;
}

.poll ul li a{
   
    font-size:116%;
}

.poll-results {
    border:1px solid #ddd;
    padding:10px;
    margin-top: 5px;
}

.poll-results h2 {
    margin:0px;
    padding:0 0 5px 0;
    border-bottom:1px dotted #ddd;
    font-family:Georgia;
    font-style:italic;
}

.poll-results ol  {
    margin:0px;
    padding:0px;
}

.poll-results ol li {
    display:block;
    border-bottom:1px dotted #ddd;
    clear:both;
    padding:5px 0;
    color:#666;
    list-style-type:decimal;
}

.poll-results ol li .title{
    display:block;
    float:left;
    width:178px;
}

.poll-results ol li .figures{
    display:block;
    float:right;
    font-weight:bold;
}

/** Poll styles ends **/

/** Profile styles starts **/
.profile .lister  {
    border:none;
    padding:0 0 0 0;
   
}
.prefers {
    border:1px solid #ddd;
    margin:10px 0 20px 0;
    padding:10px;
}

.prefers h2{
    border-bottom:1px dotted #DDDDDD;
    color:#333333;
    font-size:123.1%;
    font-weight:bold;
    margin:0 0 5px;
    padding:0 0 5px;
}

.profile .prefers ul li {
    border-bottom:none;
   
}

.profile .prefers ul li span{
     display:block;
     text-align:center;
     margin:2px 0;
}

.profile .prefers ul li .item-one {
     font-size:138.5%;
}

.profile .prefers ul li .item-two {
     font-size:138.5%;
}

.profile .prefers ul li .list {
     border-bottom:1px solid #ddd;
     padding:0 0 20px 0;
     margin-bottom:0px;
}

.profile .prefers ul li .list span{
     font-weight:bold;
     display:inline;
}

.profile .prefers ul li .text {
     color:#666;
}

.voted-for {
    margin:10px 0 20px 0;
    border-bottom:1px solid #DDDDDD;
    
}

.voted-for h2{
    font-size:123.1%;
    font-weight:bold;
    margin:5px 0;
    padding:5px 0;
}

.profile .voted-for ul li {
    border-top:1px solid #ddd;
    border-bottom:none;
}

/** Profile styles ends **/

/** Comments styles starts **/

.comments h2 {
    margin-bottom:5px;
    font-size:100%;
}

.comments h2 .username {
    font-weight:bold;
}



/** Profile styles ends **/

.sort-highlight 
{
    background-image: url('/Content/Images/ClickAndDragToMove.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
