/*
Theme Name: WiiLike
Theme URI: http://edblog.net
Version: 0.5
Description: 2 Column theme, this theme is white and blue. Sidebar Widget ready. Looks like wii.nintendo.com :)
Author: Eduardo
Author URI: http://edblog.net
*/
/* 
Special thank: Robbin http://www.robbin.cc     ¦B¼Ë http://blog.daydream.idv.tw
*/

* {
	margin: 0;
	/*padding: 0;*/	
}

body
{
	background: #A4A4A4 center;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;	
	margin: 0px;
}

h1, h3
{
	margin: 3px;
	color: #023376;
}

h2
{
	/*font-size: 1.8em;*/
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
}

h3
{
	margin-bottom: 1em;
	font-size: 1em;
}

blockquote, ul, ol
{
	line-height: 1.8em;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	padding: 3px 0px 5px 5px;
}

blockquote
{
	margin: 15px 30px 10px 10px;
	padding: 0 0 0 20px;
	border-left: 5px solid #ddd;
}

ul
{
	margin-left: 10px;
	list-style: square;
}

ol
{
	margin-left: 2em;
	list-style: lower-roman;
}

a
{
	color: #023376;
}

a:hover
{
	text-decoration: none;
	color: #023376;
}

img
{
	border: none;
}

.bannerRightText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: right;
	padding-right: 2px;
}

.txtSmallWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0px 2px 6px 0px;
}


.lnkSmallWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding:0px 5px 0px 5px;
}

.lnkSmallWhite a:active
{
	color: #023376;
	text-decoration: none;
}
.lnkSmallWhite a:hover
{
	color: #023376;
	text-decoration: underline;
}

#container
{
	background: #FFFFFF center;
	width: 1014px;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
}

/* Header */
#header
{
	width: 1014px;
	height: 186px;
	margin: 0px auto;
	background: url(images/wii_header.jpg) no-repeat;
}

/* Header > Top Menu */
#topMenu
{
	float: left;
	background-color: #e5e5e5;
	border-top: 1px solid #a4a4a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	text-align: right;
	width:100%;
	height: 30px;
}
#topMenu a {
	color: #333333;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#topMenu a:hover {
	text-decoration: underline;
}

/* Header > Logo */

#logo
{
	float: left;
	padding: 12px 0px 0px 0px;
	width:100%;
	height:144px;
	background-color: #FFFFFF;
}

#logo h1
{
	font-size: 2em;
}

#logo h2
{
	margin: 0;
	font-size: 1.2em;
}

#logo a
{
	text-decoration: none;
	color: #999;
}

/* admin_rss */

#admin_rss {
	float: right;
}

#admin_rss ul
{
	margin: 0;
	padding: 27px 80px 0 0;
	list-style: none;
	line-height: normal;
}

#admin_rss li
{
	display: inline
}

#admin_rss a
{
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #999;
}

#admin_rss a:hover
{
	text-decoration: underline
}

#admin_rss1
{
	background: url(images/img03.gif) no-repeat left center;
}

#admin_rss2
{
	background: url(images/img04.gif) no-repeat left center;
}

#admin_rss3 {
	background: url(images/img05.gif) no-repeat left center;
}

/* menu */
#menu
{
	height: 31px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border-bottom:1px solid #00215E;
	float:left;
	padding-bottom:3px;
}
#menu ul
{
	list-style:square outside none;
	margin:0px;
	padding-left:82px;
}
#menu li
{
	list-style-type: none;
	display: inline;
}
#menu a
{
	background: url(../../../../images/menuInActiveLeft.jpg) no-repeat left top;
	float: left;
	height: 31px;
	padding-left: 5px;
	margin-right: 1px;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 31px;
	text-decoration: none;
	cursor:pointer;
}
#menu a span
{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../../../images/menuInActiveRight.jpg) no-repeat right top;
	height: 31px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#menu a:hover {
	background: url(../../../../images/menuActiveLeft.jpg) no-repeat left top;
	height: 31px;
	font-size: 13px;
	color:  #1A4186;
	line-height: 31px;
}
#menu a:hover span {
	background: url(../../../../images/menuActiveRight.jpg) no-repeat right top;
	height: 31px;
	padding-right: 10px;
}

/* Content */

#postContent
{
	width: 998px;
	margin: 0 auto;
	padding: 0px 8px 0px 8px;
	float:left;
	background: #FFFFFF center;
}

/* Content */

#content
{
	width: 750px;
	margin: 0 auto;
	padding: 0px 8px 0px 8px;
	float:left;
	background: #FFFFFF center;
}

.timestamp
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	text-align:left;
	padding: 0px 0px 5px 3px;
}

.contenttext
{
	padding: 15px 8px 15px 4px;
}

#postnav
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1657D0;
	text-decoration: none;
	float:left;
	width:50%;
}

#postnav p a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1657D0;
	text-decoration: none;
}

#comments
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1A4186;
	text-decoration: none;
}

/* Comments */
#content div.comment {margin-bottom:20px;}
#content div.comment p {margin:0 0 4px 10px; padding:3px 0 0 0;}
#respond p {margin:0 0 5px 10px;}
#respond h2 {margin:0 0 5px 10px; color:#45852E;}
#respond input,#respond textarea {padding:5px; width:330px;}
#respond textarea#comment {width:600px;}
#respond input#submit
{
	width:75px;
	background-color:#fff; 
	border:1px solid #FF0000;
	background-color:#1A4186;
	color:#FFFFFF;
}
.button
{
	width:50px;
	background-color:#1A4186; 
	background: url(../../../../images/rightPanelHeadingBgStrip.jpg) repeat-x left top;
	font-weight: bold;
	color:#FFFFFF;
	padding:8px 0 0 0;
}
#respond input,#respond textarea,form div.searchbox input {font:94% Verdana,Tahoma,Arial,sans-serif; border:1px solid #ccc;}
.gravatarside {width:38px; height:38px; float:right; margin:0 20px 3px 5px;}

/* Content > Main */
#main
{
	float: left;
	width: 750px;
	padding: 1px 0px 0px 2px;
	background: #FFFFFF center;
}

.date
{
	text-align:right;
	padding:5px;
	color: #999999;
}

/* Sidebar */
#sidebar
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	float: left;
	width: 244px;
	padding: 4px 0px 0px 0px;
	background-color:#F1F1F1;
}

#sidebar  div
{
	padding: 2px 4px 4px 4px;
}

#sidebar ul li
{
	list-style-image:url(images/arrow.gif);
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

#sidebar li a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #023376;
	text-decoration: none;
}

#sidebar li a:hover
{
	border-bottom: 1px #023376 dotted;
}

#sidebar  h2
{
	padding: 4px 0px 0px 12px;
	background: url(../../../../images/rightPanelHeadingBgStrip.jpg) repeat-x left top;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	height: 31px;
	list-style:none;
	text-align:left;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align:center;
}


#footerLinks
{
	float:left;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	height: 30px;
	width: 100%;
	background-color: #F0F0F0;
	text-decoration: none;
}

#footerLinks a
{
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.author
{
	padding: 30px 0px 30px 0px;
	font-size: 11px;
	color: #666666;
	height: 30px;
	text-align: center;
}
.author a {
	color: #fff;
	text-decoration: none;
}


#main a, #main a:hover, #main a:visited
{
	text-decoration:none;
	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;	
}

#main h2 a, #main h2 a:hover, #main h2 a:visited
{
	text-decoration:none;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;	
}

.post
{
	float: left;
	width: 720px;
	margin:0px 0px 25px 0px;
}

.post .info
{
	padding:12px 3px 0px 2px;
	font-size:0.9em;
	color:#505050;
	width:100%;
	height:43px;
	text-align:left;
}

.post h2 {
	color:#FF0000;
	padding: 0 0 0 2px;
	border-bottom: 1px #023376 dotted;
}

.post h3 a, .post h3 a:hover, .post h3 a:visited
{
	text-decoration:none;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;	
}

/* Comments Styling */

#comment_top {
	background: #fff url(images/comment_top.jpg) no-repeat center;
	width: 485px;
	height:14px;
}

.wii {
	background: #fff url(images/comment_body.jpg) repeat-y center;
	width: 485px;
	padding: 0;
	margin: 0;
}

#comment_bottom {
	background: #fff url(images/comment_bottom.jpg) no-repeat top;
	width: 485px;
	height:13px;
}

.comment_text {
	padding: 0 15px 0 15px;
}

.commentmetadata {
	text-align: right;
	font-size: 11px;
}

.commentlist {
	padding-bottom: 1em;
	padding-left: 1.2em;
}

.post_comment {
	padding-left: 4em;
}
#commentform {
margin: 1em 0;
background: #ffffff;
width: 480px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 400px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 200px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 200px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit
{
	margin: 5px 0 20px 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	border-width: 0px;
	text-align:center;
	border: 2px solid #ccc;
	color: #FF0000;
}
/* Calendar */

#wp-calendar {

	empty-cells: show;
	font-size: 14px;
	margin: 0 0 0 12px;
	width: 90%;

}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: center;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/*  Search */
#search {
	float: right;
	padding: 100px 50px 0 0;
}

#search input {
	border:1px #ccc solid;
}

}

.p
{
	padding: 2px 0px 2px 1px;
}