/*
Theme Name: AreNew
Theme URI: AreBlytt.org
Description: Theme dissection example
Version: 1.0
Author: Hans Resier
Author URI: http://reiser.org
*/

img {
	-ms-interpolation-mode:bicubic;
	}

a {
	color: #666;
	}

a:visited {
	color: #666;
	}

a:hover {
	color: #E80042;
	text-decoration: none;
	}

a img {
	border: none;
	margin-top: 6px;
	margin-right: 6px;
	}

a {
	text-decoration: none;
	}

.sidebar
{
	float: left;
	width: 160px;
	margin-right: 30px;
	margin-left: 10px;
	margin-top: 35px;
	text-align: left;
	}


.sidebar ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style:none;
	line-height: 18px;
	}


hr 	{
	border:  none;
	border-bottom: 1px dashed #666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	}

hr2 	{
	border:  none;
	border-bottom: 1px dashed #666;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1px;
	}

#content a {text-decoration: underline}

#content{
	margin-top: 40px;
	width: 700px;
	float: left;
	color: #666;
	font-size:   12px;
	text-align: justify;
	margin-bottom: 40px;
	}

#footer {
  	clear: both;
	margin-bottom: 40px;
	text-align: right;
	/*margin-right: 30px;*/
	}

#header	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	text-transform: uppercase;
	margin-left: 30px;
	}

.timestamp {
	font-size: 0.8em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}

h6 {
	font-size: 1.2em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	}

h7 {
	font-size: 0.9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	}

h8 {
	font-size: 0.9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

h9 {
	color: #666;
	margin-left: 30px;
	}

h10 {
	color: #666;
	margin-left: 30px;
	margin-right: 30px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.6em;
	}


/* under for highlighting active page
----------------------------------------- */


.current_page_item a, .current_page_item a:hover {
    /* background: #599FD6 !important; */
    color: #E80042 !important;
}


