/*  
Theme Name: Melina HQ - Version 1
Theme URI: http://www.shadow-graphics.fan-sites.org/
Description: Designed by: <a href="http://rocktheart.net/">Kim</a>, Coded By: <a href="http://shadow-graphics.fan-sites.org/">Steph</a>
Author: Steph
Author URI: http://shadow-graphics.fan-sites.org/
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


body {
        background-color:#1c1c1c;
	line-height:15px;
	text-align:justify;
	color:#ffffff; 
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	margin: 0px;
	padding: 0px;

}


/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


b, strong {
        color: #8f2d5d;
}

i, em {
        color: #ccc6c8;
}

s {
        color: #3b3b3b;
}

u {
        font-weight: bold;
        color: #b2004c;
}

a {
	color:#ed4d92;
	text-decoration:none; 
	font-weight:none;
}

a:hover {
	color: #bda1ad;
        text-decoration:none; 
	font-weight:none;
}

input, textarea, select, button {
         font-size:11px;
         color:#CFCFCF;
         background: #000000;
         border: 1px solid #242424;
         margin: 5px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
         color:#CFCFCF;
         background: #000000;
         border: 1px solid #242424;
         margin: 5px;
}

/* FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.footer {
	background: #0A0A0A; 
	font-weight: normal; 
	background-image: url(); 
	font-family: arial;
	font-size:11px; 
	letter-spacing:0px; 
	line-height:14px; 
	color: #808080; 
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:200px;
	padding-right:200px;
	border-bottom : 0px solid #151515; 
	border-top : 0px solid #D1E0E2;
}

.footer strong, b, {
	color: #777777;
}

.footer a {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}

.footer a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


/* OTHER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.boxes {
	border: #EFEFEF 0px solid; 
	padding: 0px; 
	background: #000000;
        margin-bottom: 30px;
}

.sideboxes {
	border: #EFEFEF 0px solid; 
	padding: 0px; 
	background: #000000;
        margin-bottom: 50px;
}

.table-content {
	padding: 5px; 
	background: transparent;
	text-align:justify;
	color: #050302;
}

.content  img, .sidecontent img {
         padding: 3px;
         margin-top: 0px;
         margin-bottom: 0px;
         margin-left: 4px;
         margin-right: 4px;
         border: 1px solid #1c1c1c;
         background: transparent;
         -moz-border-radius: 6px;
 	 -webkit-border-radius: 6px;
 	 border-radius: 15px;
}

.content  img:hover, .sidecontent img:hover {
         padding: 3px;
         margin-top: 0px;
         margin-bottom: 0px;
         margin-left: 4px;
         margin-right: 4px;
         border: 1px solid #8f2d5d;
         background: #1c1c1c;
         -moz-border-radius: 6px;
 	 -webkit-border-radius: 6px;
 	 border-radius: 15px;
}

hr {
         color: #242424; 
         background-color: transparent; 
         border: 1px dotted #242424; 
         border-style: none none dotted; 
         margin-top: 0px;
         margin-bottom: 5px;
         margin-left: 0px;
         margin-right: 0px;
         padding: 0px;
}


/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.sidebar {
	background-color: transparent;
	padding: 0px;
}

.sidetitle {
	background-color: #1c1c1c;
        border-bottom: 0px solid #222222;
	font-family: Tahoma; 
	font-size: 13px; 
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #aa5781; 
	text-align: left;
	padding-left: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.sidecontent {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-family: Tahoma;
	letter-spacing:0px; 
	line-height:13pt; 
	color: #bda1ad; 
	text-align: justify;
	background: #000000;
}


/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.maintitle, .maintitle ul, .maintitle ul ul {
	background-color: #1c1c1c;
        border-bottom: 0px solid #222222;
	font-family: Tahoma; 
	font-size: 13px; 
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #aa5781; 
	text-align: left;
	padding-left: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.maintitle a {
	color: #aa5781; 
}

.maintitle a:hover {
	color: #aa5781; 
}

.date {
	background-color: #1c1c1c;
        font-size: 10px;
	line-height: 13px;
        color: #bda1ad;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
}

.subtitle {
	font-size: 9px;
	background: #0A0A0A;
        border-top: 0px dotted #000000;
        color: #7c7c7c;
        text-align: right;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.subtitle a {
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
}

.subtitle a:hover {
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: underline;
}

.content {
	padding-right: 9px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 2px;
	line-height:15px;
	text-align:justify;
	color:#bda1ad; 
	background: #000000;
}

blockquote {
        font-family: Tahoma;
        font-size: 10px;
        color: #9F9F9F;
        text-align: justify;
        line-height: 18px;
        letter-spacing: 0px;
        padding-right: 2em; 
        padding-left: 2em; 
        padding-bottom: 0.3em;       
        padding-top: 0.3em;
        border: #3d0923 1px solid;
        background-color: #0b0b0b;
        background-repeat: no-repeat;
        background-image: url(); 
}

.quote {
        font-family: Tahoma;
        font-size: 10px;
        color: #9F9F9F;
        text-align: justify;
        line-height: 18px;
        letter-spacing: 0px;
        padding-right: 2em; 
        padding-left: 2em; 
        padding-bottom: 0.3em;       
        padding-top: 0.3em;
        border: #3d0923 1px solid;
        background-color: #0b0b0b;
        background-repeat: no-repeat;
        background-image: url(); 
}

.spoiler {
        font-family: Tahoma;
        font-size: 10px;
        color: #0b0b0b;
        text-align: justify;
        line-height: 18px;
        letter-spacing: 0px;
        padding-right: 2em; 
        padding-left: 2em; 
        padding-bottom: 0.3em;       
        padding-top: 0.3em;
        border: #3d0923 1px solid;
        background-color: #0b0b0b;
        background-repeat: no-repeat;
        background-image: url();  
}

.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;
}
