/* the-slap.com v.3.0 */
/* this badboy is all under cc a-sa 3.0 ( http://creativecommons.org/licenses/by-sa/3.0/us/ ) */
/* creative commons attribution share-alike */

/* core structure and containers */

body	{
	margin: 0px;
	padding: 0px;
}

#mrholder	{
	margin: 118px 0px 0px 95px;
	padding: 0px;
	width: 886px;
}

#navtabs	{
	margin: 0px;
	padding:0px;
	width: 38px;
}

#main	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 846px;
	min-height: 477px;
}

#footer	{
	margin: 10px 0px 0px 136px;
	padding: 0px;
	width: 846px;
}

#alpha	{
	margin: 0px;
	padding: 0px;
	width: 560px;
}

#sidebar	{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
}



.floatleft	{
	float: left;
}

.floatright	{
	float: right;
}

.clear	{
	clear: both;
}

.center	{
	margin-left: auto;
	margin-right: auto;
}

.align-right {
text-align: right;
}


.align-left {
text-align: left;
}


/* backgrounds, images, pretty things and padding */

body	{
	background: white url('http://www.the-slap.com/mt-static/images/background.jpg') top left no-repeat;
}

#mrholder {
	background: url('http://www.the-slap.com/mt-static/images/navground2.gif') 36px 0px repeat-y;
	overflow: hidden;
}

#main	{
	background: rgb(102,102,102) url('http://www.the-slap.com/mt-static/images/midground.jpg') top left no-repeat;
	border-top: 2px solid rgb(43,43,43);
	border-bottom: 2px solid rgb(43,43,43);
	border-right: 2px solid rgb(43,43,43);
}

#content	{
	margin: 20px;
	min-height: 437px;
}	

#sidebar	{
	border-left: 1px solid rgb(43,43,43);
}

.asset-content {
	margin-bottom: 40px;
}

.widget {
margin-bottom: 20px;
}

/* typography, fonts, font colours, lists */

body	{
	color: rgb(43,43,43);
	font: 14px/22px "Trebuchet MS", arial, sans-serif;
}

#content	{
	color: rgb(240,240,240);
}

#footer	{
	font: 10px/10px "Trebuchet MS", arial, sans-serif;
	text-align: right;
}

h1	{
	color: rgb(255,90,0);
	font: 18px/18px "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2	{
	color: rgb(255,90,0);
	font: 14px/14px "Trebuchet MS", arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a:link	{
	font-weight: bold;
	color:rgb(255,90,0);
	text-decoration: none;
}

a:active	{
	font-weight: bold;
	color:rgb(255,90,0);
	text-decoration: none;
}

a:visited	{
	font-weight: bold;
	color:rgb(255,90,0);
	text-decoration: none;
}

a:hover	{
	font-weight: bold;
	color:rgb(255,90,0);
	text-decoration: underline;
}

img	{
	border: 0px;
	margin: 0px;
	padding: 0px;
}



img.gallerythumb	{
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}


ul.nav	{
	margin: 94px 0px 0px 2px;
	padding: 0px;
}

ul.nav li	{
	margin: 0px;
	line-height: 0px;
	padding: 0px;
	cursor: pointer;
	list-style-type: none;
	border-bottom: 0px;
	border-right: 2px solid rgb(43,43,43);
}

ul.nav li.onpage	{
	border-top: 2px solid rgb(43,43,43);
	border-left: 2px solid rgb(43,43,43);
	border-bottom: 2px solid rgb(43,43,43);
	border-right: 0px solid rgb(43,43,43);
}

div.asset-meta {
	margin-bottom: 20px;
	border-bottom: 2px dotted rgb(240,240,240);
}

abbr {
	border: 0px;
}

div.widget-content ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

div.widget-content ul li {
margin: 0px;
padding: 0px;
}

div.widget-tag-cloud ul li {
display: inline;
}

/* tag cloud sizes */

.rank-0 {
font-size: 18px;
}

.rank-1 {
font-size: 17px;
}

.rank-2 {
font-size: 16px;
}

.rank-3 {
font-size: 15px;
}

.rank-4 {
font-size: 14px;
}

.rank-5 {
font-size: 13px;
}

.rank-6 {
font-size: 12px;
}

.rank-7 {
font-size: 11px;
}

.rank-8 {
font-size: 10px;
}

.rank-9 {
font-size: 9px;
}

.rank-10  {
font-size: 8px;
}


/* form elements */
#search, #comment-author, #comment-email, #comment-url {
border: 1px solid black;
height: 14px;
padding: 2px;
}

#comment-text
 {
border: 1px solid black;
height: 100px;
padding: 2px;
}

.formbutton {
border: 1px solid black;
padding: 2px;
margin-top: 5px;
background: rgb(200,200,200);
}

.border1px {
border: 1px solid black;
}

.comments-open-content {
padding-right: 100px;
}

