﻿/*
Theme Name: Mark Salling World
Theme URI: http://marksalling-world.net
Description: Maroon, Grey, Mark Salling
Version: 01
Author: Shur
Author URI: http://fivedayhiatus.net
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #292929;
        background-color: #e2dede;
	background-image: url("/images/bg.png");
        background-position: fixed;
        background-repeat: repeat-x;

}

p{
	margin: 10px 0 0 0;
}

#header{
	width: auto;
	margin-top: 0px;
	background-color: #e2dede;

}

#wrapper{
	margin: auto;
	width: 950px;
	text-align: justify;
	background: #e2dede;
        position: relative;
}

#container{
	float: right;
	width: 550px;
        margin-top: 0px;
        margin-right: 40px;
}

#ads{
	width: auto;
        margin-bottom: 40px;
	background-color: #e2dede;

}

.sidebar{
	width: 300px;
	padding-left: 40px;
        margin-top: -9px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul ul li{
	padding: 0;
}

#footer{
	clear: both;
	width: auto;
	text-align: center;
	padding: 30px;
	background: #e2dede;
}

#navigation{
	text-align: center;
	padding: 5px;
	background: #656565;
}

h1{
	color: #a46060;
        background-image: url(/images/head.png);
	font-family: 'Trebuchet MS', Georgia, Tahoma;
        text-transform: uppercase;
        text-shadow: #ffffff 1px 1px;
	font-size: 10.5pt;
	font-weight: bold;
        font-style: normal;
        font-spacing: 0px;
	text-align: center;
        padding-top: 22px;
        padding-bottom: 24px;
        
}

h2{
	color: #292929;
        background-image: url(/images/sidehead.png);
	font-family: 'Trebuchet MS', Georgia, Tahoma;
        text-transform: justify;
        text-shadow: #aaaaaa 1px 1px;
	font-size: 10pt;
	font-weight: bold;
        font-style: normal;
        font-spacing: 0px;
	text-align: left;
        padding-left: 20px;
        padding-top: 22px;
        padding-bottom: 20px;
}

h3{
        color: #292929;
        background-image: url(/images/middle.png);
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 11px;
	line-height: 17px;
        font-weight: normal;
        padding-top: 6px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0px;
        margin: -5px 0 0 0;
}

h4{
        color: #292929;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
        background-image: url(/images/sidemiddle.png);
	font-size: 11px;
	line-height: 17px;
        font-weight: normal;
        padding-right: 14px;
        padding-left: 14px;
        padding-top: 5px;
        padding-bottom: 20px
}

h5{
        color: #292929;
        background: transparent;
	font-family: arial;
	font-size: 10px;
	line-height: 14px;
        font-weight: normal;
        margin: 0px;
}

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

a:hover{
	color: #292929;
}

strong {
font-color: #ea3c65;
font-weight: bold;
font-family: arial;

}

u {
font-color: #ea3c65;
font-style: underline;
}

em {
font-color: #ea3c65;
text-decoration: none;
font-family: georgia;
font-style: italic;

}

.entry{
	padding: 0 0 0 5px;
}

.content-options{
        font-family: trebuchet ms;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        margin-top: -15px;
        padding-bottom: 4px;
}
.image
        {border-right: 1px solid #cacbc6;
        border-bottom: 1px solid #cacbc6;
        background-color: #cacbc6;
        padding: 2px;


}
a:hover .image
        {border-right: 1px solid #a46060;
        border-bottom: 1px solid #a46060;
        background-color: #cacbc6;
        padding: 2px;
        cursor: default;
}

textarea, input{
	padding: 4px;
	color: #404040;
	background: #FFF;
	font-family: Arial;
	font-size: 11px;
}

blockquote{
        margin: 14px;
        padding: 14px;
        background-color: #e4dede;
        border-left: 5px solid #a5a4a4;
        text-align: justify;
}
.layout {
	margin-top: 0px;
	width: auto;

}
.comments-template{
	margin: 0;
	border-top: 0px solid #CCC;
	padding: 10px 0 0 5px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	line-height: 18px;

