/*
Theme Name: Super Mario
Theme URI: 
Description:
Version: 1.0
Author URI:

*/
body {
	margin:0;
	background:#8DD3DF url(images/bg-rep.jpg) left top repeat-x;
	background-attachment: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#353434;
	
	}
img {
	border:none;
	}
a {
	color:#a7a39f;
	}
a:hover {
	color:#333;
	}

div.container {
	width:910px;
	margin:0 auto;

		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
	}

.contentCenter {
	text-align:center;
	}

/* Head */

.head {
	height:150px;
	background:url(images/header1.png);
	margin:0px 0px 0 0px;
	-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
	}
.head a {
	display:block;
	width:908px;
	height:150px;
	}

/* Nav */

.nav {
	height:30px;
	background:url(images/menu-bg.png);
	}
.nav ul {
	margin:0;
	padding:3px 0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
	}
.nav ul li {
	display:inline;
	}
.nav ul a {
	display:block;
	float:left;
	height:25px;
	color:#F3FE17;
	text-decoration:none;
	line-height:25px;
	padding:0 5px;
	}
.nav ul a:hover {
text-decoration: underline;
font-size: 18px;
color:#FD504C;
	}
.nav ul li.current_page_item a {
color:#FD504C;
	}

/* Search */

form#searchform {
	float:right;
	margin-top:-3px;
	margin-right: 15px;
	}
input.s {
	float:left;
	border:2px solid #c8c6c6;
	background:#fff url(images/searchIcon.png) center left no-repeat;
	padding-left:20px;
	color:#b0aeae;
	width:180px;
	height:18px;
	line-height:18px;
	margin-right:1px;
	}
input.ss {
	float:left;
	border:2px solid #c8c6c6;
	background:url(images/searchBg.png);
	height:24px;
	width:38px;
	font-size:11px;
	font-variant:small-caps;
	color:#fff;
	padding-top:2px;
	}

/* Footer */

.footer {
	height:50px;
	background:url(images/footer.png) center top no-repeat;
	color:#ff6305;
	font-size:11px;
	line-height:56px;
	font-weight:bold;
	margin-bottom:20px;
	text-align: center;
	}
.footer a {
	color:#ff6305;
	text-decoration:none;
	}
.footer a:hover {
	text-decoration:underline;
	color:#ff6305;
	}
.footerLeft {
	background:url(images/footerLeft.png);
	float:left;
	width:15px;
	height:56px;
	}
.footerRight {
	background:url(images/footerRight.png);
	float:right;
	width:15px;
	height:56px;
	}

/* Content */

.content {
	margin-top:0px;
	margin-bottom:0px;
	background: url(images/content-bg.png) center top repeat-y;
	}
.left {
	float:left;
	width:600px;
	margin-right:6px;
	margin-left: 15px;
	margin-top: 10px ;
	
	}
	
	*> .left {
  width: 640px;	
    }
.sidebar {
	float:left;
	width:225px;
	background:#458fb6;
	padding-top:0px;
	margin-top: 15px;
	margin-left: 14px;
	}
.clear {
	clear:both;
	}

/* Sidebar */

.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar ul li ul {
	border-left:0px solid #fff;
	background:none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:10px;
	}
* html .sidebar ul li ul {
	height:1%;
	}
.sidebar h2 {
	font-size:14px;
	color:#F72633;
	font-weight:normal;
	background:#333;
	height:25px;
	margin:0;
	padding:0 0 0 20px;
	line-height:25px;
	}
.sidebar a {
	color:#ddd;
	text-decoration:none;
	}
.sidebar a:hover {
	color:#fff;
	}

/* Left */

.blockTitle {
	clear:both;
	padding:0 15px;
	}
.date {
	float:left;
	height:47px;
	width:44px;
	background:url(images/date.png);
	margin-right:8px;
	}
.date .month {
	text-align:center;
	font-variant:small-caps;
	color:#fff;
	font-size:11px;
	padding-top:1px;
	}
.date .day {
	text-align:center;
	padding-top:8px;
	color:#999;
	font-weight:bold;
	}
.blockTitle h2 {
	margin:0;
	padding:0;
	color:#666;
	font-size:20px;
	font-weight:normal;
	}
.blockTitle h2 a {
	color:#666;
	text-decoration:none;
	color:#FD504C;
	}
.blockTitle h2 a:hover {
	color:#E14541;
}
.bar {
	float:left;
	font-size:10px;
	color:#a7a39f;
	margin-top:5px;
	}
.bar a {
	color:#a7a39f;
	color:#0060FF;
	}
.bar a:hover {
	color:#E14541;
	}
.barCats {
	float:left;
	background:url(images/cats.png) no-repeat;
	padding-left:15px;
	margin-right:15px;
	}
.barComments {
	float:left;
	background:url(images/comments.png) no-repeat;
	padding-left:15px;
	}
.block {
	clear:both;
	border-top:2px solid #424040;
	margin-top:10px;
	margin-left: 5px;
	text-align:justify;
	}
h2.pagetitle {
	margin:10px 0 20px 0;
	padding:0;
	font-size:25px;
	color:#1e1f1f;
	}

/* Comments */

.commentBlock {
	border-top:2px solid #424040;
	padding-top:10px;
	}
.commentBlock textarea {
	width:95%;
	border:1px solid #1e1f1f;
	}
.commentBlock input#submit {
	width:96%;
	background:#fff;
	border:1px solid #1e1f1f;
	color:#1e1f1f;
	}
#commentform input {
	background:#fff;
	border:1px solid #1e1f1f;
	color:#1e1f1f;
	}
.commentBlock h2 {
	margin:0;
	padding:0;
	color:#666;
	font-size:20px;
	font-weight:normal;
	}
.commentlist {
	margin:0;
	padding:20px 0 0 25px;
	}
.commentlist small {
	color:#a7a39f;
	}
.commentlist p {
	margin:0 0 10px 0;
	}

/* Navigation */

.navigation {
	height:30px;
	padding:0 15px;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}
.navigation a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}
	#top-links {
  background: #000;
  text-align: center;
  font-size: 10px;
  margin:0;
  padding:0;
    word-spacing: -2px;
    color: #fff;
  }
  #top-links a {
  color: #fff;
    font-size: 10px;
  margin:0;
  padding:0;
  display: inline;

  }
  .sps {
  border-left: 0px solid #fff;
  margin:0 !important;
  }
.sociable ul {
display: inline;

}
.sociable ul li {
display: inline;
}
.ngg-gallery-thumbnail-box {
display: inline;
}
.ngg-gallery-thumbnail {
display: inline;
}