/*  THIS WILL CONTAIN THE FRAMWORK CSS*/

/*
Element:  HTML's body tag.
*/

body{
	background:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheetBG.png") fixed left top #b8c6d1;
	background-position:0px 1928px;
	color:#262a2e;
	margin:0;
}



div{display: block;	}

#top{
        height: 128px;
        display:block;

}
#middle{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	display:block;

}
#bottom{
	height:330px;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheetBG.png");
	background-position:0px 594px;
	display:block;
	width:100%;
	margin-bottom:0;
}

/*
The Layout's design:

[#header]
	[#toparea]
    	[#topnavi]
    [#bottomnavi]
[#body]
[#footer]


[] Represents a div element
*/

/*
Element:  header
Description:  this stores the top and bottom navi.
*/
#header{
	height:128px;
	width:100%;
	margin-top:0px;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheetBG.png");
	z-index:100;
}
/*
Element:  toparea
Parent:  header
Description:  This push downs the bottom navi, gives top navi room.
*/
#header #toparea{
	    padding:0px;
	width:1010px;
    display:block;

    margin: 0 auto;


}
/*
Element: topnavi
Parent:  toparea
Description:  This holds the chat, gallery, resources, and social networking links.
*/
#header #toparea #banner{
	margin:0px 16px 0px 15px;
	width:367px;
	height:73px;
	display:block;
	float:left;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheet.png");
	background-position:0px 72px;
}

#header #toparea #topnavi{
	margin-right:0px;
    width:auto;
 
	float:left;
	z-index:105;
}
#header #toparea #topnavi ul{
	padding:0px;
	margin:2px 0px 2px 0px;
	display:inline;
}
#header #toparea #topnavi ul li{
	list-style:none;
	display:block;
    float:left;
    background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheet.png");
    
	margin-right:10px;
    height:27px;
	cursor:pointer;	
}
#header #toparea #topnavi ul li a{
	width: 100%;
    height: 100%;
    display:block;
}
#header #toparea #topnavi ul li img{
	border:0px;
	margin:0px;
}
/*
Elements:  news (class), gallery (class), resources (class), forums (class)
Parent:  topnavi
Description:  These are the various classes that are in the topnavi.  
Notes:  resources, and gallery have sub navigations, thus they get some extra css.
*/
#header #toparea #topnavi .news{
	width: 69px;
	background-position:480px 54px;
}
#header #toparea #topnavi .news:hover{
	background-position:480px 27px;
}
#header #toparea #topnavi .gallery{
	width: 82px;
	background-position:411px 54px;
}
#header #toparea #topnavi .gallery:hover{
	background-position:411px 27px;
}
#header #toparea #topnavi .media{
	width: 72px;
	background-position:329px 54px;
}
#header #toparea #topnavi .media:hover{
	background-position:329px 27px;
}
#header #toparea #topnavi .resources{
	width: 93px;
	background-position:257px 54px;
}
#header #toparea #topnavi .resources:hover{
	background-position:257px 27px;
}
#header #toparea #topnavi .chat{
	width: 66px;
	background-position:164px 54px;
}
#header #toparea #topnavi .chat:hover{
	background-position:164px 27px;
}
#header #toparea #topnavi .forums{
	width: 79px;
	background-position:98px 54px;
}
#header #toparea #topnavi .forums:hover{
	background-position:98px 27px;
}

#header #toparea #topnavi ul .socialnets{
	background:none;
	z-index:106;
}
#header #toparea #topnavi ul .socialnets a{
	float:left;
    display:block;
    width: 17px;
    height:17px;
    background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheet.png");
    margin-right:3px;
	margin-top:4px;
}
/*
Elements:  Social Network Mini-Links
Parent:  topnavi
Description:  This is the area for the minature links in the top navi.
*/
#header #toparea #topnavi ul .socialnets .twitter{
	background-position: 18px 72px;
}
#header #toparea #topnavi ul .socialnets .fb{
	background-position: 18px 54px;
}
#header #toparea #topnavi ul .socialnets .rss{
	background-position: 18px 36px;

}
#header #toparea #topnavi ul .socialnets .youtube{
	background-position: 18px 18px;

}
/*
Element:  sub navigation (system of css)
Parent:  topnavi
Description:  This is the CSS coding for the sub navigaiton for the link.s
*/
#header #toparea #topnavi li div{
    display:none;
    height:38px;
    min-width:600px;
    width: auto;
    margin-left:-210px;
    background: none;
    padding:2px 10px 2px 10px;
    z-index: 207;
    color: #FFF;
}
#header #toparea #topnavi li div ul{
    padding: 0px;
    margin: 0px;
    display:block;
}
#header #toparea #topnavi li div ul li{
    display: inline;
    margin-right:5px;
    width: 120px;
    background-image: none;
    background-color: #123955;
    font-size: 14px;
    height:15px;
    list-style:none;
    padding-bottom:3px;
    text-align: center;
}
#header #toparea #topnavi li div ul li:hover{
	color:  #d97523;
    background-color: #004677;
}
#header #toparea #topnavi li:hover div{
	display: block;
}
#header #toparea #topnavi li a{
    color:#e5e9ec;
    font-size: 13px;
    text-decoration: none;
	font-family:Lucida,Helvetica,sans-serif;
}
#header #toparea #topnavi li a:hover{
	color:#df873f;
}




/*
Elements:  bottomnavi
Parent:  header
Description:  This is the bottom navigation.  The navigation that contains the icons and links to walkthroughs.  

*/
#header #bottomnavi{
	display: block;
	margin: 0px auto;
	height:54px;
	width:1000px;
	color:#fff;
	text-align:left;
}
#header #bottomnavi ul{
	padding:0px;
	margin:0px;
	height:54px;
	display:inline;
}
#header #bottomnavi ul li{
	height:54px;
	width:54px;
	list-style:none;
	float:left;
	margin-right:17px;
	display:block;
	width:54px;
	height:54px;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/SpriteSheet.png");
}
#header #bottomnavi ul li a{
 	display:block;
    width:100%;
    height:100%;

}
#header #bottomnavi ul li img{
	position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}


/*
Elements:  Navigation buttons/icons
Description:  These image backgrounds, width/height (all the same).
*/
#header #bottomnavi .loz{
	background-position:0px 0px;
}
#header #bottomnavi .loz:hover{
	background-position:0px 126px;
}
#header #bottomnavi .aol{
	background-position:810px 0px;
}
#header #bottomnavi .aol:hover{
	background-position:810px 126px;
}
#header #bottomnavi .alttp{
	background-position:756px 0px;
}
#header #bottomnavi .alttp:hover{
	background-position:756px 126px;
}
#header #bottomnavi .la{
	background-position:702px 0px;
}
#header #bottomnavi .la:hover{
	background-position:702px 126px;
}
#header #bottomnavi .oot{
	background-position:648px 0px;
}
#header #bottomnavi .oot:hover{
	background-position:648px 126px;
}
#header #bottomnavi .mm{
	background-position:594px 0px;
}
#header #bottomnavi .mm:hover{
	background-position:594px 126px;
}
#header #bottomnavi .oos{
	background-position:540px 0px;
}
#header #bottomnavi .oos:hover{
	background-position:540px 126px;
}
#header #bottomnavi .ooa{
	background-position:486px 0px;
}
#header #bottomnavi .ooa:hover{
	background-position:486px 126px;
}
#header #bottomnavi .ww{
	background-position:432px 0px;
}
#header #bottomnavi .ww:hover{
	background-position:432px 126px;
}
#header #bottomnavi .mc{

	background-position:378px 0px;
}
#header #bottomnavi .mc:hover{
	background-position:378px 126px;
}
#header #bottomnavi .tp{
	background-position:324px 0px;
}
#header #bottomnavi .tp:hover{
	background-position:324px 126px;
}
#header #bottomnavi .ph{
	background-position:270px 0px;
}
#header #bottomnavi .ph:hover{
	background-position:270px 126px;
}
#header #bottomnavi .st{
	background-position:216px 0px;
}
#header #bottomnavi .st:hover{
	background-position:216px 126px;
}
#header #bottomnavi .wii{
	background-position:162px 0px;
}
#header #bottomnavi .wii:hover{
	background-position:162px 126px;
}


/*
Element:  sub navigation (system of css)
Parent:  bottomnavi
Description:  This is the CSS coding for the sub navigaiton for the links.
*/
#header #bottomnavi ul li div
{
	font-family:Verdana;
	font-size:13px;
	display:none;
	position:absolute;
	cursor:pointer;
	z-index:101;
	height:auto;
	color:#000;
}
#header #bottomnavi ul li div a{
	color:#fff;
	text-decoration: none;
}
#header #bottomnavi ul li:hover div{
	display:block;

}

#header #bottomnavi ul li:hover div ul li div{
	display:none;


}
#header #bottomnavi ul li div ul{
	pading:0px;
	margin:0px;
	display:block;
	height:auto;
}
#header #bottomnavi ul li div span a{
	
    display:inline;
}
#header #bottomnavi ul li div ul li{
    list-style:none;
    display:block;
    float:none;
    height:18px;
    padding:2px;
    background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/MenuArrow.gif");
    background-color:#99bdec;
	background-repeat:no-repeat;
	background-position:center right;
    width:165px;
    border:solid #000;
	border-top-width:0px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
    z-index:9999;
}
#header #bottomnavi ul li .rightSub{

     margin: 0px 0px 0px -118px;

}
#header #bottomnavi ul li .rightSub ul li{
padding:2px;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/MenuArrow2.gif");
	background-color:#99bdec;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:102;
}
#header #bottomnavi ul li .rightSub ul li span{
	margin-left:10px;
	
}
#header #bottomnavi ul li .rightSub ul li span a{
	display:inline;
}
#header #bottomnavi ul li .rightSub ul li div{
	display:none;
    margin: -19px 0px 0px -168px;

}
#header #bottomnavi ul li .rightSub ul li div ul li{

	background-image:none;
}
#header #bottomnavi ul li div ul li div{
	display:none;
	margin: -19px 0px 0px 167px;

}
#header #bottomnavi ul li div ul li:hover div{
	display:block;
}
#header #bottomnavi ul li div ul li:hover{
	background-color:#c6deff;
}
#header #bottomnavi ul li div ul li a{
	color: #000;
}
#header #bottomnavi ul li div ul li div ul li{
	background-image:none;
	width:160px;
}
/*
Elements:  body
Description:  This is where the main content is contained.
*/
#content {
	display: block;
    height:100%;
	margin-left:auto;
    width:auto;
	margin-right:auto;

    }
#body{
	background-color:#D4D8DC;
	background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Background.png");
	border:1px solid #8DA1AF;
	width:1000px;
	margin: 0px auto 0px auto;
	padding:10px;
	font-family:Verdana,Helvetica,sans-serif;
}

#footer{
	height:330px;
	color: #627388;
	font-size:11px;
	font-family:Verdana;
	width:1000px;
	display:block;
    	margin:auto auto auto auto;
    position:relative;
	clear: both;
	overflow:hidden;
}
#footer a{
	color: #798D9D;
	text-decoration:none;
	font-family:Tohma,Helvetica,Serif;
	font-size:11px;
}
#footer a:hover{
	color:#98b3c1;
}
#footer h2{
	display: inline;
	color:#485e78;
	font-size:18px;
	font-family:Tohma,Helvetica,Serif;
	font-weight:bold;
	margin:0px 0px 0px 12px;
}
#footer #left{
	margin:0px 20px 0px 0px;
	float:left;
	text-align:center;
	width:460px;
	height:100%;
}
#footer #left ul{
	padding:0px;
	display:block;
	bottom:0px;
}
#footer #left ul li{
	display:inline;
	list-style:none;
	margin:10px 16px 0px 0px;
}
#footer #right{
	float:left;
	text-align:center;
	height:100%;
}
#footer #right ul{
	margin:8px 0px 0px 0px;
	display:block;
	float:left;
}
#footer #right ul li{
	margin:1px 0px 0px 0px;
	display:block;
	text-align:left;
	list-style:none;
}
.flashEmbed{
	margin-left:auto;
	margin-right:auto;
	display:relative;
	display:block;
}


/* Other Layout Stuff */

img {border:0 none;}

a:link, a:visited {color:#094c6f; font-size:12px; text-decoration:none; font-family:Verdana,Helvetica,sans-serif;}
a:hover {color:#0e71a5; text-decoration:none;}



/**
 * OLD CODING
 */

.lines {
	border-color: #383040;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width:1px;}
.dropdown{
	border:1px solid #000000;
	font-family: verdana, tahoma;
	font-size: 11px;
	text-align:justify;
	line-height:1;
	background-color:#D5F0F9;
	width:135px;
	height:18px;}
.dropdown1{
	background-color:#D5F0F9;
	font-family: verdana, tahoma;
	font-size: 11px;
	text-align:justify;
	line-height:1;}
.dropdown2{
	background-color:#C1E8F6;
	font-family: verdana, tahoma;
	font-size: 11px;
	text-align:justify;
	line-height:1;}
table.boss {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: black;
	border-collapse: separate;}
table.boss th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: black;
	-moz-border-radius: 0px 0px 0px 0px;}
table.boss td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: black;
	padding: 2px;
	-moz-border-radius: 0px 0px 0px 0px;}
table.charenemy {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;}
table.charenemy th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 0px 0px 0px 0px;}
table.charenemy td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	padding: 2px;
	-moz-border-radius: 0px 0px 0px 0px;}
table.walk {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #333300;}
table.walk td {
	border-width: 3px 3px 3px 3px;
	border-style: double;
	padding: 3px;
	border-color: #003333;}

/**
 * Basic Styles
 */

.dash {border-color:#878e98; border-style:dashed; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;}
.dashtop {border-color:#878e98; border-style:dashed; border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;}
.dashbottom {border-color:#878e98; border-style:dashed; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px;}
.dashright {border-color:#878e98; border-style:dashed; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:1px;}
.dashleft {border-color:#878e98; border-style:dashed; border-top-width:0px; border-bottom-width:0px; border-left-width:1px; border-right-width:0px;}

.solid {border-color:#878e98; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;}
.solidtop {border-color:#878e98; border-style:solid; border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;}
.solidbottom {border-color:#878e98; border-style:solid; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px;}
.solidright {border-color:#878e98; border-style:solid; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:1px;}
.solidleft {border-color:#878e98; border-style:solid; border-top-width:0px; border-bottom-width:0px; border-left-width:1px; border-right-width:0px;}

.solidc {border-color:#424b59; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;}
.solidctop {border-color:#424b59; border-style:solid; border-top-width:1px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px;}
.solidcbottom {border-color:#424b59; border-style:solid; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px;}
.solidcright {border-color:#424b59; border-style:solid; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:1px;}
.solidcleft {border-color:#424b59; border-style:solid; border-top-width:0px; border-bottom-width:0px; border-left-width:1px; border-right-width:0px;}

.tableopacity {background: transparent;}
.tableopacity TD { border:0px solid black; filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;}

.pagebar {
	border-color:#bec2c7; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	background-color:#25414f; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Pagebar.png"); padding-top:2px; padding-bottom:2px; padding-left:2px; padding-right:2px;
	color:#dce4ec; font-family:Georgia; font-size:18pt; font-weight:bold; text-align: center;}

.content {
	background-color:#bec2c7; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Pagebar.png"); padding:1px;
	color:#dce4ec; font-family:Georgia; font-size:18pt; font-weight:bold; text-align: center;}

.gametitle {
	font-family: Impact;
	font-size: 14pt;
	background-color: #406b89;
	text-align:center;
	background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Pagebar.png");}
.gamechunk1 {
	border-color: #424b59;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	background-color: #3F3119;
	background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Enemy.png");}
.gamechunk2 {
	border-color: #424b59;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	background-color: #453720;
	background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}

.title_section {
	color:#dce4ec; font-family:Times; font-weight:bold;	font-size:16pt;	text-align:center;
	background-color:#294658; background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Pagebar.png");}
.title_area {
	color:#dce4ec; font-family:Garamond; font-weight:bold; font-size:13pt; text-align:center;
	border-color:#424b59; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; width:auto;  border-right-width:1px;
	background-color:#294658; background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Area.png");}
.title_enemy {
	font-family:Impact; font-size:11pt; text-align:center; color:#dce4ec;
	background-color:#406b89; background-image: url("http://zeldadungeon.net/wp-content/themes/default/images/Enemy.png");}
.location {
	font-size:8pt; font-style:italic; text-align:right;}

.descriptions {text-align:center; font-style:italic; font-size:8pt;}

.blackbox{background-color:#000000; color:#a2cefa;}
.blackbox a{color:#FFFFFF;}

/**
 * CSS Happiness ^.^
 */

.pad {padding:3px}
.pad5 {padding:5px}
.margin3 {margin:3px}
.margin5 {margin:5px}
.left {float:left}
.right {float:right}
.clearleft {clear:left}
.clearright {clear:right}
.alignleft {float:left; margin-right:5px;}
.alignright {float:right; margin-left:5px;}
.newsleft {float:left; margin-right:10px;}
.newsright {float:right; margin-left:10px;}

/**
 * Font Styles
 */

.room {font-size:11pt; font-family:Impact; text-align:center;}

.font_large {font-size:11pt; font-family:Impact;}
.font_small {font-size:12pt; font-family:System;}
.font_tiny {font-size:8pt;}

.center {position:relative; margin: 0 auto; text-align:center;}
.justify {text-align:justify}

.red {color:#7d1717;}
.orange {color:#da7b00;}
.yellow {color:#f9eb60;}
.green {color:#1e6b1e;}
.teal {color:#09abad;}
.blue {color:#133aab;}
.purple {color:#714bd1;}
.pink {color:#d784ff;}
.white {color:#fff5ec;}
.gray {color:#696969;}

/**
 * Box Styles
 */

.box1 {
	border-color:#878e98; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	background-color:#cdd1d6; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png");}
.box1bright {
	border-color:#424b59; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	background-color:#cdd1d6; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png");}
.box1bg {
	background-color:#cdd1d6; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png");}
.box1color {
	background-color:#b1c1d2; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png");}
.box1title {
	text-align:center; font-size:12pt; font-family:System;
	background-color:#b1c1d2; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png");}
.box2 {
	border-color:#878e98; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	background-color:#c1c6ce; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box2.png");}
.box2bg {
	background-color:#c1c6ce; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box2.png");}
.box2color {
	background-color:#849ebc; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png");}
.box2title {
	text-align:center; font-size:12pt; font-family:System;
	background-color:#849ebc; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png");}
    .box3 {
	border-color:#878e98; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	background-color:#a5b1bf; background-image:url(" http://zeldadungeon.net/wp-content/themes/default/images/Box3.png");}
.box3bg {
	background-color:#c1c6ce; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box3.jpg");}
.box3color {
	background-color:#849ebc; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Box3Color.jpg");}
.sidequesttitle {
	padding-bottom:8px; font-size:15px; font-weight:bold; color:#333333; text-align:center;}
.picbox1 {
	border-color:#5b626d; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	text-align:center;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}

.picbox3 td {
	border-color:#5b626d; border-style:solid; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px;
	text-align:center; font-size:8pt; font-style:italic; padding:3px;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}
.picboximg,a .picboximg {
	border:solid 1px #5b626d; padding:3px;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}



.picbox2 {margin:0px auto 0px auto; text-align:center;}
.picbox2 div {
	border:#5b626d 1px solid; display:inline-block;
	text-align:center; font-size:8pt; font-style:italic; padding:3px; margin:3px 0px 3px 0px;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}

.picboxdiv {margin:0px auto 0px auto; text-align:center; width:200px;}
.picboxdiv img {
	border:#5b626d solid 1px; padding:3px; margin:2px;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}



.picbox4 {margin:0px auto 0px auto; text-align:center;}
.picbox4 div {margin:0px auto 0px auto; text-align:center;}
.picbox4 div div {
	border:#5b626d 1px solid; float:left; margin:10px; text-align:center;
	text-align:center; font-size:8pt; font-style:italic; padding:3px;
	background-color:#7d8895; background-image:url("http://zeldadungeon.net/wp-content/themes/default/images/Picbox.png");}



.w320 div div {width:87px;}
