/*
Theme Name: Child WooTheme
Version: 1.0
Description: Child theme for WooThemes.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: cityguide
*/
 

@import url("../cityguide/style.css");

body  { font: 14px/20px Arial,Verdana,sans-serif; color: #555; background-color: #fafafa; }

a:link, a:visited  { color: #017BAD; text-decoration:none;}

#wrapper  { border-top:5px solid #017BAD; padding:0; background: #f8f8f8 url('images/wrapper-bg.jpg') repeat-y center top; }

#header .search-widget {
        padding-top: 13px;
	width: 300px;
	float: right;
}

#header .search-widget a img {padding: 0px 5px 0px 5px}
}


#featured-map {
	width: 900px;
}

#featured-map .woo_map_single_output {
	border: none;
}

#featured-content { display: none; }

#featured-outer {
	background: #85c1ce url('images/featured-bg.jpg') repeat-x center top;
	border-bottom: 1px solid #57a2b5;
}

#featured-skyline {
	background: transparent url('images/featured-skyline-bg.png') center bottom;
}

#topad {float:left;}
#footer #rname p { font-weight: bold; font-size: 14px; padding-bottom: 10px; text-align: center;}

