@charset "utf-8";
/* CSS Document */

body {
	font: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1B4312;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}
/* TOOLS */
*.float-divider  { clear:both; height:1px; font-size:1px; line-height:1px; }
*.screenreader-only { position:absolute; left:-9999px; top:-9999px; width:1px; height:1px; overflow: hidden; } 
*.hidden { position:absolute; top:-99999px; left:-99999px; width:1px; height:1px; overflow:hidden; }


#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}

#banner {
	background-image: url(images/wanpaku-logo.png);
	height: 160px;
	background-repeat: no-repeat;
	position: relative;
}

        #bd {
	border:1px solid blue;
	height:400px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
        }


#wrapper {

}

.yui-skin-sam.n-body {
	background-color: #3D8E33;
}

#footer {
	margin-top: 10px;
	background-color: #CCCCCC;
	padding: 10;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: .8em;
}
/* Background Image Map hack for Link back to Bark Busters Japan */
#linkBarkbusters a {
	position: absolute;
	height: 75px;
	width: 290px;
	top: 40px;
	text-decoration: none;
	left: 645px;
  }
  
#linkBarkbusters a i { visibility: hidden; }

*.part1 { float:left;  margin-left:10px;}
*.part2 { float:right; margin-right:10px;}


#footer p {

}

.copyright {
	text-align:right;

}

/* Horizontal Nav Bar */
#mainNav {
	padding: 0;
	list-style: none;
	border-left: 1px dashed #999;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#mainNav li {
	float: left;
	width: 6.5em;
}


#mainNav a {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background-color: #28341F;




	1background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	zoom: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 2px;
}

#mainNav a:hover {
	font-weight: normal;
	background-color: #669900;
	background-position: 3px 50%;
}

.home #homeLink,
.register #registerLink, 
.enter #enterLink, 
.view #viewLink, 
.prizes #prizesLink, 
.judges #judgesLink, 
.rules #rulesLink,  
.contact #contactLink,
.companyInfo #companyInfoLink  
{
	background-color: #336600;
	background-position: 3px 100%;
	padding-right: 3px;
	padding-left: 2px;
	font-weight: normal;
	color: #FFFFFF;
}
#prizes {
}
#prizesSection {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#grandPrize, #regionalWinner, #finalists, #allEntries {
	background-color: #333333;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}

.bottomSection
{
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
.sectionTitle {
	background-color: #CCCCCC;
	padding: 10px;
}
.subSectionTitle {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sectionDetail {
	background-color: #333333;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}

.whiteSectionDetail {
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content {
	margin-top: 20px;
}
#contestSummaryTable table {
	width: 100%;
	background-color: #FFFFFF;
}

#bottomSection {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;

}
#mainNav {
	text-align: center;
}

#bottomSection p {
	margin: 0; /* zeroing the margins of the first element in the section will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px;

}

#thumbnails ul {
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
}

#thumbnails li {
}

#thumbnails a {
	color: #FFFFFF;
	text-decoration: none;
}

.maintenance {
	font-size: 1.5em;
	font-weight: 900;
	color: #FF0000;
}
#maintenance {
	margin-top: 20px;
}
#mainContent {
	background-color: #CCCCCC;
	text-align: left;
	width: 640px;
	margin-top: 20px;
	float: left;
	border: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.homepage #mainContent,
.homepage #Menu,
.homepage #secondContent {
background-color:#FFFFFF;
}
/**** Form formating*************/
#subForm {
	font-size: .9em;
}
#subForm .label {
	float: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

#submit {
	margin-left: 240px;
	background-color: #CBD893;
	1font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
#send {
	margin-left: 150px;
	background-color: #CBD893;
	1font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

#region_name {
	1font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

#family_name, #email, #password1, #password2, #comments,
#furigana, #region_name,
#name,
#category,
#subject,
#entry_text,
#phone,
#media_file,
#entry_title
 {
	background-color: #FBEF99;

	1font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
	margin-bottom: 10px;
}

#family_name:focus,
#email:focus,
#password1:focus,
#password2:focus,
#comments:focus,
#furigana:focus,
#name:focus,
#category:focus,
#subject:focus,
#region_name:focus,
#entry_text:focus,
#phone:focus,
#media_file:focus,
#entry_title:focus
{
	background-color: #FDD041;
}

.formFieldBackground
{
	background-color: #FDD041;
}


#subForm p .fieldExplanation {
	margin-left: 200px;
}
.error {
	color:#FF0033;
	font-size:14px;
	}
#Menu {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;

}
#secondContent {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 10px;
}
#entryTitleBar {
	background-color: #333333;
}
#mediaStage {
	background-image: url(images/display-port-bg.jpg);
	background-repeat: no-repeat;
}
#mediaStageFooter {
	background-color: #FFFFFF;
	height: 50px;
}
.author {
	padding-top: 5px;
	padding-left: 10px;
	font-weight: 800;
	float: left;
}

.region {
	padding-top: 5px;
	width: 190px;
	font-weight: 800;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.votes {
	padding-top: 5px;
	padding-left: 10px;
	font-weight: 800;
	float: left;
}

.rightText {
	padding-top: 5px;
	width: 540px;
	font-weight: 800;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#SortButtonBar {
	background-color: #000000;
	color: #FFFFFF;
}
#entryTextFooter {
	background-color: #CCCCCC;
}
#entryTitleBar h2 {
	color: #CCCCCC;
	font-size: 2em;
}
#viewPage #mainContent {
	padding: 0px;
	background-color: #CCCCCC;
}
#entryTitleBar h3 {
	font-size: 1.5em;
	color: #CCCCCC;
	margin-bottom: 0em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}



/**** Equivalent Class Styles for Div Styles*************/
.entryTitleBar {
	background-color: #333333;
}
.mediaStage {
	background-image: url(images/display-port-bg.jpg);
	background-repeat: no-repeat;
}
.mediaStageFooter {
	background-color: #FFFFFF;
	height: 50px;
}
.entryTextFooter {
	background-color: #CCCCCC;
}
.entryTitleBar h2 {
	color: #CCCCCC;
	font-size: 2em;
}
#viewPage .mainContent {
	padding: 0px;
	background-color: #CCCCCC;
}
.entryTitleBar h3 {
	font-size: 1.5em;
	color: #CCCCCC;
	margin-bottom: 0em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.entryText {
	background-color: #333333;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
/****End Equivalent Class Styles for Div Styles*************/







.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
}

img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.4em;
	margin-bottom: .4em;
}
#sidebar1 #thumbnails {
	color: #FFFFFF;
	margin-top: 20px;
}
.emphasis {
	font-size: 1.2em;
	font-weight: 800;
	color: #FF0000;
}

