.sharelist-container {
	height:200px;
	overflow-y:auto;
	background: #fff;
	margin-right:5px;
	border:1px solid #c0c0c0;
	padding:10px;
	margin-top:10px;
}

table.sharelist-list td {
	padding:2px;
}

.field {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.field textarea {
	width:98%
}

a.share-this {
	background-color:#fff;
	color:red;
	text-decoration:underline
}

.edetails {
	margin-top:10px;
	padding:0px
}


.edetails-info {
	margin-top:10px;

}

.edetails-author {
	margin-top:10px;
	font-weight:10pt;

}

.edetails-title {
	margin-top:10px;
	font-weight:bold;
	font-weight:12pt;
}

.edetails-desc {
	font-weight:10pt;
}


        .member-container {
            width:600px;
            margin-left:auto;
            margin-right:auto;
            font-family:arial;
            font-size:10pt;
            padding:25px;
            text-align:left;
		background:#fff;
        }

.checkbox {
	float:left;
	width:10px;
	margin-right:10px
}
        
.home-options {
	width:350px;
	margin-left:30px;
	margin-top:10px;
}

.home-options td {
	vertical-align:top;
}
        
#popupContact .member-alert {
	    color:black;
}
        
        .member-alert {
	    color:black;
            margin-bottom:25px;
            padding-bottom:15px;
            border-bottom:1px solid #c0c0c0
        }
        
        .member-alert-header {
            font-weight:normal;
            font-size:15pt;
            margin:0;
            margin-bottom:10px;
            font-family:Georgia;
        }

        .member-forms {

        }

        
        .stay-guest {
            margin-top:10px;
            text-align:center;
        }

        .stay-guest a {
            background-color:#fff;
            color:#ff0000;
            text-decoration:underline;
        }

        .stay-guest a:hover {
            text-decoration:none;
        }
        
        .member-table {        
            border-spacing:0px;
            width:98%;            
        }            
        
        table.member-table tr td {
            vertical-align:top; 
            width:49%;           
        }
        
        .login-container {margin-left:10px}
        
        table.login-table tr td {
            vertical-align:top;            
        }       
        
        .register-container {margin-right:10px}
        
        table.purple-table tr td {
            vertical-align:top
        }           
        
        .form-header-5hn1 {
            font-size:15pt;
            font-family:Georgia
        }            
        
        .form-5hn1 {
            width:100%;
            border-spacing:0px;
            
        }
        
        .form-5hn1 input {
            width:98%;
            margin-top:2px;
        }     
        
        .form-5hn1-row {
            margin-top:10px;
            font-size:10pt;
            font-weight:bold;
            color:#777
        }   
        
        .form-5hn1-submit {
            margin-top:5px;
            text-align:left;
        }        
        
        .form-5hn1-submit input {
            font-size:10pt;
            font-weight:bold;
            width:150px;
        }     




/*-----------------------------------------------------------------------------------
	Resets
-----------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,.comment-count,#header{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

/*-----------------------------------------------------------------------------------
	Helpers
-----------------------------------------------------------------------------------*/
.left {float:  left;}
.right {float: right;}
.center {margin-left: auto; margin-right: auto;}
.mute {color: #999;}
.hidden {display: none;}
.clear {clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----------------------------------------------------------------------------------
	Main Styles
-----------------------------------------------------------------------------------*/

body{
	font: 16px Helvetica, Arial, sans-serif;
}

body{background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-entries.gif) no-repeat center 20px;}
body#page-home{
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-home.jpg) no-repeat center top;
}

a{text-decoration: none; background: #fe0000; color: #fff; font-weight: bold;}
a:hover{color: #fe0000; background: #fff;}
h1{font-size: 24px; color: #fe0000; font-weight: bold; }
h2,h3,h4{background: #000; font-weight: bold; color: #fff; text-transform: uppercase;}
p{line-height: 20px; margin: 5px 0 20px;}

/*-----------------------------------------------------------------------------------
	Containers
-----------------------------------------------------------------------------------*/

#single-entry{
	width: 600px;
	float: left;
}

#entry-details{
	width: 270px;
	float: right;
}
/*-----------------------------------------------------------------------------------
	Helper Styles
-----------------------------------------------------------------------------------*/

.section{
	margin: 1px auto;
	position: relative;
	padding: 1px 0;
}

/*-----------------------------------------------------------------------------------
	Account Nav
-----------------------------------------------------------------------------------*/

#account-nav{
	background: #000;
	color: #fff;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 5px;
	z-index: 9999;
	font-size: 11px;
}
#account-nav a{background: transparent; color: inherit; font-weight: bold;}
#account-nav a:hover{text-decoration: underline;}
.lightbox{
	background: #f3f3f3;
	color: #555;
	width: 500px;
	margin: 40px auto;
}

.lightbox h3{
	font-size: 21px;
	font-weight: bold;
}
#login, #signup{
	width: 200px;
	margin: 25px;
}

#login p, #signup p{
	margin: 10px 0;
	font-size: 12px;
}

#login label, #signup label{
	display: block;
	line-height: 18px;
}
#login{float: right;}
#signup{float: left;}

/*-----------------------------------------------------------------------------------
	Entry Box
-----------------------------------------------------------------------------------*/

#primary, #secondary, #footer{
	width: 900px;
	margin: 40px auto 0;
}

#contest-info{
	float: right;
	width: 400px;
	margin: 30px 0 0;
	display: inline;
}

#contest-preview{
	clear: both;
}

h2, #entry-details h3{
	float: left;
	margin: 10px 0;
	padding: 0 15px;
	font-size: 15px;
	width: 180px;
	line-height: 37px;
	background: transparent url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-h2.png) no-repeat;
}

#popular{
	clear: both;
	background: #e6edf3;
	border-left: 4px solid #fe0000;
	border-right: 4px solid #fe0000;
	padding: 5px 0 30px 15px;
	margin: 0 10px;
}

#popular .entry{
	background: #fff;
	float: left;
	width: 155px;
	height: 100px;
	margin: 15px 15px 0 0;
}

#popular .entry a{
	display: block;
}

/*-----------------------------------------------------------------------------------
	Prizes/About the Game
-----------------------------------------------------------------------------------*/

#secondary{
	width: 880px;
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-footer.gif) no-repeat center top;
	margin-top: 0;
	padding-top: 70px;
}
#secondary h2{
	position: relative;
	top: -20px;
	left: 5px;
	margin-bottom: 0;
}

#prizes{
	background: #e6edf3 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-slant.gif) no-repeat right bottom;
	width: 430px;
	float: left;
	position: relative;
}

#prizes p{
	padding: 0 20px;
}

#prizes p.action{
	right: 0;
	top: -5px;
	margin: 0;
}

#about{
	width: 400px;
	float: right;
	position: relative;
}

#about h2{
	left: -5px;
}

.page-css {
	width: 820px;
	margin-left:auto;
	margin-right:auto;
}

.page-css h2 {
	left: -5px
}

p.action{
	float: right;
	margin: 10px 0;
	position: relative;
	top: -25px;
	right: 30px;
}

p.action a, p.action2 {
	display: block;
	padding: 0 10px;
	font-size: 15px;
	line-height: 37px;
	text-transform: uppercase;
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-action.png) no-repeat left top !important;
}

p.action a:hover, p.action2 a:hover{
	color: #fff !important;
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-action.png) no-repeat left bottom !important;
}

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

#footer{
	clear: both;
	margin: 70px auto 50px;
	text-align: center;
	padding: 30px 0 0;
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-footer.gif) no-repeat center top;
}
/*-----------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------*/

#header{
	width: 950px;
	height: 62px;
	margin: 0 auto;
	font: 13px Helvetica, Arial, Sans-serif;
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-header.png) no-repeat right bottom;
	position: relative;
}

#logo{
	position: absolute;
	left: 50px;
	top: 7px;
}
.navigation{
	position: absolute;
	top: 7px;
	left: 240px;
}

.navigation li{
	float: left;
	display: inline;
}

.navigation li a {
	font-weight: bold;
	display: block;
	padding: 5px 7px;
	margin-right: 5px;
}

.navigation li.current a {
	background: #fff;
	color: #fe0000;
}

.navigation li.active a{
}


#footer-nav{
	text-align: center;
	font-size: 10px;
	margin: 0 0 40px;
}

#footer-nav li{
	display: inline;
}

#footer-nav li a, #footer-nav li.current{
	font-weight: bold;
	margin: 0 5px;
	background: transparent;
	color: #fe0000;
}

#footer-nav li a{
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------
	Entries Pages Styles
-----------------------------------------------------------------------------------*/

#entries{
	padding: 1px 0 15px 25px;
	margin-top: 50px;
}

#entries .entry{
	background: #e6edf3 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-slant2.png) no-repeat right bottom;
	width: 275px;
	height: 305px;
	float: left;
	margin: 15px 15px 0 0;
 	position: relative;
}

#entries .entry img{
	margin: 10px;
}

#entries .entry a{
	display: block;
	background: transparent;
}

#entries .entry-actions{position: relative;}
#entries .entry-actions li{
	display: inline;
	position: absolute;
	font-size: 12px;
}
#entries .entry-actions li a{
	padding: 5px 7px;
	color: #333;
}
#entries .entry-actions li a:hover{
	color: #fe0000;
	text-decoration: underline;
}
#entries .entry-actions li.image-link{
	top: 0;
	left: 3px;
}

#entries .entry-actions li.vote-link, #entries .entry-actions li.voted{
	right: 10px;
	top: 7px;
}

#entries .entry-actions li.voted{
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 5px 7px;
}
#entries .entry-actions li.vote-link a{
	background: #fe0000 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/icon-star.gif) no-repeat 4px;
	color: #fff;
	padding-left: 22px;
}

#entries .entry-actions li.vote-link a:hover{
	background: #000 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/icon-star_over.gif) no-repeat 4px;
	text-decoration: none;
	color: #fff;
}

#entries .submit-entry h3{
	background: #fff;
	color: #555;
	text-align: center;
	line-height: 230px;
	margin: 10px;
}

#entries .submit-entry h3 a{
	color: #555;
}

#entries p.action{
	position: relative;
	right: 5px;
	top: 3px;
	margin: 0;
}

#entries p.action a:link{
	background: url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-action.png) no-repeat right top;
}
/*-----------------------------------------------------------------------------------
	Paginator
-----------------------------------------------------------------------------------*/

#paginator{
	float: right;
	font-size: 15px;
	margin: 20px;
	display: inline;
}

#paginator li{
	display: inline;
	float: left;
	margin: 2px 2px 0 0;
}

#paginator li a, #paginator li.current{
	border: 1px solid #fff;
	padding: 4px 8px;
}

#paginator li.current{
	background: #e6edf3;
	color: #555;
	font-weight: bold;
}

#paginator li a{
	display: block;
}
#paginator li a:hover{
	background: #000;
	color: #fff;
}

/*-----------------------------------------------------------------------------------
	Single Entry
-----------------------------------------------------------------------------------*/

#single-entry{
	background: #e6edf3;
	border-left: 4px solid #fe0000;
	border-right: 4px solid #fe0000;
}
#single-entry img{
	margin: 20px;
}

#entry-details{
	color: #555;
}

#entry-details h3{
	margin: 0;
	position: absolute;
	top: -15px;
	left: -5px;
}

#entry-details h4{
	color: #000;
	background: transparent;
	margin: 25px 0 5px;
	font-size: 14px;
}

#entry-details div{position: relative; background: #e6edf3 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/bg-slant2.png) no-repeat right bottom; padding: 10px 15px 35px; margin: 0 0 15px;}
#entry-details ul{
	clear: both;
	margin: 0 10px;
}

#entry-details p{
	font-size: 14px;
	line-height: 17px;
}
#entry-details textarea{width: 100%;}

#entry-details #entry-info{
	background: transparent;
	padding: 0;
	margin-bottom: 40px;
}

#entry-info ul{
	margin: 0;
	background: #222;
	color: #fff;
}

#entry-info li{
	padding: 0;
}

#entry-info li.vote-count{
	font-weight: bold;
	padding: 18px 0 3px;
	font-size: 21px;
}

#entry-info li.view-count{
	font-size: 14px;
}

#entry-info li.vote-link, #entry-info li.voted{
	float: left;
	margin: 0 15px 0 0;
}

#entry-info li.vote-link a, #entry-info li.voted{
	text-decoration: underline;
	display: block;
	line-height: 20px;
	font-size: 13px;
	padding: 45px 0 10px;
	width: 60px;
	background: #fe0000 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/icon-bigstar.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
}

#entry-info li.vote-link a:hover, #entry-info li.voted{
	color: #fff;
	background: #000 url(http://clientassets.w1k.com/mirrorsedge.w1k.com/images/icon-bigstar_over.gif) no-repeat;
}

a.voted {
color:#fff
}

#entry-info li.voted{
	font-size: 12px;
	text-decoration: none;
}

a#share-close {
	float: right;
}

ul#share-links{
	clear: both;
	margin: 5px 0;
}

ul#share-links li{
	display: inline;
	float: left;
	margin-right: 10px;
}

#entry-details p.action{
	right: 0;
	top: -10px;
	margin: 0;
}

#entry-details form{
	clear: both;
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------
	Entry Navigation
-----------------------------------------------------------------------------------*/

#entry-nav{
	background: #fff;
	padding: 1px;
	margin: 0 0 20px;
	position: relative;
}

#entry-nav ul{line-height: 16px;}
#entry-nav #previous-entry{
	position: absolute;
	left: 1px;
}

#entry-nav #next-entry{
	position: absolute;
	right: 1px;
}

#entry-nav h2{
	float: none;
	background: transparent;
	color: #555;
	text-transform: none;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 15px;
}

#entry-nav a{
	display: block;
	background: transparent;
	color: #f30000;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
}

#entry-nav a:hover{
	background: #fe0000;
	color: #fff;
}

#entry-nav{
	display: block;
	font-size: 13px;
}