/*
Theme Name: Grande Prairie Regional Tourism
Theme URI: http://www.imagedesignpros.com
Description: Custom template for Grande Prairie Regional Tourism
Version: 1.0
Author: Image Design
*/
body {
    font-family: "Times New Roman", Times, serif;
    font-size: 62.5%;
    color: #000;
    background-image: url(images/body_gradient.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #FFF;
    left: auto;
    right: auto;
}
strong { font-weight: bold }
em { font-style: italic }
#wrapper {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    padding-bottom: 4em;
    background-color: #FFF;
}
table {
    width: 90%;
    font-size: 12px;
    margin: 5px;
}
table th {
    text-align: center;
    vertical-align: top;
    padding: 5px;
}
table td {
    vertical-align: top;
    padding: 5px;
}
#header {
    height: 125px;
    width: 1024px;
}
#tagline {
    height: 104px;
    width: 623px;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 2.5em;
    overflow: hidden;
}
#tagline span {
    background-image: url(images/greeting.png);
    height: 104px;
    width: 623px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#logo {
    height: 114px;
    width: 216px;
    position: absolute;
    font-size: 2.5em;
    float: left;
    overflow: hidden;
    right: 10px;
}
#logo span {
    background-image: url(images/logo.png);
    height: 114px;
    width: 216px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#banner {
    height: 317px;
    width: 1024px;
    position: relative;
}
#banner #topline {
    background-image: url(images/top_bar.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 9px;
    width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
}
#banner #skyline {
    background-image: url(images/city_skyline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 125px;
    width: 1024px;
    margin-top: 192px;
    position: absolute;
    top: 0;
    left: 0;
}
#sidebar {
    width: 180px;
    position: relative;
    top: 25px;
    left: 15px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 20px;
    float: left;
}
#sidebar li {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sidebar li a {
    display: block;
    width: 180px;
    text-decoration: none;
    color: #000;
    line-height: 1;
    width: 170px;
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}
#sidebar li a:hover,
#sidebar li a:focus,
#sidebar li a:active,
#sidebar li.subhover a,
#sidebar li.current_page_item a,
#sidebar li.current_page_parent a { color: #666 }
#sidebar li li {
    display: block;
    width: auto;
    margin-left: 12px;
    font-size: 0.8em;
}
#sidebar li li a,
#sidebar li.subhover li a {
    width: auto;
    color: #000;
    padding-top: 0.4em;
    padding-right: 5px;
    padding-bottom: 0.4em;
    padding-left: 6px;
}
#sidebar li li a:hover,
#sidebar li li.current_page_item a {
    background-color: #666;
    color: #FFF;
}
.red {
    background-image: url(images/red.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.dark_blue {
    background-image: url(images/dark_blue.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.orange {
    background-image: url(images/orange.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.dark_green {
    background-image: url(images/dark_green.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.purple {
    background-image: url(images/purple.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.lemon {
    background-image: url(images/lemon.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.yellow {
    background-image: url(images/yellow.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.light_green {
    background-image: url(images/dark_blue.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
.light_blue {
    background-image: url(images/light_blue.jpg);
    background-repeat: repeat-y;
    background-position: left;
}
#content {
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 30px;
    padding-bottom: 75px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    height: auto;
    min-height: 500px;
    float: left;
    width: 550px;
}
#content p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.5em 0;
}
#content small{
	font-size: 11px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { font-family: Verdana, Arial, Helvetica, sans-serif }
#content h1 {
    font-size: 2.0em;
    font-weight: bold;
    padding: 0.3em 0;
}
#content h2 {
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.3em 0;
}
#content h3 {
    font-size: 1.6em;
    font-weight: bold;
    padding: 0.3em 0;
}
#content h4 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.3em 0;
    line-height: 1.4;
}
#content h5 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.3em 0;
}
#content h6 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.3em 0;
}
#content ul {
    list-style-type: disc;
    margin-left: 1em;
    padding: 0.5em 2em 0.5em 2em;
}
#content ol {
    list-style-type: decimal;
    margin-left: 1em;
    padding: 0.5em 2em 0.5em 2em;
}
#content li {
    padding: 0.3em 0;
    font-size: 1.2em;
    line-height: 1.2;
}
#promobar {
    width: 200px;
    position: absolute;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-image: url(images/promo_divider.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    top: 460px;
    right: 0px;
    z-index: 500;
}
#promo_menu {
    font-weight: bold;
    font-size: 11pt;
}
#promo_menu li {
    height: 60px;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#promo_menu li a {
    position: relative;
    width: 200px;
    height: 50px;
    overflow: hidden;
}
#promo_menu li a span { cursor: pointer }
#corporate a span {
    background-image: url(images/corporate_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
}
#corporate a:hover span,
#corporate a:focus span,
#corporate a:active span { background-position: 0 -50px }
#media a span {
    background-image: url(images/media_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#media a:hover span,
#media a:focus span,
#media a:active span { background-position: 0 -50px }
#packages a span {
    background-image: url(images/packages_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#packages a:hover span,
#packages a:focus span,
#packages a:active span { background-position: 0 -50px }
#publications a span {
    background-image: url(images/visitorguide_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#publications a:hover span,
#publications a:focus span,
#publications a:active span { background-position: 0 -50px }
#request a span {
    background-image: url(images/request_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#request a:hover span,
#request a:focus span,
#request a:active span { background-position: 0 -50px }
#trip_advisor a span {
    background-image: url(images/weather-roads-mileage-promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#trip_advisor a:hover span,
#trip_advisor a:focus span,
#trip_advisor a:active span { background-position: 0 -50px }
#survey a span {
    background-image: url(images/survey_promo.jpg);
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 200px;
    overflow: hidden;
}
#survey a:hover span,
#survey a:focus span,
#survey a:active span { background-position: 0 -50px }
#footer {
    clear: both;
    height: 60px;
    width: 1024px;
    position: relative;
    font-size: 10pt;
    padding-top: 20px;
}
#info {
    font-weight: bold;
    color: #FFF;
    background-color: #000;
    height: auto;
    width: 1010px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}
#info a {
    color: #FFF;
    text-decoration: none;
}
#disclaimer {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 8pt;
    color: #999;
    font-weight: bold;
}
form { display: inline }
#searchform div {
    background-image: url(images/search_promo.png);
    display: block;
    position: relative;
    height: auto;
    width: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#searchform #s {
    font-size: 12pt;
    margin-top: 15px;
    padding-top: 0.1em;
    padding-right: 25px;
    padding-bottom: 0.1em;
    padding-left: 0.2em;
    width: 168px;
    font-weight: bold;
    border: 2px solid #000;
    font-family: "Times New Roman", Times, serif;
    color: #666;
}
#searchform #searchsubmit {
    font-size: 12pt;
    font-weight: bold;
    vertical-align: text-top;
    cursor: hand;
    height: 22px;
    width: 22px;
    margin-top: -25px;
    margin-left: 175px;
    border: none;
    color: #666;
    background-color: #FFF;
}
#searchform #searchsubmit:hover {
    background-color: #CCC;
    color: #FFF;
}
#wp-calendarLarge { width: 95% }
.listings {
    width: 95%;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.listings h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    color: #000000;
}
.listings h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
}
.listings_dining {
    width: 95%;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 15px;
}
.listings_dining h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    color: #000000;
    text-decoration: underline;
}
.listings_dining h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
}
#dining_end {
    margin-left: 0px;
    margin-right: 250px;
    padding-left: 5px;
    padding-right: 10px;
    position: relative;
    height: 5px;
    width: 500px;
}
.listings .entry {
    margin-left: 10px;
    padding-bottom: 10px;
}
#CalendarLarge-Header { color: #000 }
#EC_previousMonthLarge {
    color: #000;
    font-size: 10pt;
}
#EC_nextMonthLarge {
    color: #000;
    font-size: 10pt;
}
a.printer {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(images/printer-16.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}
a.printer:hover,
a.printer:focus,
a.printer:active { background-position: left bottom }
.clear { clear: both }
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
p.alignleft {
    text-align: left;
    float: none;
    margin-right: 0;
}
p.alignright {
    text-align: right;
    float: none;
    margin-left: 0;
}
.centre { text-align: center }
#sponsors {
    height: 150px;
    width: 200px;
    position: relative;
}
#sponsors a span {
    display: block;
    width: 200px;
    height: 150px;
    background-position: center center;
}
#content #StaffMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#StaffMenu li {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 15px;
    list-style-type: none;
}
#StaffMenu li a {
    text-decoration: none;
    font-weight: bold;
    color: #6F52A0;
    display: block;
}
#StaffMenu li a:hover { color: #C5132F }
#content a {
    color: #C5132F;
    font-weight: bold;
}
#content a:hover { color: #26489C }

#content form ul{
 margin-left:0;
 width:80%;
 padding-left:0;
}
#content h4.sp{
	background-color:#FFC423;
	font-size: 20px;
	margin: 10px 0;
	padding: 5px 10px;
	clear:left;
}
#content a.sp{
	margin: 15px;
	width: 150px;
	/*display:block;
	float:left;*/
}
#content a.nm{
	font-size: 16px;
	line-height: 1.2;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding-top: 30px;
	text-transform:uppercase;
}
#content h4.week{
	color:#FFF;
	background-color:#666;
	margin: 10px 0;
	padding: 5px;
	clear:left;
}
#ResWidget{
	margin-left: -31px;	
	margin-top: -10px;
}
.ui-datepicker{
	z-index:999;	
}
