@charset "UTF-8"; body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small; background: #ffffff; 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-image: url(../../themes/default/slices/logo-tree-wallpaper-flat.png); } .thrColFixHdr #topLikeBoxContainer { width: 920px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px; text-align: left; padding: 0px 20px 0px 100px; } .thrColFixHdr #ShadowContainer { width: 920px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background-image: url(../../themes/default/slices/dropshadow2.png); margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ border: 0px; text-align: left; /* this overrides the text-align: center on the body element. */ } .thrColFixHdr #container { width: 880px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ border: 0px solid #000000; margin-left: 20px; background: #ffffff; } .thrColFixHdr #header { background-image: url(../../themes/default/slices/header-short.jpg); height: 105px; padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ } .thrColFixHdr #languageHolder { margin: 0px 0px 0px 30px; font-weight: bold; font-size: small; color: #FFFFFF; } .thrColFixHdr #languageHolder a:link { color: #FFFFFF; text-decoration: none; } .thrColFixHdr #languageHolder a:hover { color: #990000; text-decoration: none; } .thrColFixHdr #languageHolder a:active { color: #990000; text-decoration: none; } .thrColFixHdr #languageHolder a:visited { color: #FFFFFF; text-decoration: none; } .thrColFixHdr #flagHolder { margin: 0px 0px 0px 30px; font-weight: bold; font-size: small; color: #FFFFFF; } .thrColFixHdr #flagHolder a:link { color: #FFFFFF; text-decoration: none; } .thrColFixHdr #flagHolder a:hover { color: #990000; text-decoration: none; } .thrColFixHdr #flagHolder a:active { color: #990000; text-decoration: none; } .thrColFixHdr #flagHolder a:visited { color: #FFFFFF; text-decoration: none; } .thrColFixHdr #header h1 { margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */ padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ } .thrColFixHdr #navigation { height: 40px; padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ font-weight: normal; font-size: medium; margin: 5px 0 0 25px; } .thrColFixHdr #navigation2 { height: 40px; padding: 0px 20px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ font-weight: normal; font-size: medium; margin: 5px 0 0 25px; text-align: justify; } .thrColFixHdr #navigation2Top { padding: 4px 20px 0 25px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */ font-weight: normal; font-size: 12px; margin: 0px 0px 0 0; text-align: right; background-color: #000; height: 20px; } .thrColFixHdr #sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ } .thrColFixHdr #sidebar2 { float: right; /* since this element is floated, a width must be given */ width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ } .thrColFixHdr #mainContent { margin: 0 290px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #sidebar1Wide { float: left; /* since this element is floated, a width must be given */ width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ededed; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ margin-top: 55px; } .thrColFixHdr #sidebar2Wide { float: right; /* since this element is floated, a width must be given */ width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 40px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ } .thrColFixHdr #sidebar2WideArchive { float: right; /* since this element is floated, a width must be given */ width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 25px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ } .thrColFixHdr #sidebar2WideHome { float: right; /* since this element is floated, a width must be given */ width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ededed; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ margin-top: 0px; } .thrColFixHdr #sidebar2WideContact { float: right; /* since this element is floated, a width must be given */ width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */ background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */ margin-top: 0px; } .thrColFixHdr #mainContentWide, .pageContainer { margin: 0 20px 0 290px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .pageContainer{ margin: 0 20px 0 290px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #mainContentWideHome { margin: 0px 300px 0px 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #mainContentWideArchive { margin: 0 230px 0 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #mainContentWideArchiveList { margin: 0 20px 0 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #mainContentWideContact { margin: 0 20px 0 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */ padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } .thrColFixHdr #footer { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background-image: url(../../themes/default/slices/footer.jpg); height: 100px; } .thrColFixHdr #cv-link { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 20px 0 20px; text-align: right; color: #000000; font-size: x-small; font-weight: bold; } .thrColFixHdr #cv-link a:link { color: #000000; text-decoration: none; } .thrColFixHdr #cv-link a:hover { color: #990000; text-decoration: none; } .thrColFixHdr #cv-link a:visited { color: #333333; text-decoration: none; } .thrColFixHdr #cv-link a:active { color: #990000; text-decoration: none; } .thrColFixHdr #credits { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 20px 0 20px; text-align: right; color: #FFFFFF; font-size: x-small; } #credits a { color: #99CCFF; text-decoration: none; } .thrColFixHdr #underFooter { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 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 */ background-image: url(../../themes/default/slices/dropshadow3.png); height: 34px; width: 920px; } .thrColFixHdr #overHeader { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 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 */ background-image: url(../../themes/default/slices/dropshadow6.png); height: 45px; width: 920px; } .thrColFixHdr #underFooterInfoContainer { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 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 */ width: 920px; font-size: x-small; } .thrColFixHdr #underFooterInfo { padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ margin: 0 40px 0 40px; /* the auto margins (in conjunction with a width) center the page */ width: 840px; text-align: right; } .thrColFixHdr #kinitirasInfo { font-weight: bold; } .thrColFixHdr #subscribeLink { font-weight: bold; margin-right: 20px; text-align: right; } .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; } .itemType { margin: 5px 0px 20px 25px; font-weight: bold; font-size: large; width: 250px; } .itemContainer { width: 260px; margin: 0px 10px 10px 20px; } .itemSubContainer { width: 250px; margin: 5px 5px 5px 5px; } .itemThumb { width: 40px; float: left; } .itemDescription { margin: 0px 0px 0px 50px; } .itemDate { margin: 0px 0px 0px 0px; } .itemTitle { margin: 0px 0px 0px 0px; font-weight: bold; } .itemTitle a { margin: 0px 0px 0px 0px; font-weight: bold; text-decoration: none; color: #000000; } .itemTitle a:hover{ margin: 0px 0px 0px 0px; font-weight: bold; text-decoration: none; color: #990000; } .itemSubtitle { margin: 0px 0px 0px 0px; color: #333333; } .itemFooter { margin: 10px 15px 1px 5px; height: 2px; background-color: #CCCCCC; } .itemTitleBig, .pageitemMaintitle { margin: 5px 0px 20px 25px; font-weight: bold; font-size: large; width: 340px; } .itemTitleBigArchive { margin: 5px 0px 0px 0px; font-weight: bold; font-size: large; width: 620px; } .itemTitleBigHome { margin: 5px 0px 0px 0px; font-weight: bold; font-size: large; width: 545px; color: #BE1F2D; } .itemTitleBigContact { margin: 5px 0px 0px 0px; font-weight: bold; font-size: large; width: 540px; } .itemDateBig, .pageitemMetainfo, .pageitemShortdescription { margin: 0px 0px 0px 25px; font-weight: bold; font-size: small; width: 320px; color: #666666; } .pageitemLongdescription{ margin: 0px 0px 0px 25px; } .itemDateBigArchive { margin: 0px 0px 0px 0px; font-weight: bold; font-size: small; width: 620px; color: #666666; } .itemDateBigHome { margin: 0px 0px 0px 0px; font-weight: bold; font-size: small; width: 555px; color: #666666; } .subTitle-2 { margin: 2px 0px 2px 0px; font-weight: bold; font-size: small; color: #333333; text-align: left; } .subTitle-3 { margin: 2px 0px 2px 0px; font-weight: normal; font-size: small; color: #333333; text-align: left; } .subTitle-4 { margin: 2px 0px 2px 0px; font-weight: bold; font-size: small; color: #BE1F2D; text-align: left; } .itemDateBigContact { margin: 0px 0px 0px 0px; font-weight: bold; font-size: small; width: 830px; color: #666666; } .itemDateBig a{ margin: 0px 0px 0px 0px; font-weight: bold; font-size: small; width: 320px; color: #666666; text-decoration: none; } .itemDateBig hover{ margin: 0px 0px 0px 0px; font-weight: bold; font-size: small; width: 320px; color: #999999; text-decoration: none; } .itemContainerBig, { width: 340px; margin: 0px 10px 10px 20px; } .itemContainerBigArchive { width: 620px; margin: 0px 10px 10px 0px; } .itemContainerBigHome { width: 545px; margin: 0px 0px 0px 0px; } .itemContainerBigContact { width: 835px; margin: 0px 0px 0px 0px; } .itemContainerBig360 { width: 835px; margin: 0px 0px 0px 0px; height: 380px; } .itemSubContainerBig { width: 320px; margin: 5px 5px 5px 25px; } .itemSubContainerBigArchive { width: 610px; margin: 5px 5px 5px 0px; } .itemArchiveList { width: 835px; margin: 5px 0px 5px 0px; } .itemArchiveListCat { width: 75px; margin: 0px 0px 0px 0px; float: left; font-style: italic; color: #666666; } .itemArchiveListTitle { margin: 0px 20px 0px 85px; } .itemArchiveListTitle a:link{ color: #000000 ; text-decoration: none; font-weight: bold; } .itemArchiveListTitle a:hover{ color: #990000; text-decoration: none; font-weight: bold; } .itemArchiveListTitle a:active{ color: #000099; text-decoration: none; font-weight: bold; } .itemArchiveListTitle a:visited{ color: #333333; text-decoration: none; font-weight: bold; } .itemPicWide { width: 200px; margin: 0px 0px 10px 0px; } .itemBtnContainer { width: 260px; margin: 0px 10px 10px 25px; } .style2 { font-size: x-small; text-align: right; text-decoration: none; } .style3 { color: #990000; text-decoration: none; } .style3 a:link{ color: #990000; text-decoration: none; } .style3 a:hover{ color: #000000; text-decoration: none; } .style3 a:active{ color: #000099; text-decoration: none; } .style3 a:visited{ color: #000000; text-decoration: none; } .style4 { font-size: x-small; text-align: left; text-decoration: none; } #navigation a { color: #999999; text-decoration: none; } #navigation2 a { color: #999999; text-decoration: none; } #navigation a:hover { color: #660000; text-decoration: none; } #navigation2 a:hover { color: #660000; text-decoration: none; } .spacer80 {height: 80px; } .spacer60 {height: 60px; } .spacer50-wht { height: 50px; background-color: #FFF; } .spacer50 {height: 50px; } .spacer30 {height: 30px; } .spacer25 {height: 25px; } .spacer20 {height: 20px; } .spacer10 {height: 10px; } .spacer5 {height: 5px; } .sponsor1 { text-align: right; margin-right: 20px; } .button-right { margin-right: 20px; margin-left: 20px; text-align: right; } .button-left { margin-right: 25px; margin-left: 25px; text-align: left; } .archiveBack { color: #990000; text-decoration: none; font-weight: bold; margin-left: 25px; } .archiveBack a:link { color: #990000; text-decoration: none; font-weight: bold; } .archiveBack a:hover { color: #000066; text-decoration: none; font-weight: bold; } .archiveBack a:visited { color: #990000; text-decoration: none; font-weight: bold; } .thrColFixHdr #buttonArchiveGr { } .blueBox { background-color: #ededed; padding: 5px 0px 5px 0px; font-weight: bold; color: #333333; font-size: small; } .blueBox2 { background-color: #ededed; padding: 5px 5px 3px 5px; color: #333333; font-size: x-small; font-style: italic; } .itemHomeTitle { margin: 0px 0px 0px 0px; } .itemHomeTitle a:link{ color: #990000; text-decoration: none; font-weight: bold; } .itemHomeTitle a:hover{ color: #000000; text-decoration: none; font-weight: bold; } .itemHomeTitle a:active{ color: #000099; text-decoration: none; font-weight: bold; } .itemHomeTitle a:visited{ color: #333333; text-decoration: none; font-weight: bold; } .yellowBox{ background-color: #fdc726; color: #0a1970; } .bannerTL{ background-color: #ffffff; color: #333; } .facebookLike { width: 288px; text-align: left; background-color: #FFF; border-width: 0; padding-right: 2px; } .facebookInner { margin-right: 15px; } .naviWhiteItem{ color: #ccc; text-decoration: none; } .naviWhiteItem a:link{ color: #ccc; text-decoration: none; } .naviWhiteItem a:hover{ color: #BE1F2D; text-decoration: none; } .naviWhiteItem a:active{ color: #BE1F2D; text-decoration: none; } .naviWhiteItem a:visited{ color: #ccc; text-decoration: none; } .addthis_toolbox addthis_default_style addthis_32x32_style{ text-align: left; }