body {
	padding: 0;
	margin: 0;
	background: #000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	color: #932700;
	text-decoration: none;
}

a:hover {
	color: #000;
}


#page {
	width: 1050px;
	background-color: #000;
	margin: 0 auto;
    position:relative;
}

#page #header {
	background: #000 url(images/header-bg.gif);
	height: 230px;
	display: block;
}

#page #header #top {
	display: block;
	height: 200px;
}

#page #header #menu {
	display: block;
	height: 25px;
}

#page #header #menu .left {
	float: left;
	width: 200px;
	display: block;
	height: 25px;
	/*background-image: url(images/menu-left.gif);*/
}

#page #header #menu .right {
	float: right;
	width: 200px;
	display: block;
	height: 25px;
	/*background-image: url(images/menu-right.gif);*/
}

#page #header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #header #menu ul li {
	float: left;
}

#page #header #menu ul li a {
	color: #932700;
	text-decoration: none;
	font-size: 14px;
    font-family:Lithos Pro Regular;
    font-weight:bold;
	padding: 4px 14px;
	display: inline-block;
}

#page #header #menu ul li a:hover {
	color: #000;
}

#page #pagebottom 
{
	background-image: url(images/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	height: 40px;
}


#page #content 
{
	display: block;
}

#leftpanel {
	background: url(images/content-border.gif) repeat-y top center;
	display: block;
}

.video{
	display: block;
	height: 222px;
	margin-left:-125px;
	background: url(images/navi.gif) no-repeat center;
	text-align: center;
}
/*.ss{
	display: block;
	height: 90px;
	background: url(images/footer-bottom.gif) no-repeat bottom;
	text-align: center;
}*/

#page #footer {
	display: block;
	height: 90px;
	background: url(images/footer-bottom.gif) no-repeat bottom;
}

#page #footer .content {
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #935100;
	padding-left:250px;
}

.logos{
	display: block;
	padding-left:250px;
}

.padding10 {
	padding-left: 200px;
	padding-right: 250px;
	display: block;
}

#page #haci{
	position:absolute;
	left:25px;
	bottom:100px;
    background: url("Images/haci.png") center;
    display:block;
    height:474px;
    width:169px;
    z-index:999;
}
#page #sahi{
	position:absolute;
	right:50px;
	bottom:25px;
    background: url("Images/top.png");
    display:block;
    height:175px;
    width:294px;
    z-index:999;
}

#page #atli{
	position:absolute;
	right:15px;
	top:15px;
    background: url("Images/atli.png");
    display:block;
    height:386px;
    width:287px;
    z-index:999;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.post .title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 5px;
	color: #932700;
}

.post .titlehead {
	position: relative;
	display: block;
	margin-bottom: 5px;
	color: #932700;
}

.post .date {
	background: url(images/date.png) no-repeat left center;
	float: right;
	width: 68px;
	height: 73px;
	position: absolute;
	right: 6px;
	top: -10px;
	text-align:center;
	color: #000;
	font-weight:bold;
	line-height: 16px;
	padding-top: 25px;
clear:both;
}

.post .header {
	display: block;
	margin-bottom: 5px;
}

h2 .title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #932700;
}

.title h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #932700;
}

.post .title a {
	text-decoration: none;
	color: #932700;
}

.post .title a:hover {
	text-decoration: none;
	color: #000;
}

.post .entry {
}

/* Comment Form */
.table {
	width: 100%;
	display: block;
}

.table .tr {
}

.table .tdleft {
	width: 20%;
}

.table .tdright {
	width: 80%;
}

.table .inputtext {
	width: 250px;
}

.table .inputtextarea {
	width: 250px;
	height: 100px;
}

/*Comment*/

.comment {
	display: block;
	margin-top: 18px;
}
.comment .title {
	border: 4px solid #f4f4f4;
	padding: 4px;
	position: relative;
	padding-left: 76px;
}
.comment .avatar {
	border: 4px solid #e2e2e2;
	padding: 3px;
	float: left;
	position: absolute;
	top: -18px;
	left: 5px;
	background-color: #ffffff;
}
.comment .avatar img {
	width: 48px;
	height: 48px;
	display: block;
}

.comment .title .right {
	padding: 2px 5px;
	color: #666666;
	font-size: 10px;
	float: left;
	position: absolute;
	top: -11px;
	right: 5px;
	background-color: #f4f4f4;
}

.comment .content {
	display: block;
	background-color: #f4f4f4;
	margin-left: 76px;
	padding: 20px;
	text-align: left;
}

/**************************
		PAGING
**************************/

.paging {
	padding-top: 25px;
	display: block;
}

.paging a {
	display: inline;
	padding: 3px 6px;
	margin-right: 5px;
	background-color: #3f3f3f;
	border: 1px solid #b6b6b6;
	margin-bottom: 4px;
	float: left;
	color: #ffffff;
}

.paging a:hover {
	background-color: #f4f4f4;
	text-decoration: none;
	color: #666666;
}

.paging span {
	border-bottom: 3px solid #d9d9d9;
	display: inline;
	padding: 3px 6px 0px 6px;
	margin-right: 5px;
	margin-bottom: 4px;
	float: left;
}



/* Comment Form */
.table {
	width: 100%;
	display: block;
}

.table .tr {
}

.table .tdleft {
	width: 20%;
}

.table .tdright {
	width: 80%;
}

.table .inputtext {
	width: 250px;
}

.table .inputtextarea {
	width: 250px;
	height: 100px;
}



.smallicon {
	width: 20px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/iconsmall.gif) no-repeat;
}
