/*
Theme Name: Super Mario Adventure
Theme URI: http://www.free-wordpress-theme.net/
Description: A free games WP theme---Use the options page to customize this theme---Need help? Ask for support at <a href="http://www.free-wordpress-theme.net/">Free Wordpress Themes</a>. <a href="http://www.wordpress-themes-magazine.com">Magazine Wordpress Themes</a>
Version: 1.1
Author: V
Author URI: http://www.free-wordpress-theme.net/
Tags: 2 columns layout, widget ready, fixed width.	

	Theme powered by Magazine Wordpress Themes
	All rights reserved (c)
	http://www.wordpress-themes-magazine.com
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Arial, Verdana, Sans-Serif; Arial Narrow;
	background: #0192c9 url(images/bg.jpg) top repeat-y;	
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1200px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Georgia, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	color:#000;
	}

h1.main, h1.main a, h1.main a:hover, h1.main a:visited {
	font-family: 'palatino linotype', georgia, verdana, arial;
	font-size: 38px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#bc0003;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	}

a, a:visited{
	color: #bc0003;
	text-decoration: none;
	}

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

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	width: 420px;
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 5px solid #fff;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 450px;
	float: right;
  	display: block;
	text-align: left;
	margin-top: 0px;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	margin: 0 auto;
	}

#notfound {
	float: left;
	margin: 0 0 0 130px;
	}

#searchform {
    	width:200px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 0;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 30px;
	height: 30px;
	background: url(images/go.png) top no-repeat;
	margin: 12px 0 0 0px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.jpg) top left no-repeat;
	width: 1200px;
	height: 390px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	width: 360px;
	height: 82px;
	float: left;
	margin: 230px 0 0 420px;
	padding: 0;
	}


/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	width:960px;
	padding: 0 110px;
	margin-top:0px;
	float: left;
	}

#content {
	width:670px;
	margin:-60px 0 0 0;
	float:right;
	overflow: hidden;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	width:670px;
	float: left;
	margin: 0 0 10px 0;
	text-align: justify;
	font-size:14px;
	padding: 0px;
	}

.ptitle{
	background: url(images/ptitle.png) left no-repeat;
	width: 625px;
	float: left;
	padding: 10px 10px 10px 50px;
	margin: 10px;
	}

.entry {
	width: 648px;
	background: #ffe4cc;
	border: 1px solid #bc0003;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	padding: 0 10px;
	margin: 0;
	}

.more, .date, .com {
	padding: 1px 5px;
	margin: -5px 0 5px 5px;
	float: right;
	font-size: 12px;
	color: #bc0003;
	}

.more a, .more a:visited, .com a, .com a:visited{
	color: #bc0003;
	}

.more a:hover, .com a:hover{
	color: #000;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

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

.entry ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidebar{
	width: 270px;
	float:left;
	padding: 0;
	margin: 0px 5px 0 8px;
	font-family: georgia;
	font-size: 12px;
	overflow: hidden;
	}


#sidebar h2 {
	width: 225px;
	background: url(images/stitle.png) left no-repeat;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0 8px;
	padding: 5px 10px 5px 35px;
	color:#298226;
	}

.widget {
	background: #2fc92b;
	border: 1px solid #298226;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 268px;
	float: left;
	margin: 0 0 10px 8px;
	padding: 5px 0;
	}

#sidebar a, #sidebar a:visited{
	color: #877856;
	}

#sidebar a:hover{
	color: #000;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	background: url(images/bullet.png) left no-repeat;
	color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	margin: 0 5px;
	display:block;
	border-bottom: 1px dashed #298226;
	}

#sidebar ul li a:hover {	
	color: #fff72c;
	}


/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

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


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color:#bc0003;
	padding: 15px 15px 0 15px;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	float: left;
	float: left;
	width: 140px;
	padding: 10px 5px;
	display:block;
	font-style:normal;
	margin: 0 -1px 0 0;
	color: #000;
	}	

.commentlist cite img {
	border: 3px solid #efefef;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	background: #e2cc9a;
	border: 1px solid #bc0003;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	width: 370px;
	padding: 0 15px;
	display:block;
	font-style:normal;
	margin: 5px 0 0 0px;
	}

#commentform input {
    	background: #efefef;
	border: 1px solid #bc0003;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	background: #efefef;
	border: 1px solid #bc0003;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	width: 400px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	background: #bc0003;
	border: 1px solid #b90000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 25px;
	width: 120px;
	color: #fff;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	width:980px;
	float:left;
   	padding: 5px 110px;
	text-align: center;
	margin: 0;
	}

/*================================================================
	WP Navi
================================================================*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #bc0003;
	color: #bc0003;
	background-color: #e8edf3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #bc0003;
	color: #bc0003;
	background-color: #e8edf3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:hover {	
	border: 1px solid #e8edf3;
	color: #e8edf3;
	background-color: #bc0003;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #e8edf3;
	color: #e8edf3;
	background-color: #bc0003;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #bc0003;
	border: 1px solid #bc0003;
	background-color: #e8edf3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #e8edf3;
	color: #e8edf3;
	background-color: #bc0003;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #bc0003;
	color: #bc0003;
	background-color: #e8edf3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	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 {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    Captions
===================================================================*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}