/*
Theme Name:		Visit Rye Bay
Theme URI:		http://www.visitryebay.org
Description:	Custom Theme for Visit Rye Bay, this theme was comissioned by Paul King for Rye Bay Marketing Ltd and has been built for the sole use of Visit Rye Bay, this theme is not for resale or re-use, all copyright information must remain intact.
Version:		1.0
Author:			Darwin Evolution Ltd.
*/

/****Wordpress Image Styling*****/
img.alignright {float:right; margin:0 0 1em 1em; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}
img.alignleft {float:left; margin:0 1em 1em 0; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}
a img.alignright {float:right; margin:0 0 1em 1em; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}
a img.alignleft {float:left; margin:0 1em 1em 0; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; border: white solid 7px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.33);}

#dropline ul.children {
	top:37px;
	opacity: 0;
	-webkit-transition: opacity 0ms ease-out 1s, left 0ms ease-out 1.25s;
	-moz-transition: all 0ms ease-out 1s, left 0ms ease-out 1.25s;
        -ms-transition: all 0ms ease-out 1s, left 0ms ease-out 1.25s;
        -o-transition: all 0ms ease-out 1s, left 0ms ease-out 1.25s;
	transition: opacity 0ms ease-out 1s, left 0ms ease-out 1.25s;
}
#dropline :hover ul {
	-webkit-transition: opacity 0ms ease-out;
	-moz-transition: all 0ms ease-out;
        -ms-transition: all 0ms ease-out;
        -o-transition: all 0ms ease-out;
	transition: opacity 0ms ease-out;
	opacity: 1;
}
#dropline li.current_page_item ul.children, #dropline li.current_page_parent ul.children {opacity: 1;}