/*
Theme Name: Abstract
Theme URI: http://www.aatravel.ro
Description: 2 Column theme based on a template from Dcarter.co.uk and adapted by AATravel.ro.
Author: AA Travel
Author URI: http://www.aatravel.ro
*/
/* global */
html{height: 100%;}

body
{ 
/*font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;*/
	margin:0px;
	line-height: 130%;
	min-width:800px;
	/* dynamic expression to emulate min-width in ie*/
	width:expression(document.body.clientwidth < 810? "800px" : "100%" );
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{ font-family: tahoma, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
}



a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 10px 16px;
  padding: 0px;
}

ul li
{ list-style-type:none;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 100%;}

/* logo */
#logo
{ 
/*width: 760px;
  height: 200px;*/
  width:100%;
  height:76px;
  border-top: 0px solid;
}

#logo h1
{ font-size: 250%;
  font-weight: normal;
  padding: 0px 12px 0px 0px;
  float: right;  
}

#logo h1 a {
  text-decoration: none;
}

/* navigation menu */
#menubar
{ width: 760px;
  height: 70px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 18px 0px 18px;
  text-align: center;
  border-right: 1px solid;
} 

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: verdana, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ 
  /*width: 770px;*/
  width:100%;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  background-color:#FFFFFF;
  background-image:url(/images/KRT_pBG.jpg);
  background-repeat:no-repeat;
  background-position:bottom left;
/*  background: #FFF url(images/back.png) repeat-y;*/

} 

/* sidebar */
.sidebar
{ float: left;
  width: 163px;
  padding: 0px 0px 2px 2px;
  list-style-type:none;

}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 163px;
  float: left;
  margin: 0px 0px 0px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p
{
margin: 8px 6px 6px 6px;

}

.sidebaritem ul
{ border-top: 1px solid;
  width: 163px; 
  padding-top: 4px; 
  margin: 4px 0px 10px 0px;


}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

/* page content */
#content
{ text-align: left;
  width: 75%;
  float: left;
  padding: 22px 15px 15px 25px;

}

#content h1{font-size: 125%;}

#content a, #footer a{border-bottom: 1px dotted;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

/* footer */
#footer
{ 
  width: 100%;
  height:50px;
  border-top: 1px solid;
  border-top-color:#FFFFFF;
  padding: 2px 2px 0px 2px;
  text-align: center; 


}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

/** Colour settings **/

body
{ 
 /*background: #4F504A url(images/pattern.png) repeat;
  color: #555;*/
}

h1, h2, h3{color: #463E28;}

.left, .right{border-color: #F8F9F1;}

blockquote{border-color: #E29C22;}

#main, .sidebaritem
{ 
  background-color:#E5E5E5;
  color: #555;
 background-image:url(/images/nav_bottom.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#logo
{
/* background: #444 url(images/logo.jpg) no-repeat left center;
  border-color: #FFF;  */
    background-image:url(/images/krt_headbgRepeat.jpg);
	background-repeat:repeat-x;
}
#inner_logo
{
   background-image:url('images/krt_head.jpg');
   padding-top:7px;
   height:69px;
   background-repeat:no-repeat;
}

#logo h1, #logo h1 a
{ background: transparent;
  color: #64544E;
}

#menubar{background: #7B846E url(images/menu.png) repeat;} 

ul#menu li a 
{ background: transparent;
  color: #FFF;
  border-color: #898977;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url(images/menu_sel.png) repeat;} 

input.searchfield
{ background: #FFF; 
  border-color: #888;
}

input.searchbuttons
{ background: #333; 
  border-color: #949C88; 
  color: #FFF;
}

.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ 
  background: transparent url(images/menu_arrow.gif) no-repeat left center;
  color: #990000;
} 
.sidebaritem li a:hover
{ 
    color:black;
	/*background-color:#FFFFCC;*/
	font-size:15px;
	text-decoration:none;
} 
.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{/* background: transparent url(images/arrow_select.png) no-repeat left center;*/} 

h4, #content a, #content a:hover, #footer a, #footer a:hover
{ background: transparent;
  color: #555;
}

#footer
{ 
/*background: #FFF;
  color: #555;
  border-color: #CCD0BA;*/
  background-image:url(/images/krt_footerbgRepeat.gif);
  background-repeat:repeat-x;
}
#inner_footer
{
 background-image:url('images/krt_footerRbg.gif');
   padding-left:2px;
   height:49px;
   background-repeat:no-repeat;
   background-position:right bottom;
}
/* sNews */
fieldset, .comment, .commentsbox
{ background: transparent; 
  color: #444;
}

fieldset, .date{border-color: #D6D9C9;}

.comment
{ background: #F0F1EB; 
  color: #444;
}

.nextprev { margin: 10px; text-align: center; }
.meta {font-size:11px;margin: 10px 0;}
img { margin: 5px; }