/*
Theme Name: Generali Asia
Description: Generali Asia's Theme
Version: 1.0
*/

/*- Page Structure */

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

a, a:hover, a:visited, a:active {
	color: #b22c1b;
	text-decoration: none;
}

img {
	border: 0;
}

a img,:link img,:visited img {
	border: none
}

body {
	//text-align: center;
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        color: #333;
	color: #666;
}

/* *** global styles *** */

h1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #b22c1b;
}

h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

p {
/*
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666;
*/
}

ul {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

li {
	list-style-type:square;
	line-height: 1.4em;
	margin: 0 0 0 30px;
}

dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

/* *** /global styles *** */

#page {
	text-align: left;
        margin: 10px auto 3px auto;
        padding: 0;
        width: 760px;
        border: 1px solid #b22c1b;
        background: url(images/main-background.gif) top left repeat-y !important;
}

#page .content_block {
	padding: 0 0 20px 0;
}

#header {
	background: #fff;
	height: 104px;
	text-align: right;
}

#header .logo {
	float: left;
	margin: 10px 0 5px 0; /*Kiril*/
}

#headerTopNav {
	text-align: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px 8px 0 0; /*Kiril*/
}

#headerTopNav li {
        display: inline;
	margin: 0;
}

#headerTopNav a, #headerTopNav a:link {
	color: #666;
}

#headerTopNav a:hover {
	text-decoration: underline;
}

#siteSearch { /*Kiril*/
	margin: 1em 8px 0 0;
}

#headerTopNav ul li.current_language_item {
	display: none;
}

/*--------  menu  --------*/

#menu {
	width: 100%;
	z-index: 200;
	position: relative;
	clear: both;
	/*background: url(images/nav-bar-fade-top.gif) top left repeat-x;*/
	padding: 3px 0 0 0;
}

#menuInner {
	height: 1px;
	background: url(images/nav-bar-fade-bottom.gif) bottom left repeat-x;
	padding: 0 0 26px 0 !important;
}

/* end menu */

/*################################
Suckerfish Navigation Start
##################################*/

ul.nav {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1px 0;
	list-style: none;
	background-color: #b22c1b;
}

.nav li {
	float: left;
	padding: 0 12px;
	margin: 0;
	display:inline;
}

.nav li a {
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration:none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0 5px 0;

}

.nav li a:hover, .nav li a:visited {
	text-decoration: none;
	color: #fff;
}

.nav li.current_page_item, .nav li.current_page_parent {
	background: #fff;
	color: #b22c1b;
}

.nav li.current_page_item a, .nav li.current_page_item a:visited, .nav li.current_page_parent a, .nav li.current_page_parent a:visited, .nav li.current_page_item a:link, .nav li.current_page_parent a:link, .nav li.current_page_item a:hover, .nav li.current_page_parent a:hover {
	background: #fff;
  color: #b22c1b;
}


/* sub menus */

.nav li ul {
	position: absolute;
	/* top: 0px; */
	width: 185px;
	left: -999em;
	color: #333;
        background: #ccc;
	z-index: 200;
	font-weight: normal;
	border: 1px solid #555;
	border-top: 1px solid #b22c1b;
}

.nav li ul li a:visited {
	padding: 2px 4px;
        text-decoration: none;
	font-weight: normal;
        color: #b22c1b;
}

.nav li ul li a:link, .nav li ul li a {
        color: #b22c1b;
	background: #ccc !important;
        text-decoration: none;
	font-weight: normal;
	padding: 2px 4px;
}

.nav li ul li.current_page_item {
	background: #ccc !important;
}

.nav li ul li {
	text-align: left;
	font-weight: normal;
}

.nav li .pages, .nav li .recent, .nav li .archives, .nav li .categories, .nav li .meta {
}

/* shows the drop - downs */

.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
}


/* sets background when hovering over drop-down menu items */


.nav li ul {
	padding: 0;
}

/* style of each sub menu item listing */

.nav li ul li {
/*	float: left;*/
	width: 185px;
	padding: .15em 0;
	margin: 0;
	/* text-indent: 3px;*/
	color: #b22c1b;
	font-weight: normal;
	border-top: #999999 solid 1px;
}


.nav li ul li a {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.nav li ul li a:hover {  /* leave this in please */
	background: #999 !important;
}

.nav li ul a:hover {
	color: #333;
	color: #b22c1b;
	background: #ccc;
	background: #999 !important;
}

.nav li ul li .bottom, .nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}

* html .nav li ul li, * html .nav li ul li a {
}

/*################################
Suckerfish Navigation End
##################################*/

/* ----  /end menu ----- */

.content {
	clear: both;
}

.lastModified {
	clear: both;
	padding: 10px 180px 10px 0;
	text-align: right;
}

.leftbar {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	width: 160px;
	float: left;
}

/*---------  Quicklinks, News & Archives ------------*/

#quicklinks, #news, #countryDropDown, #stockquote, #archive {
	padding: 17px 5px 20px 5px;
	z-index: 1;
}

#archive {
	text-align: center;
}

#quicklinks h3, #news h3, #stockquote h3, #archive h3 {
	text-align: left;
	margin: 0;
	border-bottom: #B22C1B 1px solid;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        color: #b22c1b;
}

#stockquote .generaliGroup {
	font-size: 9px;
        color: #333;
	padding: 0 0 3px 0;
}

#wp-calendar {
	margin: 0 0 0 15px;
}

#stockquote h3, #archive h3 {
	margin: 0 0 10px 0;
}

#quicklinks ul {
	margin: 10px 0 0 15px;
}

#quicklinks li {
	list-style-type: square;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0;
}

#quicklinks li a:link, #quicklinks li a:visited {
	color: #333;
	text-decoration: none;
}

#quicklinks li a:hover {
	color: #333;
	text-decoration: underline;
}

#quicklinks li a:active {
	color: #b22c1b;
}

#quicklinks li.current_page_item a {
	color: #b22c1b !important;
	text-decoration: none;
}

#quicklinks li.current_page_item a:hover {
	color: #b22c1b;
	text-decoration: none;
}

#news ul li {
	margin: 0 0 10px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#news ul li a {
	color: #333;
}

#countryDropDown select {
	width: 150px;
	margin: 3px 0 0 0;
}


/*---------  /Quicklinks & News  ------------*/

#primary {
	width: 438px;
	margin: 0;
	float: left;
}

#primaryContent {
	padding: 0 15px;
	text-align: left;
}

.secondary {  /* right column */
	float: left;
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	width: 160px;
}

/*
.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}
*/

/* ********* Press Releases Navigation ********* */
div.navigation {
	height: 30px;
        text-align: center;
        margin: 10px 0;
        width: 100%;
        }

.comments .navigation {
        margin: 10px 0;
        }

.navigation .left {
        float: left;
        width: 50%;
        text-align: left;
        }

.navigation .right {
        float: right;
        width: 50%;
        text-align: right;
        }

.navigation p {
        margin: 0;
        padding: 0;
        }

.navigation a {
	color: #b22c1b;
        }
/* *********** /Press Releases Navigation ************ */

.metadata { /* Time and category for blog entries */
        font-size: 1em;
        display: block;
        margin-top: 2px;
        color: #bbb;
}

.metadata a, .commentmetadata a {
        color: #777;
}

.chronodata {
        padding: 2px 0 2px 20px ;
        background: url('images/time.png') left center no-repeat;
}

#primary .item {
        padding: 5px 0 15px 0;
        padding: 0 0 15px 0;
        position: relative;
}

#primary .item .itemtext {
/*
        font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        text-align: left;
        color: #444;
*/
}

#primary .entry .itemtext .more-link {
}

#primary .entry .itemtext {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #777;
}

#primary .item .itemtext p,
#primary .item .itemtext ul,
#primary .item .itemtext ol,
#primary .item .itemtext blockquote {
        margin: 13px 0;
}

#primary .item .itemtext div
	margin: 0;
}

#primary .aside .itemtext p,
#primary .aside .itemtext ul,
#primary .aside .itemtext ol,
#primary .aside .itemtext div,
#primary .aside .itemtext blockquote {
        margin: 5px 0;
}

.permalink #primary .aside .itemtext p,
.permalink #primary .aside .itemtext ul,
.permalink #primary .aside .itemtext ol,
.permalink #primary .aside .itemtext div,
.permalink #primary .aside .itemtext blockquote {
        margin: 13px 0;
}

/* ********* /Press Releases Navigation ********* */

/* ********** Site Map ********** */

#siteMap .nav {
	background: transparent;
	display: block;
	padding: 0;
	text-align: left;
}

#siteMap ul.nav {
	width: 438px;
	height: 100%;
	list-style: bullet;
	position: relative;
}

#siteMap .nav li {
	float: none;
	padding: 0;
	display: block;
}

#siteMap li a {
	color: #333;
	font-weight: normal;
	padding: 0;
}

#siteMap li a {
	postion: relative;
	width: 100%;
	left: 0;
	background: transparent;
	border: 0;
}

#siteMap .nav li ul li a:link, #siteMap .nav li ul li a:visited {
        color: #333;
        text-decoration: none;
	font-weight: normal;
	padding: 0;
}

#siteMap .nav li ul li {
	text-align: left;
	font-weight: normal;
}

/* shows the drop - downs */

#siteMap .nav li:hover ul, #siteMap .nav li.sfhover ul {
	left: auto;
	display: inline;
}


/* sets background when hovering over drop-down menu items */

#siteMap .nav li ul li a {
	font-weight: normal;
}

#siteMap .nav li ul a:hover {
	color: #333;
	background: transparent;
}

#siteMap .nav li ul {
	padding: 5px 0;
}

/* style of each sub menu item listing */

#siteMap .nav li ul li, #siteMap .nav li ul li a {
	color: #333;
	float: none;
	width: 350px;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
}

#siteMap .nav li ul li a:hover {
	background: transparent;
}

#siteMap .nav li ul li .bottom, #siteMap .nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}

/* ********** /Site Map ********** */

/* ********** Footer ************* */

#footer {
        background-color:#B22C1B;
        height:20px;
        clear:both;
}

/*** Footer Fix ***/

* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body background */
}

#footerText {
	width: 760px;
	margin: 0 auto 10px auto;
        font: 10px Verdana, Arial, Helvetica, sans-serif;
        color: #333;
}

#footerText li {
        display: inline;
        margin: 0;
}

#footerText a {
        color: #333;
}

#footerText ul {
	float: left;
	margin: 0 50px 0 0;
}

#footerText p { text-align: right;}

/* ********** /Footer ************* */

hr {
        display: none;
}

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}

.pagetitle { /* Used on static pages and archives */
	margin: 20px 0;
	}

.pagetitle h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: inline;
}

/*
#primary h3, #primary h4, .permalink #primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
}

#primary .aside h3 {
	font-size: 1.6em;
	font-weight: normal;
}
*/

.itemhead {
	margin: 15px 0;
}

.itemhead h3 {}

.itemhead h1 {
	margin: 20px 0 0 0;
}

.itemtext h3 { /* For use on Pages */
/*
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
*/
}

.itemtext h4 { /* For use on Pages */
/*
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
*/
}

/*
.secondary div {
	margin: 20px 0 0;
	padding: 0;
	}

.secondary div div div {
    margin: 0;
    }
*/
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .item .itemhead .metalink, .comments #primary .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .aside .itemhead .metalink {
	font-size: 1.4em;
	}

.permalink #primary .aside .itemtext {
/*
	font-size: 1.4em;
*/
	color: #999;
	}

.comments #primary .metalink {
	margin: 0 15px 0 0;
	float: none;
	}

.feedicon { /* Next to Comment Section Headline */
	border: 0 !important;
	padding: 0 !important;
	}

.feedlink img { /* On the sidebar */
	height: 16px;
	width: 16px;
	border: none;
	}

#primary .aside {
	padding: 8px;
	margin: 0 4%;
	}

.secondary .aside {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}

.secondary .aside .metalink {
	padding-left: 0px;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */
/*

.sb-search {
	margin-top: 20px;
	}

.sb-search h2 {
	display: none;
	}


*/
form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	display: inline;
}

#searchform {
margin: 7px 0 0 0;

}
/*
input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

*/
#searchinput {
	width: 100px;
	padding: 0 0 0 .2em;
	border: #b22c1b solid 1px;
	}

#searchsubmit {
background-color: #b22c1b;
color:white;
font-weight: bold;
/*border: #b22c1b solid 1px;*/
border: none;
margin: 0;
padding: 0;
}

/*
#searchinput.livesearch {
	width: 100px;
}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	margin: 0;
	width: 100.1%;
/*
	z-index: 100;
*/
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}
*/


/*- Rolling Archives */

#rollingarchives {
	position: relative;
	padding: 5px 0 0;
	margin: 0 0 10px;
	/*text-align: center;*/
	}

#rollingarchives a {
	color: #888;
	}

#rollingarchives a:hover {
	text-decoration: underline;
	}

#rollnavigation {
	padding: 4px;
	}

#rollprevious, #rollnext, #rollpages, #rollload {
	position: absolute;
	width: 90px;
	padding: 7px 5px;
	top: 3px;
	text-align: center;
	}

#rollhome {
	display: none;
	margin-bottom: 5px;
	}

#rollload {
	right: 40px;
	padding-left: 24px;
	/*background: url('images/spinner.gif') left center no-repeat;*/
	background: url('images/spinner.gif') no-repeat left center;
	width: 50px;
	text-align: left;
	}

#rollpages {
	left: 50px;
	color: #777;
	}

#rollprevious {
	left: 0;
	text-align: left;
	}

#rollnext {
	right: 0;
	text-align: right;
	}

#rollingarchives a.inactive, #rollingarchives a.inactive:hover {
	visibility: hidden;
	text-decoration: none !important;
	background-color: transparent !important;
	color: #bbb;
	cursor: default;
	}

#rollnotices {
	padding: 7px;
	text-align: center;
	border-top: 1px solid #f3f3f3;
	}

#rollnotices a {
	color: #227EE9;
}

#rollnotices img {
	float: right;
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	/*background: url('images/reset-fff.gif') center center no-repeat;*/
	background: url('images/reset-fff.gif') no-repeat center center;
	}

#pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	/*background: url('images/sliderbgleft.png') left 5px no-repeat;*/
	background: url('images/sliderbgleft.png') no-repeat center left;
}

#pagetrackend {
	height: 18px;
	/*background: url('images/sliderbgright.png') right 5px no-repeat;*/
	background: url('images/sliderbgright.png') no-repeat center right;
	}

#pagehandle {
	width: 18px;
	height: 18px;
	/*background: url('images/sliderhandle.png') center center no-repeat;*/
	background: url('images/sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}

/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */

#poststuff fieldset {
	border: none;
	}

#poststuff #title, #poststuff #excerpt, #poststuff #tags {
	width: 470px;
	}

#poststuff #title {
	font-size: 2em;
	}

.localtags, .technoratitags {
	display: none;
	}

/*
	Contact Form
*/

.contactform {
	width: 100%;
	position: relative;
	}

.contactleft {
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contacterror {
	border: 1px solid #ff0000;
	}


/*  Kiril */

/* *** Key Figures Page *** */
.header-row {
	border-top: #b22c1b 1px solid;
	border-bottom: #b22c1b 1px solid;
	color: #b22c1b;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.5em 0 0 0;
}

.tblnumb {
	font-weight: bold;
	text-align: right;
	width: 10em;
}

.column1 {
	width: 16em;
}

/* *** /Key Figures Page *** */

/* *** Management Page *** */
#album {
	position: relative;
	margin: 0 0 10px 0;
}

#album dt {
	margin:0;
}

#album dd {
	text-indent: none;
	margin: 0 0 .6em 0;
}

#album .thumbnail {
width: 9em;
	color: #b22c1b;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#album .thumbnail:hover{
	color: black;
	background-color: transparent;
}

#album .popup{
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

#album .popup img{
	float: left;
	width: 110px;
	height: 110px;
	border: none;
	margin: 8px;
}

#album .popup .caption {
	display: block;
	font-weight: bold;
	margin: 0 7px 5px 7px;
}

#album .popup p {
	line-height: 1.2em;
	display: inline;
}

#album .thumbnail:hover .popup, #album .sfhover .popup { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 100px; /*position where enlarged image should offset horizontally */
	width: 290px;
	background-color: #e9e9e9;
	color: black;
	font-weight: normal;
	padding: 5px 10px 10px 10px;
	border: #d3d3d3 solid 1px;
	z-index: 300;
}
/* *** /Management Page *** */

td.row-header {
	padding: 0 15px 0 0;
}
