/*   
Theme Name: Spin
Theme URI: http://www.nintendospin.com/
Description: The default theme for Nintendo Spin.
Author: Jesse MacVicar
Author URI: http://www.nintendospin.com/
*/

/* Basic Elements */
body
{
	background-image: url('images/background.png');
	background-color: #111111;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 14px;
	margin: 5px 0;
}
img
{
	border: none;
	text-decoration: none;
}
img.centered, img.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}
.alignleft
{
	float: left
}
p
{
	margin-bottom: 20px;
}
blockquote
{
	background-color: #dddddd;
	padding: 6px;
	border-bottom: 1px solid #bbbbbb;
	overflow: hidden;
}
blockquote p
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 6px 0 6px;
}
blockquote .alignleft img
{
	padding: 6px 9px 6px 6px;
	float: left;
}

/* Headings */
h1, h2, h3, h4
{
	padding: 0 0 6px 0;
	margin: 0;
}
h1, h2, h3
{
	font-family: Georgia, Times, serif;
	letter-spacing: -1px;
}
h1
{
	font-size: 24px;
	font-weight: normal;
	padding-top: 6px;
	color: #003366;
	line-height: 32px;
}
h2
{
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #bbbbbb;
	margin-bottom: 12px;
	padding-top: 14px;
}
h3
{
	font-size: 16px;
	border-bottom: 1px solid #bbbbbb;
	margin: 12px 0;
	text-transform: uppercase;
}
h4
{
	font-family: Verdana;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	margin-left: 10px;
}
.content-text-with-sidebar h4 a, .content-text h4 a
{
	text-decoration: none;
	color: #111111;
}
.content-text-with-sidebar h4 a:hover, .content-text h4 a:hover
{
	text-decoration: none;
	color: #ee0000;
}

#sidebar h2
{
	margin: 0;
	padding-top: 0;
}
h2 img, h4 img
{
	padding: 0 6px;
}

/* Forms */
#searchform
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#searchform #s
{
	background-color: #333333;
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	color: #cccccc;
	font-family: Arial;
	font-size: 11px;
}
#searchform input
{
	vertical-align: middle;
	margin-bottom: 4px;
}
#searchsubmit
{
	padding: 0 6px;
}
input#comment_author, input#email, input#url, textarea#comment
{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 5px;
	line-height: 22px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
textarea#comment
{
	width: 410px;
}
input#comment_author, input#email, input#url
{
	margin: 0 5px 0 0;
	width: 200px;
}
#submit
{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	color: #222222;
	width: 120px;
	border: 1px solid #cccccc !important;
	border-left-color: #ececec !important;
	border-top-color: #ececec !important;
	position: relative;
	padding: 7px;
	margin-bottom: 6px;
	background-color: #eee;
	background-color: #eee;
}
textarea#comment
{
	height: 120px;
	width: 500px;
}
form#commentform
{
	margin-left: 12px;
}
form p
{
	margin: 7px 0;
}

/* Header */
#container
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#top-container
{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
#top-left, #top-right
{
	color: #ffffff;
}
#top-left
{
	float: left;
	margin-left: 6px;
}
#top-right
{
	float: right;
	margin-right: 6px;
}
#top-left a, #top-right a, #bottom-container a
{
	color: #ffffff;
	text-decoration: none;
}
#top-left a:hover, #top-right a:hover, #bottom-container a:hover, #footer a:hover, #copyright a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#main-container
{
	background-color: #eeeeee;
	clear: both;
}
#header-container
{
	width: 100%;
	height: 50px;
	color: #222222;
	line-height: 60px;
	font-weight: bold;
}
#header-container .site-name
{
	font-size: 34px;
	float: left;
	font-family: "Trebuchet MS", Garamond, Georgia;
	letter-spacing: -2px;
}
#header-container .logo
{
	margin-top: 17px;
	padding-right: 12px;
	padding-left: 15px;
}

/* Navigation */
#navigation
{
	float: right;
	padding-right: 10px;
	font-size: 17px;
	/*padding-top: 2px;*/
	height: 10px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}
#navigation ul, #top-right ul, #top-left ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li, #top-right ul li, #top-left ul li
{
	display: inline;
	padding: 1px 9px;
}
#navigation ul li a, #header-container .site-name a
{
	color: #222222;
}
#top-right ul li a, #top-left ul li a, #footer a
{
	color: #ffffff;
}
#navigation ul li a, #top-right ul li a, #top-left ul li a, #footer a, #copyright a, #header-container .site-name a
{
	text-decoration: none;
}
#navigation ul li a.active
{
	color: #555555;
}
#navigation ul li a:hover, #header-container .site-name .nintendo, #header-container .site-name .nintendo a
{
	color: #dd0000;
}
#navigation ul li a.active
{
	border-bottom: 4px solid #dddddd;
}
#navigation ul li a:hover
{
	border-bottom: 4px solid #aaaaaa;
}

/* Content */
#content-container
{
	background-color: #ffffff;
	margin: 10px 10px 0 10px;
	font: normal 13px Verdana;
}
.content
{
	margin: 0;
	padding: 0;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
}
.content-text-with-sidebar, .content-text
{
	margin: 5px 8px 5px 8px;
	line-height: 22px;
}
.content-text-with-sidebar
{
	width: 640px;
}
.content-text-with-sidebar .metadata, .content-text .metadata
{
	font-size: 11px;
}

.content-text-with-sidebar ul, .content-text ul
{
	padding: 0;
	margin: 0 0 0 27px;
	list-style-image: url('images/bullet_black.png');
}
.content-text-with-sidebar li, .content-text li
{
	padding-bottom: 6px;
}

.content-text-with-sidebar a, .content-text a
{
	text-decoration: underline;
	color: #111111;
	font-weight: bold;
}
.content-text-with-sidebar a:hover, .content-text a:hover
{
	text-decoration: none;
	color: #ee0000;
}
.metadata a
{
	font-weight: bold;
}
#author
{
	margin: 0;
	padding-bottom: 6px;
}
#main-footer
{
	height: 6px;
	width: 100%;
	padding-top: 4px;
}

/* Article */
.article-image-left, .article-image-right
{
	background-color: #cccccc;
	padding: 6px;
}
.article-image-left:hover, .article-image-right:hover
{
	background-color: #888888;
}
.article-image-left
{
	display: block;
	float: left;
	margin-right: 20px;
}
.article-image-right
{
	float: right;
	margin-left: 20px;
}
.pagination, ol.letters
{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
}
#platform
{
	padding: 10px;
}

/* Frontpage */
.featured-image-container
{
	margin: 0 5px;
	float: left;
}

.featured-image-container .featured-image
{
	width: 300px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 3px solid #ccc;
	background-color: #000;
}

.featured-image-container .featured-image .excerpt-background
{
	width: 100%;
	font-size: 11px;
	line-height: 20px;
	background-color: #111111;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	bottom: 0;
}

.featured-image-container .featured-image .excerpt-background a
{
	font-weight: normal;
}

.featured-image-container .featured-image .excerpt-background a:hover
{
	text-decoration: underline;
}

.featured-image-container .featured-image .excerpt-background .excerpt
{
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.featured-image-container .featured-image .excerpt-background .excerpt p
{
	padding: 6px;
	margin: 0;
}

.featured-image-container .featured-image .excerpt-background:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
	color: #ffffff;
	text-decoration: underline;
}

.featured-image-container .featured-image a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.featured-image-container .title
{
	padding: 6px;
	font-size: 11px;
	color: #555;
	text-align: center;
}

.featured-image-container .title a
{
	color: #444;
	text-decoration: none;
}

.featured-image-container .title a:hover
{
	text-decoration: underline;
}

#sidebar .tag_cloud
{
	line-height: 23px;
}
#sidebar .tag_cloud a, #sidebar .comments a
{
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
#sidebar .tag_cloud a:hover
{
	border: none;
	text-decoration: none;
	color: #555;
}

/* Pages */
#post
{
	border-top: 4px solid #bbb;
	width: 96%;
	margin: 2px auto 10px auto;
	background-color: #dddddd;
}
#post p
{
	font-size: 11px;
	padding: 10px;
	margin: 0;
	color: #333333;
}
#post ul, #post ol
{
	font-size: 11px;
}
#post.sticky
{
	border-top: 4px solid #888;
}
#filed-under
{
	padding-top: 5px;
	padding-left: 10px;
	background-color: #fff;
}
h4 #metadata
{
	color: #666666;
	float: right;
	font-size: 11px;
	font-weight: normal;
	padding: 0 12px;
}
h4 img
{
	margin-bottom: 2px;
}

.entry ul, .entry ol
{
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ul li, .entry ol li
{
	margin: 0;
	padding: 0;
}

/* Table */
table
{
	border-collapse: collapse;
	width: 96%;
	margin: 10px auto;
}
table thead th
{
 	font-family: Georgia, Times, serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 12px;
}
table td, th
{
	padding:5px;
}

/* Comments */
.comments-template li
{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.comments-template ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-template ul
{
	padding: 0;
}
.comment_meta
{
	margin-left: 15px;
}
.comment_entry
{
	padding-top: 6px;
	width: 96%;
	margin: 0px auto 10px auto;
}
.comment_entry p
{
	padding: 10px;
	margin: 0;
	color: #333333;
	background-color: #dddddd;
	border-bottom: 1px solid #bbbbbb;
}
.comments-template a, #sidebar a
{
	font-weight: normal;
}
.comments-template a, #sidebar a, .metadata a, .comments-template a:hover, #sidebar a:hover, .metadata a:hover
{
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
}
.comments-template .comment_meta a
{
	font-weight: bold;
}

/* Sidebar */
#sidebar
{
	width: 200px;
	float: right;
	padding-right: 10px;
	margin-top: 12px;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
}
#sidebar ul
{
	list-style: none;
	padding: 0 0 30px 0;
	margin: 0;
}
#sidebar ul li
{
	padding: 8px;
}
#sidebar .image
{
	border: none;
}
.alternate
{
	background-color: #dddddd;
}
.final-score
{
	font-size: 85px;
	font-family: "Trebuchet MS", Garamond, Georgia;
	font-weight: bold;
	color: #888888;
	text-align: center;
	letter-spacing: -8px;
}

/* Footer */
#footer-container
{
	clear: both;
	text-align: center;
}
#footer
{
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	padding-bottom: 10px;
}
#footer #copyright
{
	padding-top: 10px;
	border-top: 1px solid #555555;
}
#footer ul
{
	padding: 10px 0;
	margin: 0;
}
#footer li
{
	display: inline;
	list-style-type: none;
	padding-left: 1em;
	margin-left: 1em;
}

/* Rounded corners */
.roundedCornerSpacer
{
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR
{
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	z-index: 99;
}
.borderTL, .borderBL
{
	float: left;
	clear: both;
}
.borderTR, .borderBR
{
	float: right;
	clear: right;
}
.borderTL
{
	margin: -1px 0 0 -1px;
}
.borderTR
{
	margin: -1px -1px 0 0;
}
.borderBL
{
	margin: -6px 0 0 0;
}
.borderBR
{
	margin: -6px 0 0 0;
}
.borderTL
{
	margin-left: -4px;
	margin-left: -1px;
}
html > body .borderTL
{
	margin-left: -1px;
}
.borderTR
{
	margin-right: -4px;
	margin-right: -1px;
}
html > body .borderTR
{
	margin-right: -1px;
}
.borderBL
{
	margin-left: -3px;
	margin-left: 0;
}
html > body .borderBL
{
	margin-left: 0;
}
.borderBR
{
	margin-right: -3px;
	margin-right: 0;
}
html > body .borderBR
{
	margin-right: 0;
}

/* Letters */
ol.letters
{
	display: inline;
	clear: both;
	width: 95%;
	list-style: none;
}

ol.letters li
{
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
}

ol.letters li a
{
	font-weight: bold
}

ol.letters li.selected a
{
	color: #666666;
}