/*  Desc: *title* Screen Style Sheet
    Author: *Pbasto*
    Date: *7/03/08*
    + Colours
    - *#bcc* *light blue* (*thick borders *)
    - *#E5E3E3* *body gray* (*bg*)
    - *#D8D6D6* *dark gray* (*bg border*)
    - *#C0BDBC* *darker gray* (*footer border*)
    - *#FFD05D* *orange* (*content*)
    - *#EEAB5A* *Dark orange* (*Thick border*)
    - *#5C5566* *Dark Violet* (*Body Txt*)
    - *#4C8C96* *Soft Blue* (*ex- H3*)
    
=== === === === === === === === === === */
/*=LINKS
=== === === === === === === === === === */

#content a[href^="http://"]:not([href*="arakno.net"])::after {content:"\2197";color:#ccc;}

#content a[href*=".pdf"]::after {content:"\2193";color:#FFD05D;}

#content a[href*=".mp3"]::after {content:"\266B";color:#FFD05D;}

a , a:link, a:active, a:visited {
	color: #7C96AF;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #AAA99E;
	color: #AAA99E;
	text-decoration: none;
}


/*=TEXT
=== === === === === === === === === === */

cite{font: italic 1.4em/1em georgia, Times, "Times New Toman", serif;color:#eee;}
q{font-size:small; text-align:right; display:block; margin-top:10px}

h1 {
	font:1.5em "Centhury Gothic"; 
	/*margin:0.6em 0;*/
	display:block;
	padding:15px;
	padding-bottom:5px;
}

h2 {
	margin-top:0.4em;
	font-weight:bold;
	font-size:1.2em;
	padding:4px;
	background:#D8D6D6 url(../img/corner.png) no-repeat right top;
	color: #fff;
	width:560px;
	border-left:10px solid #C0BDBC;
}
h3 {
	color:#5C5566;
	/* letter-spacing: 1px;*/
	font: normal 1.1em Verdana, Trebuchet, "Trebuchet MS",  Sans-Serif;
	margin-bottom:6px;
	font-variant:small-caps;
	}

p { 
	line-height:1.4em; 
	margin:0 0 0.6em;
}
p small{line-height:1.2em}

#navlist li a small{}

em{font-style:italic}

abbr, acronym{cursor:help; letter-spacing: 0.1em; color:#5C5566;border-bottom:1px dotted #5C5566;}

.yela {
	font-size: 9px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #1a1b22;
	background: #fefde2
}
