﻿/* ---------------------------------------------

	Template Name : btaytd template
	Version : 3
	Author : Erdal Chousein
	Author URI : http://erdal.xousein.com
	Start To Modified : 27 02 2010
	Last Date Modified : 16 03 2010

 ---------------------------------------------- */
 
/* ---------------------------------------------
   HTML ELEMENTS
----------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	font: 65%/1.3em Verdana, Tahoma, arial, sans-serif;
	background: #D8E3F5 url(images/contentbg.gif) repeat-y center top;
}
a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background: inherit;
	color: #BE420D;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background: inherit;
	color: #FF6633;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 220%;
	padding: 5px;
}
h2 {
	font-size: 200%;
	color: #88ac0b;
	padding: 5px;
}
h3 {
	font-size: 120%;
	color: #88ac0b;
	padding:5px;

}
p {
	padding:5px;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul { list-style: none; }
/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 3px;
}
img.float-right { margin: 5px 0px 5px 5px; }
img.float-left { margin: 5px 5px 5px 0px; }
/* start - table */
table {
	margin: 10px;
	border: 1px solid #333333;
	empty-cells: hide;
	border-spacing: 0;
}
th strong { color: #FFF; }
th {
	background: #882D2D;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	/*height: 30px;*/
	background: #F3F3F3;
}
td {
	vertical-align:top;
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.AA_table { border:1px solid #FFE0C1; }
.AA_table td {
	border-color:#FFE0C1;
	vertical-align:top;
}
/* end - table */

hr {
	width:97%;
	margin:0 auto;
	color:#333333;
}
/* form elements */
form {
	margin: 15px;
	padding: 15px 5px;
	border: 1px solid #EFEFEF;
	background: #F8F8F8;
}
label { /*display:block;
	font-weight:bold;*/ margin:2px 0; }
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;
	color: #666666;
}
input[type="submit"] {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #EFEFEF;
	padding: 2px 3px;
	background: #F1F0E4;
}
input[type="radio"] { margin:2px 0; }
/* search form */
.searchform {
	position:absolute;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 180px;
	right:15px;
	top:70px;
}
.searchform p {
	margin: 0;
	padding: 0;
}
.searchform input{ line-height:15px; padding:2px; margin:0;}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 830px;
	padding:0;
	border-bottom: 2px solid #FFF;
	background:url(images/mainbg.gif) repeat-y top center;
	display: inline;
}
#header {
	width: 830px;
	position: relative;
	height: 190px;
	background: #87bcf8 url(images/headerbg.gif) repeat-x;
	padding: 0;
	color: #FFF;
}
#header #logo {
	background:none;
	border:0;
	padding-top:30px;
	padding-left:15px;
	left:15px;
	width:130px;
	height:150px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 30px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #BE420D;
	text-decoration: none; /* change the values of top and left to adjust the position of the logo*/
	top: 50px;
	left: 150px;

}
#header h1#logo-text span { color: #6C4F2F; }
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 14px "Times New Roman", Times, serif;
	text-transform: none;
	color: #444; /* change the values of top and left to adjust the position of the slogan*/
	top: 130px;
	left: 155px;
}
/* header links */
#header #header-links {
	position: absolute;
	top: 23px;
	right: 5px;
	color: #34160B;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#header #header-links a {
	color: #5E2813;
	text-decoration: none;
}
#header #header-links a:hover { color: #BE420D; }
/* Main Column */
#main {
	float: right;
	width: 630px;
	min-height:600px;
	padding:0;
	margin:0;
	display: inline;
}
#main h2 {
	margin-top: 5px;
	font: bold 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
	letter-spacing: -1px;
	padding: 5px 0 0 10px;
}
#main h2 a {
	color: #8C9F0D;
	text-decoration: none;
}
#main h2 a:hover {
	color: #8C9F0D;
	text-decoration:underline;
}
#main ul li { list-style-image: url(images/bullet.gif); }
/* footer*/
#footer {
	clear: both;
	color: #FFF;
	width: 830px;
	padding: 5px 0 15px 0;
	text-align: center;
	background-color: #87bcf8;
}
#footer a {
	color: #F3EFBA;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration:underline;
}
/* ******* post*/
.post { /*	border-top:2px solid #87bcf8;
	border-left:5px solid  #BE420D;/*#87bcf8;#e0e9fd*/
	width:600px;
	margin:0 auto;
	margin-top:5px;
	/*background:url(images/st.gif) repeat-x top;*/
	background-color: #EAEAEA;
	border-top:1px solid #8B8B8B;
	border-right:1px solid #8B8B8B;
	border-bottom:1px solid #8B8B8B;
	border-left:7px solid #8B8B8B;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
/*.post h3 a{
background:#9EE7FE; padding:5px 10px; border:1px solid #8EDEF9;}*/
.post img { margin-left:10px; }
/* Post Meta */
.post-meta {
	background: #F9F7DD;
	padding: 5px;
	margin: 5px 10px;
	font-size: 95%;
	border: 1px solid #E0DBC9;
}
.post-meta .date { margin: 0 10px 0 5px; }
.post-meta a.comments { margin: 0 10px 0 5px; }
.post-meta a.readmore { margin: 0 10px 0 5px; }
.post-info {
	font-size: 0.9em;
	padding: 0 10px 5px 10px;
	color: #BF9A6C;
	text-align:right;
}
.post-body {
	text-align: justify;
	min-height:70px;
}
.post-body:first-letter{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.post-info a { color: #668208; }
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.arrows {
	width: 200px; /*width of menu*/ /*	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;*/
	border:0px;
}
.arrows h3 {
	margin-top: 10px;
	padding: 5px;
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #674C2C;
}
.arrows ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrows ul ul {
	list-style-type:none;
	list-style-image:url(images/list.gif);
	margin: 0 0 0 25px;
	padding:0 0 0 0px;
}
.arrows li a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
.arrows li li a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background:none;
	height: 15px;
	padding: 2px 0 2px 0;
	line-height: 15px;
	text-decoration: none;
}
.arrows li a:link, .arrows li a:visited { color: #5E7830; }
.arrows li li a:link, .arrows li li a:visited { color: #f63; }
.arrows li a:hover {
	color: #26370A;
	background-position: 100% -32px;
}
.arrows li li a:hover {
	color: #fff;
	text-decoration:underline;
}
.arrows li a.selected {
	color: #26370A;
	background-position: 100% -64px;
}
.arrows li li a.selected {
	color: #fff;
	text-decoration:underline;
}

/* results*/

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}
.error {
	background: #FBE3E4;
	color: #8A1F11;
	border-color: #FBC2C4;
}
.error a {
	color: #8A1F11;
	text-decoration:underline;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
	text-decoration:underline;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
	text-decoration:underline;
}

/*- Menu Tabs I--------------------------- */
#tabsI {
	float:left;
	width:100%;
	background:#87bcf8; /*#EFF4FA;*/
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #DD740B;
}
#tabsI ul {
	margin:0;
	padding:10px 10px 0 170px;
	list-style:none;
}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsI a {
	float:left;
	background:url("images/tableftI.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsI a span {
	float:left;
	display:block;
	background:url("images/tabrightI.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span { float:none; }
/* End IE5-Mac hack */
    #tabsI a:hover span { color:#FFF; }
#tabsI a:hover { background-position:0% -42px; }
#tabsI a:hover span { background-position:100% -42px; }
#tabsI a.selected { background-position:0% -42px; }
#tabsI a.selected span { background-position:100% -42px; }
