/*-----attach body.custom to any style you add here-----*/

body.custom .locationinfo { overflow: hidden; height: 100px; width: 220px; text-align: left; } /* Info window */
body.custom .locationinfo h2 { font-size: 1.2em; font-weight: bold; background: url('geotag-16px.png') left center no-repeat; text-align: left; body.custom padding: 2px 0 2px 20px !important; }
body.custom .meta { display: none; }
body.custom .storycontent { font-size: 1em; line-height: 1.5em; } /* Info window */

body.custom table routes {
    border: 1px solid black;
}

body.custom .contactform #wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
body.custom .contactform #wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
body.custom .contactform #wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
body.custom .contactform #wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

body.custom #rotating {
    padding:0;
    border-top: 0px;
    border-bottom: 0px;
}

body.custom #sidebar-wide {
    border-bottom: 1px solid #CCCCCC;
}

body.custom .widget_text {
    background: #CCCCCC;
}

body.custom a {
    color:#F18E00;
    text-decoration:none;
}

body.custom #footer {
    font-size:1.2em;
    line-height:1.6666;
    margin: 0 0 0.8333em;
    padding:10px 0;
    border-bottom: none;
    border-top: none;
    clear: none;
}

body.custom #pp-sidebars {
    border-bottom:1px solid #CCCCCC;
}

body.custom #branding {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000000;
    text-align: right;
    font-size:13px; 
    font-weight: bold;
    line-height:1; 
    padding: 0 20px;
}

body.custom .content-580px #secondary,
body.custom .content-580px #sidebar-wide {
    width:220px;
}

body.custom .content-580px #primary {
    width:690px;
    padding: 0;
}

body.custom .page .entry-title, 
body.custom .page-template .entry-title {
    text-align:left;
    color: #F18E00;
}

body.custom .entry-byline {
    margin-top: -20px;
    text-align:right;
}

body.custom .entry {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 10px;
}

body.custom #mymenu {
    margin-top: 10px;
}

body.custom ul.mymenu {
    margin-bottom: 10px;
    padding: 0;
    right: 0;
    width: 220px;
    position: relative;
}

body.custom ul.mymenu li {
    width: 220px;
    margin:0 0 2px 0px;
    background: #F18E00;
}

body.custom ul.mymenu li ul {
    width: 220px;
    margin:0 0 2px 0px;
}

body.custom ul.mymenu li ul li {
    background: #ffffff;
    width: 220px;
    margin:0 0 2px 0px;
}

body.custom ul.mymenu li a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 5px 0px 5px 5px;
}

body.custom ul.mymenu li ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 5px 0px 5px 15px;
}

body.custom ul.mymenu li.current_page_item a,
body.custom ul.mymenu li.current_page_item a:hover {
    display: block;
    font-weight: bold;
}

body.custom ul.mymenu li.current_subpage_item a,
body.custom ul.mymenu li.current_subpage_item a:hover {
    color: #F18E00;
    display: block;
    font-weight: bold;
}

body.custom ul.mymenu li a:hover {
    color: #ffffff;
    background: #cccccc;
    padding: 5px 0px 5px 5px;
    display: block;
}

body.custom ul.mymenu li ul li a:hover {
    color: #ffffff;
    background: #cccccc;
    padding: 5px 0px 5px 15px;
    display: block;
}

body.custom .page_item {
   background: #ffffff;
}

body.custom .entry-title, 
body.custom .page-title {
    font-size:2.6em;
    line-height:1;
    margin:0;
    font-weight: bold;
}

body.custom h2.entry-title, 
body.custom h2.page-title {
    border-top:1px dashed #DDDDDD;
    font-size:2.6em;
    line-height:1;
    margin:0;
    font-weight: bold;
    margin-top: 5px;
}


body.custom .entry-content table {
    border:0px solid #ffffff;
    margin:0 0 1.5385em;
}

body.custom .entry-content td {
    border:1px solid #ffffff;
    vertical-align: top;
}