/*
Theme Name: Shad-JTG.net
Author: Steph (instant-classic.org)
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
        background-color:#ffffff;
        background-image:url(images/back.jpg);
        background-repeat: repeat-x;
	line-height:14px;
	text-align:justify;
	color:#7b7b7b; 
	font-family: Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	margin: 0px;
	padding: 0px;
}


/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

b, strong {
        color: #812527;
}

a:hover b, a:hover strong {
        color: #7b7b7b;
}

i, em {
        color: #000000;
}

s {
        color: #d1d1d1;
}

u {
        color: #808697;
}

a {
	color:#202d4e;
	text-decoration:none; 
	font-weight:none;
}

a:hover {
	color: #7b7b7b;
	text-decoration:none; 
	font-weight:none;
}

input, textarea, select, button {
         font-size:12px;
         color:#7b7b7b;
         background: #ffffff;
         border: 1px solid #e0e0e0;
         margin: 5px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
         color:#7b7b7b;
         background: #ffffff;
         border: 1px solid #e0e0e0;
         margin: 5px;
}

/* OTHER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.boxes {
	border: #EFEFEF 0px solid; 
	padding: 5px; 
	background: transparent;
        margin-bottom: 50px;
}

.sideboxes {
	border: #EFEFEF 0px solid; 
	padding: 8px; 
	background: transparent;
        margin-bottom: 30px;
}

.content  img {
         padding: 5px;
         margin: 3px;
         border:1px solid #dfdfdf;
         background: #ffffff;
}

.sidecontent img {
         padding: 5px;
         margin: 3px;
         border:1px solid #dfdfdf;
         background: #ffffff;
}

.content .wp-smiley, .content .wp-smiley:hover {
         padding: 1px;
         margin: 0px;
         border: 0px solid #000000;
         background: transparent;
}


/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sidebar {
	background-color: transparent;
	padding: 0px;
}

.sidetitle {
	background-color: #202d4e;
        height: 20px;
	font-family: Arial; 
	font-size: 12px; 
        font-weight: bold;
	line-height: 16px;
	letter-spacing:1px;
	color: #ffffff; 
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

.sidecontent {
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Arial;
	letter-spacing:0px; 
	line-height:17px; 
	color: #7b7b7b;
	text-align: justify;
	background: transparent
}


/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.maintitle, .maintitle ul, .maintitle ul ul {
        height: 35px;
	background-color: #812527;
        border-bottom: 0px dashed #242424;
	font-family: Arial; 
	font-size: 12px; 
        font-weight: bold;
	line-height: 16px;
	letter-spacing:1px;
	color: #ffffff; 
	text-align: left;
        text-transform: uppercase;
	padding-left: 12px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
        margin: 0px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

.date {
	background-color: transparent;
	font-family: arial; 
        font-size: 9px;
        font-weight: normal;
	line-height: 11px;
        color: #e7e7e7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.date a {
	text-decoration:none; 
        font-weight: normal;
	line-height: 11px;
        color: #e7e7e7;
	}

.date a:hover {
	text-decoration:none; 
        font-weight: normal;
	line-height: 11px;
        color: #000000;
}

.subtitle {
	font-size: 10px;
	background: transparent;
        border-top: 1px solid #dfdfdf;
        color: #7b7b7b;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
        text-align: left;
}
	
.subtitle a {
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: none;
}

.subtitle a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.content {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 2px;
	line-height:17px;
	text-align:justify;
	color:#7b7b7b; 
	background: transparent
}

blockquote {
        background-color: #ffffff;
	color:#525252;
	font-family: arial;
	font-size: 11px;
	text-align:justify;
	letter-spacing:0px;
	line-height:16px;
	padding:.25em 1em;
	border: 1px solid #dfdfdf;
}

.spoilers {
 	algin-left:.5em;
	background-color: #ffffff;
	background-image: url('');
	background-repeat: repeat-x;
	color:#1e1e1e;
	font-family: arial;
	font-size: 11px;
	text-align:justify;
	letter-spacing:0px;
	line-height:16px;
	padding:.25em 1em;
	width:85%;
	border: 1px solid #dfdfdf;
}

li {
	list-style: none;
	display: inline;
}

.wigets ul {    
        list-style: none;
        display: block;
        background-color : #000000;
        text-align : left;
        padding: 0px;
        margin: 0px;
}

.wigets li {    
        list-style: none;
        display: block;
        background-color : #000000;
        text-align : left;
        border-top : 0px #d2d2d2;
        border-left : 0px #d2d2d2;
        border-right : 0px #d2d2d2;
        border-bottom : 1px dotted #242424; 
        border-style : solid;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        padding-right: 0px;
        margin: 0px;
}