@charset "utf-8";
/************************
 * FunMakr CSS Stylesheet
 * Author: Michael Palmer (mike@stroke7.com)
 * Created: 2008/02/11
 ************************/

/* Eric Meyer CSS reset */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*******************************
	body and wrapper rules 
********************************/
body { background: #999 url(../gui/background.png) repeat; text-align: center; font: normal normal normal 12px/15px Arial, Verdana, "Trebuchet MS", sans-serif; color: #333; }
div#wrapper { width: 996px; margin: 10px auto; text-align: left; position: relative; }

/*******************************
	header rules 
********************************/
div#header { height: 115px; background: transparent url(../gui/header_logo.png) repeat-x 0 0; padding: 10px 20px 0 20px; text-align: left; }
div#header h1 { background: transparent url(../gui/header_logo.png) no-repeat 0 -176px; }
div#header a { display: block; width: 275px; height: 72px; text-indent: -999em; }

/*******************************
	menu rules 
********************************/
div#menu { float: left; width: 212px; padding-top: 25px; }
div#menu ul li { background-color: transparent; background-image: url(../gui/menu.png); background-repeat: no-repeat; margin-bottom: 10px; }
div#menu ul li ul li { margin-bottom: 0;}

/* inactive ("not here") */
li#link-home { background-position: -212px 0;}
li#link-about { background-position: -212px -59px;}
li#link-background { display: none;}
li#link-purpose { display: none;}
li#link-specialty { display: none;}
li#link-partners { display: none;}
li#link-official { background-position: -212px -119px;}
li#link-top { background-position: -212px -178px;}
li#link-union { background-position: -212px -239px;}
li#link-ads { background-position: -212px -298px;}
li#link-ads-special { display: none;}
li#link-ads-position { display: none;}
li#link-contact { background-position: -212px -359px;}

/* active ("here") */
body.home li#link-home { background-position: 0 0;}
body.about li#link-about { background-position: 0 -70px;}
body.about li#link-background { display: block; background-image: none;}
body.about li#link-purpose { display: block; background-image: none;}
body.about li#link-specialty { display: block; background-image: none;}
body.about li#link-partners { display: block; background-image: none;}
body.official li#link-official { background-position: 0 -302px;}
body.top li#link-top { background-position: 0 -379px;}
body.union li#link-union { background-position: 0 -455px;}
body.ads li#link-ads { background-position: 0 -527px;}
body.ads li#link-ads-special { display: block; background-image: none;}
body.ads li#link-ads-position { display: block; background-image: none;}
body.contact li#link-contact { background-position: 0 -679px;}

div#menu ul li a { display: block; width: 212px; text-indent: -999em; }

/* inactive ("not here") */
li#link-home a { height: 39px; }
li#link-about a { height: 41px; }
li#link-background a { height: 0; }
li#link-purpose a { height: 0; }
li#link-specialty a { height: 0; }
li#link-partners a { height: 0; }
li#link-official a { height: 41px; }
li#link-top a { height: 43px; }
li#link-union a { height: 42px; }
li#link-ads a { height: 42px; }
li#link-ads-special a { height: 0; }
li#link-ads-position a { height: 0; }
li#link-contact a { height: 42px; }

/* active ("here") */
body.home li#link-home a { height: 68px; }
body.about li#link-about a { height: 70px; }
body.about li#link-background a { height: 38px; }
body.about li#link-purpose a { height: 39px; }
body.about li#link-specialty a { height: 39px; }
body.about li#link-partners a { height: 40px; }
body.official li#link-official a { height: 67px; }
body.top li#link-top a { height: 67px; }
body.union li#link-union a { height: 68px; }
body.ads li#link-ads a { height: 68px; }
body.ads li#link-ads-special a { height: 37px; }
body.ads li#link-ads-position a { height: 37px; }
body.contact li#link-contact a { height: 68px; }

/*******************************
	content rules 
********************************/
div#content { float: right; width: 750px; border: solid 17px #0067a1; background: #fff; margin-bottom: 30px; }

/*******************************
	footer rules 
********************************/
div#footer { clear: both; margin-top: 25px; background: transparent url(../gui/header_logo.png) no-repeat 700px -320px; padding: 10px 0; }
div#footer p { display: block; width: 656px; height: 42px; text-align: right; background: #fff; color: black; padding: 10px 15px; font-size: 12px; line-height: 20px; }
div#footer a { color: #000; text-decoration: none; }

/*******************************
	version rules 
********************************/
div#version { position: absolute; right: 7px; top: 8px; width: 90px; height: 120px; text-align: right; background: transparent url(../gui/header_logo.png) no-repeat 0 -450px; font-size: 12px; color: #8c8c8c; }

/*******************************
	general rules 
********************************/
div#content h2 { margin: 29px 0 26px 0; font-size: 18px; line-height: 18px; background-image: url(../gui/elements.png); background-repeat: no-repeat; background-position: 0 0; padding-left: 51px; color: black; clear: both; }
div#content h2 span { background: #fff; padding: 0 5px; }
div#content h3 { margin: 26px 0 6px 15px; font-size: 13px; color: #000; font-weight: bold; }
div#content h3 span { border: solid 1px #ccc; padding: 2px; }

a.external-link { color: #0067a1; padding-right: 19px; background: transparent url(../gui/elements.png) no-repeat 100% -118px; }
.clear { clear: both; }

div#content table { margin: 0 24px 32px 20px; }
div#content table td { padding: 4px 8px 4px 0; }

/*******************************
	home rules 
********************************/
.home #content { padding: 20px 0 235px 0; background: white url(../gui/home_bg.jpg) no-repeat left bottom; }

div#home-banners { margin-left: 14px; width: 166px; float: left; }
div#home-banners p { margin-bottom: 10px;}
div#home-main { width: 544px; float: right; margin-right: 16px; }
div#home-sitemap { width: 532px; height: 245px; padding: 8px 6px; margin-bottom: 6px; }

/* headings */
div#content div#home-main h2 { display:block; text-indent:-999em; height:25px; background-color:transparent; background-image:url(../gui/elements.png); background-repeat:no-repeat; margin: 0; padding: 0; }
div#content div#home-main h2#heading-info { width: 112px; background-position: 0 -65px; }
div#content div#home-main h2#heading-news { width: 74px; background-position: -145px -65px; float: left; margin-right: 6px; }

/* link list */
div.link-list { width: 135px; height: 157px; border-right: solid 1px #3CBAEC; float: left; padding: 6px 0 0 41px; margin-top: 16px; }
div.link-list.last { border-right: none; }
div.link-list dl { margin-bottom: 32px; }
div.link-list dt { margin-bottom: 9px; }
div.link-list dt a { color: #000; font-size: 14px; font-weight: bold; }
div.link-list dd { margin-bottom: 5px;} 
div.link-list dd a { color: #666; font-size: 12px; margin-left: 18px; }

/* news */
div#home-news a{ font-size: 16px; color: #0067a1; line-height: 25px;}

/*******************************
	about rules 
********************************/
body.about div#content h2 { background-color: #d30043; }
body.about div#content p { margin: 0 24px 32px 20px; line-height: 24px; }
p.byline { color: #000; }
body.about div#content p.img { margin-left: 23%;}

/*******************************
	blog rules (official and top)
********************************/
body.official div#content h2, body.top div#content h2 { padding-left: 20px; line-height: 32px; margin-bottom: 2px; clear: both; }
body.official div#content h2 span, body.top div#content h2 span { color: #fff; padding: 4px 7px 5px 7px; letter-spacing: 1px;}
p.post-date { margin-left: 146px; font-size: 10px; margin-bottom: 25px; }
div.post-teaser { margin: 0 26px 30px 99px; background: #bfd9e6; position: relative; padding-bottom: 12px;}
div.post-teaser2 { margin: 0 6px 10px 10px; background: #ffffff; position: relative; padding-bottom: 12px;}
div.post-teaser img { padding: 0 11px 11px 0; background: #fff; float: left; margin: 0 9px 9px 0;}
div.post-teaser p.text { padding: 9px; line-height: 24px; color: #000;}
div.post-teaser p.comment-panel { position: absolute; bottom: 5px; right: -26px; padding-right: 20px; background: transparent url(../gui/elements.png) 100% -33px;}
a.comment-link { display: block; width: 103px; height: 16px; text-indent: -999em; background: transparent url(../gui/elements.png) no-repeat 0 -95px; float: left; margin-right: 10px; }
a.comment-num { color: #0067a1; padding: 0 5px; }
div.pagination { margin: 0 26px 18px 12px; height: 43px; line-height: 43px;}
div.pagination a { color: #0067a1; font-size: 14px;}
a.previous-page { display: block; width: 87px; height: 43px; background: transparent url(../gui/elements.png) no-repeat 0 -140px; text-indent: -999em; float: left;}
a.next-page { display: block; width: 87px; height: 43px; background: transparent url(../gui/elements.png) no-repeat -112px -140px; text-indent: -999em; float: right; }
p.page-num-links { text-align: center;}

div#comments { margin-left: 98px; }
div.comment { margin-bottom: 17px; position: relative;}
div.comment blockquote { background: #fff; width: 607px; padding: 16px 9px 20px 9px; line-height: 20px; }
div.comment.even blockquote { background: #e9f5fb; }
p.comment-byline { text-align: right; padding-right: 20px; margin-top: -20px; font-size: 12px; line-height: 16px; position: absolute; right: 0; background: transparent url(../gui/elements.png) no-repeat 100% -33px; }
p.comment-byline span { background: #c4d247; padding: 0 15px 0 7px; }

div#comment-form { width: 619px; border: 3px solid #CFE3ED; margin: 33px 0; position: relative; }
div#comment-form form { margin: 14px 11px;}
div#comment-form input.text { border: 1px solid #739EB3; height: 17px;}
div#comment-form textarea { border: 1px solid #739EB3; width: 100%; height: 160px; margin: 8px 0;}
p#input-email { position: absolute; top: 14px; left: 231px;}
p#input-remember { margin-top: 5px; }
p#input-name input { width: 129px; }
p#input-email input { width: 317px; }
p#input-captcha img { border: 1px solid #739EB3; float: left; }
p#input-captcha label { line-height: 29px; margin-left: 6px; }
p#input-submit { text-align: right; }

/*******************************
	official rules (Blog)
********************************/
body.official div#content h2 span { background: #c4d247; }
body.official a.comment-num { background: #c4d247; }

/*******************************
	top rules (Top Blogs)
********************************/
body.top div#content h2 span { background: #999; }
body.top a.comment-num { background: #999; }

/*******************************
	union rules  (Our Media)
********************************/
body.union div#content h2 { background-color: #0195c5; }
ul.blog-list { color: #666; margin: 16px 17px 16px 12px; }
ul.blog-list li { border-bottom: solid 1px #c8c8c8; line-height: 22px; padding-left: 12px;}
ul.blog-list li.last { border-bottom: none;}
ul.blog-list span.post-datetime { font-size: 10px; padding-left: 10px;}
div.media-item { width: 235px; height: 331px; background: transparent url(../gui/elements.png) no-repeat 0 -183px; float: left; margin: 0 0 20px 11px; color: #000; position: relative; }
div#content div.media-item h3 { color: #888; text-align: center; margin: 0 0 15px 0; line-height: 57px;}
div.media-item p.media-text { width: 174px; height: 159px; overflow: hidden; margin: 0 auto; padding: 0 6px; line-height: 22px;}
div.media-item p.img { width: 186px; margin: 0 auto 10px auto;}
div.media-item p.media-link { position: absolute; left: 169px; top: 288px;}
div.media-item p.media-link a { display: block; width: 16px; height: 16px; text-indent: -999em; background: transparent url(../gui/elements.png) no-repeat -145px -95px; }
div.media-item p.media-rss { position: absolute; left: 188px; top: 288px;}
div.media-item p.media-rss a { display: block; width: 16px; height: 16px; text-indent: -999em; background: transparent url(../gui/elements.png) no-repeat -177px -95px; }

/*******************************
	ads rules 
********************************/
body.ads div#content h2 { background-color: #c2d444; }
body.ads div#content p { margin: 0 24px 32px 20px; line-height: 24px;}
body.ads div#content table { margin-top: -20px; }
body.ads img { background: #fff; float: left; margin: 0 9px 30px 0;}
div.ads-image { text-indent: -999em; height: 241px; background-color: transparent; background-repeat: no-repeat; background-position: 0 0; margin: 0 24px 32px 34px; }
div#ads-01 { height: 265px; background-image: url(../gui/ads_b01.jpg);}
div#ads-02 { height: 294px; background-image: url(../gui/ads_b02.jpg);}
div#ads-03 { background-image: url(../gui/ads_b03.jpg);}
div#ads-04 { background-image: url(../gui/ads_b04.jpg);}
div#ads-05 { background-image: url(../gui/ads_b05.jpg);}

/*******************************
	contact rules 
********************************/
body.contact div#content h2 { background-color: #ffa300; }
body.contact div#content p { margin: 0 24px 0 20px; line-height: 24px;}
div#g-map { width: 585px; height: 284px; background: #efefef; border: 1px solid #ddd; margin: 10px 24px 30px 20px;}
