/*******************************
 * Written and copyrighted by **
 * Dimitar Tnokovski aka Mitko *
 *******************************/

body {
	color: black;
	background-color: white;
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #00c;
	text-decoration: none;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

img { border: 0px }

#mitMenu {
        background: url(images/menu_bg.png) no-repeat;
        position: absolute;
        left: 0;
        top: 70px;
        width: 11em;
        w\idth: 10em;
        padding: 1em;
}

#mitMenu ul {
        list-style: none;
        margin: 0 0 1em 0;
        padding: 0;
}

#mitMenu li {
        font-size: 1.2em;
        color: #36c;
        font-weight: bold;
}

#mitMenu li li {
        display: inline;
        font-size: 0.833333333em;
        font-weight: normal;
}

#mitMenu li a.here {
        display: block;
        color: black;
        background: #D6DAE2;
        padding: 0.15em 0.15em;
        padding-left: 6px;
        border: 1px solid #3C5C8F;
        margin: 2px 0;
        border-left-color: red;
        border-left-width: 2px;        
}
#mitMenu li a {
        display: block;
        color: black;
        background: #EFEFEF;
        padding: 0.15em 0.15em;
        padding-left: 6px;
        border: 1px solid #3C5C8F;
        margin: 2px 0;
}
#mitMenu li a:hover {
        background: #D6DAE2;
        text-decoration: none;
        border-color: #3C5C8F;
        border-left-color: red;
        border-left-width: 2px;
}

#header {
        background: url(images/header_bg.png) no-repeat;
        height: 70px;
        padding-left: 78px;
}

#header span, p#skip, #header label {
        position: absolute;
        overflow: hidden;
        width: 0;
}

#header p {
        color: blue;
        padding-top: 48px;
        margin: 0;
        font-size: 0.9em;
}

#header #mitkodotgeek {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 300px;
        height: 70px;
        background: url(images/mithash.png) no-repeat;
        background-position: 30px 0;
}

#header a#mitkodotgeek:hover {
        background-position: 30px -70px;
}

#section {
        background: white;
        border: solid #ccc;
        border-width: 1px 0 0 1px;
        margin: 0 0 2em 12em;
}

.mitN {
        background: #eee;
        color: #ccc;
        border-bottom: 1px solid #ccc;
}

.mitN p {
        position: relative;
        left: -1px;
        color: #999;
        padding: 0.35em 0 0.35em 2em;
        margin: 0;
}

#footer {
        border-top: 1px solid #ccc;
}

#footer p {
        width: 25em;
        bottom: -1px;
}

#content {
	line-height: 1.5em;
	padding: 1.5em;
	border-right: 1px solid #ccc;
	margin-right: 9em;
	text-align: justify;
}

#rightMit {
	position: absolute;
	right: 0;
	top: 72px;
	width: 9em;
	w\idth: 8em;
	background-color: white;
	padding: 0 0.5em 0.5em 0.5em;
	border-left: 1px solid #ccc;
	margin-top: 2em;
	overflow: hidden;
}

.mitNew {
	padding-top: 0.1em;
	border-top: 2px dotted #315B93;
}

.firstWord {
	font-size: 20px;
}

.rightFont {
	font-size: 12px;
}

.profileQ {
	font-size: 14px;
	color: #315B93;
	font-weight: bold;
	padding-left: 2.2em;
}

.profileC {
        font-size: 16px;
        color: #315B93;
        font-weight: bold;
        padding-left: 2.2em;
}

.profileA {
	font-size: 14px;
	padding-left: 6px;
}

#profile {
        background: white;
        border: 1px solid #315B93;
        border-width: 2px 1px 1px 2px;
        margin: 0 0 2em 2em;
	width: 18em;
}


#profileUL {
	font-size: 12px;
}

.profileLI {
        font-size: 12px;
}


.aboutMit {
	font-size: 14px;
}

.td_qid { text-align:center; width:40px; }
.tr_quotes_0 { background-color:#B3C2D7; border:1px solid #000000; text-align:left; font-size:12px }
.tr_quotes_1 { background-color:#EEEEEE; border:1px solid #000000; text-align:left; font-size:12px }

.tr_movies_0 { background-color:#B3C2D7; border:1px solid #000000; text-align:left; font-size:12px }
.tr_movies_1 { background-color:#EEEEEE; border:1px solid #000000; text-align:left; font-size:12px }

#lebanon { border:2px dotted red; padding-left: 20px; padding-right: 20px; color: red; background-color: #E1F4E1 }
