/* v2 CSS
 *
 * by Jonathan Bravata
 * February 2008
 */

/* GENERAL */
body {
  background: #000 url(http://images.iyhwa.com/images/css/background.png) repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
}

#flash {
  margin: 10px auto 15px auto;
  color: gold;
  font-weight: bold;
  font-size: 11pt;
}

.spacer {
  padding: 5px;
}

h1, h2, h3, h4 {
  color: red;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

h1             { font-size: 18pt; }
h2             { font-size: 14pt; }
h3             { font-size: 9pt; }
h4             { 
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  font-size: 8pt;
}

#breadcrumbs {
  height: 20px;
  line-height: 20px;
  background: transparent url(http://images.iyhwa.com/images/bullet_red.png) 0px 3px no-repeat;
  padding-left: 20px;
  color: #999;
  margin-bottom: 15px;
}

#breadcrumbs .active {
  color: #bbb;
  text-decoration: none;
}

#breadcrumbs .higher {
  color: #555;
  text-decoration: none;
}

.divider {
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  margin-bottom: 10px;
  clear: both;
}

.divider a {
  text-decoration: none;
}


/* LAYOUT */
#topbox {
  width: 986px;
  margin: 15px auto 0;
}

#topbox #topbar {
  background: #2c2c2c url(http://images.iyhwa.com/images/css/topbox_topbar.png) no-repeat;
  width: 986px;
  height: 16px;
}

#topbox #topstrip {
  background: #000 url(http://images.iyhwa.com/images/css/topbox_topstrip.jpg) no-repeat;
  width: 986px;
  height: 150px;
}

#topbox #navstrip {
  height: 45px;
}

#topbox #bottomstrip {
  background: #000 url(http://images.iyhwa.com/images/css/topbox_bottomstrip.jpg) no-repeat;  
  height: 78px;
}

#contentbox {
  background: #000 url(http://images.iyhwa.com/images/css/contentarea_sides.gif) repeat;
  width: 986px;
  margin: 0 auto;
}

#contentbox #contentwrapper {
  background: transparent url(http://images.iyhwa.com/images/css/innercontent_redshade.png) repeat-y;
  width: 955px;
  margin: 0 auto;
}

#contentbox #contentwrapper #contentarea {
  width: 945px;
  margin: 0 auto;
  background-color: #121413;
  border: 1px solid #1c1b1a;
  padding-bottom: 5px;
}

#bottomflame {
  background: transparent url(http://images.iyhwa.com/images/css/bottomflame.jpg) repeat-y left bottom;
  height: 20px;
  width: 955px;
}

#footer {
  background: transparent url(http://images.iyhwa.com/images/css/footerbg.jpg) no-repeat;
  width: 986px;
  height: 84px;
  margin: 0 auto;
}

#footer #footercontents {
  width: 950px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  top: 25px;
  text-align: center;
  line-height: 18px;
}

#bottomstrip #loggedin {
  margin-right: 15px;
  text-align: right;
}

#bottomstrip #cart {
  margin-right: 15px;
  text-align: right;
}


/* FORMS */
.form_row {
  margin-bottom: 15px;
}

.form_row span.title {
  font-weight: bold;
}

.form_row div.field {
}

.form_row div.field input[type="text"], .form_row div.field input[type="password"], .form_row div.field select, .form_row div.field textarea, .form_row div.field input[type="file"] {
  width: 98%;
}

.form_row div.date_field select {
  width: 32.5%;
}

.required {
  color: orange;
}

div.submit {
  margin-top: 25px;
  text-align: right; 
}

/* ERRORS */
#errorExplanation {
  width: 95%;
  border: 2px solid #red;
  padding: 7px;
  padding-bottom: 12px;
  background-color: #f0f0f0;
  margin: 10px auto 20px auto;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #000;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  color: #000;
}

/* BACKEND */
.backendLinks {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.backendLinks a {
  color: gold;
}

.backendSubLinks {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.backendSubLinks a {
  color: #ff5555;
}

.matchSet {
  margin-bottom: 15px;
  border-bottom: 3px solid #000;
}

.linkSet {
  margin-bottom: 15px;
  border-bottom: 3px solid #000;
}


.rightLinkWrap {
  text-align: right;  
}

.rightLink {
  cursor: pointer;
}

.adminVideoType {
  border-bottom: 1px solid #000;
  background-color: #eee;
  color: #000;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
}

/* HOMEPAGE */
#newsEntries {
  float: left;
}

.newsEntry {
  margin-bottom: 15px;
  float: left;
  /*width: 70%;*/
}

.newsEntry .info {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.newsEntry .info .title {
  float: left;
  /*width: 70%;*/
}

.newsEntry .info .posted {
  float: right;
  /*width: 30%;*/
  text-align: right;
}

.newsEntry .message {
 padding-top: 5px;
 padding-bottom: 5px;
}

#upcomingEvents {
  width: 300px;
  border: 1px solid #5F2322;
  border: 1px solid #C80504;
  border: 1px solid #666;
  float: right;
}

#upcomingEvents .header {
  background: #3E0100;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 11pt;  
  padding-left: 5px;
}

#upcomingEvents .event {
  border: 0;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  margin-bottom: 5px;
  padding: 0;
  line-height: 20px;
}

#upcomingEvents .old a {
  color: #777;
}

#upcomingEvents .next a {
  color: #fff;
  font-weight: bold;
}

#upcomingEvents .future a {
  color: #aaa;
}

#upcomingEvents .event .name a {
  float: left;
  width: 73%;
  padding-left: 3px;
  text-decoration: none;
}

#upcomingEvents .event .date {
  float: left;
  width: 25%;
  text-align: right;
  padding-right: 3px;
}

#latestMV {
  width: 300px;
  border: 1px solid #5F2322;
  border: 1px solid #C80504;
  border: 1px solid #666;
  float: right;
  margin-top: 15px;
  text-align: center;
}

#latestMV .header {
  background: #3E0100;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 11pt;  
  padding-left: 5px;
  text-align: left;
}

#latestMV .image {
  margin-top: 5px;
}

#latestMV .details {
  margin-top: 5px;
}

#latestMV .links {
  margin-top: 5px;
  margin-bottom: 10px;
}

#links {
  width: 300px;
  border: 1px solid #5F2322;
  border: 1px solid #C80504;
  border: 1px solid #666;
  float: right;
  margin-top: 15px;
}

#links .header {
  background: #3E0100;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 11pt;  
  padding-left: 5px;
}

#links .link {
  border: 0;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 3px;
  line-height: 20px;
}

#current-champions {
}


#current-champions .current-champion {
  width: 240px;
  border: 1px solid #5F2322;
  border: 1px solid #C80504;
  border: 1px solid #666;
  float: left;
  margin: 15px 40px 0px 0px;
}

#current-champions .current-champion .header {
  background: #3E0100;
  color: #fff;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 10pt;  
  padding-left: 5px;
  text-align: left;
}

#current-champions .current-champion .info {
  padding: 10px 10px 10px 10px;
  text-align: center;
	
}

#current-champions .current-champion .info .defeated {
	font-weight: bold;
}





/* ROSTER INDEX */
.wrestlerEntry {
  width: 200px;
  height: 280px;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 25px;
  margin-bottom: 20px;
  border: 2px solid #aaa;
  background: #3E0100;
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
}

.wrestlerEntry .wrestlerPic {
  width: 200px;
  height: 275px;
  float: left;
  padding: 0;
}

/* ROSTER DETAILS */
#rostermember {
}

#rostermember #left {
  width: 250px;
  margin-right: 20px;
  float: left;
}

#rostermember #left #profilepic {
  margin-bottom: 15px;
}

#rostermember #left #actionpic {
  margin-bottom: 15px;
}

#rostermember #right {
  float: left;
  width: 665px;
}

.profileitem {
  font-weight: bold;
}

.profileresponse {
  margin-bottom: 10px;
}

#rosterpictures {
}

#rosterpictures .picture {
  float: left;
  height: 95px;
  width: 130px;
  margin-right: 35px;
}

p.viewallpics {
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 0;
}

p.viewallpics a {

}

#rosterResults {
  margin-top: 10px;
}

#rosterResults .eventName {
  color: #ff0000;
}

#rosterResults .result {
  margin-top: 5px;
  margin-bottom: 5px;
}


/* MATCH RESULTS */
span.pinfall {
  color: #FFFFFF;
  font-weight: bold;
}

span.submission {
  color: #C33333;
  font-weight: bold;
}

span.decision {
  color: cyan;
  font-weight: bold;
}

span.disqual {
  color: #1E90FF;
  font-weight: bold;
}

span.countout {
  color: #00AA00;
  font-weight: bold;
}
      
span.knockout {
  color: #777777;
  font-weight: bold;
}

/* MEDIA LANDING PAGE */
.mediabanner {
  text-align: center;
  margin-bottom: 20px;
}

/* INTERVIEWS */
table#interviews {
  width: 100%;
  border: 0;
}

table#interviews tr td {
  border-bottom: 1px dotted #444;
}

table#interviews tr th {
  text-align: left;
  background-color: #3E0100;
  color: #fff;
}

#interviewpicture {
  margin: 15px;
  margin-right: 0;
}

p#intQuestion, p.intQuestion, span.intQuestion, span#intQuestion {
  font-weight: bold;
  color: #FF5555;
}

P#intAnswer, p.intAnswer {
}

/* EVENTS
.event {
  border: 1px solid #cc3333;
  padding: 5px;
  margin-bottom: 15px;
}

.event .right {
  float: right;
  text-align: left;
  width: 725px;
  height: 150px;
}

.event .right a.title {
  font-size: 11pt;
  font-weight: bold;
}

.event .left {
  float: left;
  height: 150px;
  width: 180px;
  margin-right: 10px;
}

.event .left a img {
  border: 0;
  height: 150px;
  width: 180px;
}

.event .right .links {
}

.event .right .links a {
  font-size: 10pt;
  padding-left: 20px;
  margin-right: 65px;
}

.event .right .links a.mv {
  background: transparent url(http://images.iyhwa.com/images/css/mv.png) no-repeat top left;
}

.event .right .links a.fm {
  background: transparent url(http://images.iyhwa.com/images/css/fullmatch.png) no-repeat top left;
}

.event .right .links a.bs {
  background: transparent url(http://images.iyhwa.com/images/css/backstage.png) no-repeat top left;
}

.event .right .links a.pg {
  background: transparent url(http://images.iyhwa.com/images/css/photogallery.png) no-repeat top left;
}
*/
.event {
  padding: 5px;
  margin-bottom: 15px;
  height: 150px;
  border: 1px solid #cc3333;
}

.event .title {
	height: 100%;
	width: 25px;
	/*background: #222;*/
}

.event .right {
  float: right;
  text-align: left;
  width: 725px;
  height: 150px;
}

.event .right a.title {
  font-size: 11pt;
  font-weight: bold;
}

.event .left {
  float: left;
  height: 150px;
  width: 180px;
  margin-right: 10px;
}

.event .left a img {
  border: 0;
  height: 150px;
  width: 180px;
}

.event .right .links {
}

.event .right .links a {
  font-size: 10pt;
  padding-left: 20px;
  margin-right: 65px;
}

.event .right .links a.mv {
  background: transparent url(http://images.iyhwa.com/images/css/mv.png) no-repeat top left;
}

.event .right .links a.fm {
  background: transparent url(http://images.iyhwa.com/images/css/fullmatch.png) no-repeat top left;
}

.event .right .links a.bs {
  background: transparent url(http://images.iyhwa.com/images/css/backstage.png) no-repeat top left;
}

.event .right .links a.pg {
  background: transparent url(http://images.iyhwa.com/images/css/photogallery.png) no-repeat top left;
}


/* EVENT DETAILS */
.eventDetails {
}

.eventDetails .picture {
  float: left;
  margin-right: 15px;
  width: 180px;
  height: 170px;
}

.eventDetails .picture img {
  width: 180px;
  height: 150px;
}

.eventDetails .info {
  float: left;
  width: 725px;
}

span.eventItem {
  font-weight: bold;
  color: #C33333;
}

.eventVideoList {
  margin-left: 0px;
  padding-left: 15px;
  padding: 0;  
}

.eventVideoList li {
  float: left;
  margin-left: 20px;
}

.merchandise {
  text-align: right;
}

.merchandise a {
  padding-left: 25px;
  background: transparent url(http://images.iyhwa.com/images/css/cart.png) no-repeat top left;
  font-weight: bold;
}

/* MUSIC VIDEOS */
.musicVideo {
  width: 200px;
  height: 150px;
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
}

.musicVideo .thumb {
  text-align: center;
}

.musicVideo .title {
  color: #ff0000;
  text-align: center;
}

.musicVideo .links {
  text-align: center;
}

/* FULL MATCHES */
/* --- Used music videos CSS -- */

/* BACKSTAGE MEDIA */
.backstage_media {
  width: 100%;
}

.backstage_media tr th {
  font-weight: bold;
  background-color: #3E0100;
  color: #fff;
}

.backstage_media tr th.description {
  width: 80%;
}

.backstage_media tr th.links {
  width: 20%;
}

.backstage_media tr td {
  border-bottom: 1px dotted #444;
}

.backstage_media tr td.links {
  text-align: center;
}

.backstage_media tr td span.title {
  font-weight: bold;
}

.backstage_media tr td span.description {
  color: #666;
  font-size: 8pt;
}

/* ADMIN GRAPHICS */
#admin_graphics {
  width: 100%;
}

#admin_graphics tr th {
  font-weight: bold;
  background-color: #3E0100;
  color: #fff;
}

#admin_graphics tr th.description {
  width: 65%;
}

#admin_graphics tr th.category {
  width: 20%;
}

#admin_graphics tr th.links {
  width: 15%;
}

#admin_graphics tr td {
  border-bottom: 1px dotted #444;
}

#admin_graphics tr td.links {
  text-align: center;
}

#admin_graphics tr td.category {
  text-align: center;
}

.graphic {
  width: 180px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
  float: left;
}

/* ADMIN CHAMPIONS */
div.champion {
	margin: 0px 0px 35px 0px;
}
