/*  
Theme Name: Focus on content
Theme URI: http://xaxaxa.info/
Description: Just content
Version: 0.1
Author: Kri
Author URI: http://xaxaxa.info/
*/


#header a:hover {
text-decoration:none;
}
a {
	text-decoration: underline;
	color: #b44647;
        font-weight:bold;
  
}
#header a, #header a:active, #header a:visited, #header a:link,
#footer a, #footer a:active, #footer a:visited, #footer a:link  {
font-weight:normal;
}
#header a:active {
  color:maroon;
}
body {
	background-color: #F0F0F0;
background-image:url(/wp-content/themes/gfp/images/bg.gif);
margin:0;
padding:0;
color: black;
font-family:Tahoma,Helvetica,sans-serif;
font-size:10pt;
  
}

hr {
  color:black;
  height:1px;
  width:auto;

}

#wrap {
	width: 742px;     
        height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.entrytitle {
        padding-left:10px;
        padding-right:10px;
        margin-top:0;
        padding-top:0;
        padding-bottom:0;
        margin-bottom:.5em;
	font-size: 180%;        
	color: #b44647;
        font-weight:normal;
}

.entrytitle a:hover {
       text-decoration:none;
}
.entrybody {
	font-size: 80%;
	line-height: 140%;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}

.entrybody TABLE TD {
        padding:10px;
        margin:10px;
}
.entrybody p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.entrybody blockquote {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #660000;
}
.entrybody ol, ul {
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}


.entrymeta {
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#comments, #respond {
	font-size: 100%;
	padding: 10px;
}
.commentlist {
	list-style-position: inside;
	font-size: 80%;
	line-height: 130%;
}
.commentlist p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.commentlist li {
	padding: 10px;
}
.commentmetadata {
	font-size: 90%;
        font-weight:normal;
}
#author, #email, #url, #comment {
	padding: 2px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
#commentform {
	font-size: 80%;
}
#comment {
	width: 93%;
}
#submit {
	margin: 10px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #F0F0F0;
}
.navigation {
	font-size: 80%;
	padding: 10px;
}
.alignleft {
	float: left;
	width: 40%;
	text-align: right;
}
.alignright {
	float: right;
	width: 40%;
}


TD
{
color: black;
font-family:Tahoma,Helvetica,sans-serif;
font-size:10pt;
}

A
{
color: black;
}

A:visited 
{
color: black; 
}

.menuSelected
{

font-weight:bolder;

}

H2
{
font-weight:bold;
font-size:150%;
}

H3
{
font-weight:bold;
font-size:125%;
}

.resume-menu
{
border-right:1px black solid;
text-align:center;
}


/* Academic tree styles */

.Level1
{
	display:none;
        position:absolute;
	left:0px;
	width:160px;
	border:1px solid black;
	padding:2px;
	background-color:#e7e7e7;


}
.Level2
{
	display:none;
        position:absolute;
	left:170px;

	width:160px;
	border:1px solid black;
	padding:2px;
	background-color:#f0f0f0;

}
.Level3
{
	display:none;
        position:absolute;
	left:170px;
	width:160px;
	border:1px solid black;
	padding:2px;
	background-color:#f3f3f3;
}
.Level4
{
	display:none;
        position:absolute;
	left:170px;
	width:160px;
	border:1px solid black;
	padding:2px;
	background:#f6f6f6;
}
A
{
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}