body {
	font: 14px/1 Helvetica, Arial, sans-serif;
	background: #fff;
	border-top: 3px solid #000;
}

img {
	vertical-align: bottom;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.clear {
	clear: both;
}

.m0 {
	margin-top: 0 !important;
}

.m1 {
	margin-top: 1em;
}

.m2 {
	margin-top: 2em;
}

.b1 {
	margin-bottom: 1em;
}

.b2 {
	margin-bottom: 2em;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

a {
	color: #000;
	text-decoration: underline;
}

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

.caution {
	color: #e84a86;
	font-size: 85%;
	line-height: 1.5;
}

.caution a {
	color: #e84a86;
}

.caution a:hover {
	color: #e74482;
}

.rank {
	color: #c06;
}

.closed {
	color: #c06;
	line-height: 1.5;
}

aside {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

aside.banner {
	background: #000;
	border: 2px solid #000;
}

#wraper {
	margin-top: 1px;
	border-top: 1px solid #000;
	background-repeat: no-repeat;
	background-position: center top;
}


/*----------------------------------------------------------------------*/

header {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/*----------------------------------------------------------------------*/

footer {
	position: relative;
	padding-bottom: 15px;
	background: #000;
	z-index: 301;
}

footer .banner {
	padding: 15px 0;
}

footer nav ul {
	text-align: center;
}

footer nav li {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	font-size: 12px;
}

footer nav a {
	color: #fff;
	text-decoration: none;
}

footer nav a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .modelpress {
	margin-top: 2em;
	text-align: center;
}

footer .copyright {
	margin-top: 1em;
	color: #fff;
	text-align: center;
}

footer small {
	font-size: 10px;
}

/*----------------------------------------------------------------------*/

#content {
	position: relative;
}

#content article {
	position: relative;
	width: 980px;
	margin: 0 auto;
	color: #000;
}

#content .title-border {
	text-align: center;
	background: url(../img/border.png) repeat-x bottom;
}

#content .title-border-text {
  background: url(../img/border.png) repeat-x bottom;
  padding-bottom: 1.5em;
}

#content .border {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
}

#content .left {
	width: 460px;
	float: left;
}

#content .right {
	width: 460px;
	float: right;
}

/*----------------------------------------------------------------------*/

#profile {
	position: relative;
	margin-top: 20px;
	width: 640px;
	float: right;
}

#profile h1 {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.3em;
}

#profile dl {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#profile dt {
	width: 150px;
	margin-top: 0.5em;
	padding: 0.4em 0;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	float: left;
	clear: left;
}

#profile dd {
	margin-left: 150px;
	padding: 0.4em 0;
	font-size: 18px;
	line-height: 1.4;
}

#profile h2 {
	margin: 2em 0 0.5em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.1em;
	background: #000;
}

#profile .btn {
	padding-right: 15px;
}

/*----------------------------------------------------------------------*/

#gallery {
	position: relative;
	margin: 20px auto 0;
	width: 600px;
}

#gallery h1 {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.3em;
}

#gallery #photo {
	width: 360px;
	margin: 20px auto;
}

#gallery h2 {
	margin: 2em 0 0.5em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	background: #000;
}

/*----------------------------------------------------------------------*/

#docs {
	position: relative;
	margin-top: 20px;
	width: 640px;
	float: right;
}

#docs h1 {
	font-size: 36px;
	letter-spacing: 0.3em;
}

#docs h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
}

#docs p {
	margin: 0.8em 0;
	line-height: 1.8;
}

#docs figure {
	margin-left: 20px;
	margin-bottom:15px;
	float: right;
}

/*----------------------------------------------------------------------*/

#side {
	position: relative;
	width: 300px;
	margin-top: 20px;
	float: left;
}

#side h2 {
	margin: 2em 0 0.5em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	background: #000;
}

/*----------------------------------------------------------------------*/

#photo {
	position: relative;
	margin-bottom: 10px;
	list-style: none;
}

#photo li {
	width: 94px;
	margin-top: 9px;
	float: left;
}

#photo li img {
	width: 100%;
}

#photo li.photo-1 {
	width: 300px;
	margin-top: 0;
}

#photo li.photo-3,
#photo li.photo-4,
#photo li.photo-6,
#photo li.photo-7 {
	margin-left: 9px;
}

#gallery #photo li {
	width: 114px;
}

#gallery #photo li.photo-1 {
	width: 360px;
	margin-top: 0;
}

/*----------------------------------------------------------------------*/

#sitemenu {
	position: relative;
	width: 980px;
	height: 60px;
	margin: 0 auto 10px;
	padding: 1px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#sitemenu ul {
	height: 58px;
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sitemenu li {
	width: 196px;
	height: 58px;
	float: left;
}

#sitemenu a {
	display: block;
	width: 196px;
	height: 58px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/nav.png) no-repeat;
}

#sitemenu .home a {
	background-position: 0 0;
}

#sitemenu .gal a {
	background-position: -196px 0;
}

#sitemenu .about a {
	background-position: -392px 0;
}

#sitemenu .outline a {
	background-position: -588px 0;
}

#sitemenu .mdpr a {
	background-position: -784px 0;
}

#sitemenu .home a:hover {
	background-position: 0 -58px;
}

#sitemenu .gal a:hover {
	background-position: -196px -58px;
}

#sitemenu .about a:hover {
	background-position: -392px -58px;
}

#sitemenu .outline a:hover {
	background-position: -588px -58px;
}

#sitemenu .mdpr a:hover {
	background-position: -784px -58px;
}

/*----------------------------------------------------------------------*/

#viewer {
	position: relative;
	width: 978px;
	margin: 20px auto;
	z-index: 101;
}

#viewer ul {
	list-style: none;
}

#viewer li {
	width: 160px;
	margin: 1px 2px 2px 1px;
	float: left;
}

#viewer li img {
	width: 100%;
}

#viewer .reload {
	margin-top: 10px;
	text-align: center;
}

#viewer .loader {
	position: absolute;
	left: 50%;
	top: 184px;
	margin-left: -24px;
	padding: 6px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 0 0 15px #666;
	z-index: 102;
}


/*----------------------------------------------------------------------*/

.info {
	position: relative;
	margin: 0 20px;
}

.info ul {
	list-style: none;
}

.info li {
	margin-top: 1em;
	line-height: 1.4;
}

.info li .date {
	font-weight: bold;
	float: left;
}

.info li .text {
	margin-left: 100px;
}

/*----------------------------------------------------------------------*/

.mdpr-list .loading {
	padding: 3em 0;
	text-align: center;
}

.mdpr-list ul {
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.mdpr-list li {
	font-size: 13px;
	line-height: 1.5;
}

.mdpr-list li a {
	display: block;
	text-decoration: none;
	padding: 4px;
}

.mdpr-list li a:hover {
	text-decoration: underline;
	background: #f0f0f0;
}

.mdpr-list li img {
	margin-right: 5px;
	float: left;
}

/*----------------------------------------------------------------------*/

.twitter-list {
	position: relative;
	margin-top: 3px;
	z-index: 101;
}

.twitter-list .loading {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -12px;
	text-align: center;
	z-index: 102;
}

.twitter-list ul {
	list-style: none;
}

.twitter-list li {
	position: relative;
	padding: 5px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 1px solid #ccc;
}

.twitter-list li a {
	text-decoration: none;
}

.twitter-list li a:hover {
	text-decoration: underline;
}

.twitter-list li:hover {
	background: #f0f0f0;
}

.twitter-list .image {
	width: 50px;
	float: left;
}

.twitter-list .user,
.twitter-list .text {
	margin-left: 60px;
}

.twitter-list .text {
	margin-top: 0.2em;
}

.twitter-list .time {
	position: absolute;
	right: 5px;
	top: 5px;
}

.twitter-list .create_at {
	font-size: 11px;
	color: #666;
}

.twitter-list .user_name {
	font-weight: bold;
}

.twitter-list .screen_name {
	color: #666;
	font-size: 12px;
}

.twitter-list a:hover .screen_name,
.twitter-list a:hover .create_at {
	color: #e74482;
	text-decoration: underline;
}

/*----------------------------------------------------------------------*/

.gals-list {
	width: 100%;
	border-collapse: collapse;
}

.gals-list th,
.gals-list td {
	padding: 0.4em 10px;
	line-height: 1.4;
	vertical-align: middle;
}

.gals-list td {
	border-bottom: 1px solid #eee;
}

.gals-list th {
	color: #fff;
	background: #000;
}

.gals-list tr:hover {
	background: #f3f3f3;
}

.gals-list td.photo {
	width: 60px;
}

.gals-list td.photo img {
	width: 100%;
}

/*----------------------------------------------------------------------*/

.voting {
	position: relative;
}

.voting .c1,
.voting .c2,
.voting .c3 {
	width: 326px;
	height: 85px;
	padding: 20px 0 79px;
	text-align: center;
	font-size: 85px;
	float: left;
}

.voting .c1 {
	background: url(../img/index_votes.png) no-repeat center bottom;
}

.voting .c2 {
	width: 328px;
	background: url(../img/index_comments.png) no-repeat center bottom;
}

.voting .c3 {
	background: url(../img/index_retweets.png) no-repeat center bottom;
}

/*----------------------------------------------------------------------*/

.table-list {
	width: 100%;
	border-collapse: collapse;
}

.table-list th,
.table-list td {
	padding: 1em 0.2em;
	vertical-align: middle;
	line-height: 1.6;
}

.table-list th {
	padding-right: 2em;
	white-space: nowrap;
	letter-spacing: 0.2em;
}

.table-list tr {
	background: url(../img/dotted.png) repeat-x bottom;
}

/*----------------------------------------------------------------------*/

.ranking .box {
  max-width: 160px;
	text-align: center;
  display: inline-block;
  min-width: 140px;
}

.ranking p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.ranking .m1 img {
	width: 100%;
}

.ranking h3 img {
  max-width: 160px;
	height: 45px;
}

.ranking-4 .RankingItem {
  width: 23%;
}

.ranking-6 .RankingItem {
  width: 15%;
}

.RankingItem {
  display: inline-block;
  margin: 3em .5%;
  text-align: center;
  vertical-align: top;
}

#Rankings {
	text-align: center;
	vertical-align: center;
}

.ranking .c2nd {
	margin-top: 12px;
}

.c2nd h3 img {
	position: relative;
	top: 10px;
	margin-bottom: 1px;
}


/*----------------------------------------------------------------------*/

.result {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.result .box {
	width: 180px;
	margin-left: 160px;
	text-align: center;
	float: left;
}

.result p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.result h3 img,
.result .img img {
	width: 100%;
}

.result .c1 {
	margin-left: 0;
	clear: both;
}

.result.result-1 {
	width: 250px;
}
.result.result-1 .box {
	width: 250px;
}

/*----------------------------------------------------------------------*/
.contact {
	position: relative;
	width: 980px;
	margin: 20px auto 0;
	padding: 25px 0px 0px 0px;
	background: url(../img/border.png) repeat-x top;
}

.pagetop {
	position: relative;
	width: 980px;
	margin: 20px auto 0;
	padding: 20px 0;
	font-size: 12px;
	text-align: right;
	background: url(../img/border.png) repeat-x top;
}

.pagetop a {
	display: inline-block;
	padding-right: 14px;
	text-decoration: none;
	background: url(../img/pagetop.png) no-repeat right center;
}

.pagetop a:hover {
	text-decoration: underline;
}

.more {
	margin-top: 6px;
	font-size: 11px;
	text-align: right;
}

.more a {
	display: inline-block;
	padding-right: 14px;
	text-decoration: none;
	background: url(../img/more.png) no-repeat right center;
}

.more a:hover {
	text-decoration: underline;
}

#fb-root {
	display: inline;
}

img.comingsoon {
	vertical-align: inherit;
}


#scores .loading {
	position: absolute;
	left: 50%;
	margin-top: 54px;
	margin-left: -24px;
	text-align: center;
	z-index: 102;
	display: none;
}

.ad > * {
  margin-left: auto;
  margin-right: auto;
}

.movie-box {
  display: inline-block;
  margin-bottom: 1em;
}

.movie-box:last-child {
  margin-bottom: 0;
}

.movie-box p {
  text-align: center;
}

.movie-box img {
  max-width: 100%;
  height: auto;
}

.movie-box iframe {
  max-width: 100%;
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.links {
  width: 980px;
  background: url(../img/border.png) repeat-x top;
  margin: 2em auto 0;
  padding: 2em 0 0;
  text-align: center;
}

.links .link-groups, .links .link-groups .link-group, .links .link-groups .link-group .link-units {
  text-align: center;
}

.links .link-groups .link-group {
  padding: .25em 0;
  margin-bottom: 1em;
}

.links .link-groups .link-group .thumbnail {
  max-width: 490px;
  display: inline-block;
}

.links .link-groups .link-group .thumbnail img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: .5em;
}

.links .link-groups .link-group .link-units {
  list-style: none;
  letter-spacing: -.40em;
}

.links .link-groups .link-group .link-units li {
  display: inline-block;
  margin: 0 0 .25em;
  padding: 0 .5em;
  border-right: 1px solid #000;
  line-height: 1.1;
  letter-spacing: normal;
}

.links .link-groups .link-group .link-units li:last-child {
  border-right: 0;
}

.links .link-groups .link-group .link-units li a {
  display: inline-block;
  color: #ff1572;
}

.twitter-list-wrapper .twitter-list {
  max-height: 300px;
  height: auto !important;
  height: 300px;
  overflow: auto;
}

.more, .more-append {
  display: block;
  padding: 1em !important;
  text-align: center;
}

.more:hover, .more-append:hover {
  background-color: transparent !important;
}

.loading-ib {
  display: inline-block;
  position: static !important;
  margin: 0 !important;
}
