﻿/*	High Contrast Style Sheets
	© 2009 www.edreamer.ir, All Rights Reserved. */

body {
	color:#fff;
	font-weight:bold;
}

a:link {
	text-decoration:none;
	color: #e6ae24;
}

a:hover, a:active, a:focus  {
	text-decoration:none;
	border-bottom:1px solid #AF8114;
	padding-bottom:1px;
}

label {
	font-weight:normal;
	color:#fff;
}

.akey {
	color:#fff;
	background-color:red;
	padding:0 1px;
	border-bottom:1px #af0601 solid;
}


/*-----------------------------------------------------------------------------------------------
	navigation menu
-----------------------------------------------------------------------------------------------*/

div#navigation ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
}

html > body div#navigation ul li.current a {
	color:lime;
}

/*-----------------------------------------------------------------------------------------------
	contents
-----------------------------------------------------------------------------------------------*/

#contents h2, #contents h3, #contents h4, #sidebar h2, div#designtip h2 {
	font: 1.6em Tahoma, Arial, sans-serif;
	text-shadow:none;
}

#contents h3, #contents h4  {
	color: #76a600;
}

#contents p, #sidebar p, div#designtip p {
	margin-bottom:20px;
	font-size: 1.1em;
	font-weight:bold;
	line-height:20px;
}

/*-----------------------------------------------------------------------------------------------
	links
-----------------------------------------------------------------------------------------------*/

div#links ul li a em {
	color:#fff;
}

/*-----------------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------------*/

div#footer-columnone ul li a em, div#footer-columntwo ul a em, div#footer-columnthree ul em {
	color:#fff;
}