/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }


body {
    text-align:center;
    background:#3e3d3b url(../imgs/map-mediumblur.jpg) repeat-x -5% 300px;
    font-family:Verdana;
    font-size:12px;
    color:#535150;
}

.body_results {
    background:#3e3d3b url(../imgs/map-noblur.png) repeat-x 50% 0px;
}

#wrapper_mid,
#wrapper_top {
    position:absolute;
    top:0;bottom:0;right:0;left:0;
}

#wrapper_mid {
    background:url(../imgs/map-noblur.png) repeat-x 50% -100px;
}

#wrapper_top {
    background:url(../imgs/map-largeblur.png) repeat-x 200% 0;
}

.fleft {
    float:left;
}

.fright {
    float:right;
}

.clear {
    clear:both;
}

.spacer {
    height:3px;
}

.hr {
    height:3px;
    border-bottom:1px solid #c8c8c8;
}

.hr.dotted {
    border-bottom:1px dotted #c8c8c8;
    margin:15px 0;
}

a {
    font-size:12px;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p {
    margin:10px 0;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

#common {
    position:absolute;
    top:0px;
    left:30%;
    z-index:999;
    visibility:hidden;
}

.centerer {
    position:relative;
    width:1098px;
    margin:0 auto;
    text-align:left;
}

.block .content {
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -khtml-border-radius-bottomright:5px;
    -khtml-border-radius-bottomleft:5px;
    border-radius-bottomright:5px;
    border-radius-bottomleft:5px;
}

.block h4 {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -khtml-border-radius-topright:5px;
    -khtml-border-radius-topleft:5px;
    border-radius-topright:5px;
    border-radius-topleft:5px;
}

.plug {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}

#footer {
    height:55px;
    width:100%;
    background:#231f20;
    border-top:1px solid #4f4c4c;
    color:#999;
}

#footer a {
    color:#999;
}

.footer_landing {
    position:absolute;
    bottom:0px;
    left:0px;
}

#copyright,
#by {
    margin-top:20px;
    font-size:11px;
}

#copyright a,
#by a {
    font-size:11px;
}

#copyright {
    float:left;
    margin-left:10px;
}

#by {
    float:right;
    margin-right:20px;
}

/* landing page */

.header_landing {
    position:absolute;
    top:190px;
    left:0px;
    height:514px;
    width:100%;
    background:url(../imgs/bg_main.png) repeat-x; 
}

#logo {
    display:block;
    position:absolute;
    top:140px;
    left:10px;
    width:380px;
    height:80px;
    background:url(../imgs/logo.png) no-repeat center;
}

div#logo {
    top:-50px;
}

#motto {
    position:absolute;
    top:240px;
    left:620px;
    font-size:46px;
    color:#fff;
    width:560px;
    text-align:left;
}

#motto span {
    padding:2px 0 2px;
}

#motto .highlighted {
    color:#aecc3d;
    background:#4e6d39;
    padding-right:5px;
    padding-left:5px;
}

#current_location {
    position:absolute;
    right:50px;
    top:30px;
    width:400px;
    color:#fff;
    font-size:11px;
    font-family:Arial;
    text-align:right;
}

.header_results #current_location{
    top:220px;
}

#current_location a {
    color:#fff;
    text-decoration:underline;
}

#current_location a:hover {
    text-decoration:none;
}

#search_box {
    position:absolute;
    left:16px;
    top:110px;
    width:540px;
}

#s {
    width:320px;
    height:22px;
    background:url(../imgs/search.png) no-repeat;
    border:none;
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    color:#535150;
    padding:15px 26px 15px 40px;
    margin-top:3px;
    float:left;
}

#search_box button {
    display:block;
    width:141px;
    height:58px;
    background:url(../imgs/btn_search.png) no-repeat;
    border:none;
    text-decoration:none;
    float:right;
    cursor:pointer;
}

#search_box button:hover {
     background:url(../imgs/btn_search.png) no-repeat 0px -56px;
}

#search_box button span {
    display:none;
}

#popular_searches {
    position:absolute;
    top:170px;
    left:10px;
    width:548px;
    height:215px;
    background:url(../imgs/bg_popular.png) no-repeat;
}

#popular_searches table {
    position:relative;
    top:95px;
    left:15px;
}

#popular_searches table td {
    padding:0 20px;
    background:url(../imgs/separator.png) no-repeat right;
    vertical-align:top;
}

#popular_searches table td.last_td {
    background:none;
}


#popular_searches table a {
    color:#fff;
    font-size:13px;
    line-height:1.4;
}

/* results */

.header_results {
    position:absolute;
    top:0px;
    left:0px;
    height:777px;
    width:100%;
    background:url(../imgs/bg_results.png) repeat-x;
}

.header_results #motto {
    font-size:25px;
    left:600px;
    top:280px;
}

.header_results #search_box {
    top:270px;
}

#content {
    height:100%;
    width:100%;
    margin-top:365px;
}

.content_box {
    width:100%;
    background:url(../imgs/bg_results_content.png) repeat-y;
}

.content_box_footer {
    height:23px;
    width:100%;
    background:url(../imgs/bg_results_footer.png) no-repeat;
    margin-bottom:10px;
}

#top {
    min-height:500px;
    _height:500px;
}

#top.not_found {
    min-height:220px;
    _height:220px;
    position:relative;
}

#contact_us {
    position:relative;
    top:160px;
    left:50px;
}

#contact_us,
#contact_us a {
    font-size:18px;
}


#bottom {
    min-height:610px;
    _height:610px;
}

.footer_results {
   position:relative;
   margin-top:20px;
}

#top h1 {
    font-family:Verdana;
    font-size:23px;
    font-weight:bold;
    position:absolute;
    top:10px;
    left:50px;
    padding-top:20px;
}

#top h1 .red {
    font-style:italic;
    font-weight:bold;
}

/* blocks */
#time {
    position:absolute;
    top:100px;
    left:45px;
    text-align:center;
}

#time h3 {
    font-size:70px;
    font-weight:bold;
    color:#f46700;
}

#time h4 {
    font-size:22px;
    font-weight:bold;
    color:#4b4b4b;
}

#total_offset {
    position:absolute;
    top:10px;
    left:20px;
    color:#fff;
    font-size:50px;
}

#offset {
    position:absolute;
    top:50px;
    left:150px;
    color:#fff;
    font-size:20px;
}

#share {
    position:absolute;
    top:54px;
    right:45px;
}

#timezone {
    position:absolute;
    top:230px;
    left:45px;
    width:416px;
    height:102px;
    background:url(../imgs/timezone.jpg) no-repeat;
}

#flag {
    position:absolute;
    top:15px;
    right:20px;
}

#flag img {
    width:70px;
    height:70px;
}

#weather {
    position:absolute;
    top:370px;
    left:50px;
    width:400px;
    height:120px;
    font-family:Verdana;
    color:#000;
}

#weather h2 {
    font-size:15px;
    font-weight:bold;
    padding-bottom:10px;
}

#weather_today {
    width:160px;
    float:left;
}

#weather_forecast {
    width:240px;
    float:right;
}

#weather_forecast li {
    width:80px;
    float:left;
    text-align:center;
}

.weather_condition {
    width:48px;
    height:48px;
    margin:0 auto;
}

.temperature {
    font-size:10px;
}

.chance-of-rain {
    background:url(../imgs/weather.jpg) no-repeat -90px 0px;
}

.partly-cloudy {
    background:url(../imgs/weather.jpg) no-repeat 0px -45px;
}

.cloudy {
    background:url(../imgs/weather.jpg) no-repeat -45px -45px;
}

.mostly-sunny {
    background:url(../imgs/weather.jpg) no-repeat -45px 0px;
}

.clear {
    background:url(../imgs/weather.jpg) no-repeat 0px 0px;
}

.scattered-showers {
    background:url(../imgs/weather.jpg) no-repeat -90px -45px;
}

.rain {
    background:url(../imgs/weather.jpg) no-repeat -135px 0px;
}

.map {
    position:absolute;
    left:480px;
    top:80px;
    width:570px;
    height:400px;
    border:1px solid #CBCBCB;
}

.columns {
    float:left;
    font-family:Arial;
}

#column1 {
    width:370px;
    padding:30px
}

#wikipedia {
    background:url(../imgs/wiki.gif.png) top right no-repeat;
    line-height:1.4em;
}

#wikipedia h2 {
    color:#fe6700;
    font-size:22px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:5px;
}

#wikipedia h3 {
    color:#666666;
    font-size:14px;
    font-weight:bold;
    padding-bottom:20px;
}

#wikipedia a {
    color:#333;
}

#wikipedia .thumb {
    padding:10px;
    width:100%;
    text-align:right;
    position:relative;
}

#wikipedia a#continue {
    display:block;
    float:left;
    color:#fff;
    padding:5px 10px;
    background:#bbb;
}

#wikipedia sup a {
    font-size:9px;
}

/* - conversion */
#converter {
    margin:20px 0;
    background:#F8F8F8;
    position:relative;
}

#converter h4 {
    height:22px;
    background:#4f4c4c;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    padding:7px 0 0 10px;
    border:1px solid #bab9b9;
}

#converter .content {
    border:1px solid #bab9b9;
    border-top:none;
    padding:10px;
}

#converter .text {
    width:120px;
    height:15px;
    padding:3px 5px 3px 5px;
    border-color:#9A9A9A #E4E4E4 #E4E4E4 #E4E4E4;
    border-style:solid;
    border-width:1px;
    font-size:12px;
    color:#666;
}

#converter .select {
    height:23px;
    width:190px;
    border-color:#9A9A9A #E4E4E4 #E4E4E4 #E4E4E4;
    border-style:solid;
    border-width:1px;
    font-size:12px;
    padding:3px 0;
}

#converter_date {
    position:absolute;
    top:5px;
    right:10px;
    color:#fff;
    font-weight:bold;
    font-size:13px;
}

#converter_submit {
    width:96px;
    height:23px;
    border:none;
    background:url(../imgs/btn_convert.png) no-repeat 0px -46px;
    _cursor:pointer;
}

#converter_submit:hover {
    background:url(../imgs/btn_convert.png) no-repeat 0px -23px;
}

#converter_submit:active {
    background:url(../imgs/btn_convert.png) no-repeat 0px 0px;
}

#converter .ajax-loader {
    position:absolute;
    bottom:15px;
    left:120px;
}

#column2 {
    width:320px;
}

#news {
    margin-top:30px;
    background:#F8F8F8;
    position:relative;
}

#news h4 {
    height:22px;
    background:#4f4c4c;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    padding:7px 0 0 10px;
    border:1px solid #bab9b9;
}

#news .content {
    border:1px solid #bab9b9;
    border-top:none;
    padding:10px;
}

.gs-newsResult {
    font-size:11px;
    margin-bottom:10px;
}

.gsc-stats,
.gsc-twiddle,
table.gsc-search-box,
.gsc-more-results-active,
.gsc-cursor,
.gs-watermark {
    display:none;
}

.gs-title {
    font-weight:bold;
    color:#000;
    padding-bottom:5px;
}

div.gs-title {
    border-bottom:1px dotted #bbbbbb;
}

.gs-publisher,
.gs-publishedDate,
.gs-relativePublishedDate {
    float:left; 
    margin:5px 0;
    padding-left:5px;
    color:#666666;
}

.gs-thumb {
    display:block;
    border:none;
    text-decoration:none;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    background:#fff;
    padding:4px;
    border:1px solid #bbbbbb;
}

.gs-thumb:hover {
    text-decoration:none;
}

.gs-snippet {
    border-top:1px dotted #bbbbbb;
    padding:10px 0;
    clear:both;
    color:#333333;
}

.gs-clusterUrl,
.gsc-trailing-more-results {
    color:#333;
    font-size:11px;
    text-align:right;
    text-decoration:underline;
}

.gs-clusterUrl:hover,
.gsc-trailing-more-results:hover {
    text-decoration:none;
}

.gs-watermark {
    color:#333;
    text-align:right;
    font-size:9px;
    text-decoration:none;
}

.gs-powered-by-google {
    display:block;
    _display:none;
    position:absolute;
    bottom:5px;
    left:5px;
}

/* - travel */
#travel {
    margin-top:30px;
    background:#f4f5f1;
    position:relative;
}

#travel h4 {
    height:22px;
    background:#7a9d4b;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    padding:7px 0 0 10px;
    border:1px solid #bccfa2;
}

#travel .content {
    border:1px solid #e1e1e1;
    border-top:none;
    padding:10px;
}

#travel h2 {
    font-size:18px;
    font-weight:bold;
    color:#666666;
    padding:10px 0;
}

#travel_info {
    font-size:13px;
    margin:10px 0;
}

#travel_info td {
    padding:2px;
}

.red {
    color:#fe6700;
}

.plug {
    background:#fff;
    text-align:center;
    margin:10px 0;
}

#travel h3 {
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
}

.driving {
    height:60px;
    text-align:right;
    padding:40px 10px 10px;
    font-size:22px;
    color:#fe6700;
    font-style:italic;

}

.driving.left {
    background:url(../imgs/driving.gif.png) 10px -110px no-repeat;
}

.driving.right {
    background:url(../imgs/driving.gif.png) 10px 0px no-repeat;
}

/* - panoramio */
#flickr,
#panoramio {
    margin-top:30px;
    
}

#panoramio {
}

#flickr h2,
#panoramio h2 {
    font-size:24px;
    font-weight:bold;
    margin:10px 5px 0px 5px;
    color:#666;
}

#flickr h2 {
     background:url(../imgs/flickr.gif) right no-repeat;
}

#panoramio h2 {
    background:url(../imgs/panoramio.png) right no-repeat;
}

#panoramio .content {
    padding:10px 0;
    padding-left:4px;
}

#flickr .content {
    margin-top:10px;
}

.geo_thumb {
    display:block;
    float:left;
}

#flickr .geo_thumb {
    margin:8px;
}

.geo_thumb img {
}

#column3 {
    width:310px;
    padding-left:10px;
}

#infobox {
    width:100%;
    margin:30px 0;
}

#infobox table.infobox {
    line-height:1.2em;
    padding:0.2em;
}

#infobox table.infobox a {
    color:#333;
}

.geo-nondefault,
.geo-multi-punct {
    display:none;
}

.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    padding:0.4em 0.6em 0.2em;
}

.center div {
    margin:0 auto;
}

#coordinates {
    display:none;
}

#sport_news {
    margin-top:30px;
    position:relative;
}

#sport_news .content {
    padding:10px;
}

/* directory */

.country_box {
    width:220px;
    background:#f5f5f5;
    float:left;
    margin:10px 0 10px 40px;
    text-align:left;
}

.country_box h2 {
    padding:10px 0;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    background:url(../imgs/bg_country_box.png) repeat-x;
}

.country_box ul {
    padding:0 10px 10px 10px;
}

.country_box li {
    margin:5px 0;
}

.country_box a {
    padding-left:15px;
    color:#333;
    font-size:12px;
}

.country_dir {
    margin-top:100px;
}

.country_dir td {
    width:220px;
    vertical-align:top;
    text-align:center;
}

.country_dir h3 {
    font-size:18px;
    font-weight:bold;
    padding:10px 0;
}

.city_box {
    text-align:left;
    padding:0 10px 0 30px;
    width:160px
}

.city_box a {
    color:#333;
}

/* widgets page */

.widget_instructions {
    margin:130px 40px 0;
    font-weight:bold;
    font-size:18px;
    line-height:2em;
}

.widget_table {
    margin:70px 20px 0;
    width:95%;
}

.widget_row td,
.timezone_row td,
.code_row td {
    border-right:1px solid #ccc;
    padding:20px;
}

.widget_row td.noborder,
.timezone_row td.noborder,
.code_row td.noborder {
    border:none;
}

.widget_row td {
    height:250px;
    vertical-align:middle;
    text-align:center;
}

.timezone_row td {
    height:60px;
    vertical-align:top;
}

.timezone_selector {
    width:300px;
    height:25px;
}

.timezone_selector,
.widget_code {
    margin-top:10px;
    border:1px solid #ccc;
}


.widget_code {
    width:285px;
    height:50px;
    padding:5px;
}

.need_help {
    margin:80px 50px 50px;
    border-top:1px solid #ccc;
    padding:10px 0;
}

.need_help,
.need_help a {
    font-size:18px;
    font-weight:bold;
}

#widget_top_link {
    background:url(../imgs/clock.png) no-repeat;
    padding-left:20px;
    position:absolute;
    top:335px;
    left:100px;
}

#widget_top_link a {
    font-size:14px;
    font-weight:bold;
}




/* errors */

.note,
.error,
.message {
    font-size:12px;
    font-style:italic;
}

.error,
.message {
    padding:10px;
    margin-bottom:10px;
}

.error li,
.message li {
    list-style:none;
}

.error {
    border:1px solid red;
}

.message {
    border:1px solid green;
}

/* forms */

.text,
.textarea,
.select {
   
}

.text,
.textarea {
    
}

.text.small,
.select.small,
.textarea.small {
    width:100px;
}

.text.medium,
.select.medium,
.textarea.medium {
    width: 200px;
}

.text.large,
.select.large,
.textarea.large {
    width:305px;
}

.label {
    font-size:12px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
    height:40px;
}

/* stats */

#widget-pie {
	position:absolute;
	top:20px;
	right:30px;
}

.ui-jqgrid {
	position:relative;
	top:20px;
	left:30px;
	margin-top:15px;
}

.stats_box {
	padding-bottom:30px;
}

.widget-contents {
	padding:20px;
	position:relative;
}

.widget-contents .ajax-loader {
	position:absolute;
	top:10px;
	right:20px;
}

#cache-tools th {
	font-weight:bold;
}

#cache-tools th,
#cache-tools td {
	height:20px;
	font-size:12px;
}

#cache-tools a {
	color:#0066cc;
	text-decoration:underline;
}

#cache-tools a:hover {
	text-decoration:none;
}



