@import url('../sameothers.css');

body {
margin:0;
padding:30px 0px 0px 0px;
background-color: #213205;
font-family: Tahoma,Arial;
font-size:9pt;
line-height:28px;
color: #333;
}

* {
margin: 0;
padding: 0;
border: 0;
}

/*----------------------------------------------Basic styles------------------------------------------------*/

#headertitle {
padding: 30px 0 0 5px;
overflow:hidden;
}

#headertitle .hr {
width:470px;
}

#headertitle h1 {
font-family: Arial;
font-size: 28pt;
font-weight:normal;
padding-right: 10px;
margin-bottom: 7px;
border-right: 10px solid #cbab05;
}

#headertitle h1 a:link, #headertitle h1 a:visited, #headertitle h1 a:hover, #headertitle h1 a:active {
color: #213205;
text-decoration: none;
}

.description {
padding-right: 20px;
color: #648D20;
font-size: 11px;
}

div.hr {
margin:10px 0 10px 0;
height: 1px;
background: #dede43 url(img/line_f1.gif) no-repeat 0px 0px;
}
div.hr hr {
display: none;
}

hr {
background-color:#aca899;
}

h2 {
font-family:Arial;
font-size:14pt;
padding-bottom:5px;
}

h3 {
font-family:Arial;
font-size:12pt;
}

a:link, a:visited {
color: #c60;
text-decoration: none;
}

a:hover, a:active {
color: #960;
}

#footertitle {
padding: 13px 111px 10px 20px;
text-align:left;
font-size:11px;
color: #660;
line-height:16px;
overflow:hidden;
}

#footertitle a:link, #footertitle a:visited {
color:#330;
text-decoration:none;
}

#footertitle a:active, #footertitle a:hover {
color:#960;
text-decoration:none;
}

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#page {
direction:rtl;
margin: 0 auto;
width: 745px;
background: #CC3 url(img/bg_f1.gif) repeat-y top center;
overflow: hidden
}

#header {
clear:both;
width:745px;
height:167px;
background:  #CC3 url(img/h_l_f1.jpg) no-repeat top left;
}

#sidebar {
float:right;
width: 170px;
background: transparent;
line-height:normal;
overflow: hidden;
}

#contentarea {
float: left;
width: 520px;
margin-left: 55px;
background: transparent;
overflow: hidden;
}

#contentarea #content {
width: 490px;
line-height:14pt;
padding: 0 10px 30px 20px;
}

#footer {
float: right;
height: 60px;
width: 690px;
background: #CC3 url(img/f1.gif) no-repeat bottom right ;
border-top: 1px solid #dede43;
}

/*---------------------------------------------Main Navigation-----------------------------------------------*/

#nav {
line-height:28px;
margin-bottom:20px;
}

#nav .link a:link, #nav .link a:visited {
float: right;
width: 140px;
border-right: 10px solid #CC3;
padding: 0 5px;
font-family: Tahoma,Arial;
font-weight: normal;
display: block;
color: #213205;
background-color: #D9D93C;
}

#nav .link a:active, #nav .link a:hover {
border-right: 10px solid #CC3;
background-color: #cbab05;
color: #fff;
display: block;
}

#nav .current {
float: right;
width: 140px;
border-right: 10px solid #fff;
padding: 0 5px;
font-family: Tahoma,Arial;
font-weight: normal;
display: block;
color: #213205;
background-color: #D9D93C;
}

#nav .current a:link, #nav .current a:visited, #nav .current a:active, #nav .current a:hover {
text-decoration:none;
color:#213205;
}

.menuspace {
background-color:#CC3;
width:160px;
padding:0px;
margin:0px;
height:3px;
clear:both;
display: block;
overflow:hidden;
}

/*---------------------------------------------Plugins-----------------------------------------------*/

#plugins1 {
float:right;
}

#clock h3 {
font-family:Tahoma,
color:#333;
text-decoration:none;
font-size:9pt;
font-weight:normal;
border-right:10px solid #afb545;
padding-right:10px;
padding-left:5px;
margin-top:3px;
overflow:hidden;
}

#plugins2 {
margin-right:20px;
}

#sidebar h3 {
line-height:28px;
font-size:14px;
border-right:10px solid #afb545;
margin-right:-20px;
margin-bottom:5px;
padding-right:20px;
}

#plugins2 ul {
padding:0;
margin:0px 25px 20px 5px;
line-height:14px;
color:#afb545;
list-style-type:square;
list-style-position: outside;
}

#plugins2 li {
padding-bottom:4px;
}

/*---------------------------------------------Code-----------------------------------------------*/

.foldpoem {
direction:rtl;
}
.fnewpoem {
direction:rtl;
white-space:pre;
}
.fpoet {
font-size:smaller;
color:#999;
}
.foldpoem .fpoet {
text-align:left;
}
.fnewpoem .fpoet {
text-align:right;
}

.spacer {
height:5px;
overflow:hidden;
}
.code {
border:#cbab05 1px solid;
background-color:#cbab05;
white-space:pre;
font-family:monospace;
color:#333;
padding:3px;
margin-top:5px;
margin-bottom:5px;
}

.txtbox {
border:#cbab05 1px solid;
background-color:#D9D93C;
padding:2px;
padding-right:6px;
font-family:Tahoma;
font-size:12px;
color:#333;
}

.txtarea {
border:#cbab05 1px solid;
background-color:#D9D93C;
padding:2px;
padding-right:6px;
font-family:Tahoma;
font-size:12px;
color:#333;
}

.btn {
border:#cbab05 1px solid;
background-color:#cbab05;
padding:2px 6px 2px 6px;
font-family:Tahoma;
font-size:12px;
color:#333;
}

.contactbg {
background:url(img/post.gif) no-repeat left top;
}

.color2 {
color:#74aa45;
}

.color3 {
color:#fff;
}