/*---------------------------------
*   Reset By Erik Meyere
*---------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*---------------------------------
*  Base
*---------------------------------*/
body {
    background: url('/assets/img/content-bg.jpg');
    color:#444;
    font-family:  Arial,Verdana;
    font-size: 12px;
    line-height:18px; /* 12x1.5=18px */
}
iframe body{
	background-image: none;
}
html > body{
  font-size:12px;
}

h1, h2, h3 , h4{
    font-family:Arial;
	font-weight:normal;	
    margin: 0em 0em 0.41667em 0em; /* 12x1=12px */
    line-height: 1em;
}
h1 {
	font-size: 2.5em; /* 12x2.5=30px */
	/* line-height: 1.636em;12x1.636=36px */
}
h2 {
	font-size: 2em; /* 12x1.667=20px */
    font-weight: bold;
}
h3 {
	font-size: 1.3334em; /* 12x1.3334=16px */
	font-weight: bold; /* 18x1=18px */
}
h4 {
	font-size: 1em; /* 12x1=12px */
	font-weight: bold; 
}
p {
	font-size: 1.1667em; /* 12x1.2=12px */
	line-height: 1.7em; /* 12x1..5=18px */
    font-family: Arial;
    margin-bottom: 1.5em; 
}

img{
    white-space: nowrap;
}
img a{
	border:none;
}

a:visited{
    color:#bbb;
}

.uline{
    text-decoration:underline;
}

a.login-link:visited,
.comment-controls a:visited{
    color:blue;
}

/*---------------------------------
*  Structure
*---------------------------------*/
.site-width{
    width: 950px;
    margin: 0px auto;
}

#header{
    background: #95d0d7;
    border-bottom: 1px solid #fff;
    height: 60px;
}

#header-inner{
    height: 60px;
    line-height: 60px;
    position: relative;
}

#content{
    background: url('/assets/img/content-bg.jpg');
}

#content-inner{
	padding: 25px 0px 10px 0px;
}

#footer {
    text-align:center;
}

.pad-wrap{
    padding: 10px 0px;
}

.clear{
    clear:both;
    display:block;
}

/*---------------------------------
*  Header
*---------------------------------*/
#logo{
    position:absolute;
    top:-5px;
}

#header .extra{
	float:right;
	text-align:center;
}

#header .extra .user-bar{
    background: #57acb1;
    border: 1px solid #b5e0e3;
    color:#fff;
    padding:5px;
}

#header .extra .user-bar a{
    color:#fff;
}

#header .extra #searchForm {
	display:inline;
	margin-left: 45px;
}

#header .extra #searchForm input{
    background: url("/assets/img/search.png") no-repeat 96% 50% #fff;
	border: 1px solid #78c1c7;
	color: #ccc;
	padding: 4px;
	width: 180px;
}

#header .extra #searchForm input.active{
	color: #444;
}

/*---------------------------------
*  Content Holder
*---------------------------------*/
#main .content{
    background: #f1efe6;
    border: 1px solid #fff;
    border-bottom: none;
    padding: 15px;
    position:relative;
}

#main .footer{
    background: url("/assets/img/main-footer.png") no-repeat;

}

/*---------------------------------
* Sidebar
*---------------------------------*/
.page-full #sidebar{
}

#sidebar .block{
    background:#fff;
    margin-bottom:20px;
}

.percent-block{
	color: #666;
	font-size: 1.5em;
	position: relative;
}

.percent-block div.agreement{
	margin-bottom: 10px;
}

.percent-block div.agreement .agreement-percentage{
	color: #000;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
}

.percent-block div.agreement p{
	text-align: center;
	line-height: 18px;
	margin: 0em;
	text-align:left;
}

.percent-block p.percent-info{
	font-size: 1em;
	margin: 0em;
	text-align: center;
}

.percent-block div.share-box{
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px;
	text-align:center;
}

.percent-block div.register-to-save{
	text-align: center;
}

/*---------------------------------
*  Intro
*---------------------------------*/
div#intro{
    background:#fff;
    margin-bottom: 20px;
}

div#intro .intro-text {    
    font-size:1.5em;
}

/*---------------------------------
*  Comments
*---------------------------------*/
#comments .comment-single,
#comments .comments-header{
	border-bottom: 1px solid #eee;
	margin: 0px 0px 10px 0px;
}

#comments .indent{
    padding-left:40px;
}

#comments .replies-count{
    background:#f8f8f8;
    text-align:right;
}

.comment{
	position:relative;
	margin-bottom: 35px;
}

.comment .comment-meta{
	background: url("/assets/img/comment-meta-bg.png") no-repeat 100% 10px;
	left: 0px;
	position:absolute;
	width: 120px;
}

.comment a.author-link{
	color: #555;
	text-decoration: none;
}

.comment a.author-link span{
	font-size: 1.2em;
}

.comment .author-name,
.comment .author-photo{
	display:block;
	font-weight: bold;
}

.comment .comment-bubble{
	background: #F1F0E6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 120px;
	padding: 10px;
	position: relative;
}

.comment .comment-bubble .comment-controls{
	padding: 5px;
	position:absolute;
	bottom: 0px;
	right: 0px;
}

.comment .comment-bubble .comment-flag,
.comment .comment-bubble .comment-controls a{
	color: #bebb99;
	font-weight: bold;
	text-decoration: none;
}

.comment .comment-bubble .comment-flag{
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.comment .comment-meta .comment-time{
    font-size: .8em;
}

.comment-form  .form-wrap label{
	font-size: 1.5em;
}

.comment-form  .form-wrap div input.text-box, 
.comment-form  .form-wrap div textarea.text-area, 
.comment-form  .form-wrap div .dropdown {
    border:1px solid #BBBBBB;
	font-family: arial;
    display:block;
	font-size: 1.16667em;
    padding:5px;
    width:250px;
}

.comment-form .form-wrap #comment{
    width: 98%;
}

.comment-form .anon-comment-left,
.comment-form .anon-comment-right{
	clear:none;
	float:left;
	width: 290px;
}

#comments div.comments-more{
	background: #fff;
	text-align:center;
}

#sidebar .recent-comments .comment-wrap p.comment-text{
    margin-bottom:0px;
}

/*---------------------------------
*  Form Wrapper Standard
*---------------------------------*/
.form-wrap {
	position : relative;
}

.form-wrap div{
	line-height: 1.5em;
	display:block;
	clear:left;
	padding: 5px 0px;
}

.form-wrap  fieldset {
	border : none;
	width : 100%;
	padding:0 0 0 0px;
}

.form-wrap  fieldset legend {
	color : #000;
	font-size : 1.8em;
}

.form-wrap div.fields{
	padding: 10px 15px;
}

.form-wrap div.field{
	margin-bottom: 5px;
}

.form-wrap label {
	color: #666;
	display:block;
    font-size: 1.5em;
	margin: 0px 10px 3px 0px;
	padding-right: 10px;     
    text-align: left;
}

.form-wrap  div.required  label{
	
}


.form-wrap  div.required p.error{
	 display:block;
	 color:red;	 
	 font-weight:bold;
	 margin: 0px;	 
}

.form-wrap div span.description{
    text-align:right;
    margin:0px;
    padding:0px;
    font-size: 11px;
    width: 400px;
}

.form-wrap div input.text-box{
}

.form-wrap div input.text-box,
.form-wrap div input.file,
.form-wrap div textarea.text-area,
.form-wrap div .dropdown{
    border: 1px solid #bbb;
    display:block;
	font-size: 1.5em;
    width: 400px; 
    padding: 5px;
}

.form-wrap div.highlight input.text-box,
.form-wrap div.highlight textarea.text-area,
.form-wrap div.highlight .dropdown{
    border: 1px solid #000;
}

.form-wrap div.highlight{
    color:#000;
}

.vs-search div.submit input,
.form-wrap  div.actions input {
    background:#ebebeb;
	border:1px solid #bbb;
    font-size: 1.5em;
	font-weight: bold;
    padding:7px 10px;
} 

label.error,
p.error,
div.error{
	color:red;
	font-weight: bold;
    font-size:12px;
    width:auto;
}

.information{
	background: #ffbbbb;
	border: 1px solid #ff3838;
	color:#ff3838;
	font-size:12px;
	font-weight: bold;
	padding: 10px;
    width:auto;
}

div.error{
	background: #ffbbbb;
	border: 1px solid #ff3838;
	color:#ff3838;
	padding: 10px;
}

div.success{
	background: #bbffbb;
	border: 1px solid #66ff66;
	color:#006600;
	padding: 10px;
}

/*---------------------------------
*  Form - Login
*---------------------------------*/
.login-form span.forgot-pass{
	float:right;
}

/*---------------------------------
*  Form - Item
*---------------------------------*/
td .item-form{
	width: 354px;
}

td .item-form.form-wrap div input.text-box,
td .item-form.form-wrap div input.file,
td .item-form.form-wrap div textarea.text-area,
td .item-form.form-wrap div .dropdown{
    border: 1px solid #bbb;
    display:block;
    width: 325px; 
    padding: 3px;
}

.form-wrap .item-current-picture,
.form-wrap .item-current-picture img{
    width: 80px;
    height:80px;
}

/*---------------------------------
*  Home Page
*---------------------------------*/
.page-home .home-intro{
    margin-top: -25px;
    text-align: center;
}

.page-home .home-intro .total-votes{
    font-size: 24px;
    margin: 1.8em 0em 3em 0em;
    text-shadow: #fff 1px 1px 1px;
}

.page-home .home-intro .total-votes span.number{
    font-size: 72px;
    font-weight: bold;
    display:block;
    line-height: 72px;
}

.page-home .home-intro a.get-started,
.page-home .home-intro a.get-started:visited{ 
    background: #262626 url('/assets/img/next.png') no-repeat 90%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 24px;   
	text-decoration:none;
    padding: 10px 55px 10px 15px;
    text-align: center;
}

.page-home .latest-vs,
.page-home .top-vs{
	float:left;
	width: 460px;
}

.page-home .top-vs{
	margin-left: 30px;
}

/*---------------------------------
*  Login Page
*---------------------------------*/
div.login-form{
    float:left;
    margin-right: 130px;
    width: 400px;
}

div.oauth-login{
    float:left;
	text-align: center;
}

.oauth-login p{
	font-size: 11px;
}

/*---------------------------------
*  Register Page
*---------------------------------*/
div.registration-form{
    float:left;
}

div.registration-form span.username-url{
    font-weight:bold;
}

div.register-info{
    float:left;
	margin-left: 50px;
	text-align: center;
	width: 400px;
}

div.register-info p{
	font-size: 11px;
}

div.register-info .compare{
	margin: 20px 0px;
}

div.fb-user{
	margin-bottom: 15px;
}

div.fb-user img{
	border: 1px solid #ddd;
	float:left;
	margin-right: 10px;
	padding: 5px;
}


/*---------------------------------
*  VS - view
*---------------------------------*/
.page-vs #main .content{
    padding: 0px;
}

.vs-wrap{
}

.faded{
	opacity: .1;
	filter:alpha(opacity='10');
}

#main .create-ribbon{
    left: -1px;
    position: absolute;
    top: -1px;
    text-decoration: none;
}

#main .create-ribbon img{
    position: absolute;
}

#main .create-ribbon span{
    background: #555;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: bold;
    margin: 14px 0px 0px 10px;
    padding: 8px 8px 8px 35px;
}

#main .create-ribbon:hover span{
    display:block;
}

.vs-wrap h1.title-question{
    font-size: 3em;
	font-weight:bold;
    text-align:center;
    margin: 0px 0px 25px 0px;
	padding-top: 25px;
	text-shadow: 1px 1px 0 #fff;
}

.vs-wrap .items-wrap{
	position:relative;
	width: 950px;
}

.vs-wrap .items-wrap table{    
    border-collapse:collapse;
    border-spacing:0px;    
    margin: 0px auto;
    text-align:center;
    vertical-align:middle;
}

.vs-wrap .items-wrap table td{    
    border-collapse:collapse;    
    border-spacing:0px;
    margin:0px;    
    padding:0px; 
    text-align:center;
    vertical-align:middle;
}

.vs-wrap .items-wrap div.item-results{
	background: #494949;
	color:#fff;
	font-size:1.8em;
	font-style:italic;
	text-align:center;
	width: 360px;
	position:absolute;
	padding: 10px 0px;
}

.vs-wrap .items-wrap div.item-results-left{
	bottom: 10px;
	left: 50px;
}

.vs-wrap .items-wrap div.item-results-right{
	bottom: 10px;
	left: 540px;
}

.vs-wrap table td.item{        
	background: #fff;	
	border: 1px solid #ddd;
	height: 275px;
	padding: 9px;
	vertical-align: middle;
}

.vs-wrap table td.item .indicator{
    position: absolute;
    top: 80px;
    display:none;
}

.vs-wrap table td.voted .indicator{
    display:block;
}

.vs-wrap table td.item #fave-left.indicator{
    left: 170px;
}

.vs-wrap table td.item #fave-right.indicator{
    right: 160px;
}

.vs-wrap table td.item.voted,
.vs-wrap.no-vote table td.item:hover{
    background: #ddd;
    cursor: pointer;
}

.vs-wrap.no-vote table td.item:hover .indicator{
    display:block;
}

@-moz-document url-prefix() {
    .vs-wrap table td.item.no-image {
        height: 295px;
    }
}

.vs-wrap table td.vs-divide {
    width:110px;
}

.vs-wrap table td div.item-image-wrap{
    height: 275px;
    overflow:hidden;    
    width:360px;
}

.vs-wrap table td h2.item-title{
    margin:0px;
	padding: 3px;
	width:354px;
}

.vs-wrap table td div.item-image-wrap h2.item-title{
    background: #494949;
	color: #fff;
	opacity: .8;
}

.vs-wrap div.extras{
    height: 60px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    width: 110px;
}

/* next link */
#main .content a.next-link{
    position: absolute;
    bottom: 20px;
    right: -6px;
}

a.next-link,
a.next-link:visited{
    color: #fff;
	display:block;
	font-size: 24px;
    overflow:hidden;
    text-align: center;
	text-decoration:none;
}

a.next-link span{
    float:left;
}

a.next-link span.inner{
    background: #444;
    height: 39px;
    line-height: 39px;
    padding: 0px 15px;
}

/* Share the vs */
.vs-wrap .share-box-wrap{
	width: 190px;
}

.vs-wrap .share-box-wrap .share-box{ 
	margin:0px auto;
	padding: 0px 3px 0px 3px;
	width: 190px;
}

.vs-wrap .share-box-wrap .share-box img{ 
    margin-left: 4px;
	vertical-align: middle;
}

/* VS Size over rides */
.page-home .vs-wrap{
	float: left;
	width: 525px;
}

.page-home .vs-wrap h1.title-question{
    font-size: 2em;
    margin: 0px 0px 15px 0px;
	padding-top:25px;
}

.page-home .vs-wrap .share-links,
.page-home .vs-wrap .admin-tools,
.page-home .vs-wrap .vs-meta,
.page-home .vs-wrap .latest-comment{
	display:none;
}

.page-home .vs-wrap .items-wrap{
	margin-bottom: 15px;
	width: 525px;
}

.page-home .vs-wrap .items-wrap div.item-results{
	font-size:1.2em;
	width: 240px;
	padding: 3px 0px;
}

.page-home  .vs-wrap .items-wrap div.item-results-left{
	bottom: 7px;
	left: 7px;
}

.page-home  .vs-wrap .items-wrap div.item-results-right{
	bottom: 7px;
	left: 278px;
}

.page-home  .vs-wrap table td.item{        
	height: 195px;
	padding: 6px;
}

.page-home .vs-wrap table td h2.item-title {
	font-size: 1.5em;
}

@-moz-document url-prefix() {
    .page-home  .vs-wrap table td.item.no-image {
        height: 200px;
    }
}

.page-home  .vs-wrap table td.vs-divide {
    width:22px;
}

.page-home  .vs-wrap table td.vs-divide img{
    left:232px;
	position:absolute;
	top:75px;
}



.page-home  .vs-wrap table td div.item-image-wrap{
    height: 195px;   
    width:240px;
}

.page-home  .vs-wrap table td h2.item-title{
    margin:0px;
	padding: 3px;
	width:235px;
}

/* Share the vs */
.page-home  .vs-wrap .share-box-wrap{ 
	display:none;
}

/*---------------------------------
*  VS Listing - view
*---------------------------------*/
.vs-list{
	width: 450px;
}

.vs-list-big{
	float:left;
}

.vs-list-big.first{
	margin-right:10px;
}

.vs-list li{    
    margin: 0px 0px 5px 0px; 
}

.vs-list-big li{    
    margin: 0px 0px 30px 0px; 
}

.vs-list li.vs-list-item{
    font-size: 1.3em;  
}

.vs-list li.vs-list-item a{
    text-decoration: none;
}

.vs-list li.vs-list-item div.items-wrap{
	position:relative;
	width: 450px;
	height: 70px;
}

.vs-list li.vs-list-item .vs{   
    vertical-align:middle;   
    width:450px; 
}

.vs-list li.vs-list-item .vs .item{   
	background: #fff;	
	border: 1px solid #ddd;
	float: left;
	height: 70px;
    overflow: hidden;
	padding: 5px;
    position: relative;
	text-align: center;
	width: 200px;
}

.vs-list li.vs-list-item div.item .indicator{
    position: absolute;
    display:none;
    top: -25px;
}

.vs-list li.vs-list-item div.voted .indicator{
    display:block;
}

.vs-list li.vs-list-item div.item #fave-left.indicator{
    left: 40px;
}

.vs-list li.vs-list-item div.item #fave-right.indicator{
    right: 40px;
}


.vs-list li.vs-list-item .vs .item-left{   
	margin-right: 20px;
}

.vs-list li.vs-list-item .vs .item h2{    
	font-size: 1.3em;
	padding: 0px 5px;
	overflow:hidden;
}

.vs-list li.vs-list-item .vs .item h2.item-title{
    background: #494949;
	color: #fff;
	opacity: .7;
	filter:alpha(opacity='70');
	line-height: 70px;
	height: 70px;
}

.vs-list li.vs-list-item a:hover .vs .item div.item-image-wrap h2.item-title{
    background: #494949;
	color: #fff;
	opacity: .0;
	filter:alpha(opacity='0');
	line-height: 70px;
	height: 70px;
}


.vs-list li.vs-list-item .vs .item div.item-image-wrap{
    height: 70px;
	overflow: hidden;
}


.vs-list li.vs-list-item .vs .vs-divide img{
    left: 193px;
	top: 10px;
	position:absolute;
	z-index: 200;
}

/*---------------------------------
*  VS - search
*---------------------------------*/
.vs-search .text-box{
    border: 1px solid #ccc;
    color: #555;    
    display:block;
    font-size: 1.5em; 
    text-align: center;
    padding: 3px;
    width: 390px;    
}

.vs-search{  
    text-align:center;     
}

.vs-search .left,
.vs-search .right,
.vs-search .mid{
    float:left;
    text-align:center; 
}

.vs-search .mid{  
    float:left;
    vertical-align: middle;
    position:relative;    
    width: 134px;
}

.vs-search .mid .submit{
    padding-top: 50px;
}

/*---------------------------------
*  VS - create
*---------------------------------*/
.create-your-own{
	margin-bottom: 10px;
}

.create-your-own h1,
.create-your-own p{
	text-align: center;
}

.create-left,
.create-right{
    float:left;
    width: 455px;
}

.vs-create table td.item{
}

.vs-create textarea.autosize{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	height: 32px;
	resize:none;
	text-align:center;
	margin: 0px 6px;
	width: 340px;
}

.vs-create form label.error{
	font-size: 12px;
	text-align:center;
}

.vs-create .form-wrap div.required{
    margin:0px auto;
    width: 400px;
}

.vs-create .form-wrap div input,
.vs-create .form-wrap div select{
	color: #111;
    font-size: 2em;
	font-weight: bold;
}

.vs-create span.status{
    display:block;
	font-style: italic;
	padding: 6px;
	text-align:center;
}

.vs-create div.submit {
	margin-top: 30px;
}

.vs-create div.submit button{
	background: #262626 url('/assets/img/next.png') no-repeat 90%;
	border:2px solid #ddd;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 15px 65px 15px 20px;
}

.vs-create div.submit button:hover{
	background-color: #444;
	cursor: pointer;
}


/*---------------------------------
*  Blog - post
*---------------------------------*/
.post-date{
    color: #999;
}

.post-entry{
    font-size: 14px;
	margin-bottom: 20px;
}

.post-teaser h2.post-title a{
    color: #666666;
    text-decoration:none;
}

.post-entry p{
    margin: .5em 0em;
}

.post-entry ul{
    list-style:disc;
    margin: .5em 0em;   
}

.post-entry ul li{
    margin: .3em 0em 0em 20px;
}

.post-entry  blockquote{
    margin: 10px 20px;
    
}

.post-teaser{
    background: #fff;
    margin-bottom: 15px;
}

/*---------------------------------
*  Pagination
*---------------------------------*/
div.pagination {
    padding: 5px;
}

div.pagination a{
	background: #ddd;
	border: 1px solid #999;
	color: #444;
	padding: 4px;
    margin: 0px 5px;
}

/*---------------------------------
*  Share link overrides
*---------------------------------*/
div.share-block h3{
	float:left;
	margin: 20px 0px 0px 20px;
	width: 120px;
}

div.retweet{
	float:left;
	margin-left:20px;
}

/*---------------------------------
*  About Page
*---------------------------------*/
.thanks-to,
.who-are-we{
	overflow:auto;
	padding-bottom: 30px;
}

.thanks-to div,
.who-are-we div{
	float:left;
}

.thanks-to a,
.who-are-we a{
	font-size: 1.3em;
}


.who-are-we div{
	margin-right: 50px;
	width: 400px;
}

.thanks-to div{
	margin-right: 20px;
	width: 280px;
}

.thanks-to div img,
.who-are-we div img{
	border: 1px solid #ddd;
	float:left;
	margin-right: 10px;
	padding: 5px;
}

/*---------------------------------
*  Latest page
*---------------------------------*/
#latest-comments {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

#latest-comments .comment-wrap{
	float:left;
	width: 290px;
	margin-right: 25px;
}

#latest-comments .comment-wrap p{
	margin-bottom: 5px;
}

#latest-comments .latest-comment{
	float:left;
	width: 450px;
	margin-right: 50px;
}
#latest-comments .last{
	margin-right: 0px;
}

#latest-comments .comment .comment-controls,
#latest-comments .comment .comment-flag{
	display:none;
}


/*---------------------------------
*  User Profile
*---------------------------------*/
.profile .info{
	overflow:auto;
}

.profile .info .img-holder{
    border: 1px solid #ddd;
    float:left;
    margin-right: 20px;
    padding: 3px;
    width: 150px;
}

.profile .info .img-holder .profile-img{
	width: 150px;
}

.profile .info .name{
    float:left;
	padding-top: 1.8em;
    width:535px;
}

.profile .info .name span.world-agreement{
    color: #999;
	font-size: 3em;
}

.profile .info .name h2{
	font-size: 5em;
	margin-top: .2em;
}

.profile .info .user-to-user{
    float:left;
    font-size: 12px;
    width:200px;
}

.profile .info .user-to-user{
    color: #585858;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 1em;
}

.profile .info .user-to-user a{
    color: #585858;
	text-decoration: none;
}

.profile .info .user-to-user div.agreement-percentage{
    color: #000;
	font-size: 2em;
	text-align: center;
	margin: .68em 0em;
}

.profile .stats{   
	height: 50px;
    margin: 3em auto;
	padding: 0px 90px;
    width: 480px;
}

.profile .stats li{
    color: #a3a3a3;
	float:left;
	font-weight: bold;
    text-align:center;
    width:230px;    
}

.profile .stats li span.count{    
    color: #434343;
	font-size:3.5em;
    font-weight:bold;
}

.profile .recently-voted,
.profile .your-created{
    border-top:1px solid #ddd;  
    padding-top: 15px;
	margin-bottom:15px;
}

.profile .recent-comments ul li{
	float:left;
    margin-bottom:5px;
	text-align: center;
	width: 300px;
}

.profile .change-password-button{
	background: #cccccc;
	float:right;
	position: relative;
	right:0px;
}

/*---------------------------------
*  User Settings
*---------------------------------*/
ul.settings-nav{
	margin: 20px 0px;
}

ul.settings-nav li{
	display:inline;
	margin-right: 15px;
}

ul.settings-nav li a{
	color: #666666;
	text-decoration: none;
}

ul.settings-nav li a:hover{
	border-bottom: 2px solid #666666;
}

ul.settings-nav li a.nav-item{
}

ul.settings-nav li a.nav-item-active{
	border-bottom: 2px solid #666666;
}

.settings-form {
	margin-top: 5px;
}

.settings-form .form-wrap fieldset {
	border-top: 2px solid #ddd;
}

.settings-form .form-wrap fieldset legend {
    padding: 10px 10px 10px 0px;
}

.settings-form .form-wrap div input.text-box,
.settings-form .form-wrap div textarea.text-area {
    width:98%;
}

/*---------------------------------
*  Footer
*---------------------------------*/
#footer{
	
}

#footer #footer-ad{
	background: #fff;
	padding: 20px 0px;
}

#footer #footer-info{
	color: #777;
	padding: 20px 0px;
}

#footer #footer-info .section{
	float:left;
	margin-right: 30px;
	text-align: left;
	width: 200px;
}

#footer #footer-info .section.about{
	margin-right: 50px;
	width: 420px;
}

#footer #footer-info .section.last{
	margin-right: 0px;
}

#footer #footer-info .section ul{
	list-style: disc;
}

#footer #footer-info .section ul li{
	margin-left: 20px;
}

#footer #footer-info .section a{
	color: #777;
	text-decoration: none;
}

#footer .copyright-and-disclaimer{
    float:right;
    text-align: right;
}


