/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background:url(images/background.gif) repeat-y center;
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 0 ;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 840px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 1024px;
        height: 130px;
	background: url(images/title.gif) no-repeat top center ;
	/* large header image is defined below */
	margin: auto;
        text-align: center;
}
#header h1
{
        width:600px;
 	/* small header image specific lines */
	margin: 0 auto 0 auto;
        text-align:right;
        padding-top:100px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 16px;
}

/*-------------------------------------------------
  Content menu
-------------------------------------------------*/

#menu
{
        width:840px;
        height:30px;
	margin: 0 auto;
        padding-top:10px;
        font-size: 17px;
        font-family: 'arial black', sans-serif;
}
#menu dd
{

      float:left;
      margin:0 15px 0 15px;
}

#topics
{
        width:800px;
        height:33px;
	margin: 0 auto;
        text-align:left;
        padding-left:30px;
        margin-bottom:3px;
        background: url(images/topics.gif) no-repeat left;
        font-size:12px;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 1024px;
	margin:0  auto 0 auto ;
}
#wrapper
{
	width: 1024px;
	background: url(images/wrapper.gif) repeat-y;
	margin:0  auto 0  auto;
        text-align:center;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 840px;
	margin: auto;
       text-align:left;
}
.content
{
        width:335px;
     
        text-align:left;
}
.content2
{
        width:830px;
        text-align:left;
        padding:5px 5px 20px 5px; 
}
.commentcontent
{
       width:400px; 
       text-align:left;
}

#arcadionimage
{
        background: url(images/topgreen.jpg) no-repeat center top;
        width:840px;
}

#arcadionimage2
{
        width:340px;
	padding:5px 5px 5px 10px;
}

#leftside
{
float: left;
}

#rightside
{
        width:480px;
        height:100px;
        padding-top:10px;
        float: right;
}

.nesslogo
{
        height:45px;
	background: url(images/nesslogo.gif) left no-repeat;
        padding:0 0 0 49px;
	margin-bottom: 13px;
}
.nesslogo h2
{
font-size:18px;
margin-bottom:-3px;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h3
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 13px;
	padding: 0 0 3px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 10px 0;
	line-height:1.5;
}


.contentitem
{margin-bottom:5px;
}

.commentbody
{
width:400px;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
       width:500px;
	padding: 6px 10px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	border: 1px solid #CCCCCC;
}

.itemcomment h4
{
	font-size: 12px;
}

/*-------------------------------------------------
  PRbanner
-------------------------------------------------*/

.nanyoprb
{
        width:600px;
        height:70px;
        background: url(images/prbanner.gif) no-repeat left center;
	margin: 10px auto;
        padding:0px 0px 20px 240px;
        text-align:left;
        font-size:12px;

}
.nanyoprb h2
{
font-size :14px;
}

.nanyospb
{
        width:600px;

        background: url(images/spbanner.gif) no-repeat left center;
	margin: 10px auto;
        padding-left:240px;
        text-align:left;
        font-size:12px;

}
.nanyospb h2
{
font-size :14px;
}

.thanksb
{
        width:600px;
        background: url(images/thanksbanner.gif) no-repeat left center;
	margin: 10px auto;
        padding-left:240px;
        text-align:left;
        font-size:12px;
}
.thanksb h2
{
font-size :14px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	width: 840px;
	padding: 2px 0 0 0;
        margin: auto;
}
.sidebar
{
	color: #21262A;
}

/* Menu lists */
.sidebardl
{
	margin: 0;
        text-align: left;
}
.sidebardl dt
{
        width:300px;
	color: #3A3523;
	font-size: 15px;
        text-align: left;
	padding: 4px 0px;
}
.sidebardl dd
{
       float:left;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 1024px;
        height: 83px;
	background: url(images/footer.gif) no-repeat center top;
	margin: 0 auto 0 auto;
        padding-top:0px;
        text-align: center;
}

#copyrights
{
	color: #474747;
        width:800px;
        height:100px;
        margin: auto;
        text-align: left;
        padding-top:40px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
	padding:5px;
	line-height:1.5;
}
.formbutton
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}

textarea#nucleus_cf_body
{
	width:400px;
}


/* Search highlight color */
.highlight
{
	background: #80ff80;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}


/*-------------------------------------------------
  Character
-------------------------------------------------*/
.character
{
clear: both;
}


/*-------------------------------------------------
  NnanyoPR
-------------------------------------------------*/
#nanyopr
{background:url(images/nanyobg.jpg) no-repeat right;
padding-right:400px;
margin-bottom:20px;
	text-align: justify;
	line-height:1.5;
}
#nanyopr h2
{
font-size:15px;
}


/*-------------------------------------------------
  CharacterBlog
-------------------------------------------------*/
#blogtitle
{
background:url(images/blogbg.jpg) no-repeat right;
padding:0 0px 0 0;

}

.blogcontents{
width:390px;}

#blogicon
{
margin-top:10px;
width:630px;
padding:60px 20px 30px 175px;
background:url(images/blogicon.gif) no-repeat 10px top;
}


/*-------------------------------------------------
  Twitter
-------------------------------------------------*/
#twitter
{
width:810px;
background:url(images/twittericon.gif) no-repeat 480px;
margin-bottom:5px;
}
