/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
div { border: 0px solid black; }
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/temp_bamako/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	text-align: center;
	width: 780px;
	height: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#header .alcim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e4f2fa;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/temp_bamako/header_stripe.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 780px;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
}
#header h1 a {
	color: #8197a4;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
}
#headerimg {
	border: 0px;
	width: 780px;
	height: 150px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-image: url(../img/temp_bamako/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.cimek {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #75b8e1;
	margin-bottom: 15px;
}
#sidebar1 .kep {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #d5d5cc;
	margin-bottom: 10px;
}
#sidebar1 .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e4f2fa;
	line-height: normal;
}

#sidebar1 .txt a{
	color: #ffd283;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

#sidebar1 .txtarch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ded133;
	line-height: normal;
}

#sidebar1 .txtarch a{
	color: #ded133;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar1 .txtarch a:hover {
	text-decoration: underline;
}

#sidebar1 .txtrss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a932b;
	line-height: normal;
}

#sidebar1 .txtrss a{
	color: #2a932b;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#sidebar1 .txtrss a:hover {
	text-decoration: underline;
}

#sidebar1 .profillink {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ee332a;
}

#sidebar1 .profillink a{
	color: #ee332a;
	text-decoration: none;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

#sidebar1 .profillink a:hover{
	color: #ee332a;
	text-decoration: underline;
}


#mainContent {
	width: 581px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#l_col {
	width: 65px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#date {
	background-image:url(../img/temp_bamako/date.gif);
	background-repeat:no-repeat;
	background-position:right;
	height: 65px;
	width: 40px;
	margin-left: 12px;
}
#datetext {
	position:relative;
	padding: 12px 0px 10px 0px;
}

#r_col {
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
}
div.quote {
	color: #9ce7ff;
	background-image:url(../img/temp_bamako/quote.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 40px;
	font-size:15px;
	line-height: normal;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	padding-right: 15px;
}
#commentfooter {
	float: none;
}
#comment {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	padding-top: 25px;
}
#commentnum {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	width: 20px;
	height: 20px;
	padding: 0px;
	background-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#commentbody {
	font-size: 15px;
	color: #565656;
	padding: 0px;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
.line {
	margin-bottom: 20px;
	margin-left: 40px;
}

.commentfield_l {
	font-weight: bold;
	line-height: 30px;
	text-align:left;
	font-size: 14px;
	color: #000000;

}
.commentfield_r {
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;

}
#commentfield_info {
	font-weight: bold;
	clear: both;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
}

form {
	line-height:30px;
}
input {
	line-height:33px;
	height: 33px;
	padding: 1px;
	width: 198px;
	font-size: 15px;
	color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6b6b6b;
	border-left-color: #6b6b6b;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
textarea {
	line-height:30px;
	padding: 1px;
	margin-bottom: 5px;
	border-left: 1px solid #6b6b6b;
	border-top: 1px solid #6b6b6b;
	width: 298px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 190px;
}

.submitgomb {
	background-color:#f1c547;
	color:#000000;
	line-height:30px;
	width: 303px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffffa3;
	border-left-color: #ffffa3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #de7500;
	border-bottom-color: #de7500;
	margin: 0px;
	padding: 0px;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f9f9ee;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 .username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.r_col_txt {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 27px;
	color: #f1b60e;
	margin-bottom: 15px;
}
.r_col_txt_beige {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 15px;
}
#sidebar1 .txt a:hover {
	color: #FFD283;
	text-decoration: underline;
	font-weight: normal;
}
#comment_it {
	float: left;
	font-size: 10px;
	color: #cd0000;
}

#comment_it a{
	color: #cd0000;
	text-decoration: none;
}

#comment_it a:hover{
	color: #cd0000;
	text-decoration: underline;
}

#turnpage {
	font-size: 14px;
	color: #75b8e1;
	text-align: center;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}

#turnpage a{
	color: #75b8e1;
	text-decoration: none;
}

#turnpage a:hover{
	color: #75b8e1;
	text-decoration: underline;
}

.author {
	font-size: 15px;
	font-weight:bold;
	color:#f1b70e;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.author a{
	color: #f1b70e;
	text-decoration: none;
}

.author a:hover{
	color: #f1b70e;
	text-decoration: underline;
}

.piros {
	font-size: 11px;
	font-weight:bold;
	color:#cd0000;
}

.time {
	font-size: 15px;
	color:#d7d6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.time2 {
	font-size: 15px;
	color:#565656;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.title {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight:bold;
	margin: 0;
	color: #f1b60e;
	line-height: 38px;
	text-decoration: none;
}
a.title:hover {
	text-decoration: underline;
}

.text {
	font-size: 15px;
	color: #f4f4f4;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.text2 {
	font-size: 15px;
	color: #f4f4f4;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
}
.text2 a{
	color: #f1b60e;
	text-decoration: underline;
	font-weight: bold;
}
.text2 a:hover{
	color: #f1b60e;
	text-decoration: none;
	font-weight: bold;
}

/*
p {
	font-size: 15px;
	color: #e4f2fa;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
}
a {
	color: #ffd283;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ffd283;
	text-decoration: none;
	font-weight: bold;
}
*/

strong {
	color: #f1b60e;
}

em {
	font-style:italic;
}

.lead {
	font-size: 15px;
	color: #969696;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

.date {
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}

.date2 {
	font-size: 30px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
}

.commentnum {
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	width: 20px;
	margin: 0px;
	padding: 0px;
}

.commentcount {
	float: right;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	text-decoration: none;
	background-image: url(../img/temp_bamako/commentbg.gif);
	background-repeat: no-repeat;
	width: 133px;
	height: 48px;
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.commentcount a {
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.tags {
	font-size: 15px;
	color: #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 15px;
}

.tags a{
	color: #d7d7d7;
	text-decoration: none;
}

.tags a:hover{
	color: #e4f2fa;
	text-decoration: underline;
}

p.quote {
	padding-top: 5px;
}

.tovabb {
	color:#e4f2fa;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.tovabb a{
	color:#f1b60e;
	text-decoration: none;
}

.tovabb a:hover{
	color:#f1b60e;
	text-decoration: underline;
}
.line2 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.line3 {
	margin-top: 18px;
}

#comment_form {
	padding-bottom: 15px;
	margin-bottom: 10px;
	background-color: #dcdcdc;
	padding-top: 25px;
	text-align: center;
}

.style1 {
	color: #f4f4f4;
	font-style: italic;
}

.style2 {color: #f4f4f4}.line {
	margin-top: 18px;
	margin-bottom: 18px;
}
.line4 {
	margin-bottom: 40px;
}
