/*** reset/base styles ***/ body { font-family: Arial, Helvetica, sans-serif; font-size: 75%; color: #444; background: #FFF url(../_images/backgrounds/bkg_tile.jpg) repeat-x left top; } * {margin: 0;padding: 0; border: 0; font: inherit; vertical-align: baseline; line-height: 1;} ul, ol {list-style: none outside;} html {overflow-y: scroll; height:100%;} h1, h2, h3, h4, h5, h6 {font-size: 1em; font-weight: bold;} img {vertical-align: bottom;} input, select {vertical-align: middle;} button, input, select, textarea {width: auto; overflow: visible;} textarea {overflow: auto;} a:hover, a:active {outline: none;} input[type="button"], input[type="submit"], input[type="image"], button {cursor: pointer;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} table {border-collapse: collapse;border-spacing: 0;} td {vertical-align: top;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ""; content: none;} ins {background-color: #ff9; color: #000; text-decoration: none;} mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;} del {text-decoration: line-through;} abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;} pre, code, kbd, samp {font-family: monospace, sans-serif;} sub, sup { font-size: 75%; line-height: 0; position: relative; } sup {top: -0.5em;} sub {bottom: -0.25em;} pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px;} strong {font-weight: bold;} em {font-style: italic; margin-left:1px; margin-right:2px;} /* resets webkits default styling */ input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration { -webkit-appearance:none; } input[type=search] { -webkit-appearance:textfield; -webkit-box-sizing:content-box; } /* clear */ .clear:before {content: ""; display: block; overflow:hidden;} .clear:after, #main:after, .nav_group:after {clear: both; content: ""; display: block; overflow:hidden;} .clear, #main, #header {zoom: 1;} /* page structure */ #container { background: url(../_images/backgrounds/bg_center.jpg) no-repeat center top; min-width: 980px; } #wrap { width: 980px; margin: 0 auto; position: relative; } #main { background: #fff; padding: 10px; } #content { float: left; width: 650px; } #sidebar { float: right; width: 300px; } a {text-decoration: none; color: #00aeef;} a:hover {text-decoration: underline;} @font-face { font-family: 'HelveticaNeueLTStd75Bold'; src: url('../_fonts/helveticaneueltstd-bd.eot'); src: url('../_fonts/helveticaneueltstd-bd.eot?#iefix') format('embedded-opentype'), url('../_fonts/helveticaneueltstd-bd.woff') format('woff'), url('../_fonts/helveticaneueltstd-bd.ttf') format('truetype'), url('../_fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg'); font-weight: normal; font-style: normal; } /* footer */ #footer { background: #d7d7d7; padding: 23px 10px 24px; margin-top: 10px; } #footer p { color: #747474; text-align: center; font-weight: bold; padding: 0; } /* header */ #header { padding-top: 139px; } #header #logo { background: url(../_images/logo.png) no-repeat left top; width: 547px; height: 42px; text-indent: -999em; overflow: hidden; cursor: pointer; position: absolute; top: 78px; left: 0; z-index: 20; } .nav_group { background-image: -moz-linear-gradient(top, #00aeef, #00a2df); background-image: -ms-linear-gradient(top, #00aeef, #00a2df); background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#00a2df)); background-image: -webkit-linear-gradient(top, #00aeef, #00a2df); background-image: linear-gradient(top, #00aeef, #00a2df); filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00aeef', EndColorStr='#00a2df'); zoom: 1; border-top: 1px solid #99c8de; border-bottom: 1px solid #387399; -moz-box-shadow: 0 1px 0 #c1c1c1; -webkit-box-shadow: 0 1px 0 #c1c1c1; box-shadow: 0 1px 0 #c1c1c1; position: relative; } #nav { float: left; } #nav li { float: left; } #nav li.last { border-right: 1px double #4dbee9; } #nav li a:hover, #nav li.home.current-menu-item a:hover, #nav li.current-menu-item a { background-image: -moz-linear-gradient(top, #6cd4e1, #65c8d4); background-image: -ms-linear-gradient(top, #6cd4e1, #65c8d4); background-image: -webkit-gradient(linear, left top, left bottom, from(#6cd4e1), to(#65c8d4)); background-image: -webkit-linear-gradient(top, #6cd4e1, #65c8d4); background-image: linear-gradient(top, #6cd4e1, #65c8d4); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6cd4e1', EndColorStr='#65c8d4'); border-left: 1px solid #c3fffa; } #nav li a { filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00aeef', EndColorStr='#00a2df'); zoom: 1; display: block; text-transform: uppercase; text-decoration: none; color: #fff; font-size: 18px; padding: 16px 29px 17px; border-right: 1px double #00719c; border-left: 1px double #4dbee9; line-height: 14px; font-family: 'HelveticaNeueLTStd75Bold', sans-serif; font-weight: normal; font-style: normal; } #nav li.home.current-menu-item a { filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00aeef', EndColorStr='#00a2df'); background-image: none; border-left: none; } #nav li.home.current-menu-item a:hover, #nav li:first-child a, #nav li:first-child a:hover { border-left: none; } /* search field */ .search_field { float: right; margin: 9px 10px 0 0; } .search_field .search_txt { width: 290px; border-top: 1px solid #43799d; border-right: 1px solid #9f9f9f; border-bottom: 1px solid #75a8c3; border-left: 1px solid #43799d; -moz-box-shadow: 1px 1px 2px #a6a6a6 inset; -webkit-box-shadow: 1px 1px 2px #a6a6a6 inset; box-shadow: 1px 1px 2px #a6a6a6 inset; padding: 6px 4px 5px 8px; font-size: 14px; -webkit-appearance: textfield; float: left; } #search_btn { background: url(../_images/search_btn_bg.png) no-repeat left top; color: #fff; font-size: 15px; font-weight: bold; border-left: 0; float: left; padding: 0 0 0 23px; height: 30px; display: block; width: 101px; } /* primary styles */ .sub_title { background: url(../_images/sub_title_bg.gif) no-repeat left top; border-right: 1px solid #0073b5; border-bottom: 1px solid #0073b5; text-transform: uppercase; line-height: 27px; padding: 9px 20px 8px; color: #fff; margin-bottom: 10px; font-family: 'HelveticaNeueLTStd75Bold', sans-serif; font-weight: normal; font-style: normal; font-size: 24px; } p { line-height: 16px; padding: 0 20px 16px 0; } .btn_style a { display: inline-block; color: #fff; text-transform: uppercase; font-family: 'HelveticaNeueLTStd75Bold', sans-serif; font-size: 12px; cursor: pointer; } .btn_style a:hover { text-decoration: none; } .btn_style span { display: block; float: left; height: 30px; } .btn_style .btn_left { background: url(../_images/buttons/next_btn_left.gif) no-repeat left top; width: 6px; } .btn_style .btn_right { background: url(../_images/buttons/next_btn_right.gif) no-repeat left top; width: 11px; } .btn_style .btn_mid { background: url(../_images/buttons/next_btn_mid.gif) repeat-x left top; padding: 9px 4px 0 8px; height: 21px; } .nav-previous.btn_style .btn_mid { padding: 9px 8px 0 4px; } .nav-previous.btn_style .btn_left { background: url(../_images/buttons/prev_btn_right.gif) no-repeat left top; width: 11px; } .nav-previous.btn_style .btn_right { background: url(../_images/buttons/prev_btn_left.gif) no-repeat left top; width: 6px; } .pagination { overflow: hidden; zoom: 1; } .pagination .nav-previous { float: left; } .pagination .nav-next { float: right; } /* article post */ .article_post { padding-bottom: 24px; } .article_post .article_title { color: #00aeef; text-transform: uppercase; font-size: 22px; font-weight: bold; padding: 0; line-height: 26px; } .article_post .article_title a { text-decoration: none; } .article_post a:hover { text-decoration: underline; } .article_meta { overflow: hidden; zoom: 1; margin: 5px 0 8px; } .article_post .article_date { padding: 0; color: #00AEEF; float: left; font-weight: bold; } .article_share { float: right; padding-right: 17px; } .article_more { border-top: 1px dotted #d6d6d6; padding-top: 10px; color: #00AEEF; } .article_more .divider { padding: 0 9px; } .article-category span { color: #00AEEF; } .article-category { font-weight: normal; padding: 0; } /* sidebar */ .top_module { margin-bottom: 10px; } .image_items li { overflow: hidden; zoom: 1; margin-bottom: 10px; background: #ccecf9; } .image_items a { background: #ccecf9; color: #233a57; font-weight: bold; display: block; height: 60px; text-decoration: none; text-transform: uppercase; cursor: pointer; } .image_items a:hover { text-decoration: underline; } .image_items li img { float: left; width: 80px; height: 60px; } .image_items .item_title { line-height: 15px; padding: 7px 10px 0; height: 45px; overflow: hidden; zoom: 1; } /* social links */ .social_links { overflow: hidden; zoom: 1; margin-bottom: 10px; } .social_links li { float: left; margin-left: 6px; } .social_links li:first-child { margin-left: 0; } .social_links li a { background: url(../_images/social_icons.jpg) no-repeat 0 0; display: block; width: 45px; height: 45px; overflow: hidden; text-indent: -999em; } .social_links li#twitter a { background-position: -45px 0; } .social_links li#flickr a { background-position: -90px 0; } .social_links li#youtube a { background-position: -135px 0; } .social_links li#rss a { background-position: -180px 0; } .social_links li#email a { background-position: -225px 0; } /* about page */ .image_items_2 li { border-bottom: 1px dotted #666666; overflow: hidden; zoom: 1; padding-bottom: 10px; margin-bottom: 10px; } .image_items_2 li.last { border-bottom: none; } .image_items_2 .item_image { float: left; margin-right: 10px; display: block; } .image_items_2 .item_image img { width: 80px; height: 60px; } .desc { overflow: hidden; zoom: 1; } .author_name { font-weight: bold; padding-bottom: 5px; display: inline-block; } .author_info { padding-bottom: 0; } .author_list { padding-top: 13px; } /* comments */ section.comments { border-top: 1px dotted #D6D6D6; padding-top: 36px; margin-bottom: 20px; } .comments .sub_title { background: url(../_images/sub_title_bg_gray.gif) no-repeat left top; border-right: 1px solid #5b5b5b; border-bottom: 1px solid #5b5b5b; } .comments .fbc_form_multi_buttons button, .comments #fbc_comments-form button { background: #00aeef; background-image: -moz-linear-gradient(top, #00aeef, #00a2df); background-image: -ms-linear-gradient(top, #00aeef, #00a2df); background-image: -webkit-gradient(linear, left top, left bottom, from(#00aeef), to(#00a2df)); background-image: -webkit-linear-gradient(top, #00aeef, #00a2df); background-image: linear-gradient(top, #00aeef, #00a2df); border: 1px solid #0073b5; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 0 #4dc6f4 inset; -webkit-box-shadow: 0 1px 0 #4dc6f4 inset; box-shadow: 0 1px 0 #4dc6f4 inset; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; vertical-align: baseline; width: auto; padding: 0 27px; display: block; float: left; margin-left: 10px; color: #fff; font-size: 12px; font-weight: bold; } .comments #display_comments { width: auto; clear: none; background: #dbdbdb; } .comments .arrow_placement { background: url(../_images/comment_arrow.gif) no-repeat left top; position: relative; z-index: 3; margin: 16px -1px 0 0; width: 13px; height: 16px; padding-top: 0; } .comments .arrow_placement img { display: none; } .comments .fbc_innerThumbRgtContainer { background: #fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #bdbdbd; zoom: 1; overflow: hidden; width: auto; float: none; clear: none; } #display_comments img[src*="ajax-loader.gif"] { background: none repeat scroll 0 0 #FFFFFF; border-radius: 25px 25px 25px 25px; margin-left: 0; padding: 2px; } /* IE FIXES */ .ie7 {} .ie8 {} #lb_overlay{ background: url('/./modules/images/overlay.png') repeat; position: absolute; z-index: 90; filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40; } #lb_box{ width: 36.1%; height: 310px; text-align:left; z-index: 90; } #lb_box_content { width: 97.8%; height: 302px; position: absolute; top: 4px; left: -120px; } #lb_box_content .or { } #lb_box_content a:link, #lb_box_content a:hover, #lb_box_content a:visited { font-size: 11px; font-family: arial; font-weight: normal; text-decoration: none; } #pop_wrapper { width: 414px; display: block; border: 0px solid black; } #pop_wrapper .title { background: url('../_images/pop_title.png') no-repeat left top; width: 414px; height: 53px; border: 0px solid red; position: relative; } .title .bt_close { position: absolute; right:10px; top:11px; } #pop_wrapper .form_content { background: url('../_images/pop_base.png') no-repeat left top; width: 414px; border: 0px solid red; font-size: 12px; color: #444; Font-family: Arial, verdana; padding: 10px 0 32px 0; } .form_content .fieldset { background: #dbdbdb; display: block; border: 0px solid red; padding: 7px 14px 11px 14px; margin: 10px 0 16px 0; } .form_content .content_margin { margin: 0px 28px; border: 0px solid red; } .fieldset label { font-weight: bold; text-transform: uppercase; line-height: 20px; } .fieldset input { background: url('../_images/input_bg.png') no-repeat top left; border: 0px solid red; width: 326px; height: 26px; margin-bottom: 10px; color: #383838; } #infscr-loading{text-align:center;}